Branch Coverage

xsi/noding/SegmentString.xsi
Criterion Covered Total %
branch 10 20 50.0


line true false branch
4 2 0 unsigned int SegmentString::size ()
8 2 0 }
2 0 }
11 3 0 auto seq = THIS->getCoordinates();
12 3 0 RETVAL = Helper::convert_copy(seq);
15 2 0 bool SegmentString::isClosed()
18 12 0 std::ostringstream out;
19 12 0 out << *THIS;
20 12 0 RETVAL = out.str();
12 0 RETVAL = out.str();