File Coverage

/tmp/_Xl1DtZ6en
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   7868321  
  3         20  
  3         77  
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;