| blib/lib/WWW/VastAI/Role/HTTP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 15 | 20.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 94 | 0 | 0 | 46 | defined $content and $content =~ /^\s*[\{\[]/ |
| 0 | 0 | 0 | defined $content and length $content |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 63 | 46 | 0 | 0 | $opts{'base_url'} || $self->base_url |
| 101 | 0 | 0 | 46 | $response->status < 200 or $response->status >= 300 |
| 103 | 0 | 0 | 0 | $data->{'msg'} || $data->{'message'} || $data->{'error'} || $response->status |