Condition Coverage

blib/lib/Tapper/CLI/Testrun.pm
Criterion Covered Total %
condition 0 52 0.0


and 3 conditions

line !l l&&!r l&&r condition
40 0 0 0 $or_testrun->testrun_scheduling->host and $or_testrun->testrun_scheduling->host->name
220 0 0 0 exists $hr_options->{'rerun_on_error'} and not $hr_options->{'rerun_on_error'} =~ /^\d+$/

or 2 conditions

line l !l condition
336 0 0 $hr_options->{'priority'} || 0
0 0 $hr_options->{'auto_rerun'} || 0
0 0 $hr_options->{'notes'} || ''
0 0 $hr_options->{'queue'} || 'AdHoc'
0 0 int $hr_options->{'rerun_on_error'} || 0
0 0 $hr_options->{'shortname'} || ''
0 0 $hr_options->{'topic'} || 'Misc'
607 0 0 $hr_search->{'testrun_scheduling.status'} ||= \@a_state_selection

or 3 conditions

line l !l&&r !l&&!r condition
217 0 0 0 $hr_options->{'precondition'} or $hr_options->{'macroprecond'}
336 0 0 0 $hr_options->{'earliest'} || 'DateTime'->now
0 0 0 $hr_options->{'owner'} || $ENV{'USER'}
386 0 0 0 $or_cmd_req ||= 'Tapper::Cmd::Requested'->new
700 0 0 0 $c->options->{'help'} or not $c->options->{'id'}
702 0 0 0 $c->options->{'state'} or defined $c->options->{'auto-rerun'}
729 0 0 0 $testrun->testrun_scheduling->status eq 'prepare' or $testrun->testrun_scheduling->status eq 'schedule'
760 0 0 0 $c->options->{'help'} or not $c->options->{'id'}
786 0 0 0 $c->options->{'help'} or not $c->options->{'id'}
810 0 0 0 $c->options->{'help'} or not $c->options->{'id'}