blib/lib/Mail/SpamAssassin/Plugin/HashBL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 27 | 3.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
292 | 0 | 0 | 0 | defined $acl and $acl ne 'all' |
0 | 0 | 0 | defined $acl and $acl ne 'all' and defined $domain | |
293 | 0 | 0 | 0 | defined $self->{'hashbl_acl'}{$acl}{$domain} and $self->{'hashbl_acl'}{$acl}{$domain} eq 1 |
338 | 0 | 0 | 0 | defined $info->{'types'}{'a'} and not defined $info->{'types'}{'parsed'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
137 | 0 | 60 | 0 | ref $class || $class |
168 | 0 | 0 | 0 | not defined $value or $value eq '' |
419 | 0 | 0 | 0 | $email =~ /$self->{'email_whitelist'}/ or defined $pms->{'hashbl_whitelist'}{$email} |
423 | 0 | 0 | 0 | $nodot or $notag |
494 | 0 | 0 | 0 | $info->{'types'}{'a'} or $info->{'types'}{'parsed'} |