blib/lib/Dancer/Plugin/IRCNotice.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | l | !l | condition |
---|---|---|---|
25 | 0 | 0 | fork and return |
30 | 0 | 0 | warning("Cannot create socket: $@") and return |
line | l | !l | condition |
---|---|---|---|
20 | 0 | 0 | $$config{'host'} ||= 'chat.freenode.net' |
23 | 0 | 0 | $$config{'channel'} ||= '#dpintest' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
21 | 0 | 0 | 0 | $$config{'nick'} ||= sprintf('dpin%04u', int((rand()) * 10000)) |
22 | 0 | 0 | 0 | $$config{'name'} ||= $$config{'nick'} |