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
487 0 0 0 $data->{'links'} and my $next = $data->{'links'}{'next'}
869 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"};})}
647 0 0 $bounce_time //= 30

or 3 conditions

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