Branch Coverage

blib/lib/HPC/Runner/MCE.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
137 0 0 unless my $fh = 'IO::File'->new($self->infile, '<')
138 0 0 unless $fh
142 0 0 unless $line
143 0 0 unless $line =~ /\S/
157 0 0 if $line =~ /^#/
158 0 0 if ($self->has_cmd) { }
161 0 0 if ($line =~ /\\$/) { }
178 0 0 if ($line =~ /\\$/) { }
0 0 elsif ($self->match_cmd(qr/^wait$/)) { }