| blib/lib/POE/Component/Server/Bayeux/Client.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 23 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 82 | 0 | 0 | 0 | $self->id and not $self->session | 
| 0 | 0 | 0 | $self->id and not $self->session and not $self->server_heap->{'clients'}{$self->id} | |
| 87 | 0 | 0 | 0 | $self->session and not $self->server_heap->{'clients'}{$self->id} | 
| 114 | 0 | 0 | 0 | not $self->session and $self->heap->{'session'} | 
| line | l | !l | condition | 
|---|---|---|---|
| 226 | 0 | 0 | $$subscription_args{'state'} || 'deliver' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 87 | 0 | 0 | 0 | not $self->id or $self->session and not $self->server_heap->{'clients'}{$self->id} | 
| 290 | 0 | 0 | 0 | not ref $queue or ref $queue ne 'ARRAY' | 
| 0 | 0 | 0 | not ref $queue or ref $queue ne 'ARRAY' or int @$queue == 0 |