| blib/lib/Mail/SpamAssassin/Plugin/WLBLEval.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 24 | 8.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 193 | 0 | 0 | 0 | $pms->{'from_in_whitelist'} < 0 && $pms->{'from_in_default_whitelist'} == 0 |
| 206 | 0 | 0 | 0 | $pms->{'from_in_default_whitelist'} < 0 && $pms->{'from_in_whitelist'} == 0 |
| 299 | 0 | 0 | 0 | $any_tried and not $match |
| 324 | 2 | 0 | 0 | $pms->{'num_relays_trusted'} > 0 and not $pms->{'num_relays_untrusted'} |
| 455 | 0 | 0 | 0 | $uri_lists_href and %$uri_lists_href |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 38 | 0 | 63 | 0 | ref $class || $class |
| 290 | 0 | 0 | 0 | not defined $relay_rdns or $relay_rdns eq '' |
| 345 | 0 | 0 | 0 | not defined $rly_ip or $rly_ip eq '' |