Condition Coverage

blib/lib/DigitalOcean.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
119 0 0 0 not $params->{'per_page'} and $self->per_page
184 0 0 0 $json and ref $json eq 'HASH'
193 0 0 0 $json->{'links'}{'actions'} and $self->wait_on_actions || $wait_on_action

or 3 conditions

line l !l&&r !l&&!r condition
163 0 0 0 $response->code < 200 or $response->code >= 300
193 0 0 0 $self->wait_on_actions || $wait_on_action
349 0 0 0 $wait_on_action or $self->wait_on_actions