Branch Coverage

blib/lib/AnyEvent/SlackRTM.pm
Criterion Covered Total %
branch 2 22 9.0


line true false branch
21 1 3 unless ref $client_opts eq "HASH"
60 0 0 unless $ok
100 0 0 if (@_)
126 0 0 if (defined $self->{'registry'}{$type})
136 0 0 unless $self->{'started'}
138 0 0 unless $self->{'said_hello'}
140 0 0 if $self->{'finished'}
169 0 0 if ($msg->{'error'}) { }
0 0 elsif ($msg->{'type'} eq 'hello') { }
0 0 elsif ($msg->{'type'} eq 'pong') { }
205 0 0 unless $self->{'quiet'}