| blib/lib/Algorithm/Backoff/RetryTimeouts.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 20 | 80.0 |
| line | true | false | branch |
|---|---|---|---|
| 244 | 3 | 1020 | if ($delay == -1) |
| 290 | 43 | 1004 | if defined $last_timeout |
| 291 | 0 | 1004 | unless $max_time |
| 294 | 1000 | 4 | if $self->{'timeout_jitter_factor'} |
| 295 | 0 | 1004 | if $min_time > $timeout |
| 306 | 0 | 1020 | unless defined $start_time and $max_time |
| 318 | 6 | 1014 | if $delay > $max_delay |
| 322 | 1000 | 20 | if $self->{'timeout_jitter_factor'} |
| 323 | 4 | 1016 | if $min_time > $timeout |
| 334 | 0 | 2000 | unless $timeout and $jitter |