blib/lib/Database/Async/Pool.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 8 | 37.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 4 | 0 | 0 | $backoff and not ref $backoff |
29 | 4 | 0 | 0 | $backoff && ref $backoff |
line | l | !l | condition |
---|---|---|---|
122 | 0 | 1 | $self->{'new_future'} //= sub { 'Future'->new->set_label($_[1]); } |