File Coverage

blib/lib/Set/Relation.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1 1     1   769 use 5.008000;
  1         4  
2 1     1   7 use utf8;
  1         2  
  1         5  
3 1     1   23 use strict;
  1         3  
  1         34  
4 1     1   6 use warnings;
  1         2  
  1         120  
5              
6             ###########################################################################
7             ###########################################################################
8              
9             { package Set::Relation; # role
10             our $VERSION = '0.013004';
11             $VERSION = eval $VERSION;
12             } # role Set::Relation
13              
14             ###########################################################################
15             ###########################################################################
16              
17             { package Set::Relation::Mutable; # role
18             our $VERSION = '0.013004';
19             $VERSION = eval $VERSION;
20             # with Set::Relation
21             } # role Set::Relation::Mutable
22              
23             ###########################################################################
24             ###########################################################################
25              
26             1;