Condition Coverage

blib/lib/POE/Filter/IRCv3.pm
Criterion Covered Total %
condition 14 19 73.6


and 3 conditions

line !l l&&!r l&&r condition
117 17 0 4 exists $$event{'tags'} and my(@tags) = %{$$event{'tags'};}
139 4 0 17 $$event{'params'} and my(@params) = @{$$event{'params'};}
211 2 1 23 ($nextsp = index($raw_line, ' ', $pos)) > 0 and length($event{'prefix'} = substr($raw_line, $pos + 1, $nextsp - $pos - 1))

or 2 conditions

line l !l condition
39 2 2 $params{'COLONIFY'} || 0
0 4 $params{'DEBUG'} || $ENV{'POE_FILTER_IRC_DEBUG'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
146 9 0 8 index($param, ' ') != -1 or index($param, ':') == 0
9 0 8 index($param, ' ') != -1 or index($param, ':') == 0 or defined $$event{'colonify'} ? $$event{'colonify'} : $$self[0]