line |
!l |
l&&!r |
l&&r |
condition |
234
|
0 |
137 |
0 |
@message and $message[0] =~ /\015\012/ || $message[-1] =~ /\015\012/
|
370
|
122 |
0 |
15 |
$self->{'type'} =~ m[^multipart/]i and $#message > 0
|
|
122 |
1 |
14 |
$self->{'type'} =~ m[^multipart/]i and $#message > 0 and $message[0] =~ /\S/
|
372
|
0 |
4 |
10 |
defined $boundary and $message[0] =~ /^--\Q$boundary\E/
|
746
|
153 |
0 |
20 |
$msg->{'type'} =~ m[^multipart/]i and defined $boundary
|
|
153 |
0 |
20 |
$msg->{'type'} =~ m[^multipart/]i and defined $boundary and $subparse > 0
|
754
|
149 |
0 |
4 |
$msg->{'type'} =~ m[^message/(?!partial\z)]i and $subparse > 0
|
770
|
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 ''
|
849
|
100 |
1 |
19 |
substr($body->[$line], 0, 2) eq '--' and $body->[$line] =~ /^--\Q$boundary\E\s*$/
|
857
|
0 |
14 |
5 |
$line + 1 < $tmp_line and not $$body[$line + 1] =~ /^[\041-\071\073-\176]+:/
|
885
|
2183 |
33 |
44 |
defined $boundary && substr($_, 0, 2) eq '--' && /^--\Q$boundary\E(?:--)?\s*$/
|
938
|
0 |
24 |
0 |
$line_count and not $$body[-$line_count] =~ /^[\041-\071\073-\176]+:/
|
963
|
44 |
0 |
1 |
/^[ \t]/ and $header
|
1141
|
4 |
118 |
7 |
$html_needs_setting and $type eq 'text/html'
|