| blib/lib/Mail/Milter/Authentication/Resolver.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 74 | 0 | 0 | 0 | $type and $type eq "Timeout" |
| 93 | 0 | 0 | 0 | $self->errorstring eq "SERVFAIL" and $time_taken > $servfail_timeout |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 93 | 0 | 0 | 0 | $self->errorstring =~ /timeout/iu or $self->errorstring eq "query timed out" |
| 0 | 0 | 0 | $self->errorstring =~ /timeout/iu or $self->errorstring eq "query timed out" or $self->errorstring eq "SERVFAIL" and $time_taken > $servfail_timeout |