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   150316 use Geo::Geos;
  27         52  
  27         688  
4 27     27   3455 use Geo::Geos::Geometry;
  27         51  
  27         711  
5 27     27   276 use Geo::Geos::Point;
  27         54  
  27         521  
6 27     27   8273 use Geo::Geos::GeometryCollection;
  27         52  
  27         606  
7 27     27   8024 use Geo::Geos::MultiPoint;
  27         54  
  27         657  
8 27     27   7764 use Geo::Geos::LineString;
  27         54  
  27         613  
9 27     27   7775 use Geo::Geos::MultiLineString;
  27         53  
  27         691  
10 27     27   7771 use Geo::Geos::LinearRing;
  27         56  
  27         674  
11 27     27   7562 use Geo::Geos::Polygon;
  27         58  
  27         638  
12 27     27   7827 use Geo::Geos::MultiPolygon;
  27         57  
  27         619  
13              
14             1;