Branch Coverage

blib/lib/AnyEvent/STOMP.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
108 0 0 unless $host
109 0 0 if $ack and $ack ne 'auto' and $ack ne 'manual'
116 0 0 $ssl ? :
127 0 0 if ($destination)
129 0 0 if $ack
142 0 0 if defined $connect_cb
147 0 0 $ssl ? :
164 0 0 unless defined $destination
205 0 0 unless $command
208 0 0 if (not defined $tmp) { }
0 0 elsif ($tmp eq '') { }
281 0 0 if ($raw_headers =~ s/^(.+)\n//u)
289 0 0 if (my $content_length = $$headers{'content-length'}) { }
298 0 0 if ($$self{'ack'} eq 'auto' and defined $$headers{'message-id'})
323 0 0 unless $id
326 0 0 if defined $transaction
343 0 0 if defined undef $$self{'handle'}