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