| line | !l | l&&!r | l&&r | condition | 
 
| 148 | 0 | 0 | 0 | $rd->{$_} and not $rd->{$_} =~ /^(bc|th)$/ | 
 
| 149 | 0 | 0 | 0 | $rd->{$_} =~ /^[+]?\d+$/ && $rd->{$_} < 183 | 
 
|  | 0 | 0 | 0 | $rd->{$_} and not $rd->{$_} =~ /^[+]?\d+$/ && $rd->{$_} < 183 | 
 
| 150 | 0 | 0 | 0 | $rd->{$_} =~ /^[+]?\d+$/ && $rd->{$_} < 10 | 
 
|  | 0 | 0 | 0 | $rd->{$_} and not $rd->{$_} =~ /^[+]?\d+$/ && $rd->{$_} < 10 | 
 
| 201 | 0 | 0 | 0 | $rd->{$_} and not $rd->{$_} =~ /^[0-9]{4}-[0-9]{2}$/ | 
 
| 235 | 0 | 0 | 0 | defined $rd->{'account_id'} and $domain ne 'alldomains.co.uk' | 
 
| 272 | 0 | 0 | 0 | $rd->{'type'} and $rd->{'type'} eq 'investigation' |