LCOV - code coverage report | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
Branch data Line data Source code 1 : : #include "meshkit/AF2RuleNewEdge.hpp" 2 : : 3 : 6012 : AF2RuleNewEdge::AF2RuleNewEdge(int firstIndex, int secondIndex) 4 : : { 5 : 6012 : a = firstIndex; 6 : 6012 : b = secondIndex; 7 : 6012 : } 8 : : 9 : 0 : int AF2RuleNewEdge::getFirstIndex() const 10 : : { 11 : 0 : return a; 12 : : } 13 : : 14 : 0 : int AF2RuleNewEdge::getSecondIndex() const 15 : : { 16 : 0 : return b; 17 : : } |
Generated by: LCOV version 1.11 |