| blib/lib/DigitalOcean.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 119 | 0 | 0 | 0 | not $params->{'per_page'} and $self->per_page |
| 176 | 0 | 0 | 0 | $json and ref $json eq 'HASH' |
| 185 | 0 | 0 | 0 | $json->{'links'}{'actions'} and $self->wait_on_actions || $wait_on_action |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 155 | 0 | 0 | 0 | $response->code < 200 or $response->code >= 300 |
| 185 | 0 | 0 | 0 | $self->wait_on_actions || $wait_on_action |
| 339 | 0 | 0 | 0 | $wait_on_action or $self->wait_on_actions |