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 | 2874 | use Geo::Geos; | |||
8 | 14 | ||||||
8 | 186 | ||||||
4 | 8 | 8 | 32 | use Geo::Geos::Coordinate; | |||
8 | 14 | ||||||
8 | 117 | ||||||
5 | 8 | 8 | 31 | use Geo::Geos::Geometry; | |||
8 | 12 | ||||||
8 | 241 | ||||||
6 | 8 | 8 | 34 | use Geo::Geos::IntersectionMatrix; | |||
8 | 11 | ||||||
8 | 125 | ||||||
7 | 8 | 8 | 35 | use Geo::Geos::LineString; | |||
8 | 12 | ||||||
8 | 187 | ||||||
8 | |||||||
9 | 1; |