| blib/lib/AnyEvent/RipeRedis/Cluster.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 16 | 29 | 55.1 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 418 | 0 | 0 | 2 | $self->{'allow_slaves'} and @slave_nodes | 
| 633 | 1 | 0 | 0 | $cmd_info->{'movablekeys'} and $args->[1] > 0 | 
| 649 | 0 | 2 | 5 | $allow_slaves &&= $cmd_info->{'readonly'} | 
| 665 | 2 | 2 | 0 | do { $node_index == scalar @{$nodes;} } && do { $node_index = 0 } | 
| 725 | 0 | 4 | 4 | $err_code != 5 and ++$fails_cnt < scalar @{$nodes;} | 
| 807 | 0 | 0 | 0 | not defined $err and @queued_commands | 
| line | l | !l | condition | 
|---|---|---|---|
| 663 | 4 | 25 | shift() || 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 183 | 2 | 2 | 3 | not &looks_like_number($seconds) or $seconds < 0 | 
| 701 | 0 | 0 | 8 | $err_code == 26 or $err_code == 25 | 
| 719 | 2 | 0 | 6 | $cmd->{'on_node_error'} || $self->{'on_node_error'} |