Branch Coverage

blib/lib/Net/STOMP/Client/Wrapper.pm
Criterion Covered Total %
branch 0 50 0.0


line true false branch
70 0 0 if @_
71 0 0 unless $self->{'host'}
83 0 0 if @_
84 0 0 unless $self->{'port'}
96 0 0 if @_
97 0 0 unless $self->{'login'}
109 0 0 if @_
110 0 0 unless $self->{'passcode'}
122 0 0 if @_
123 0 0 unless $self->{'vhost'}
143 0 0 if @_
144 0 0 unless defined $self->{'queue_name'}
158 0 0 if @_
159 0 0 unless $self->{'subscribe_id'}
171 0 0 if @_
172 0 0 unless $self->{'subscribe_ack'}
184 0 0 if @_
185 0 0 unless $self->{'subscribe_prefetch_count'}
201 0 0 if @_
202 0 0 unless $self->{'management_api_url'}
252 0 0 unless $self->queue_name
308 0 0 if @_
309 0 0 unless $self->{'stomp'}
321 0 0 if @_
322 0 0 unless $self->{'management_api'}