blib/lib/Crypto/Exchange/Binance/Spot/API.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 20 | 35.0 |
line | true | false | branch |
---|---|---|---|
73 | 0 | 0 | if ($self->key) { } |
86 | 0 | 0 | if ($self->secret) |
100 | 0 | 4 | if (my $my_currency_file = $ENV{'MY_BINANCE_CURRENCIES'}) |
101 | 0 | 0 | unless open my $fh, '<', $my_currency_file |
134 | 9 | 0 | if (my $tz = $self->time_zone) |
137 | 0 | 2 | wantarray ? : |
187 | 0 | 4 | if ($row->{'available'} == 0 and $row->{'in_order'} == 0) |
195 | 2 | 2 | if $coin =~ /^LD/ |
212 | 0 | 2 | $self->$old_filter($row) || $row->{'status'} eq 'FILLED' ? : |
235 | 0 | 0 | $self->$old_filter($row) || $row->{'status'} ne 'FILLED' ? : |