line |
true |
false |
branch |
46
|
0 |
0 |
unless $s->is_virtual |
57
|
0 |
0 |
if (defined $user and $user->id ne $s->id) { } |
58
|
0 |
0 |
if ($user->is_virtual) { } |
65
|
0 |
0 |
if (not $s->is_registered and $s->nick ne '*' and $s->user ne '*') |
81
|
0 |
0 |
if (not $s->is_registered and $s->nick ne '*' and $s->user ne '*') |
92
|
0 |
0 |
if (substr($mode, 0, 1) eq '+') { } |
|
0 |
0 |
elsif (substr($mode, 0, 1) eq '-') { } |
109
|
0 |
0 |
ref $_[0] eq 'Mojo::IRC::Server::Channel' ? : |
110
|
0 |
0 |
unless defined $channel |
111
|
0 |
0 |
if (not $s->is_join_channel($channel->id)) { } |
125
|
0 |
0 |
ref $_[0] eq 'Mojo::IRC::Server::Channel' ? : |
127
|
0 |
0 |
unless defined $channel |
130
|
0 |
0 |
if ($channel->id eq $s->channel->[$i]) |
141
|
0 |
0 |
ref $_[0] eq 'Mojo::IRC::Server::Channel' ? : |
142
|
0 |
0 |
if (defined $cid) { } |
143
|
0 |
0 |
&first(sub {
$cid eq $_;
}
, @{$s->channel;}) ? : |
154
|
0 |
0 |
if $user->id eq $s->id |
155
|
0 |
0 |
if exists $unique{$user->id} |
168
|
0 |
0 |
if $user->id eq $s->id |
169
|
0 |
0 |
if exists $unique{$user->id} |
180
|
0 |
0 |
if defined $channel |
187
|
0 |
0 |
unless $s->is_join_channel |
190
|
0 |
0 |
if defined $channel |
196
|
0 |
0 |
if $s->is_virtual |
199
|
0 |
0 |
defined $prefix ? : |
204
|
0 |
0 |
defined $trail ? : |
211
|
0 |
0 |
if $s->is_virtual |
212
|
0 |
0 |
if $s->io->handle->peerhost eq '127.0.0.1' |