blib/lib/Cassandra/Client/Policy/LoadBalancing/Default.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 11 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
67 | 0 | 0 | 0 | $self->{'local_nodes'}{$maybe} and not $self->{'connected'}{$maybe} |
0 | 0 | 0 | $self->{'local_nodes'}{$maybe} and not $self->{'connected'}{$maybe} and $self->check_backoff($maybe) |
line | l | !l | condition |
---|---|---|---|
95 | 0 | 0 | $self->{'try_times'}{$peer} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
46 | 0 | 0 | 0 | not $self->{'datacenter'} or $node->{'data_center'} eq $self->{'datacenter'} |