File Coverage

/tmp/vc_9vnDql6
Criterion Covered Total %
statement 12 14 85.7
branch n/a
condition n/a
subroutine 6 8 75.0
pod n/a
total 18 22 81.8


line stmt bran cond sub pod time code
1             use Mite::Shim -role;
2 3     3   10797127 has [qw/ foo bar baz /] => ( is => 'ro' );
  3         16  
  3         171  
3              
4              
5 2     2   14 use Mite::Shim -role;
6 0     0   0 with 'OurTest1';
7 0     0   0  
8              
9             use Mite::Shim;
10 3     3   706 with 'OurTest2';
  3         8  
  3         16  
11              
12              
13 2     2   8 1;