line |
!l |
l&&!r |
l&&r |
condition |
99
|
0 |
0 |
0 |
$_[1]->isa('PPI::Token::Label') and $_[1]->content =~ /\:$/
|
|
0 |
0 |
0 |
$_[1]->isa('PPI::Token::Label') and $_[1]->content =~ /\:$/ and $_[1]->sprevious_sibling
|
|
0 |
0 |
0 |
$_[1]->isa('PPI::Token::Label') and $_[1]->content =~ /\:$/ and $_[1]->sprevious_sibling and $_[1]->sprevious_sibling->isa('PPI::Token::Operator')
|
|
0 |
0 |
0 |
$_[1]->isa('PPI::Token::Label') and $_[1]->content =~ /\:$/ and $_[1]->sprevious_sibling and $_[1]->sprevious_sibling->isa('PPI::Token::Operator') and $_[1]->sprevious_sibling->content eq '?'
|