LCOV - code coverage report
Current view: top level - app/src/Dynamic/Env - Position.cpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 5 0.0 %
Date: 2023-08-17 16:45:52 Functions: 0 2 0.0 %

          Line data    Source code
       1             : #include "Dynamic/Env/Position.hpp"
       2             : 
       3             : #include <new>
       4             : 
       5             : using namespace std;
       6             : using namespace Dynamic::Env;
       7             : 
       8           0 : Position::Position(Lane &lane_, Length offset_):
       9           0 :     lane(lane_), offset(offset_) {}
      10             : 
      11           0 : Position &Position::operator=(const Position &p) {
      12           0 :     new(this) Position{p.lane, p.offset};
      13             : 
      14           0 :     return *this;
      15             : }

Generated by: LCOV version 1.14