blib/lib/RedisDB/Cluster.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
188 | 0 | 0 | 0 | $self->{'_nodes'} and @{$self->{'_nodes'};} |
218 | 0 | 0 | 0 | $new_nodes and @$new_nodes |
315 | 0 | 0 | 0 | $last_connection and $last_connection eq $node_key |
431 | 0 | 0 | 0 | not ref $_[1] and $_[1] eq 'OK' |
599 | 0 | 0 | 0 | $node->{'host'} eq $_->{'host'} and $node->{'port'} eq $_->{'port'} |
608 | 0 | 0 | 0 | $host and $port |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
265 | 0 | 0 | 0 | $self->{'_slots'}[$slot] || "$self->{'_nodes'}[0]{'host'}:$self->{'_nodes'}[0]{'port'}" |