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   109071 use 5.010;
  89         278  
5 89     89   419 use Data::Object::Role;
  89         263  
  89         533  
6              
7             our $VERSION = '0.42'; # VERSION
8              
9             requires 'slice';
10              
11             1;