File Coverage

/tmp/vLY2X7vcfY
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 2     2   4828987 has [qw/ foo bar baz /] => ( is => 'ro' );
  2         14  
  2         36  
3              
4              
5 1     1   13 use Mite::Shim -role;
6 0     0   0 with 'OurTest1';
7 0     0   0  
8              
9             use Mite::Shim;
10 2     2   478 with 'OurTest2';
  2         3  
  2         8  
11              
12              
13 1     1   4 1;