| blib/lib/Async/Redis/Pool.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 24 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 79 | 0 | 0 | 0 | $self->{'_pid'} and $self->{'_pid'} != $$ |
| 216 | 0 | 0 | 0 | $self->{'on_dirty'} eq "cleanup" and $self->_can_attempt_cleanup($conn) |
| 328 | 0 | 0 | 0 | defined $result and $result eq "PONG" |
| line | l | !l | condition |
|---|---|---|---|
| 39 | 0 | 0 | $pool_args{'min'} // 1 |
| 0 | 0 | $pool_args{'max'} // 10 | |
| 0 | 0 | $pool_args{'acquire_timeout'} // 5 | |
| 0 | 0 | $pool_args{'idle_timeout'} // 60 | |
| 0 | 0 | $pool_args{'cleanup_timeout'} // 5 | |
| 0 | 0 | $pool_args{'on_dirty'} // "destroy" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 351 | 0 | 0 | 0 | $conn->in_multi or $conn->watching |