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