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   1323 use Geo::Geos;
  2         6  
  2         55  
4 2     2   10 use Geo::Geos::Coordinate;
  2         4  
  2         33  
5 2     2   9 use Geo::Geos::Envelope;
  2         5  
  2         54  
6 2     2   395 use Geo::Geos::LineSegment;
  2         9  
  2         53  
7              
8             1;