Branch Coverage

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


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