Condition Coverage

blib/lib/Dancer/Plugin/IRCNotice.pm
Criterion Covered Total %
condition 0 14 0.0


and 2 conditions

line l !l condition
25 0 0 fork and return
30 0 0 warning("Cannot create socket: $@") and return

or 2 conditions

line l !l condition
20 0 0 $$config{'host'} ||= 'chat.freenode.net'
23 0 0 $$config{'channel'} ||= '#dpintest'

or 3 conditions

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'}