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   552 use 5.008000;
  1         3  
2 1     1   4 use utf8;
  1         2  
  1         4  
3 1     1   29 use strict;
  1         2  
  1         16  
4 1     1   4 use warnings;
  1         1  
  1         89  
5              
6             ###########################################################################
7             ###########################################################################
8              
9             { package Set::Relation; # role
10             our $VERSION = '0.013002';
11             $VERSION = eval $VERSION;
12             } # role Set::Relation
13              
14             ###########################################################################
15             ###########################################################################
16              
17             { package Set::Relation::Mutable; # role
18             our $VERSION = '0.013002';
19             $VERSION = eval $VERSION;
20             # with Set::Relation
21             } # role Set::Relation::Mutable
22              
23             ###########################################################################
24             ###########################################################################
25              
26             1;