xsi/noding/SegmentIntersector.xsi | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 2 | 2 | 100.0 |
branch | 1 | 2 | 50.0 |
condition | n/a | ||
subroutine | n/a | ||
pod | n/a | ||
total | 3 | 4 | 75.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | MODULE = Geo::Geos PACKAGE = Geo::Geos::Noding::SegmentIntersector | ||||||
2 | |||||||
3 | PROTOTYPES: DISABLE | ||||||
4 | |||||||
5 | void SegmentIntersector::processIntersections(SegmentString& e0, int segIndex0, SegmentString& e1, int segIndex1) { | ||||||
6 | 3 | THIS->processIntersections(&e0, segIndex0, &e1, segIndex1); | |||||
7 | } | ||||||
8 | |||||||
9 | 7 | 50 | bool SegmentIntersector::isDone () |