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