line |
true |
false |
branch |
49
|
1 |
0 |
if ($dir) |
51
|
0 |
1 |
unless chdir $dir |
64
|
1 |
0 |
if ($pushstreams) |
66
|
0 |
1 |
unless open $OLDERR, '>&', \*STDERR |
69
|
0 |
1 |
unless open STDERR, ">$stderrfile" |
84
|
1 |
0 |
unless ($$self{'dryrun'}) |
88
|
0 |
1 |
unless (%results) |
89
|
0 |
0 |
$$self{'dryrun'} ? : |
94
|
1 |
0 |
unless $results{'passing'} |
97
|
0 |
1 |
$results{'passing'} ? : |
112
|
0 |
0 |
if ($pushstreams) |
113
|
0 |
0 |
unless open STDERR, '>&', $OLDERR |
114
|
0 |
0 |
if (open JUNK, "$stderrfile") |
131
|
0 |
0 |
if ($stderr) |
135
|
0 |
0 |
if $cdir |
142
|
0 |
0 |
if $$report{'passing'} |
147
|
0 |
0 |
if $$test{'ok'} |