File Coverage

blib/arch/Geo/Geos/Prep/Geometry.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Geo::Geos::Prep::Geometry;
2              
3 3     3   948 use Geo::Geos;
  3         5  
  3         84  
4 3     3   15 use Geo::Geos::Geometry;
  3         5  
  3         155  
5              
6              
7             use overload
8 3         30 '""' => \&Geo::Geos::Prep::Geometry::toString,
9 3     3   17 'fallback' => 1;
  3         14  
10              
11             1;