File Coverage

/tmp/Te4z41t7fR
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             package MyTest1;
2 4     4   16464740 use Mite::Shim -role;
  4         11  
  4         63  
3             requires 'bar';
4             has foo => ( is => 'ro' );
5              
6             package MyTest2;
7 4     4   414 use Mite::Shim;
  4         7  
  4         92  
8             with 'MyTest1';
9              
10             1;