File Coverage

/tmp/zT9igim1nC
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 2     2   5617130 has foo => ( is => 'ro' );
  2         10  
  2         45  
3              
4             use Mite::Shim -role;
5             with 'YourTest1';
6 2     2   400  
  2         5  
  2         11  
7             use Mite::Shim;
8             with 'YourTest2';
9              
10 2     2   165 1;
  2         5  
  2         9