File Coverage

/tmp/djaSrpmWgK
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 2     2   5665038 use Mite::Shim -role;
  2         6  
  2         35  
3             has abc => 123;
4              
5             package MyTest2;
6 2     2   199 use Mite::Shim;
  2         4  
  2         9  
7             has abc => 456;
8             with 'MyTest1';
9              
10             1;