blib/lib/POE/Filter/IRC/Compat.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 17 | 47.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
196 | 2462 | 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/ |
line | l | !l | condition |
---|---|---|---|
213 | 357 | 0 | $line->{'prefix'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
169 | 0 | 0 | 180 | ref $ref ne 'ARRAY' or not @{$ref;} |
191 | 0 | 0 | 2580 | ref $line ne 'HASH' or not $line->{'command'} |
0 | 0 | 2580 | ref $line ne 'HASH' or not $line->{'command'} or not $line->{'params'} |