| lib/PAGI/Middleware/SSE/Retry.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 12 | 58.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 76 | 0 | 0 | 2 | $self->{'include_on_start'} and not $sent_initial |
| 88 | 1 | 0 | 0 | $self->{'include_on_events'} and not defined $event->{'retry'} |
| line | l | !l | condition |
|---|---|---|---|
| 50 | 2 | 1 | $config->{'retry'} // 3000 |
| 51 | 1 | 2 | $config->{'include_on_start'} // 1 |
| 52 | 0 | 3 | $config->{'include_on_events'} // 0 |