| blib/lib/Tapper/Schema/TestrunDB/Result/Testrun.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 27 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 264 | 0 | 1 | 0 | $testrunscheduling and $testrunscheduling->requested_features->count |
| 270 | 0 | 0 | 1 | $testrunscheduling and $testrunscheduling->requested_hosts->count |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 230 | 0 | 1 | 0 | $args->{'notes'} || $self->notes |
| 0 | 1 | 0 | $args->{'shortname'} || $self->shortname | |
| 0 | 1 | 0 | $args->{'topic_name'} || $self->topic_name | |
| 0 | 1 | 0 | $args->{'earliest'} || 'DateTime'->now | |
| 0 | 1 | 0 | $args->{'owner_id'} || $self->owner_id | |
| 258 | 0 | 0 | 1 | $args->{'queue_id'} || $queue_id |
| 0 | 0 | 1 | $args->{'host_id'} // $auto_rerun |