Branch Coverage

blib/lib/Test/Unit/TestRunner.pm
Criterion Covered Total %
branch 16 28 57.1


line true false branch
19 2 5 unless $filehandle
62 0 4 if ($wait)
67 3 1 unless $result->was_successful
97 1 3 unless my $error_count = $result->error_count
98 1 2 $error_count == 1 ? :
110 0 6 if $e->object->annotations
118 4 0 unless my $failure_count = $result->failure_count
119 0 0 $failure_count == 1 ? :
129 0 0 if $i++
131 0 0 if $f->object->annotations
139 1 3 if ($result->was_successful) { }
173 0 7 if ($args[$i] eq '-wait') { }
0 7 elsif ($args[$i] eq '-v') { }
181 0 7 if ($test eq '')