File Coverage

blib/lib/ArangoDB/Index/CapConstraint.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::CapConstraint;
2 8     8   44 use strict;
  8         15  
  8         292  
3 8     8   44 use warnings;
  8         17  
  8         253  
4 8     8   46 use utf8;
  8         18  
  8         112  
5 8     8   305 use 5.008001;
  8         29  
  8         378  
6 8     8   43 use parent 'ArangoDB::Index';
  8         18  
  8         40  
7 8     8   672 use Class::Accessor::Lite ( ro => [qw/size/], );
  8         133  
  8         77  
8              
9             1;
10             __END__