Branch Coverage

blib/lib/Future/Workflow/Pipeline.pm
Criterion Covered Total %
branch 19 22 86.3


line true false branch
137 0 12 if @_stages
203 3 10 @_stages ? :
209 13 0 if $_output
213 3 10 if $old_tail
232 0 2 if defined $args{'concurrent'}
252 21 4 if (@_stages) { }
290 2 19 if $f->is_failed
292 5 16 if (@_queue) { }
294 1 4 if @_awaiting_input
308 18 7 if (defined $i) { }
312 3 4 if (defined $_max_queue and @_queue >= $_max_queue)