blib/lib/Tapper/Cmd/Queue.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 12 | 58.3 |
line | true | false | branch |
---|---|---|---|
43 | 1 | 0 | unless (ref $queue and $queue->isa('Tapper::Schema::TestrunDB::Result::Queue')) |
50 | 1 | 0 | if (defined $args->{'priority'}) |
63 | 0 | 5 | if ($queue->runcount ne $queue->priority) |
79 | 2 | 0 | unless (ref $queue) |
84 | 1 | 1 | if ($force or $queue->testrunschedulings->count == 0) { } |
95 | 1 | 0 | if (my $or_attached_jobs = $queue->testrunschedulings->search({'status', 'schedule'})) |