blib/lib/Cassandra/Client/Pool.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 16 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
202 | 0 | 0 | 0 | $callback and not $expect |
232 | 0 | 0 | 0 | $self->{'count'} and @$waiters |
line | l | !l | condition |
---|---|---|---|
92 | 0 | 0 | $self->{'wait_connect'} ||= [] |
244 | 0 | 0 | $self->{'wait_connect'} ||= [] |
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'};} |