Branch Coverage

blib/lib/Tapper/Reports/Web/Controller/Tapper/ContinuousTestruns.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
43 0 0 unless ($hr_atts->{$s_key})
52 0 0 if ($hr_atts->{'testrun_id'} =~ /^\d+$/) { }
58 0 0 if (exists $hr_atts->{'new_state'})
61 0 0 if (exists $hr_atts->{'auto_rerun'})
178 0 0 unless ($or_c->stash->{'continuous_testrun'})
240 0 0 if ($or_c->req->params->{'command'} eq 'edit') { }
0 0 elsif ($or_c->req->params->{'command'} eq 'clone') { }
246 0 0 if ($or_schema->resultset('Testrun')->search($hr_topic_search, {'join', 'testrun_scheduling'})->count > 0)
301 0 0 if ($or_schema->resultset('Testrun')->search($hr_topic_search, {'join', 'testrun_scheduling'})->count > 0)
459 0 0 if (ref $value ne 'ARRAY')