| bin/runjob | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 28 | 82 | 34.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 76 | 4 | 0 | 0 | $opt_eco and $opt_no_eco |
| 90 | 3 | 0 | 1 | @files and defined $params_array_file |
| 142 | 0 | 2 | 0 | $memory =~ /^(\d+)$/u and $1 < 200 |
| 219 | 4 | 0 | 0 | @abs_files and @array_chunks > 1 |
| 361 | 1 | 0 | 0 | grep {$_ eq $parts[0];} @ints and defined $parts[1] |
| 1 | 0 | 0 | grep {$_ eq $parts[0];} @subs and defined $parts[1] | |
| 487 | 1 | 0 | 1 | defined $task_limit and $task_limit > 0 |
| 1 | 0 | 1 | defined $task_limit and $task_limit > 0 and $total_tasks > $task_limit | |
| 502 | 1 | 0 | 1 | defined $ENV{'NBI_MAX_ARRAY_SIZE'} and $ENV{'NBI_MAX_ARRAY_SIZE'} =~ /^\d+$/u |
| 1 | 0 | 1 | defined $ENV{'NBI_MAX_ARRAY_SIZE'} and $ENV{'NBI_MAX_ARRAY_SIZE'} =~ /^\d+$/u and $ENV{'NBI_MAX_ARRAY_SIZE'} > 0 | |
| 505 | 1 | 0 | 0 | defined $config->{'max_array_size'} and $config->{'max_array_size'} =~ /^\d+$/u |
| 1 | 0 | 0 | defined $config->{'max_array_size'} and $config->{'max_array_size'} =~ /^\d+$/u and $config->{'max_array_size'} > 0 |
| line | l | !l | condition |
|---|---|---|---|
| 33 | 0 | 4 | $config->{'queue'} // "qib-short" |
| 34 | 0 | 4 | $config->{'gpuqueue'} // "qib-gpu" |
| 35 | 0 | 4 | $config->{'threads'} // 1 |
| 36 | 0 | 4 | $config->{'memory'} // 8000 |
| 37 | 0 | 4 | $config->{'time'} // "2h" |
| 38 | 0 | 4 | $config->{'tmpdir'} // "/tmp" |
| 40 | 0 | 4 | $config->{'email'} // undef |
| 41 | 0 | 4 | $config->{'email_type'} // "none" |
| 42 | 0 | 4 | $config->{'placeholder'} // "#FILE#" |
| 104 | 0 | 0 | $queue // "(not set)" |
| 105 | 0 | 0 | $memory // "(not set)" |
| 106 | 0 | 0 | $threads // "(not set)" |
| 107 | 0 | 0 | $time // "(not set)" |
| 108 | 0 | 0 | $tmpdir // "(not set)" |
| 109 | 0 | 0 | $name // "(not set)" |
| 110 | 0 | 0 | $command // "(not set)" |
| 193 | 0 | 0 | $indent //= " " |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 127 | 0 | 0 | 0 | $tmpdir =~ / /u or $tmpdir =~ /(\d+)[dh]/u |
| 133 | 0 | 0 | 0 | $verbose or $debug |
| 186 | 0 | 0 | 1 | defined $config->{'start_time'} or defined $config->{'start_date'} |
| 510 | 1 | 0 | 0 | $? != 0 or not $output |