File Coverage

/tmp/vER6fMg7yO
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   4591101 has abc => 123;
  2         5  
  2         28  
3              
4             use Mite::Shim;
5             has abc => 456;
6 2     2   266 with 'MyTest1';
  2         13  
  2         13  
7              
8             1;