blib/lib/Proc/BackOff.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 9 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
197 | 50 | 0 | 0 | $self->max_timeout > 0 and $moreTime > $self->max_timeout |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
89 | 0 | 5 | 0 | ref $proto || $proto |
221 | 5 | 7 | 0 | $_[0] =~ /^-?(?:\d+(?:\.\d*)?|\.\d+)$/ || $_[0] eq 'count' |