blib/arch/Geo/Geos/Noding/IntersectionAdder.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 9 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 12 | 12 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Geo::Geos::Noding::IntersectionAdder; | ||||||
2 | |||||||
3 | 3 | 3 | 1574 | use Geo::Geos; | |||
3 | 6 | ||||||
3 | 81 | ||||||
4 | 3 | 3 | 14 | use Geo::Geos::Coordinate; | |||
3 | 19 | ||||||
3 | 52 | ||||||
5 | 3 | 3 | 846 | use Geo::Geos::Algorithm::LineIntersector; | |||
3 | 8 | ||||||
3 | 100 | ||||||
6 | |||||||
7 | 1; |