| blib/lib/Parallel/TaskExecutor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 9 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 300 | 0 | 547 | 55537 | not $options{'forced'} and $this->{'current_tasks'} >= $this->{'max_parallel_tasks'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 90 | 114 | 55 | 0 | $options{'max_parallel_tasks'} // $default_max_parallel_tasks |
| 326 | 0 | 5 | 13 | exists $options{'scalar'} or wantarray |