| line | true | false | branch | 
 
| 68 | 0 | 0 | if ($^O eq 'VMS') | 
 
| 70 | 0 | 0 | unless $fh->open($test) | 
 
| 73 | 0 | 0 | if $first =~ /^#!.*\bperl.*-\w*T/ | 
 
| 74 | 0 | 0 | unless $fh->close | 
 
| 76 | 0 | 0 | if $^O eq 'VMS' | 
 
| 77 | 0 | 0 | unless $fh->open($cmd) | 
 
| 79 | 0 | 0 | if $Test::Unit::UnitHarness::verbose | 
 
| 81 | 0 | 0 | if ($line =~ /^1\.\.([0-9]+)/) { } | 
 
|  | 0 | 0 | elsif ($max and $line =~ /^(not\s+)?ok\b/) { } | 
 
| 90 | 0 | 0 | if ($line =~ /^not ok\s*(\d*)/) { } | 
 
|  | 0 | 0 | elsif ($line =~ /^ok\s*(\d*)/) { } | 
 
| 91 | 0 | 0 | if $1 > 0 | 
 
| 102 | 0 | 0 | if $1 | 
 
| 121 | 0 | 0 | if ($^O eq 'VMS') | 
 
| 122 | 0 | 0 | if (defined $old5lib) { } | 
 
| 186 | 0 | 0 | unless defined $message |