line |
!l |
l&&!r |
l&&r |
condition |
209
|
0 |
30 |
120 |
Mail::SpamAssassin::Util::am_running_in_taint_mode() and grep {not &Scalar::Util::tainted($_);} @message
|
259
|
0 |
150 |
0 |
@message and $message[0] =~ /\015\012/ || $message[-1] =~ /\015\012/
|
398
|
134 |
0 |
16 |
$self->{'type'} =~ m[^multipart/]i and $#message > 0
|
|
134 |
1 |
15 |
$self->{'type'} =~ m[^multipart/]i and $#message > 0 and $message[0] =~ /\S/
|
400
|
0 |
4 |
11 |
defined $boundary and $message[0] =~ /^--\Q$boundary\E/
|
777
|
167 |
0 |
21 |
$msg->{'type'} =~ m[^multipart/]i and defined $boundary
|
|
167 |
0 |
21 |
$msg->{'type'} =~ m[^multipart/]i and defined $boundary and $subparse > 0
|
785
|
163 |
0 |
4 |
$msg->{'type'} =~ m[^message/(?!partial\z)]i and $subparse > 0
|
801
|
0 |
0 |
4 |
$msg->{'type'} =~ m[^message/(?:rfc822|global)\z]i and defined $msg->{'decoded'}
|
|
0 |
0 |
4 |
$msg->{'type'} =~ m[^message/(?:rfc822|global)\z]i and defined $msg->{'decoded'} and $msg->{'decoded'} ne ""
|
880
|
100 |
1 |
20 |
substr($body->[$line], 0, 2) eq "--" and $body->[$line] =~ /^--\Q$boundary\E\s*$/
|
888
|
0 |
15 |
5 |
$line + 1 < $tmp_line and not $$body[$line + 1] =~ /^[\041-\071\073-\176]+:/
|
917
|
2285 |
33 |
46 |
defined $boundary && substr($_, 0, 2) eq '--' && /^--\Q$boundary\E(?:--)?\s*$/
|
970
|
0 |
25 |
0 |
$line_count and not $$body[-$line_count] =~ /^[\041-\071\073-\176]+:/
|
1002
|
46 |
0 |
1 |
/^[ \t]/ and $header
|
1177
|
3 |
132 |
8 |
$scansize and length $rnd > $scansize
|
1181
|
5 |
1 |
2 |
$idx >= 0 and $idx - $scansize <= 1024
|
1187
|
5 |
0 |
1 |
$idx >= 0 and $idx - $scansize <= 1024
|
1203
|
4 |
131 |
8 |
$html_needs_setting and $type eq "text/html"
|
1262
|
3 |
97 |
8 |
$scansize and $rawlen > $scansize
|
1266
|
5 |
1 |
2 |
$idx >= 0 and $idx - $scansize <= 1024
|
1272
|
5 |
0 |
1 |
$idx >= 0 and $idx - $scansize <= 1024
|
1278
|
5 |
0 |
0 |
$idx >= 0 and $idx - $scansize <= 1024
|