Branch Coverage

blib/lib/Minion/Command/minion/jobx.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
37 0 0 if $command
41 0 0 if $enqueue
44 0 0 if $stats
47 0 0 @args ? :
49 0 0 $id ? :
0 0 if $workers
50 0 0 unless defined $id
51 0 0 unless my $job = $self->app->minion->job($id)
54 0 0 if $remove
57 0 0 if $retry
62 0 0 if $job_info->{'created'}
63 0 0 if $job_info->{'started'}
64 0 0 if $job_info->{'delayed'}
65 0 0 if $job_info->{'finished'}
76 0 0 if defined $job->{$key}
77 0 0 unless defined $job->{$key}
93 0 0 unless my $worker = (shift())->app->minion->backend->worker_info(@_)