File Coverage

blib/arch/Geo/Geos/Precision/GeometryPrecisionReducer.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Geo::Geos::Precision::GeometryPrecisionReducer;
2              
3 2     2   1069 use Geo::Geos;
  2         4  
  2         44  
4 2     2   8 use Geo::Geos::Geometry;
  2         4  
  2         66  
5              
6             1;