line |
!l |
l&&!r |
l&&r |
condition |
53
|
0 |
0 |
0 |
$token->isa('PPI::Structure::Block') and $token->start
|
|
0 |
0 |
0 |
$token->isa('PPI::Structure::Block') and $token->start and $token->start eq '{'
|
|
0 |
0 |
0 |
$token->isa('PPI::Structure::Block') and $token->start and $token->start eq '{' and $token->finish
|
|
0 |
0 |
0 |
$token->isa('PPI::Structure::Block') and $token->start and $token->start eq '{' and $token->finish and $token->finish eq '}'
|
58
|
0 |
0 |
0 |
$token->snext_sibling and $token->snext_sibling->isa('PPI::Token::Operator')
|
|
0 |
0 |
0 |
$token->snext_sibling and $token->snext_sibling->isa('PPI::Token::Operator') and $token->snext_sibling->content eq ','
|
71
|
0 |
0 |
0 |
$token and $token->next_sibling
|
78
|
0 |
0 |
0 |
$point->isa('PPI::Token::Operator') && $point->content eq ','
|
|
0 |
0 |
0 |
$point and not $point->isa('PPI::Token::Operator') && $point->content eq ','
|