Branch Coverage

xsi/noding/SegmentIntersectionDetector.xsi
Criterion Covered Total %
branch 11 22 50.0


line true false branch
5 2 0 LineIntersector& li = xs::in(liObj);
6 2 0 Sv wrapped = xs::out<>(new SegmentIntersectionDetector(&li));
2 0 Sv wrapped = xs::out<>(new SegmentIntersectionDetector(&li));
2 0 Sv wrapped = xs::out<>(new SegmentIntersectionDetector(&li));
7 2 0 wrapped.payload_attach(SvRV(liObj), &payload_marker);
8 2 0 RETVAL = wrapped;
23 1 0 RETVAL = Helper::convert_copy(THIS->getIntersectionSegments());
29 1 0 else XSRETURN_UNDEF;
1 0 else XSRETURN_UNDEF;
36 46 0 Stash(__PACKAGE__).inherit("Geo::Geos::Noding::SegmentIntersector");
46 0 Stash(__PACKAGE__).inherit("Geo::Geos::Noding::SegmentIntersector");