Branch Coverage

blib/lib/Async/Redis/Pipeline.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
24 0 0 if $self->{'executed'}
26 0 0 if (@{$self->{'commands'};} >= $self->{'max_depth'})
41 0 0 if $cmd eq "DESTROY"
63 0 0 if $self->{'executed'}
64 0 0 unless defined $name
66 0 0 if (@{$self->{'commands'};} >= $self->{'max_depth'})
79 0 0 if ($self->{'executed'})
85 0 0 unless @commands
92 0 0 if ($cmd->[0] eq "__SCRIPT__")
95 0 0 unless my $script = $redis->get_script($name)
101 0 0 if ($num_keys eq "dynamic")
103 0 0 unless defined $num_keys
118 0 0 if (defined $redis->{'prefix'} and $redis->{'prefix'} ne "")