File Coverage

/tmp/y5nUFJtF3e
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             package MyTest;
2 5     5   15983045 use Mite::Shim -all;
  5         17  
  5         84  
3              
4             signature_for foo => (
5             pos => [ "Int", "Bool" ],
6             );
7              
8             sub foo {
9 0     0     shift;
10 0           return [ @_ ];
11             }
12             1;