| blib/lib/Mail/SpamAssassin/Plugin/FreeMail.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 29 | 13.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 306 | 63 | 0 | 0 | $self->{'freemail_available'} and not $self->{'email_regex'} |
| 347 | 0 | 0 | 0 | defined $self->{'freemail_domains_re'} and $email =~ /$self->{'freemail_domains_re'}/ |
| 367 | 0 | 0 | 0 | defined $info->{'types'}{'a'} and not defined $info->{'types'}{'parsed'} |
| 582 | 0 | 0 | 0 | $what ne "replyto" and $what ne "reply" |
| 608 | 0 | 0 | 0 | $from_is_fm and $replyto_is_fm |
| 0 | 0 | 0 | $from_is_fm and $replyto_is_fm and $from ne $replyto | |
| 621 | 0 | 0 | 0 | $replyto ne "" and not $replyto_is_fm |
| line | l | !l | condition |
|---|---|---|---|
| 295 | 32 | 31 | $self->{'main'}{'lint_rules'} or 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 150 | 0 | 63 | 0 | ref $class || $class |
| 347 | 0 | 0 | 0 | defined $self->{'freemail_domains'}{$domain} or defined $self->{'freemail_domains_re'} and $email =~ /$self->{'freemail_domains_re'}/ |