| line |
!l |
l&&!r |
l&&r |
condition |
|
215
|
0 |
5 |
0 |
defined $self->{'wheels'}{$wheel_id} and $self->{'wheels'}{$wheel_id}{'quiting'} |
|
233
|
10 |
0 |
1 |
$input->{'command'} eq "PASS" and $wheels->{$wheel_id}{'reg'} < 2 |
|
237
|
10 |
0 |
1 |
$input->{'command'} eq "NICK" and $wheels->{$wheel_id}{'reg'} < 2 |
|
242
|
10 |
0 |
1 |
$input->{'command'} eq "USER" and $wheels->{$wheel_id}{'reg'} < 2 |
|
247
|
4 |
6 |
1 |
not $wheels->{$wheel_id}{'reg'} and $wheels->{$wheel_id}{'register'} >= 2 |
|
293
|
4 |
0 |
0 |
$input->{'command'} eq "PONG" and $input->{'params'}[0] =~ /^[0-9]+$/ |