blib/lib/Perl/Critic/Policy/ControlStructures/ProhibitReturnInDoBlock.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 12 | 75.0 |
line | true | false | branch |
---|---|---|---|
21 | 14 | 6 | unless _is_do_block($elem) |
22 | 2 | 4 | if _is_do_loop($elem) |
25 | 0 | 4 | unless @stmts |
30 | 5 | 4 | if _is_return($stmt) |
39 | 0 | 20 | unless $elem->sprevious_sibling |
45 | 0 | 6 | unless $elem->snext_sibling |