line |
!l |
l&&!r |
l&&r |
condition |
50
|
2 |
0 |
0 |
@forms > 2 and $num == 0 |
77
|
0 |
0 |
2 |
$num < '10000000000' and $num > '-10000000000' |
|
0 |
0 |
2 |
$num < '10000000000' and $num > '-10000000000' and $num == int $num |
90
|
0 |
2 |
0 |
ref $handle and $handle->{'numf_comma'} |
270
|
0 |
0 |
52 |
defined $handle and defined $phrase |
291
|
1 |
39 |
0 |
not $phrase =~ /^_/s and $handle->{'use_external_lex_cache'} ? exists $handle->{'_external_lex_cache'}{'_AUTO'} ? $handle->{'_external_lex_cache'}{'_AUTO'} : $h_r->{'_AUTO'} : $h_r->{'_AUTO'} |
324
|
0 |
0 |
4 |
ref $handle and $handle->{'fail'} |
636
|
0 |
3 |
7 |
$USE_LITERALS and not $c[-1] =~ /[^\x20-\x7E]/s |
701
|
0 |
0 |
37 |
$m =~ /^\w+$/s and not $handle->{'blacklist'}{$m} |
|
0 |
12 |
25 |
$m =~ /^\w+$/s and not $handle->{'blacklist'}{$m} and not $handle->{'denylist'}{$m} |
|
12 |
0 |
25 |
$m =~ /^\w+$/s and not $handle->{'blacklist'}{$m} and not $handle->{'denylist'}{$m} and !defined($handle->{'whitelist'}) || $handle->{'whitelist'}{$m} |
|
0 |
25 |
0 |
$m =~ /^\w+$/s and not $handle->{'blacklist'}{$m} and not $handle->{'denylist'}{$m} and !defined($handle->{'whitelist'}) || $handle->{'whitelist'}{$m} and !defined($handle->{'allowlist'}) || $handle->{'allowlist'}{$m} |
727
|
0 |
0 |
14 |
$USE_LITERALS and not $p =~ /[^\x20-\x7E]/s |
821
|
0 |
24 |
0 |
@c and length $c[-1] |
856
|
0 |
0 |
1 |
$pos > 2 and -1 == $first_tab || $first_tab > pos $_[0] |