| blib/lib/Test/Unit/TestRunner.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 16 | 28 | 57.1 | 
| line | true | false | branch | 
|---|---|---|---|
| 16 | 2 | 5 | unless $filehandle | 
| 59 | 0 | 4 | if ($wait) | 
| 64 | 3 | 1 | unless $result->was_successful | 
| 94 | 1 | 3 | unless my $error_count = $result->error_count | 
| 95 | 1 | 2 | $error_count == 1 ? : | 
| 107 | 0 | 6 | if $e->object->annotations | 
| 115 | 4 | 0 | unless my $failure_count = $result->failure_count | 
| 116 | 0 | 0 | $failure_count == 1 ? : | 
| 126 | 0 | 0 | if $i++ | 
| 128 | 0 | 0 | if $f->object->annotations | 
| 136 | 1 | 3 | if ($result->was_successful) { } | 
| 170 | 0 | 7 | if ($args[$i] eq '-wait') { } | 
| 0 | 7 | elsif ($args[$i] eq '-v') { } | |
| 178 | 0 | 7 | if ($test eq '') |