| line |
!l |
l&&!r |
l&&r |
condition |
|
292
|
379567 |
13486 |
0 |
$self->{'token_eof'} and $self->{'token_cursor'} > scalar @{$self->{'tokens'};}
|
|
536
|
0 |
27938 |
311 |
ref $self->{'source'} eq "ARRAY" and not @{$self->{'source'};}
|
|
555
|
2310 |
14265 |
24260 |
ref $self->{'source'} eq "ARRAY" and @{$self->{'source'};}
|
|
578
|
0 |
0 |
453121 |
defined $self->{'line_cursor'} and defined $self->{'line_length'}
|
|
805
|
192 |
3 |
204 |
(!$prev->isa('PPI::Token::Operator') || $X_CAN_FOLLOW_OPERATOR{$prev}) && (!$prev->isa('PPI::Token::Structure') || $X_CAN_FOLLOW_STRUCTURE{$prev}) && !$prev->isa('PPI::Token::Label')
|
|
835
|
21579 |
2325 |
227 |
$content eq "{" and $t->{'line'} =~ /\G\s*\}/cg
|
|
845
|
5603 |
0 |
28 |
defined $word and $word =~ /^v[0-9]+$/
|
|
|
5603 |
26 |
2 |
defined $word and $word =~ /^v[0-9]+$/ and $content eq 'use' || $content eq 'no'
|
|
847
|
4 |
2 |
230 |
not $USUALLY_FORCES{$prevprev->content} and $prevprev->content ne "->"
|
|
869
|
0 |
7216 |
15558 |
$tokens[-1] and not $tokens[-1]->parent
|