Branch Coverage

blib/lib/Tapper/Reports/Web/Controller/Tapper/Testruns/Id.pm
Criterion Covered Total %
branch 15 20 75.0


line true false branch
32 1 1 if ($@ or not $c->stash->{'testrun'})
37 0 1 unless $c->stash->{'testrun'}->testrun_scheduling
39 0 1 $c->stash->{'testrun'}->starttime_testrun ? :
40 1 0 $c->stash->{'testrun'}->testrun_scheduling->host ? :
82 1 1 if $tr
83 1 1 if $job
87 0 2 $status eq 'finished' ? :
1 1 $status =~ /^(running|schedule|prepare)$/ ? :
1 1 $status eq 'schedule' ? :
0 2 $status eq 'prepare' ? :