blib/arch/Geo/Geos/Precision/SimpleGeometryPrecisionReducer.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::Precision::SimpleGeometryPrecisionReducer; | ||||||
2 | |||||||
3 | 2 | 2 | 1079 | use Geo::Geos; | |||
2 | 4 | ||||||
2 | 47 | ||||||
4 | 2 | 2 | 8 | use Geo::Geos::Geometry; | |||
2 | 4 | ||||||
2 | 53 | ||||||
5 | 2 | 2 | 10 | use Geo::Geos::PrecisionModel; | |||
2 | 2 | ||||||
2 | 55 | ||||||
6 | |||||||
7 | 1; |