File Coverage

/tmp/ctMQdGjj74
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             use Mite::Shim -all;
2 5     5   12842474  
  5         14  
  5         60  
3             signature_for foo => (
4             pos => [ "Int", "Bool" ],
5             method => false,
6             );
7              
8             return [ @_ ];
9             }
10 0     0     1;