| blib/lib/Database/Async/Pool.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 9 | 55.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 33 | 5 | 0 | 1 | $backoff and not ref $backoff |
| 34 | 5 | 1 | 0 | $backoff && ref $backoff |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 148 | 0 | 1 | 0 | $self->{'new_future'} //= sub { "Future"->new->set_label($_[1]); } |