Branch Coverage

blib/lib/Mail/Milter/Authentication/Resolver.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
48 0 0 if ($handler->is_handler_loaded("DMARC"))
55 0 0 if ($self->{'_timedout'}{$org_domain})
65 0 0 if $what eq "send"
66 0 0 if $what eq "query"
67 0 0 if $what eq "search"
71 0 0 if (my $error = $@)
74 0 0 if ($type and $type eq "Timeout")
76 0 0 if ($handler->get_time_remaining > 0)
89 0 0 exists $config->{'dns_servfail_timeout'} ? :
93 0 0 if ($self->errorstring =~ /timeout/iu or $self->errorstring eq "query timed out" or $self->errorstring eq "SERVFAIL" and $time_taken > $servfail_timeout)