lib/POE/Filter/IRCv3.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 16 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
102 | 17 | 0 | 2 | $$event{'tags'} and my(@tags) = %{$$event{'tags'};} |
114 | 2 | 0 | 17 | $$event{'params'} and my(@params) = @{$$event{'params'};} |
169 | 2 | 1 | 22 | ($nextsp = index($raw_line, ' ', $pos)) > 0 and length($event{'prefix'} = substr($raw_line, $pos + 1, $nextsp - $pos - 1)) |
line | l | !l | condition |
---|---|---|---|
25 | 2 | 1 | $params{'COLONIFY'} || 0 |
0 | 3 | $params{'DEBUG'} || $ENV{'POE_FILTER_IRC_DEBUG'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
121 | 9 | 0 | 8 | index($param, ' ') != -1 or defined $$event{'colonify'} ? $$event{'colonify'} : $$self[0] |