| line |
!l |
l&&!r |
l&&r |
condition |
|
26
|
0 |
0 |
0 |
ref $address && $address->isa('Mail::Message::Field::Address') |
|
55
|
0 |
0 |
0 |
defined($field = $head->get("List-Software")) and $field =~ /listbox/i |
|
|
0 |
0 |
0 |
defined($field = $head->get("X-Mailing-List")) and $field =~ m[archive/latest] |
|
|
0 |
0 |
0 |
defined($field = $head->get("Mailing-List")) and $field =~ /yahoo/i |
|
|
0 |
0 |
0 |
defined $field and $field =~ /(ezmlm)/i |
|
|
0 |
0 |
0 |
defined($field = $head->get('List-Subscribe') || $head->get('List-Unsubscribe')) and $field =~ /sympa/i |
|
|
0 |
0 |
0 |
$head->get('List-ID') && $field =~ /listbox\.com/i |
|
136
|
0 |
0 |
0 |
$type eq "Smartlist" and defined($field = $head->get("X-Mailing-List")) |
|
230
|
0 |
0 |
0 |
defined $software and $type eq $software |