Condition Coverage

blib/lib/Cassandra/Client/Policy/LoadBalancing/Default.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

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)

or 2 conditions

line l !l condition
95 0 0 $self->{'try_times'}{$peer} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
46 0 0 0 not $self->{'datacenter'} or $node->{'data_center'} eq $self->{'datacenter'}