| 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) | 
 
| 134 | 0 | 0 | 0 | $y and $m | 
 
| 138 | 0 | 0 | 0 | $y >= 1 and $y <= 99 | 
 
| 143 | 0 | 0 | 0 | $m >= 1 and $m <= 99 | 
 
| 165 | 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 | 
 
| 238 | 0 | 0 | 0 | not defined $type and defined $$epp{'defaulti18ntype'} | 
 
| 291 | 0 | 0 | 0 | $d and ref $d eq 'HASH' | 
 
| 339 | 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 | 
 
| 361 | 0 | 0 | 0 | $v & 5 and $hasloc | 
 
| 362 | 0 | 0 | 0 | $v & 6 and $hasint |