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
|
116
|
0 |
0 |
wantarray ? :
|
122
|
0 |
0 |
wantarray ? :
|
141
|
0 |
0 |
unless $target and $target->{'queue'} and $target->{'class'}
|
147
|
0 |
0 |
if ($job_item->class eq $target->{'class'})
|
148
|
0 |
0 |
if (exists $target->{'args'})
|
149
|
0 |
0 |
unless Compare($job_item->args, $target->{'args'})
|
162
|
0 |
0 |
if ($job and ref $job and ref $job eq 'HASH') { }
|
|
0 |
0 |
elsif ($job) { }
|
179
|
0 |
0 |
wantarray ? :
|
184
|
0 |
0 |
if (my(@keys) = $self->keys)
|
192
|
0 |
0 |
$count > 0 ? :
|