File Coverage

blib/lib/ArangoDB/Index/Geo.pm
Criterion Covered Total %
statement 18 18 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 24 24 100.0


line stmt bran cond sub pod time code
1             package ArangoDB::Index::Geo;
2 8     8   51 use strict;
  8         17  
  8         416  
3 8     8   47 use warnings;
  8         20  
  8         213  
4 8     8   46 use utf8;
  8         17  
  8         148  
5 8     8   306 use 5.008001;
  8         35  
  8         413  
6 8     8   44 use parent 'ArangoDB::Index';
  8         15  
  8         52  
7 8     8   526 use Class::Accessor::Lite ( ro => [qw/fields geoJson constraint/], );
  8         19  
  8         86  
8              
9             1;
10             __END__