blib/lib/POE/Component/IRC/Plugin/Console.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 11 | 9.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
159 | 0 | 0 | 0 | $self->{'authed'}{$wheel_id} and lc $input->{'command'} eq 'exit' |
172 | 0 | 0 | 0 | lc $input->{'command'} eq 'pass' and $input->{'params'}[0] eq $self->{'password'} |
line | l | !l | condition |
---|---|---|---|
108 | 0 | 1 | $self->{'bindport'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
88 | 0 | 0 | 0 | $self->{'exit'}{$wheel_id} or not defined $self->{'wheels'}{$wheel_id} |