| blib/lib/Method/Signatures/Signature.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 18 | 18 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 156 | 144 | 43 | 133 | $sig->is_optional and $sig->is_positional | 
| 193 | 189 | 25 | 3 | $self->num_slurpy and not $self->num_yadayada || $self->positional_parameters->[-1]->is_slurpy | 
| 246 | 1571 | 5 | 3 | $token->class eq 'PPI::Token::Magic' and $token->content eq '$,' | 
| 1576 | 1 | 2 | $token->class eq 'PPI::Token::Magic' and $token->content eq '$,' and _all_tokens_in_listref_are_whitespace($tokens_by_param[-1]) | |
| 259 | 1261 | 184 | 134 | $token->class eq 'PPI::Token::Operator' and $token->content eq ',' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 193 | 5 | 20 | 3 | $self->num_yadayada || $self->positional_parameters->[-1]->is_slurpy |