| blib/lib/WebService/BitFlyer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 2 | 16 | 12.5 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 0 | 1 | unless ($args{'access_key'} and $args{'secret_key'}) |
| 59 | 1 | 0 | unless $client_opt |
| 80 | 0 | 0 | if ($method eq 'GET') { } |
| 0 | 0 | elsif ($method =~ /^(?:POST|DELETE)$/) { } | |
| 82 | 0 | 0 | $query_string ? : |
| 96 | 0 | 0 | $query ? : |
| 112 | 0 | 0 | unless ($res->{'success'}) |
| 116 | 0 | 0 | if ($self->decode_json) { } |