| blib/lib/AnyEvent/FIFO.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 10 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 64 | 200 | 0 | 40 | @$events and ($$self{'active'}{$slot} ||= 0) < $$self{'max_active'} |
| line | l | !l | condition |
|---|---|---|---|
| 40 | 40 | 0 | $$self{'active'}{$slot} || 0 |
| 64 | 0 | 40 | $$self{'active'}{$slot} ||= 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 16 | 0 | 2 | 0 | $$self{'cv'} ||= &AE::cv() |