blib/lib/Crypto/Exchange/Binance/Spot/API.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 23 | 34.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
187 | 4 | 0 | 0 | $row->{'available'} == 0 and $row->{'in_order'} == 0 |
line | l | !l | condition |
---|---|---|---|
61 | 0 | 3 | $ENV{'TIME_ZONE'} // 'Europe/London' |
127 | 6 | 0 | $bases->{$pair} || die("Pair [$pair] is not a support trading pair") |
196 | 2 | 0 | delete $$rows{"LD$coin"} || {'available', 0} |
207 | 0 | 1 | $spec->{'response'}{'row_filter'} || sub { |
217 | 1 | 0 | $a->{'price'} || 0 |
1 | 0 | $b->{'price'} || 0 | |
228 | 0 | 0 | $spec->{'response'}{'row_filter'} || sub { |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
212 | 0 | 0 | 2 | $self->$old_filter($row) || $row->{'status'} eq 'FILLED' |
235 | 0 | 0 | 0 | $self->$old_filter($row) || $row->{'status'} ne 'FILLED' |