| line |
!l |
l&&!r |
l&&r |
condition |
|
63
|
0 |
0 |
0 |
defined $token and ref $token |
|
74
|
0 |
37 |
0 |
@ch and $ch[-1]->isa('PPI::Token::Operator') || $ch[-1]->content =~ /^(?:,|=>)$/ |
|
83
|
174 |
0 |
0 |
$token->isa('PPI::Token::Structure') and $token->content eq ';' |
|
88
|
70 |
100 |
4 |
$state eq 'key' || $state eq 'value' and $token->isa('PPI::Token::QuoteLike::Words') |
|
152
|
0 |
320 |
0 |
defined $token and ref $token |
|
163
|
4 |
103 |
0 |
@ch and $ch[-1]->isa('PPI::Token::Operator') || $ch[-1]->content =~ /^(?:,|=>)$/ |
|
173
|
311 |
0 |
78 |
$token->isa('PPI::Token::Structure') and $token->content eq ';' |
|
258
|
53 |
1 |
1101 |
$next and $token->content =~ /^[\w:]+$/ |
|
|
54 |
936 |
165 |
$next and $token->content =~ /^[\w:]+$/ and $next->isa('PPI::Token::Operator') |
|
|
937 |
153 |
12 |
$next and $token->content =~ /^[\w:]+$/ and $next->isa('PPI::Token::Operator') and $next->content eq '->' |