blib/lib/Protocol/IRC.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 26 | 65.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
248 | 30 | 19 | 2 | defined $hints->{'text'} and my $encoder = $self->encoder |
287 | 48 | 1 | 2 | not $hints->{'handled'} and $message->command ne $command |
343 | 0 | 0 | 1 | &blessed($message) and $message->isa('Protocol::IRC::Message') |
351 | 4 | 1 | 8 | @_ == 1 and ref $_[0] |
356 | 1 | 7 | 0 | defined $args{'text'} and my $encoder = $self->encoder |
467 | 0 | 0 | 4 | defined $lhs and defined $rhs |
470 | 4 | 0 | 0 | $lhs eq '' and $rhs eq '' |
497 | 0 | 0 | 4 | defined $lhs and defined $rhs |
line | l | !l | condition |
---|---|---|---|
440 | 8 | 264 | $self->isupport('CASEMAPPING') || '' |