| line |
!l |
l&&!r |
l&&r |
condition |
|
36
|
1 |
0 |
0 |
ref $address && $address->isa('Mail::Message::Field::Address') |
|
60
|
9 |
1 |
1 |
defined($field = $head->get("List-Software")) and $field =~ /listbox/i |
|
|
7 |
0 |
1 |
defined($field = $head->get("X-Mailing-List")) and $field =~ m[archive/latest] |
|
|
5 |
1 |
1 |
defined($field = $head->get("Mailing-List")) and $field =~ /yahoo/i |
|
|
5 |
0 |
1 |
defined $field and $field =~ /(ezmlm)/i |
|
|
1 |
1 |
1 |
defined($field = $head->get('List-Subscribe') || $head->get('List-Unsubscribe')) and $field =~ /sympa/i |
|
|
0 |
0 |
1 |
defined($field = $head->get("List-ID")) and $field =~ /listbox\.com/i |
|
133
|
16 |
0 |
1 |
$type eq "Smartlist" and defined($field = $head->get("X-Mailing-List")) |
|
218
|
8 |
6 |
3 |
defined $software and $type eq $software |