| line |
!l |
l&&!r |
l&&r |
condition |
|
42
|
3 |
0 |
0 |
$body->isMultipart and $body->parts == 1 |
|
51
|
1 |
0 |
2 |
$strip && !$body->isMultipart && !$body->isBinary |
|
54
|
0 |
3 |
0 |
$include eq "INLINE" and $body->isMultipart |
|
|
0 |
3 |
0 |
$include eq "INLINE" and $body->isBinary |
|
97
|
0 |
2 |
1 |
not defined $cc and $args{'group_reply'} |
|
111
|
3 |
0 |
0 |
$msgid and not $msgid =~ /^\s*\<.*\>\s*$/ |
|
123
|
1 |
0 |
2 |
defined $prelude and not &blessed($prelude) |
|
127
|
1 |
2 |
0 |
defined $postlude and not &blessed($postlude) |
|
138
|
3 |
0 |
0 |
defined $signature and $signature->isa("Mail::Message") |
|
190
|
1 |
1 |
22 |
defined $subject and length $subject |
|
239
|
0 |
0 |
2 |
ref $user && $user->isa('Mail::Address') |