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

           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