File Coverage

/tmp/zrHjnrCwK9
Criterion Covered Total %
statement 6 8 75.0
branch n/a
condition n/a
subroutine 2 3 66.6
pod n/a
total 8 11 72.7


line stmt bran cond sub pod time code
1             use Mite::Shim -role, -all;
2 2     2   4283783  
  2         5  
  2         69  
3             signature_for foo => (
4             pos => [ "Int", "Bool" ],
5             );
6              
7             use Mite::Shim;
8             with 'MyTest::R';
9 2     2   215  
  2         5  
  2         7  
10             my ( $self, $int, $bool ) = @_;
11             return [ $int, $bool ];
12             }
13 0     0     1;