blib/lib/Proc/BackOff/Exponential.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 8 | 62.5 |
line | true | false | branch |
---|---|---|---|
69 | 0 | 2 | unless (defined $obj->exponent and $obj->valid_number_check($obj->exponent)) |
74 | 0 | 2 | unless (defined $obj->base and $obj->valid_number_check($obj->base)) |
96 | 10 | 10 | if $exponent eq 'count' |
97 | 20 | 0 | if $base eq 'count' |