| line | l | !l&&r | !l&&!r | condition | 
 
| 82 | 0 | 0 | 9 | $dayno < 1 or $dayno > 366 | 
 
|  | 0 | 0 | 9 | $dayno < 1 or $dayno > 366 or $dayno > 365 and not &leap($year) | 
 
| 94 | 0 | 0 | 11 | $month > 12 or $month < 1 | 
 
| 113 | 0 | 0 | 10 | $day < 1 or $day > $days[$month] | 
 
| 125 | 0 | 0 | 9 | $ut < 0 or $ut >= 1 | 
 
| 474 | 1 | 0 | 0 | $mode eq 'H' or $mode eq 'h' | 
 
|  | 0 | 0 | 0 | $mode eq 'D' or $mode eq 'd' | 
 
| 762 | 1 | 1 | 21 | !($year % 4) && $year % 100 || !($year % 400) | 
 
| 840 | 0 | 0 | 1 | $dayno == 366 and not leap $year or $dayno == 367 | 
 
| 1077 | 0 | 0 | 6 | $dUT1 > 0.5 or $dUT1 < -0.5 | 
 
| 1367 | 0 | 0 | 0 | $month eq uc $MonthStr[$i] or $month eq uc $MonthShortStr[$i] |