| line |
!l |
l&&!r |
l&&r |
condition |
|
498
|
0 |
0 |
0 |
$r->{'args'}{'usd_rates'} and $r->{'args'}{'usd_rates'}{$cur}
|
|
710
|
0 |
0 |
0 |
$r->{'args'}{'accounts'} and @{$r->{'args'}{'accounts'};} >= 2
|
|
908
|
0 |
0 |
0 |
_is_fiat($buy_currency) and $buy_currency ne 'USD'
|
|
912
|
0 |
0 |
0 |
_is_fiat($sell_currency) and $sell_currency ne 'USD'
|
|
1268
|
0 |
0 |
0 |
$args{'rounds'} > 0 and $round >= $args{'rounds'}
|
|
1377
|
0 |
0 |
0 |
$res->[2]{$type} and @{$res->[2]{$type};}
|
|
1539
|
0 |
0 |
0 |
$status eq 'open' and $time - $op->{'ctime'} > $r->{'args'}{'max_order_age'}
|
|
1569
|
0 |
0 |
0 |
$status eq 'open' and $time - $op->{'ctime'} > $r->{'args'}{'max_order_age'}
|
|
1773
|
0 |
0 |
0 |
defined $op->{'buy_filled_base_size'} and $op->{'buy_filled_base_size'}
|
|
1798
|
0 |
0 |
0 |
defined $op->{'sell_filled_base_size'} and $op->{'sell_filled_base_size'}
|