line |
!l |
l&&!r |
l&&r |
condition |
210
|
0 |
0 |
0 |
$next->isa("PPI::Statement::UnmatchedBrace") and "}" eq $next->content |
221
|
0 |
0 |
0 |
$finish->isa("PPI::Statement::UnmatchedBrace") and "}" eq $finish->content |
298
|
0 |
0 |
0 |
$parent = $elem->parent and $parent->isa("PPI::Statement") |
|
0 |
0 |
0 |
$parent = $elem->parent and $parent->isa("PPI::Statement") and 1 == $parent->children |
302
|
0 |
0 |
0 |
$parent = $parent->parent and $parent->isa('PPI::Structure::Subscript') || $parent->isa('PPI::Structure::Block') |
|
0 |
0 |
0 |
$parent = $parent->parent and $parent->isa('PPI::Structure::Subscript') || $parent->isa('PPI::Structure::Block') and 1 == $parent->children |
308
|
0 |
0 |
0 |
$start = $parent->start and $start->isa("PPI::Token::Structure") |
|
0 |
0 |
0 |
$start = $parent->start and $start->isa("PPI::Token::Structure") and "{" eq $start->content |