line |
!l |
l&&!r |
l&&r |
condition |
37
|
0 |
0 |
13 |
$children[1] and $children[1]->isa('PPI::Token::Word')
|
|
0 |
0 |
13 |
$children[1] and $children[1]->isa('PPI::Token::Word') and $children[1] eq 'Try::Tiny'
|
61
|
0 |
6 |
8 |
$sib and $sib->content eq 'catch'
|
|
6 |
0 |
8 |
$sib and $sib->content eq 'catch' and my $catch_block = $sib->snext_sibling
|
67
|
0 |
14 |
0 |
$sib and $sib->content eq 'finally'
|
|
14 |
0 |
0 |
$sib and $sib->content eq 'finally' and my $finally_block = $sib->snext_sibling
|
104
|
0 |
3 |
3 |
$prev_sib and $prev_sib->isa('PPI::Token::Word')
|
|
3 |
1 |
2 |
$prev_sib and $prev_sib->isa('PPI::Token::Word') and $prev_sib eq 'sub'
|
110
|
42 |
2 |
1 |
$element eq 'return' and not $in_sub_block
|