blib/lib/Minion/Command/minion/jobx.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 32 | 0.0 |
line | true | false | branch |
---|---|---|---|
34 | 0 | 0 | @args ? : |
37 | 0 | 0 | if $enqueue |
40 | 0 | 0 | if $stats |
41 | 0 | 0 | $id ? : |
0 | 0 | if $workers | |
42 | 0 | 0 | unless defined $id |
43 | 0 | 0 | unless my $job = $self->app->minion->job($id) |
46 | 0 | 0 | if $remove |
49 | 0 | 0 | if $retry |
54 | 0 | 0 | if $job_info->{'created'} |
55 | 0 | 0 | if $job_info->{'started'} |
56 | 0 | 0 | if $job_info->{'delayed'} |
57 | 0 | 0 | if $job_info->{'finished'} |
67 | 0 | 0 | if defined $job->{$key} |
68 | 0 | 0 | unless defined $job->{$key} |
84 | 0 | 0 | unless my $worker = (shift())->app->minion->backend->worker_info(@_) |