| line | true | false | branch | 
 
| 43 | 0 | 878 | $dblStart ? : | 
 
| 52 | 0 | 0 | if defined $s | 
 
| 67 | 94 | 52 | if ($tm =~ /\./) | 
 
| 88 | 0 | 131 | $data =~ /\n/ ? : | 
 
|  | 152 | 131 | ref $data eq 'ARRAY' ? : | 
 
| 106 | 0 | 90 | if ($e =~ /^@(.+)/) { } | 
 
| 112 | 0 | 0 | 'File::Spec'->file_name_is_absolute($fn) ? : | 
 
| 140 | 0 | 0 | unless -f $fn | 
 
| 143 | 0 | 0 | unless open my $fh, '<', $fn | 
 
| 152 | 0 | 0 | if ($line =~ s/\\\s*$//) | 
 
| 160 | 0 | 0 | unless eof $fh | 
 
| 165 | 0 | 0 | unless ($line =~ /^\s*#/) | 
 
| 176 | 0 | 0 | if ($line) | 
 
| 183 | 0 | 0 | unless exists $ENV{$ev} | 
 
| 205 | 0 | 2 | unless chdir $wd | 
 
| 210 | 0 | 2 | unless open my $fh, '-|', "$cmdline 2>&1" | 
 
| 218 | 0 | 2 | unless chdir $cwd |