Condition Coverage

blib/lib/Resque.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
64 0 0 0 &blessed($job) and $job->isa('Resque::Job')
127 0 0 0 $target and $target->{'queue'}
0 0 0 $target and $target->{'queue'} and $target->{'class'}
148 0 0 0 $job and ref $job
0 0 0 $job and ref $job and ref $job eq 'HASH'

or 2 conditions

line l !l condition
81 0 0 $timeout || 0
97 0 0 $start || 0
0 0 $count || 1