Condition Coverage

blib/lib/POE/Filter/IRC/Compat.pm
Criterion Covered Total %
condition 8 17 47.0


and 3 conditions

line !l l&&!r l&&r condition
196 2493 84 34 $line->{'command'} =~ /^PRIVMSG|NOTICE$/ and $line->{'params'}[1] =~ Deparse error: Can't locate object method "unctrl" via package "" (perhaps you forgot to load ""?) at /usr/local/lib/perl5/5.26.1/B/Deparse.pm line 5203.
305 34 0 0 $self->{'identifymsg'} and $msg =~ /^.ACTION/

or 2 conditions

line l !l condition
213 356 0 $line->{'prefix'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
169 0 0 180 ref $ref ne 'ARRAY' or not @{$ref;}
191 0 0 2611 ref $line ne 'HASH' or not $line->{'command'}
0 0 2611 ref $line ne 'HASH' or not $line->{'command'} or not $line->{'params'}