| blib/lib/Resque.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 64 | 0 | 0 | 0 | &blessed($job) and $job->isa('Resque::Job') |
| 131 | 0 | 0 | 0 | $target and $target->{'queue'} |
| 0 | 0 | 0 | $target and $target->{'queue'} and $target->{'class'} | |
| 152 | 0 | 0 | 0 | $job and ref $job |
| 0 | 0 | 0 | $job and ref $job and ref $job eq 'HASH' |
| line | l | !l | condition |
|---|---|---|---|
| 81 | 0 | 0 | $timeout || 0 |
| 101 | 0 | 0 | $start || 0 |
| 0 | 0 | $count || 1 |