| line | !l | l&&!r | l&&r | condition | 
 
| 404 | 0 | 0 | 0 | $tz_bias_a and $tz_bias_b | 
 
| 569 | 0 | 1 | 0 | $mtime and $agelimit | 
 
| 727 | 0 | 0 | 0 | $afile and -s $afile | 
 
| 728 | 0 | 0 | 0 | $bfile and -s $bfile | 
 
| 729 | 0 | 0 | 0 | $afile and $refa->{$_} + $ttl < $runtime | 
 
|  | 0 | 0 | 0 | $afile and $refa->{$_} + $ttl < $runtime and &$del($afile) | 
 
| 730 | 0 | 0 | 0 | $bfile and $refb->{$_} + $ttl < $runtime | 
 
|  | 0 | 0 | 0 | $bfile and $refb->{$_} + $ttl < $runtime and &$del($bfile) | 
 
| 911 | 0 | 9 | 81 | $name and $name =~ /$regexextn$regex/ | 
 
|  | 9 | 0 | 81 | $name and $name =~ /$regexextn$regex/ and not $name =~ /$regexextn$negregex/ | 
 
| 919 | 0 | 9 | 51 | $name and $name =~ /$regexextn$regex/ | 
 
|  | 9 | 0 | 51 | $name and $name =~ /$regexextn$regex/ and not $name =~ /$regexextn$negregex/ | 
 
| 946 | 0 | 0 | 2 | $nocase and lc $aName eq lc $bName | 
 
|  | 0 | 0 | 0 | $nocase and lc $aName lt lc $bName | 
 
|  | 0 | 0 | 0 | not $nocase and $aName lt $bName | 
| line | l | !l&&r | !l&&!r | condition | 
 
| 394 | 0 | 0 | 0 | $r_con->{'dira'} =~ /^([a-z]:)/i or $r_con->{'dira'} =~ m[^([\\/].\w+[\\/][a-z0-9\$]+)]i | 
 
|  | 0 | 0 | 0 | $r_con->{'dira'} =~ /^([a-z]:)/i or $r_con->{'dira'} =~ m[^([\\/].\w+[\\/][a-z0-9\$]+)]i or Win32::GetCwd() =~ /^([a-z]:)/i | 
 
| 399 | 0 | 0 | 0 | $r_con->{'dirb'} =~ /^([a-z]:)/i or $r_con->{'dirb'} =~ m[^([\\/].\w+[\\/][a-z0-9\$]+)]i | 
 
|  | 0 | 0 | 0 | $r_con->{'dirb'} =~ /^([a-z]:)/i or $r_con->{'dirb'} =~ m[^([\\/].\w+[\\/][a-z0-9\$]+)]i or Win32::GetCwd() =~ /^([a-z]:)/i | 
 
| 514 | 2 | 0 | 0 | $Btmp || carp("Failed to delete temporary file $Btmp\n") | 
 
| 530 | 0 | 0 | 0 | $B || carp("Failed to delete file $B\n") | 
 
| 590 | 1 | 0 | 0 | $targ || carp("Unable to delete file $targ\n") | 
 
| 946 | 49 | 0 | 2 | $aName eq $bName or $nocase and lc $aName eq lc $bName | 
 
|  | 0 | 0 | 0 | $nocase and lc $aName lt lc $bName or not $nocase and $aName lt $bName |