| blib/lib/PLS/Parser/Element/Subroutine.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 27 | 0 | 0 | if ref $signature eq "HASH" |
| 37 | 0 | 0 | unless ref $block eq "PPI::Structure::Block" |
| 42 | 0 | 0 | unless $child->isa("PPI::Statement::Variable") |
| 43 | 0 | 0 | unless $child->type eq "my" |
| 45 | 0 | 0 | if $_->isa("PPI::Token::Magic") |
| 46 | 0 | 0 | unless &any(sub { |
| 47 | 0 | 0 | unless scalar $child->variables |