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 | 1686 | use Geo::Geos; | |||
3 | 6 | ||||||
3 | 88 | ||||||
4 | 3 | 3 | 16 | use Geo::Geos::Coordinate; | |||
3 | 25 | ||||||
3 | 53 | ||||||
5 | 3 | 3 | 821 | use Geo::Geos::Algorithm::LineIntersector; | |||
3 | 8 | ||||||
3 | 98 | ||||||
6 | |||||||
7 | 1; |