line |
!l |
l&&!r |
l&&r |
condition |
26
|
0 |
0 |
10 |
$try_block and $try_block->isa('PPI::Structure::Block')
|
31
|
4 |
3 |
11 |
$try_end and $try_end->isa('PPI::Token::Word')
|
|
7 |
3 |
8 |
$try_end and $try_end->isa('PPI::Token::Word') and $try_end->content eq 'catch' || $try_end->content eq 'finally'
|
|
3 |
0 |
8 |
$try_end and $try_end->isa('PPI::Token::Word') and $try_end->content eq 'catch' || $try_end->content eq 'finally' and $try_end->snext_sibling
|
|
3 |
0 |
8 |
$try_end and $try_end->isa('PPI::Token::Word') and $try_end->content eq 'catch' || $try_end->content eq 'finally' and $try_end->snext_sibling and $try_end->snext_sibling->isa('PPI::Structure::Block')
|
45
|
3 |
0 |
3 |
$try_end->isa('PPI::Token::Structure') and $try_end->content eq ';'
|