File Coverage

blib/arch/Geo/Geos/Index/MonotoneChain.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Geo::Geos::Index::MonotoneChain;
2              
3 2     2   1184 use Geo::Geos;
  2         4  
  2         52  
4 2     2   10 use Geo::Geos::Coordinate;
  2         3  
  2         32  
5 2     2   8 use Geo::Geos::Envelope;
  2         4  
  2         41  
6 2     2   421 use Geo::Geos::LineSegment;
  2         4  
  2         53  
7              
8             1;