| blib/lib/Cassandra/Client/Policy/Throttle/Adaptive.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 13 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 27 | 0 | 0 | 0 | @{$self->{'window'};} and $self->{'window'}[0][0] < $now |
| 49 | 0 | 0 | 0 | is_blessed_ref($error) and $error->isa("Cassandra::Client::Error::ClientThrottlingError") |
| line | l | !l | condition |
|---|---|---|---|
| 16 | 0 | 0 | $args{'ratio'} || 2 |
| 0 | 0 | $args{'time'} || 120 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 52 | 0 | 0 | 0 | is_blessed_ref($error) && $error->is_timeout || $force_error |