Branch Coverage

blib/lib/Resque.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
62 0 0 unless $job
64 0 0 unless &blessed($job) and $job->isa('Resque::Job')
71 0 0 unless $payload
82 0 0 unless $payload
106 0 0 wantarray ? :
112 0 0 wantarray ? :
131 0 0 unless $target and $target->{'queue'} and $target->{'class'}
137 0 0 if ($job_item->class eq $target->{'class'})
138 0 0 if (exists $target->{'args'})
139 0 0 unless Compare($job_item->args, $target->{'args'})
152 0 0 if ($job and ref $job and ref $job eq 'HASH') { }
0 0 elsif ($job) { }
169 0 0 wantarray ? :
174 0 0 if (my(@keys) = $self->keys)
182 0 0 $count > 0 ? :