File Coverage

blib/lib/Data/Object/Role/String.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             # ABSTRACT: A String Object Role for Perl 5
2             package Data::Object::Role::String;
3              
4 1     1   10748 use 5.10.0;
  1         4  
  1         46  
5 1     1   6 use Moo::Role;
  1         2  
  1         8  
6              
7             our $VERSION = '0.02'; # VERSION
8              
9             1;
10              
11             __END__