Branch Coverage

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


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