Condition Coverage

blib/lib/Parse/IRC.pm
Criterion Covered Total %
condition 12 22 54.5


and 3 conditions

line !l l&&!r l&&r condition
123 6 0 2 $self->{'ctcp'} and $event->{'command'} =~ /^(PRIVMSG|NOTICE)$/
6 2 0 $self->{'ctcp'} and $event->{'command'} =~ /^(PRIVMSG|NOTICE)$/ and $event->{'params'}[1] =~ Deparse error: Can't locate object method "unctrl" via package "" (perhaps you forgot to load ""?) at /usr/local/lib/perl5/5.22.0/B/Deparse.pm line 5058.
126 5 0 1 $self->{'public'} and $event->{'command'} eq 'PRIVMSG'
5 0 1 $self->{'public'} and $event->{'command'} eq 'PRIVMSG' and $event->{'params'}[0] =~ /^(\x23|\x26)/
145 2 0 0 $self->{'identifymsg'} and $msg =~ /^.ACTION/

or 2 conditions

line l !l condition
101 2 0 shift() || (return)
114 8 0 shift() || (return)

or 3 conditions

line l !l&&r !l&&!r condition
120 8 0 0 defined $middles or defined $trailing