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   279 use Geo::Geos;
  27         51  
  27         657  
4 27     27   115 use Geo::Geos::Geometry;
  27         44  
  27         907  
5              
6             1;