File Coverage

/tmp/6jwaXCOqF6
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             use Mite::Shim -role;
2 4     4   15830577 requires 'bar';
  4         14  
  4         47  
3             has foo => ( is => 'ro' );
4              
5             use Mite::Shim;
6             with 'MyTest1';
7 4     4   395  
  4         12  
  4         28  
8             1;