Branch Coverage

blib/lib/Algorithm/Backoff/Fibonacci.pm
Criterion Covered Total %
branch 4 4 100.0


line true false branch
51 1 5 if ($self->{'_attempts'} == 1) { }
1 4 elsif ($self->{'_attempts'} == 2) { }