Condition Coverage

blib/lib/POE/Component/IRC/Plugin/MultiProxy/ClientManager.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
135 0 0 0 $$input{'params'}[0] and not $$input{'params'}[0] =~ tr/*//
147 0 0 0 $$input{'params'}[0] =~ /^[#&+!]/ and $irc->channel_list($$input{'params'}[0])
162 0 0 0 $irc->channel_list($$input{'params'}[0]) and not defined $$input{'params'}[1]
168 0 0 0 $irc->channel_list($$input{'params'}[0]) and not defined $$input{'params'}[1]

or 3 conditions

line l !l&&r !l&&!r condition
137 0 0 0 not $$input{'params'}[0] =~ /^[#&+!]/ or $irc->channel_list($$input{'params'}[0])
154 0 0 0 not defined $$input{'params'}[1] or $$input{'params'}[1] =~ /^[eIb]$/