blib/lib/Future/Workflow/Pipeline.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 19 | 22 | 86.3 |
line | true | false | branch |
---|---|---|---|
69 | 0 | 12 | if @_stages |
135 | 3 | 10 | @_stages ? : |
141 | 13 | 0 | if $_output |
145 | 3 | 10 | if $old_tail |
164 | 0 | 2 | if defined $args{'concurrent'} |
184 | 21 | 4 | if (@_stages) { } |
222 | 2 | 19 | if $f->is_failed |
224 | 5 | 16 | if (@_queue) { } |
226 | 1 | 4 | if @_awaiting_input |
240 | 18 | 7 | if (defined $i) { } |
244 | 3 | 4 | if (defined $_max_queue and @_queue >= $_max_queue) |