File Coverage

/tmp/TsxXaC8kCD
Criterion Covered Total %
statement 3 4 75.0
branch n/a
condition n/a
subroutine 1 2 50.0
pod n/a
total 4 6 66.6


line stmt bran cond sub pod time code
1             package MyTest4;
2 4     4   11504472 use Mite::Shim -all;
  4         14  
  4         131  
3              
4             signature_for foo => (
5             pos => [ "Int", "Bool" ],
6             method => false,
7             );
8              
9             sub foo {
10 0     0     return [ @_ ];
11             }
12             1;