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 | 3486 | use Geo::Geos; | |||
8 | 20 | ||||||
8 | 215 | ||||||
4 | 8 | 8 | 43 | use Geo::Geos::Coordinate; | |||
8 | 13 | ||||||
8 | 148 | ||||||
5 | 8 | 8 | 53 | use Geo::Geos::Geometry; | |||
8 | 19 | ||||||
8 | 257 | ||||||
6 | 8 | 8 | 41 | use Geo::Geos::IntersectionMatrix; | |||
8 | 24 | ||||||
8 | 229 | ||||||
7 | 8 | 8 | 63 | use Geo::Geos::LineString; | |||
8 | 15 | ||||||
8 | 262 | ||||||
8 | |||||||
9 | 1; |