File Coverage

/tmp/q1he3d5VTv
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 3     3   6418055  
  3         18  
  3         64  
3             signature_for foo => (
4             pos => [ "Int", "Bool" ],
5             );
6              
7             shift;
8             return [ @_ ];
9 0     0     }
10 0           1;