File Coverage

/tmp/Y2X7vcfYXI
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 2     2   3255297  
  2         8  
  2         45  
3             signature_for foo => (
4             named => [ xxx => "Int", yyy => "Bool" ],
5             named_to_list => true,
6             );
7              
8             my ( $self, @args ) = @_;
9             return \@args;
10 0     0     }
11 0           1;