File Coverage

/tmp/yfjMadapOD
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 2     2   5328599 has abc => 123;
  2         8  
  2         34  
3              
4             use Mite::Shim;
5             has abc => 456;
6 2     2   223 with 'MyTest1';
  2         4  
  2         8  
7              
8             1;