Branch Coverage

xsi/noding/SegmentNode.xsi
Criterion Covered Total %
branch 7 14 50.0


line true false branch
6 1 0 bool SegmentNode::isEndPoint(unsigned int maxSegmentIndex)
8 1 0 int SegmentNode::compareTo(SegmentNode& other)
11 3 0 std::ostringstream out;
12 3 0 out << *THIS;
13 3 0 RETVAL = out.str();
3 0 RETVAL = out.str();
18 2 0 }