blib/lib/Mail/SpamAssassin/Plugin/HashBL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 27 | 3.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
304 | 0 | 0 | 0 | defined $acl and $acl ne "all" |
0 | 0 | 0 | defined $acl and $acl ne "all" and defined $domain | |
305 | 0 | 0 | 0 | defined $self->{'hashbl_acl'}{$acl}{$domain} and $self->{'hashbl_acl'}{$acl}{$domain} eq 1 |
350 | 0 | 0 | 0 | defined $info->{'types'}{'a'} and not defined $info->{'types'}{'parsed'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
149 | 0 | 61 | 0 | ref $class || $class |
180 | 0 | 0 | 0 | not defined $value or $value eq "" |
432 | 0 | 0 | 0 | $email =~ /$self->{'email_whitelist'}/ or defined $pms->{'hashbl_whitelist'}{$email} |
436 | 0 | 0 | 0 | $nodot or $notag |
507 | 0 | 0 | 0 | $info->{'types'}{'a'} or $info->{'types'}{'parsed'} |