| blib/lib/Proc/BackOff/Random.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 15 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 58 | 0 | 1 | 0 | defined $obj->min and $obj->valid_number_check($obj->min) |
| 63 | 0 | 1 | 0 | defined $obj->max and $obj->valid_number_check($obj->max) |
| 68 | 0 | 0 | 1 | $obj->min ne 'count' and $obj->max ne 'count' |
| 0 | 1 | 0 | $obj->min ne 'count' and $obj->max ne 'count' and $obj->min > $obj->max |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 55 | 0 | 1 | 0 | ref $proto || $proto |