blib/lib/Net/IRC3/Client/Connection.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 29 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
504 | 0 | 0 | 0 | $cmd ne 'privmsg' and $cmd ne 'notice' |
0 | 0 | 0 | $cmd ne 'privmsg' and $cmd ne 'notice' and $cmd ne 'part' | |
0 | 0 | 0 | $cmd ne 'privmsg' and $cmd ne 'notice' and $cmd ne 'part' and $cmd ne 'join' | |
0 | 0 | 0 | $cmd >= 400 && $cmd <= 599 | |
0 | 0 | 0 | $cmd ne 'privmsg' and $cmd ne 'notice' and $cmd ne 'part' and $cmd ne 'join' and not $cmd >= 400 && $cmd <= 599 | |
0 | 0 | 0 | $cmd >= 400 and $cmd <= 599 |
line | l | !l | condition |
---|---|---|---|
325 | 0 | 0 | $$self{'channel_list'} || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
211 | 0 | 0 | 0 | ref $this || $this |
267 | 0 | 0 | 0 | $real || $nick |
0 | 0 | 0 | $user || $nick |