| blib/lib/Algorithm/FloodControl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 8 | 37.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 116 | 16 | 0 | 2 | $$info{'size'} >= $$config{'attempts'} and $$info{'timeout'} > $max_timeout |
| line | l | !l | condition |
|---|---|---|---|
| 39 | 0 | 0 | $FLOOD{$en} ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 95 | 0 | 1 | 0 | $$self{'backend_name'} || ref $self->storage |