Branch Coverage

blib/lib/Async/Redis/Iterator.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
28 0 0 if $self->{'done'}
33 0 0 if ($self->{'command'} eq 'SCAN') { }
42 0 0 if (defined $self->{'match'})
47 0 0 if (defined $self->{'count'})
52 0 0 if ($self->{'command'} eq "SCAN" and defined $self->{'type'})
66 0 0 if ($new_cursor eq 0 or $new_cursor == 0)
72 0 0 $self->{'done'} ? :
0 0 $elements && @$elements ? :