blib/lib/Perl/Lint/Policy/Subroutines/ProhibitNestedSubs.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 12 | 91.6 |
line | true | false | branch |
---|---|---|---|
21 | 9 | 17 | if ($token_type == 203) |
25 | 4 | 77 | if ($token_type == 203) { } |
18 | 59 | elsif ($token_type == 109) { } | |
18 | 41 | elsif ($token_type == 110) { } | |
26 | 4 | 0 | if ($left_brace_num > 0) |
41 | 9 | 9 | if $left_brace_num <= 0 |