blib/lib/Net/ACME/RetryAfter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 8 | 87.5 |
line | true | false | branch |
---|---|---|---|
16 | 0 | 8 | unless (my $uri = $opts{'uri'}) |
22 | 4 | 4 | if ($opts{'retry_after'}) |
36 | 4 | 5 | if not $earliest_time or time >= $earliest_time |
46 | 3 | 7 | if ($resp->status == 202) |