| blib/lib/RedisScript.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 8 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 26 | 0 | 0 | unless defined $self->{'redis'} and UNIVERSAL::isa($self->{'redis'}, 'Redis') || $self->{'redis'}->can('script_load') |
| 39 | 0 | 0 | unless (exists $self->{'_sha_cache'}) |
| 46 | 0 | 0 | if ($self->{'redis'}->script_exists($self->{'_sha_cache'}) ne 1) |
| 73 | 0 | 0 | unless defined $args{'keys'} and ref $args{'keys'} eq 'ARRAY' and (defined $args{'args'} and ref $args{'args'} eq 'ARRAY') |