Branch Coverage

blib/lib/Future/Queue.pm
Criterion Covered Total %
branch 22 28 78.5


line true false branch
96 1 14 ref $prototype eq 'CODE' ? :
147 1 38 if $self->{'finished'}
152 24 14 if (defined $max) { }
162 24 14 unless @more
164 0 14 $self->{'f_factory'} ? :
170 1 14 if @more
224 8 10 if (@$items)
230 1 9 if $self->{'finished'}
232 1 8 $self->{'f_factory'} ? :
234 1 0 if not @$items and $self->{'finished'}
263 11 5 if (@$items)
269 0 5 if $self->{'finished'}
271 0 5 $self->{'f_factory'} ? :
273 0 0 if not @$items and $self->{'finished'}