File Coverage

blib/lib/Data/Object/Role/Ref.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             # A Reference Data Type Role for Perl 5
2             package Data::Object::Role::Ref;
3              
4 132     132   130092 use 5.010;
  132         475  
  132         5293  
5 132     132   680 use Data::Object::Role;
  132         194  
  132         821  
6              
7             with 'Data::Object::Role::Defined';
8              
9             our $VERSION = '0.20'; # VERSION
10              
11             1;