LCOV - code coverage report
Current view: top level - algs/AdvFront - AF2Edge2D.cpp (source / functions) Hit Total Coverage
Test: coverage_sk.info Lines: 7 7 100.0 %
Date: 2020-07-01 15:24:36 Functions: 3 3 100.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : #include "meshkit/AF2Edge2D.hpp"
       2                 :            : 
       3                 :    3293473 : AF2Edge2D::AF2Edge2D(const AF2Point2D* start, const AF2Point2D* end) :
       4                 :    3293473 :     startPnt(start), endPnt(end)
       5                 :            : {
       6                 :            :   // no work to do beyond the member initializers
       7                 :    3293473 : }
       8                 :            : 
       9                 :   35384930 : const AF2Point2D* AF2Edge2D::getStart() const
      10                 :            : {
      11                 :   35384930 :   return startPnt;
      12                 :            : }
      13                 :            : 
      14                 :    9922377 : const AF2Point2D* AF2Edge2D::getEnd() const
      15                 :            : {
      16                 :    9922377 :   return endPnt;
      17                 :            : }

Generated by: LCOV version 1.11