File Coverage

blib/arch/Geo/Geos/GeometryFactory.pm
Criterion Covered Total %
statement 30 30 100.0
branch n/a
condition n/a
subroutine 10 10 100.0
pod n/a
total 40 40 100.0


line stmt bran cond sub pod time code
1             package Geo::Geos::GeometryFactory;
2              
3 27     27   118117 use Geo::Geos;
  27         70  
  27         837  
4 27     27   4261 use Geo::Geos::Geometry;
  27         376  
  27         907  
5 27     27   162 use Geo::Geos::Point;
  27         59  
  27         648  
6 27     27   10586 use Geo::Geos::GeometryCollection;
  27         76  
  27         724  
7 27     27   9874 use Geo::Geos::MultiPoint;
  27         74  
  27         848  
8 27     27   10149 use Geo::Geos::LineString;
  27         65  
  27         761  
9 27     27   10015 use Geo::Geos::MultiLineString;
  27         68  
  27         896  
10 27     27   9708 use Geo::Geos::LinearRing;
  27         71  
  27         860  
11 27     27   10149 use Geo::Geos::Polygon;
  27         72  
  27         738  
12 27     27   10328 use Geo::Geos::MultiPolygon;
  27         70  
  27         770  
13              
14             1;