File Coverage

/tmp/pGq1he3d5V
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 3     3   9274982 requires 'bar';
  3         16  
  3         64  
3             has foo => ( is => 'ro' );
4              
5             use Mite::Shim;
6             with 'MyTest1';
7 3     3   518  
  3         4  
  3         12  
8             1;