Condition Coverage

blib/lib/Protocol/IRC.pm
Criterion Covered Total %
condition 17 26 65.3


and 3 conditions

line !l l&&!r l&&r condition
246 30 19 2 defined $hints->{'text'} and my $encoder = $self->encoder
285 48 1 2 not $hints->{'handled'} and $message->command ne $command
341 0 0 1 &blessed($message) and $message->isa('Protocol::IRC::Message')
349 4 1 8 @_ == 1 and ref $_[0]
354 1 7 0 defined $args{'text'} and my $encoder = $self->encoder
465 0 0 4 defined $lhs and defined $rhs
468 4 0 0 $lhs eq '' and $rhs eq ''
495 0 0 4 defined $lhs and defined $rhs

or 2 conditions

line l !l condition
438 8 264 $self->isupport('CASEMAPPING') || ''