Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
21 0 0 0 $self{'Mode'} and $self{'Mode'} =~ /missed|all|none/
119 0 0 0 $$self{'Mode'} eq 'missed' and not $$self{'clients'}
184 0 0 0 $$self{'Mode'} eq 'missed' and not $$self{'clients'}
230 0 0 0 $$self{'Mode'} eq 'missed' and not $$self{'clients'}
231 0 0 0 $$input{'command'} eq 'MODE' and $$input{'params'}[1] =~ /^[#&+!]/
286 0 0 0 $$self{'Mode'} eq 'all' and $#{$$self{'recall'};} > $$self{'last_detach'}
290 0 0 0 $$in{'command'} eq 'PRIVMSG' and not $$in{'params'}[0] =~ /^[#&+!]/

or 3 conditions

line l !l&&r !l&&!r condition
119 0 0 0 $$self{'Mode'} eq 'all' or $$self{'Mode'} eq 'missed' and not $$self{'clients'}
184 0 0 0 $$self{'Mode'} eq 'all' or $$self{'Mode'} eq 'missed' and not $$self{'clients'}
230 0 0 0 $$self{'Mode'} eq 'all' or $$self{'Mode'} eq 'missed' and not $$self{'clients'}