Branch Coverage

lib/PAGI/Middleware/SSE/Retry.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
61 1 2 if ($scope->{'type'} ne "sse")
72 2 1 if ($event->{'type'} eq "sse.start")
76 2 0 if ($self->{'include_on_start'} and not $sent_initial)
86 1 0 if ($event->{'type'} eq "sse.send")
88 0 1 if ($self->{'include_on_events'} and not defined $event->{'retry'})