LCOV - code coverage report | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
Branch data Line data Source code 1 : : #include "TDSourceFeature.hpp" 2 : : #include "RefFace.hpp" 3 : : #include "RefEdge.hpp" 4 : : #include "RefVertex.hpp" 5 : : #include "CoEdge.hpp" 6 : : #include "Loop.hpp" 7 : : #include "GMem.hpp" 8 : : 9 : 0 : TDSourceFeature::TDSourceFeature(GeometryFeatureEngine::FeatureType type_in) 10 : : { 11 : 0 : sourceFeature = type_in; 12 : 0 : } 13 : : 14 : : 15 : 0 : TDSourceFeature::~TDSourceFeature() 16 : : { 17 [ + - ][ + - ]: 6540 : } [ # # ] |
Generated by: LCOV version 1.11 |