| line | !l | l&&!r | l&&r | condition | 
 
| 46 | 0 | 0 | 0 | isBinIpAddr($addr) and _validateIp(&bin2decIpAddr($addr)) | 
 
| 54 | 0 | 0 | 0 | isBinIpAddr($addr) and _validateIp(&bin2decIpAddr($addr)) | 
 
| 62 | 0 | 0 | 0 | isBinIpAddr($addr) and _validateIp(&bin2decIpAddr($addr)) | 
 
| 70 | 0 | 0 | 0 | isBinIpAddr($addr) and _validateIp(&bin2decIpAddr($addr)) | 
 
| 78 | 0 | 0 | 0 | isBinIpAddr($addr) and _validateIp(&bin2decIpAddr($addr)) | 
 
| 98 | 0 | 0 | 0 | isBinIpAddr($addr) and _validateIp(&bin2decIpAddr($addr)) | 
 
| 148 | 0 | 0 | 0 | $addr =~ /^(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})$/ and &$validate($1, $2, $3, $4) | 
 
| 186 | 0 | 0 | 0 | isBinIpAddr($addr) and _validateIp($addr) | 
 
| 190 | 0 | 0 | 0 | $mask and not isBinIpAddr($mask) | 
 
| 203 | 0 | 0 | 0 | isBinIpAddr($ip) and _validateIp(&bin2decIpAddr($ip)) | 
 
| 239 | 0 | 0 | 0 | isBinIpAddr($addr) and _validateIp($addr) |