| lib/Finance/Robinhood/Forex/Order.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 26 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 93 | 0 | 0 | defined $s->{'cancel_url'} ? : |
| 104 | 0 | 0 | if $order->state eq 'canceled' |
| 105 | 0 | 0 | if $filled and $cancelled |
| 176 | 0 | 0 | $res->is_server_error ? : |
| 0 | 0 | $res->is_success ? : | |
| 219 | 0 | 0 | if $order->state eq 'filled' |
| 220 | 0 | 0 | if $order->state eq 'rejected' |
| 221 | 0 | 0 | if $filled and $rejected |
| 251 | 0 | 0 | if $res->is_success |
| 252 | 0 | 0 | unless $s->can_cancel |
| 257 | 0 | 0 | $res->is_server_error ? : |
| 274 | 0 | 0 | $res->is_server_error ? : |
| 0 | 0 | $res->is_success ? : |