blib/lib/WebService/Coincheck.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 14 | 7.1 |
line | true | false | branch |
---|---|---|---|
67 | 1 | 0 | unless $client_opt |
102 | 0 | 0 | if ($method =~ /^get$/i) { } |
0 | 0 | elsif ($method =~ /^(?:post|delete)$/i) { } | |
104 | 0 | 0 | $query_string ? : |
118 | 0 | 0 | $query ? : |
133 | 0 | 0 | unless ($res->{'success'}) |
137 | 0 | 0 | if ($self->decode_json) { } |