File Coverage

blib/lib/Data/Object/Role/Ref.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             # Reference Data Type Role for Perl 5
2             package Data::Object::Role::Ref;
3              
4 134     134   136193 use 5.010;
  134         418  
5 134     134   640 use Data::Object::Role;
  134         212  
  134         1248  
6              
7             with 'Data::Object::Role::Defined';
8              
9             our $VERSION = '0.41'; # VERSION
10              
11             1;