| line |
!l |
l&&!r |
l&&r |
condition |
|
80
|
11 |
3 |
8 |
$previous and $previous->isa("PPI::Token::Operator") |
|
|
14 |
4 |
4 |
$previous and $previous->isa("PPI::Token::Operator") and $previous->content eq "->" |
|
93
|
5 |
1 |
5 |
$snext->isa("PPI::Token::Operator") and $snext->content eq ',' || $snext->content eq '=>' |
|
108
|
2 |
3 |
1 |
$snext->isa("PPI::Token::Word") and $snext->content =~ / \w :: \z /msx |
|
131
|
11 |
0 |
0 |
$word =~ /^(\w+)'/ and $PPI::Token::Word::KEYWORDS{$1} |
|
208
|
56486 |
44 |
254 |
$word =~ /^(\w+)'/ and $PPI::Token::Word::KEYWORDS{$1} |
|
273
|
21926 |
25859 |
6625 |
$PPI::Token::Word::KEYWORDS{$word} and $t->__current_token_is_forced_word |
|
|
43197 |
1880 |
0 |
$PPI::Token::Word::OPERATOR{$word} and $word ne 'x' || $t->_current_x_is_operator |
|
297
|
114 |
638 |
624 |
$tokens[0] and $tokens[0]{'content'} eq "sub" |
|
|
114 |
328 |
310 |
$tokens[0] && $tokens[0]->isa('PPI::Token::Operator') |
|
344
|
10678 |
46125 |
0 |
$tokens[0] && ($tokens[0]{'_attribute'} || $tokens[0]->isa('PPI::Token::Attribute')) |