Branch Coverage

blib/lib/Mojo/UserAgent/Role/Retry.pm
Criterion Covered Total %
branch 13 14 92.8


line true false branch
80 3 14 if (my $retry_after = $tx->res->headers->header("Retry-After"))
82 0 3 if ($wait == 0) { }
2 1 elsif ($wait > $self->retry_wait_max) { }
90 1 9 unless (defined $v)
91 4 5 if ($v =~ /^\d+$/u and $v > 0)
93 3 2 unless ($date)
94 1 1 if ($date < time)