| blib/lib/HPC/Runner/Command/submit_jobs/Utils/Scheduler/Submit.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 36 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 32 | 0 | 0 | if ($self->has_custom_command) { } | 
| 39 | 0 | 0 | if $self->has_project | 
| 44 | 0 | 0 | if ($self->no_log_json) | 
| 73 | 0 | 0 | if $metastr | 
| 74 | 0 | 0 | if $metastr | 
| 77 | 0 | 0 | if $pluginstr | 
| 80 | 0 | 0 | if $version_str | 
| 92 | 0 | 0 | if ($self->has_project) { } | 
| 115 | 0 | 0 | if ($self->has_git and $self->has_version) | 
| 148 | 0 | 0 | unless $self->template->process($self->jobs->{$self->current_job}->template_file, {'JOBNAME', $jobname, 'USER', $self->user, 'COMMAND', $command, 'ARRAY_STR', $array_str, 'AFTEROK', $ok, 'MODULES', $self->jobs->{$self->current_job}->join_modules(' '), 'OUT', $self->logdir . "/$counter" . '_' . $self->current_job . '.log', 'job', $self->jobs->{$self->current_job}}, $self->slurmfile) | 
| 160 | 0 | 0 | if (defined $scheduler_id) { } | 
| 194 | 0 | 0 | if ($@) | 
| 203 | 0 | 0 | if $exitcode | 
| 212 | 0 | 0 | unless defined $len | 
| 213 | 0 | 0 | if ($len == 0) { } | 
| 218 | 0 | 0 | if ($fh == $outfh) { } | 
| 0 | 0 | elsif ($fh == $errfh) { } | |
| 228 | 0 | 0 | if $cmdpid |