Condition Coverage

blib/lib/Cassandra/Client/Pool.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
202 0 0 0 $callback and not $expect
232 0 0 0 $self->{'count'} and @$waiters

or 2 conditions

line l !l condition
92 0 0 $self->{'wait_connect'} ||= []
244 0 0 $self->{'wait_connect'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
47 0 0 0 $self->{'policy'}{'datacenter'} ||= $first_connection->{'datacenter'}
241 0 0 0 ++$waiter->{'attempts'} >= $max_attempts or not %{$self->{'connecting'};}