| blib/lib/AnyEvent/RetryTimer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 15 | 46.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 212 | 0 | 0 | 4 | $$self{'max_retries'} and $$self{'on_max_retries'} |
| 0 | 3 | 1 | $$self{'max_retries'} and $$self{'on_max_retries'} and $$r[1] >= $$self{'max_retries'} | |
| 234 | 0 | 0 | 4 | $self and $$self{'on_retry'} |
| 267 | 1 | 4 | 0 | $$self{'timer'} and not $$self{'r'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 162 | 0 | 1 | 0 | ref $this || $this |