Branch Coverage

lib/PEF/Front/WebSocket/QueueServer.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
21 0 0 if $self->{'clients'}{$lcid}
24 0 0 if (defined $last_id and $last_id != 0)
26 0 0 if (@{$self->{'queue'};}) { }
27 0 0 if ($self->{'queue'}[0][0] <= $last_id) { }
34 0 0 if ($id_message > $last_id)
56 0 0 if ($id_message != 0)
60 0 0 if (not @{$self->{'queue'};} or $self->{'queue'}[$last_index][0] < $id_message) { }
65 0 0 if ($self->{'queue'}[0][0] > $id_message) { }
69 0 0 if ($self->{'queue'}[$i][0] < $id_message)
91 0 0 if (not %{$self->{'clients'};})
96 0 0 if ($self and not %{$self->{'clients'};})
127 0 0 if $queue->add_client($self, $last_id)
133 0 0 if $queue