| blib/lib/POE/Filter/IRC/Compat.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 17 | 47.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 195 | 2470 | 84 | 34 | $line->{'command'} =~ /^PRIVMSG|NOTICE$/ and $line->{'params'}[1] =~ tr/\cA// |
| 304 | 34 | 0 | 0 | $self->{'identifymsg'} and $msg =~ /^.ACTION/ |
| line | l | !l | condition |
|---|---|---|---|
| 212 | 356 | 0 | $line->{'prefix'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 168 | 0 | 0 | 181 | ref $ref ne "ARRAY" or not @{$ref;} |
| 190 | 0 | 0 | 2588 | ref $line ne "HASH" or not $line->{'command'} |
| 0 | 0 | 2588 | ref $line ne "HASH" or not $line->{'command'} or not $line->{'params'} |