line |
!l |
l&&!r |
l&&r |
condition |
32
|
0 |
0 |
0 |
$_[1]->isa('PPI::Structure::Subscript') and $_[1]->start->content eq '{'
|
|
0 |
0 |
0 |
$_[1]->isa('PPI::Structure::Subscript') and $_[1]->start->content eq '{' and $_[1]->finish->content eq '}'
|
|
0 |
0 |
0 |
$_[1]->isa('PPI::Structure::Subscript') and $_[1]->start->content eq '{' and $_[1]->finish->content eq '}' and $_[1]->sprevious_sibling->isa('PPI::Token::Symbol') || $_[1]->sprevious_sibling->isa('PPI::Token::Operator')
|
47
|
0 |
0 |
0 |
$token and $token->isa('PPI::Structure::Subscript')
|
49
|
0 |
0 |
0 |
$token->start and $token->start->content eq '{'
|