Condition Coverage

blib/lib/Net/Async/DigitalOcean.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
486 0 0 0 $data->{'links'} and my $next = $data->{'links'}{'next'}
868 0 0 0 defined $key and $key eq 'name'

or 2 conditions

line l !l condition
19 0 0 $elf->{'digitalocean_rate_limit_backoff'} //= 0
25 0 0 $elf->{'digitalocean_rate_limit_absolute'} //= {map({$_ =~ /(\d+)\%/ ? $limits->{'Limit'} * $1 / 100 : $_, $elf->{'digitalocean_rate_limit_policy'}{$_};} keys %{$$elf{'digitalocean_rate_limit_policy'};})}
646 0 0 $bounce_time //= 30

or 3 conditions

line l !l&&r !l&&!r condition
407 0 0 0 $interval //= $elf->rate_limit_frequency
422 0 0 0 $a->{'type'} // $a->{'rel'}
553 0 0 0 $resp->code == 202 or $resp->code == 201