blib/lib/Perl/Critic/Policy/ControlStructures/ProhibitReturnInDoBlock.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 8 | 75.0 |
line | true | false | branch |
---|---|---|---|
21 | 12 | 4 | unless _is_do_block($elem) |
24 | 0 | 4 | unless @stmts |
29 | 5 | 4 | if _is_return($stmt) |
38 | 0 | 16 | unless $elem->sprevious_sibling |