blib/lib/Tapper/Schema/TestrunDB/Result/TestrunScheduling.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 18 | 27.7 |
line | true | false | branch |
---|---|---|---|
45 | 0 | 0 | if $args->{'queue_id'} |
46 | 0 | 0 | if $args->{'host_id'} |
47 | 0 | 0 | if $args->{'status'} |
48 | 0 | 0 | if $args->{'auto_rerun'} |
62 | 3 | 0 | if ($self->host->is_pool) { } |
65 | 1 | 2 | if $self->host->pool_free == 0 |
87 | 1 | 0 | if ($self->host->is_pool) { } |
90 | 1 | 0 | if ($self->host->pool_free > 0) |
94 | 0 | 0 | if ($self->host->testrunschedulings->search({'status', 'running'})->count == 1) |