File Coverage

/tmp/4k3aHZSVhe
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             use Mite::Shim -role;
2 4     4   12805529 has foo => ( is => 'ro' );
  4         8  
  4         53  
3              
4             use Mite::Shim -role;
5             with 'YourTest1';
6 4     4   384  
  4         7  
  4         16  
7             use Mite::Shim;
8             with 'YourTest2';
9              
10 4     4   291 1;
  4         5  
  4         11