| line | true | false | branch | 
 
| 35 | 0 | 0 | unless ($email) | 
 
| 56 | 0 | 0 | if ($packet) { } | 
 
| 58 | 0 | 0 | unless $rr->type eq $rrtype | 
 
| 60 | 0 | 0 | if $rrtype eq 'MX' | 
 
| 61 | 0 | 0 | if $rrtype eq 'A' | 
 
| 62 | 0 | 0 | if $rrtype eq 'AAAA' | 
 
| 68 | 0 | 0 | if ($error) | 
 
| 73 | 0 | 0 | if (my $error = $@) | 
 
| 84 | 0 | 0 | if exists $self->{'done'}{join ':', $domain, $type} | 
 
| 90 | 0 | 0 | unless ($domain) | 
 
| 105 | 0 | 0 | if ($self->is_handler_loaded('DMARC')) | 
 
| 108 | 0 | 0 | if ($domain) | 
 
| 111 | 0 | 0 | if ($org_domain eq $domain) { } | 
 
| 120 | 0 | 0 | $is_org ? : | 
 
| 125 | 0 | 0 | if ($lookup_mx->{'error'}) | 
 
| 130 | 0 | 0 | if ($lookup_mx->{'result'} == 1) | 
 
| 146 | 0 | 0 | if ($lookup_a->{'error'}) | 
 
| 150 | 0 | 0 | if ($lookup_aaaa->{'error'}) | 
 
| 155 | 0 | 0 | if ($lookup_a->{'result'} or $lookup_aaaa->{'result'}) | 
 
| 159 | 0 | 0 | if ($lookup_a->{'result'} == 1) { } | 
 
| 166 | 0 | 0 | if ($lookup_aaaa->{'result'} == 1) { } | 
 
| 183 | 0 | 0 | if ($is_org == 0) | 
 
| 187 | 0 | 0 | if ($lookup_mx->{'error'}) | 
 
| 192 | 0 | 0 | if ($lookup_mx->{'result'} == 1) | 
 
| 208 | 0 | 0 | if ($lookup_a->{'error'}) | 
 
| 212 | 0 | 0 | if ($lookup_aaaa->{'error'}) | 
 
| 217 | 0 | 0 | if ($lookup_a->{'result'} or $lookup_aaaa->{'result'}) | 
 
| 221 | 0 | 0 | if ($lookup_a->{'result'} == 1) { } | 
 
| 228 | 0 | 0 | if ($lookup_aaaa->{'result'} == 1) { } | 
 
| 266 | 0 | 0 | if $env_from eq '<>' | 
 
| 278 | 0 | 0 | if ($header eq 'From') |