blib/arch/Geo/Geos/Noding/SingleInteriorIntersectionFinder.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 6 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 8 | 8 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Geo::Geos::Noding::SingleInteriorIntersectionFinder; | ||||||
2 | |||||||
3 | 2 | 2 | 1151 | use Geo::Geos; | |||
2 | 6 | ||||||
2 | 52 | ||||||
4 | 2 | 2 | 10 | use Geo::Geos::Coordinate; | |||
2 | 3 | ||||||
2 | 48 | ||||||
5 | |||||||
6 | 1; |