| line |
true |
false |
branch |
|
14
|
1 |
0 |
unless defined $retryCount |
|
16
|
0 |
1 |
unless defined $minBackoff |
|
18
|
1 |
0 |
unless defined $maxBackoff |
|
20
|
1 |
0 |
unless defined $deltaBackoff |
|
22
|
1 |
0 |
unless defined $tolerance |
|
24
|
1 |
0 |
unless defined $failCodes |
|
39
|
0 |
1 |
if defined $sum |
|
40
|
1 |
0 |
if defined $before_request |
|
41
|
1 |
0 |
if defined $after_request |
|
54
|
8 |
0 |
if $before_c |
|
57
|
8 |
0 |
if $after_c |
|
75
|
7 |
1 |
if ($currentRetryCount < $retryCount) { } |
|
79
|
3 |
4 |
if ($deltaHigh - $deltaLow != 0) |
|
83
|
7 |
0 |
$increment <= $maxBackoff ? : |
|
106
|
1 |
1 |
if ($tolerance == 0) { } |