line |
!l |
l&&!r |
l&&r |
condition |
246
|
2232 |
7756 |
391 |
$i >= 1 and ($p = $$tokens_ref[$i - 1])->[0] eq 'postchomp' |
258
|
1252 |
9076 |
51 |
$i + 1 < @{$tokens_ref;} and ($p = $$tokens_ref[$i + 1])->[0] eq 'prechomp' |
|
2730 |
7577 |
21 |
$i + 2 < @{$tokens_ref;} and ($p = $$tokens_ref[$i + 2])->[0] eq 'prechomp' |
|
10307 |
0 |
21 |
$i + 2 < @{$tokens_ref;} and ($p = $$tokens_ref[$i + 2])->[0] eq 'prechomp' and ($p = $$tokens_ref[$i + 1])->[0] eq 'text' |
|
7577 |
5 |
16 |
$i + 2 < @{$tokens_ref;} and ($p = $$tokens_ref[$i + 2])->[0] eq 'prechomp' and ($p = $$tokens_ref[$i + 1])->[0] eq 'text' and not $p->[1] =~ / [^ \t] /msx |
300
|
20 |
0 |
3439 |
defined $line_start && qr/\A ^ [ \t]* \Q$line_start\E ([^\n]* \n?) /msx |
315
|
38 |
15557 |
0 |
$lex_line_code and @tokens == 0 || $tokens[-1][1] =~ /\n\z/msx |
|
3411 |
9592 |
2554 |
$lex_line_code and @tokens == 0 || $tokens[-1][1] =~ /\n\z/msx and s/$lex_line_code//msx |
695
|
61617 |
2953 |
7 |
defined $expect and $t->id ne $expect |
714
|
41709 |
19380 |
63 |
$arity eq 'name' and $parser->next_token_is('=>') |
1610
|
0 |
14 |
16 |
defined $given->second and @{$given->second;} |
1637
|
0 |
0 |
21 |
$s->arity eq 'literal' && $s->value =~ /\A [ \t\r\n]* \z/msx |
1652
|
1 |
0 |
21 |
$when->id eq 'print_raw' and not grep({not _only_white_spaces($_);} @{$when->first;}) |
1974
|
0 |
1 |
12 |
defined $got and $got ne ';' |
1991
|
8 |
2 |
39 |
$near ne ';' and not $message =~ /\b \Q$near\E \b/msx |