File Coverage

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   1170 use Geo::Geos;
  2         6  
  2         51  
4 2     2   9 use Geo::Geos::Geometry;
  2         4  
  2         59  
5 2     2   9 use Geo::Geos::PrecisionModel;
  2         4  
  2         62  
6              
7             1;