Branch Coverage

blib/lib/Proc/BackOff/Random.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
58 0 1 unless (defined $obj->min and $obj->valid_number_check($obj->min))
63 0 1 unless (defined $obj->max and $obj->valid_number_check($obj->max))
68 0 1 if ($obj->min ne 'count' and $obj->max ne 'count' and $obj->min > $obj->max)
89 0 10 if $min eq 'count'
90 0 10 if $max eq 'count'