File Coverage

blib/lib/Data/Object/Role/Keyed.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             # Keyed Data Type Role for Perl 5
2             package Data::Object::Role::Keyed;
3              
4 44     44   53100 use 5.010;
  44         143  
5 44     44   220 use Data::Object::Role;
  44         75  
  44         295  
6              
7             our $VERSION = '0.42'; # VERSION
8              
9             requires 'invert';
10              
11             1;