Branch Coverage

blib/lib/Redis/Script.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
25 0 0 if ($self->{'use_evalsha'})
28 0 0 if (my $err = $@) { }
29 0 0 unless $err =~ /\[evalsha\] NOSCRIPT No matching script/i
31 0 0 wantarray && ref $ret eq 'ARRAY' ? :
38 0 0 if (my $err = $@)
42 0 0 wantarray && ref $ret eq 'ARRAY' ? :
54 0 0 if (lc $sha ne lc $redis_sha)