| blib/lib/POE/Component/Server/Bayeux/Message/Meta.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 52 | 0 | 0 | 0 | $type and $known_types{$type} |
| 81 | 0 | 0 | 0 | $message->isa('POE::Component::Server::Bayeux::Message::Meta') and $message->type eq 'connect' |
| 147 | 0 | 0 | 0 | $self->ext and $self->ext->{'json-comment-filtered'} |
| 161 | 0 | 0 | 0 | not $self->error and $client->flags->{'is_polling'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 257 | 0 | 0 | 0 | $self->is_error or $client->is_subscribed($self->subscription) |
| 277 | 0 | 0 | 0 | $$response{'channel'} ||= $self->channel |