File Coverage

blib/arch/Geo/Geos/Prep/GeometryFactory.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::Prep::GeometryFactory;
2              
3 3     3   1571 use Geo::Geos;
  3         5  
  3         76  
4 3     3   785 use Geo::Geos::Prep::Geometry;
  3         5  
  3         75  
5              
6             1;