File Coverage

blib/lib/Data/Object/Role/Indexed.pm
Criterion Covered Total %
statement 5 5 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 7 7 100.0


line stmt bran cond sub pod time code
1             # Indexed Data Type Role for Perl 5
2             package Data::Object::Role::Indexed;
3              
4 89     89   102437 use 5.010;
  89         523  
5 89     89   428 use Data::Object::Role;
  89         136  
  89         587  
6              
7             our $VERSION = '0.41'; # VERSION
8              
9             requires 'slice';
10              
11             1;