| blib/lib/Perl/Critic/Policy/TryTiny/RequireBlockTermination.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 8 | 87.5 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 12 | 10 | unless $try->content eq 'try' |
| 26 | 0 | 10 | unless $try_block and $try_block->isa('PPI::Structure::Block') |
| 42 | 4 | 6 | unless $try_end |
| 45 | 3 | 3 | if $try_end->isa('PPI::Token::Structure') and $try_end->content eq ';' |