line |
true |
false |
branch |
218
|
0 |
0 |
unless my $fh = 'IO::File'->new($self->infile, '<')
|
221
|
0 |
0 |
unless $fh
|
223
|
0 |
0 |
if ($self->single_node) { }
|
|
0 |
0 |
elsif (defined $self->read_command) { }
|
266
|
0 |
0 |
unless $line
|
267
|
0 |
0 |
unless $line =~ /\S/
|
270
|
0 |
0 |
if $line =~ /\\$/
|
271
|
0 |
0 |
if $line =~ /^#/
|
272
|
0 |
0 |
if ($x == $self->read_command and $cmd_count < $self->commands)
|
275
|
0 |
0 |
if ($add_cmds)
|
281
|
0 |
0 |
if ($x >= $self->read_command and $cmd_count >= $self->commands)
|
296
|
0 |
0 |
if ($line =~ /^#TASK/)
|
300
|
0 |
0 |
if $self->single_node
|
302
|
0 |
0 |
if $line =~ /^#/
|
306
|
0 |
0 |
if $line =~ /\\$/
|
307
|
0 |
0 |
if ($self->match_cmd(qr/^wait$/)) { }
|
319
|
0 |
0 |
if ($line =~ /^#HPC jobname=/)
|
329
|
0 |
0 |
if ($line =~ /^#HPC procs=/)
|
343
|
0 |
0 |
if $self->can('task_id')
|
353
|
0 |
0 |
if $self->has_cmd
|
355
|
0 |
0 |
if $self->has_cmd
|