| line | !l | l&&!r | l&&r | condition | 
 
| 501 | 0 | 0 | 0 | $r->{'args'}{'usd_rates'} and $r->{'args'}{'usd_rates'}{$cur} | 
 
| 713 | 0 | 0 | 0 | $r->{'args'}{'accounts'} and @{$r->{'args'}{'accounts'};} >= 2 | 
 
| 911 | 0 | 0 | 0 | _is_fiat($buy_currency) and $buy_currency ne 'USD' | 
 
| 915 | 0 | 0 | 0 | _is_fiat($sell_currency) and $sell_currency ne 'USD' | 
 
| 1271 | 0 | 0 | 0 | $args{'rounds'} > 0 and $round >= $args{'rounds'} | 
 
| 1380 | 0 | 0 | 0 | $res->[2]{$type} and @{$res->[2]{$type};} | 
 
| 1542 | 0 | 0 | 0 | $status eq 'open' and $time - $op->{'ctime'} > $r->{'args'}{'max_order_age'} | 
 
| 1572 | 0 | 0 | 0 | $status eq 'open' and $time - $op->{'ctime'} > $r->{'args'}{'max_order_age'} | 
 
| 1776 | 0 | 0 | 0 | defined $op->{'buy_filled_base_size'} and $op->{'buy_filled_base_size'} | 
 
| 1801 | 0 | 0 | 0 | defined $op->{'sell_filled_base_size'} and $op->{'sell_filled_base_size'} |