Branch Coverage

blib/lib/Mail/DKIM/AuthorDomainPolicy.pm
Criterion Covered Total %
branch 5 28 17.8


line true false branch
33 0 0 if ($self and not $self->is_implied_default_policy)
42 0 0 if ($prms{'Author'} and not $prms{'Domain'})
46 0 0 unless ($prms{'Domain'})
51 0 0 if (not @resp and $@ eq "NXDOMAIN")
56 0 0 if $had_error
68 0 0 if ($prms->{'Author'} and not $prms->{'Domain'})
72 0 0 unless ($prms->{'Domain'})
101 0 0 unless ($NXDOMAIN_POLICY)
118 0 0 if $_->result
122 0 0 if (lc $author_domain eq lc $signature->domain)
130 0 2 if $first_party
131 1 1 if $self->signall_strict
158 0 4 if @_
160 4 0 if (defined $self->{'tags'}{'dkim'}) { }