line |
!l |
l&&!r |
l&&r |
condition |
195
|
55 |
14 |
12 |
defined $seconds and !&looks_like_number($seconds) || $seconds < 0 |
383
|
0 |
0 |
0 |
$type ne '+' and $type ne ':' |
508
|
18 |
0 |
7 |
$self->{'_multi_mode'} and exists $SUBUNSUB_CMDS{$cmd->{'name'}} || exists $NEED_POSTPROCESS{$cmd->{'name'}} |
534
|
0 |
0 |
1 |
exists $SUB_CMDS{$cmd->{'name'}} and not defined $cmd->{'on_message'} |
564
|
0 |
0 |
0 |
defined $self->{'reconnect_interval'} and $self->{'reconnect_interval'} > 0 |
610
|
0 |
0 |
0 |
do {
$self->{'utf8'}
} && do {
utf8::encode($token)
} |
622
|
0 |
0 |
0 |
defined $self->{'read_timeout'} and not @{$self->{'_processing_queue'};} |
649
|
0 |
0 |
0 |
defined $err and $err->message ne 'ERR Client sent AUTH, but no password is set' |
724
|
0 |
0 |
0 |
$self->{'_channel_cnt'} + $self->{'_pchannel_cnt'} > 0 and ref $reply |
|
0 |
0 |
0 |
$self->{'_channel_cnt'} + $self->{'_pchannel_cnt'} > 0 and ref $reply and exists $MESSAGE_TYPES{$reply->[0]} |
763
|
0 |
0 |
0 |
$cmd->{'name'} eq 'eval_cached' and $err_code == 11 |
900
|
11 |
0 |
0 |
$was_connected and defined $self->{'on_disconnect'} |
935
|
8 |
0 |
3 |
not defined $err and @queued_commands |
946
|
11 |
0 |
0 |
%channels and $err_code != 5 |