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   115284 use Geo::Geos;
  27         71  
  27         817  
4 27     27   4063 use Geo::Geos::Geometry;
  27         247  
  27         872  
5 27     27   155 use Geo::Geos::Point;
  27         53  
  27         565  
6 27     27   10345 use Geo::Geos::GeometryCollection;
  27         67  
  27         728  
7 27     27   9958 use Geo::Geos::MultiPoint;
  27         70  
  27         845  
8 27     27   9979 use Geo::Geos::LineString;
  27         63  
  27         739  
9 27     27   10160 use Geo::Geos::MultiLineString;
  27         66  
  27         806  
10 27     27   9545 use Geo::Geos::LinearRing;
  27         71  
  27         837  
11 27     27   10239 use Geo::Geos::Polygon;
  27         67  
  27         769  
12 27     27   10089 use Geo::Geos::MultiPolygon;
  27         70  
  27         740  
13              
14             1;