| line | !l | l&&!r | l&&r | condition | 
 
| 209 | 0 | 0 | 0 | $log and not $self->{'already_logged'}{$log} | 
 
| 232 | 0 | 0 | 0 | defined $qname and defined $rdatastr | 
 
| 258 | 0 | 0 | 0 | $self->{'sender_host'} and lc $question->qname eq lc $self->{'sender_host'} | 
 
|  | 0 | 0 | 0 | $self->{'sender_host'} and lc $question->qname eq lc $self->{'sender_host'} and $question->qtype =~ /^(?:A|MX)$/ | 
 
|  | 0 | 0 | 0 | $self->{'sender_host'} and lc $question->qname eq lc $self->{'sender_host'} and $question->qtype =~ /^(?:A|MX)$/ and $pkt->header->rcode =~ /^(?:NXDOMAIN|SERVFAIL)$/ | 
 
|  | 0 | 0 | 0 | $self->{'sender_host'} and lc $question->qname eq lc $self->{'sender_host'} and $question->qtype =~ /^(?:A|MX)$/ and $pkt->header->rcode =~ /^(?:NXDOMAIN|SERVFAIL)$/ and ++$self->{'sender_host_fail'} == 2 | 
 
| 277 | 0 | 0 | 0 | $answ_type ne "A" and $answ_type ne "TXT" | 
 
| 319 | 0 | 0 | 0 | $rdatastr =~ /^127\.\d{1,3}\.\d{1,3}\.\d{1,3}$/ and Mail::SpamAssassin::Util::my_inet_aton($rdatastr) & $subtest | 
 
| 394 | 3063 | 0 | 33 | defined $last_poll_time and &Mail::SpamAssassin::PerMsgStatus::time() - $last_poll_time < "0.1" | 
 
| 413 | 0 | 96 | 0 | defined $rbl_tag and $rbl_tag ne "" | 
 
| 484 | 336 | 0 | 0 | $dnsopt eq "test" and $diff > $dnsint | 
 
| 559 | 0 | 0 | 0 | $retry > 0 and @domains | 
 
| 672 | 0 | 0 | 0 | $SIG{'CHLD'} and $SIG{'CHLD'} ne "IGNORE" |