| line | !l | l&&!r | l&&r | condition | 
 
| 91 | 0 | 0 | 0 | defined $d and $d | 
 
| 105 | 0 | 0 | 0 | !defined($rauth->{'pw'}) || $rauth->{'pw'} eq '' and $epp->{'usenullauth'} | 
 
|  | 0 | 0 | 0 | defined $isupdate and $isupdate | 
 
|  | 0 | 0 | 0 | !defined($rauth->{'pw'}) || $rauth->{'pw'} eq '' and $epp->{'usenullauth'} and (defined $isupdate and $isupdate) | 
 
| 135 | 0 | 0 | 0 | $y and $m | 
 
| 139 | 0 | 0 | 0 | $y >= 1 and $y <= 99 | 
 
| 144 | 0 | 0 | 0 | $m >= 1 and $m <= 99 | 
 
| 166 | 0 | 0 | 0 | defined $noip && $noip | 
 
|  | 0 | 0 | 0 | $n =~ /\S+\.$domain$/i || lc $n eq lc $domain || $asattr == 2 and not defined $noip && $noip | 
 
| 239 | 0 | 0 | 0 | not defined $type and defined $epp->{'defaulti18ntype'} | 
 
| 292 | 0 | 0 | 0 | $d and ref $d eq 'HASH' | 
 
| 340 | 0 | 0 | 0 | $hasint and not $hasloc | 
 
|  | 0 | 0 | 0 | $hasint and not $hasloc and ($v & 5) == $v | 
 
|  | 0 | 0 | 0 | $hasloc and not $hasint | 
 
|  | 0 | 0 | 0 | $hasloc and not $hasint and ($v & 6) == $v | 
 
| 362 | 0 | 0 | 0 | $v & 5 and $hasloc | 
 
| 363 | 0 | 0 | 0 | $v & 6 and $hasint |