| blib/lib/Mail/SPF/Result.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 11 | 9.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 424 | 0 | 0 | 0 | $self->{'request'}->scope ne 'helo' && defined $self->{'request'}->helo_identity |
| 560 | 0 | 0 | 0 | defined $authority_explanation and utf8::is_utf8($authority_explanation) |
| line | l | !l | condition |
|---|---|---|---|
| 424 | 0 | 0 | $self->{'server'}->hostname || 'unknown' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 237 | 0 | 1 | 0 | ref $self || $self |