blib/lib/XAS/Lib/Stomp/POE/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
111 | 0 | 0 | if ($self->tcp_keepalive) |
145 | 0 | 0 | if ($frame->header->methods->has('message_id')) |
151 | 0 | 0 | if ($frame->header->methods->has('message')) |
186 | 0 | 0 | if ($frame->command eq 'CONNECTED') { } |
0 | 0 | elsif ($frame->command eq 'MESSAGE') { } | |
0 | 0 | elsif ($frame->command eq 'RECEIPT') { } | |
0 | 0 | elsif ($frame->command eq 'ERROR') { } | |
0 | 0 | elsif ($frame->command eq 'NOOP') { } | |
230 | 0 | 0 | unless (defined $self->{'host'}) |
236 | 0 | 0 | unless (defined $self->{'port'}) |