File Coverage

blib/arch/Geo/Geos/GeometryCollection.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::GeometryCollection;
2              
3 27     27   348 use Geo::Geos;
  27         60  
  27         824  
4 27     27   140 use Geo::Geos::Geometry;
  27         52  
  27         1056  
5              
6             1;