| line | !l | l&&!r | l&&r | condition | 
 
| 206 | 0 | 6 | 11 | defined $token and my($subtoken) = $token =~ /^((\d{1,2})|(\d{1,2}-\d{1,2}))(?=(,|$))/u | 
 
| 294 | 0 | 0 | 0 | $status->not_ok and $status->payload | 
 
|  | 0 | 0 | 0 | $status->not_ok and $status->payload and $status->payload->{'http_code'} == 403 | 
 
| 295 | 0 | 0 | 0 | $status->not_ok and $status->payload | 
 
|  | 0 | 0 | 0 | $status->not_ok and $status->payload and $status->payload->{'http_code'} == 404 | 
 
| 297 | 0 | 0 | 0 | $status->not_ok and $status->payload | 
 
|  | 0 | 0 | 0 | $status->not_ok and $status->payload and $status->payload->{'http_code'} != 500 | 
 
|  | 0 | 0 | 0 | $status->not_ok and $status->payload and $status->payload->{'http_code'} != 500 and &looks_like_number($key) | 
 
| 435 | 1 | 1 | 24 | defined $rd and length $rd > 0 | 
 
| 475 | 0 | 19 | 0 | $+{'yyyy'} and $+{'mm'} | 
 
|  | 1 | 18 | 0 | $+{'yyyy'} and $+{'mm'} and $+{'dd'} | 
 
| 523 | 0 | 0 | 1 | defined $hours and defined $minutes | 
 
| 527 | 0 | 0 | 1 | $hours and $minutes |