| blib/lib/Bot/BasicBot/Pluggable/Module/Auth.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 15 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 37 | 0 | 0 | 18 | $body and length $body > 4 |
| 78 | 3 | 0 | 1 | $user eq 'admin' and $pass eq 'julia' |
| 136 | 6 | 0 | 6 | $self->{'auth'}{$username}{'time'} and $self->{'auth'}{$username}{'time'} + 7200 > time |
| 145 | 0 | 1 | 7 | defined $entered_pw and defined $stored_pw |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 69 | 0 | 13 | 0 | not defined $mess->{'channel'} or $mess->{'channel'} eq 'msg' |