line |
!l |
l&&!r |
l&&r |
condition |
159
|
0 |
0 |
0 |
not $user->is_registered and $user->nick ne '*' |
|
0 |
0 |
0 |
not $user->is_registered and $user->nick ne '*' and $user->user ne '*' |
252
|
0 |
0 |
0 |
defined $channel_mode and $channel_mode eq 'b' |
|
0 |
0 |
0 |
defined $channel_mode and $channel_mode ne 'b' |
467
|
0 |
0 |
0 |
defined $s->listen and ref $s->listen eq 'ARRAY' |
504
|
0 |
0 |
0 |
defined $s->auth and ref $s->auth eq 'CODE' |
517
|
0 |
0 |
0 |
defined $s->motd_path and -f $s->motd_path |
|
0 |
0 |
0 |
defined $s->motd_path and -f $s->motd_path and -s $s->motd_path |