blib/arch/Geo/Geos/Operation.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 15 | 15 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 5 | 5 | 100.0 |
pod | n/a | ||
total | 20 | 20 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Geo::Geos::Operation; | ||||||
2 | |||||||
3 | 8 | 8 | 3457 | use Geo::Geos; | |||
8 | 17 | ||||||
8 | 208 | ||||||
4 | 8 | 8 | 40 | use Geo::Geos::Coordinate; | |||
8 | 15 | ||||||
8 | 139 | ||||||
5 | 8 | 8 | 36 | use Geo::Geos::Geometry; | |||
8 | 15 | ||||||
8 | 240 | ||||||
6 | 8 | 8 | 41 | use Geo::Geos::IntersectionMatrix; | |||
8 | 25 | ||||||
8 | 234 | ||||||
7 | 8 | 8 | 62 | use Geo::Geos::LineString; | |||
8 | 15 | ||||||
8 | 240 | ||||||
8 | |||||||
9 | 1; |