File Coverage

/tmp/uzT9igim1n
Criterion Covered Total %
statement 3 5 60.0
branch n/a
condition n/a
subroutine 1 2 50.0
pod n/a
total 4 7 57.1


line stmt bran cond sub pod time code
1             use Mite::Shim -all;
2 5     5   15386680  
  5         19  
  5         91  
3             signature_for foo => (
4             pos => [ "Int", "Bool" ],
5             );
6              
7             shift;
8             return [ @_ ];
9 0     0     }
10 0           1;