Condition Coverage

blib/lib/AnyEvent/IRC/Client.pm
Criterion Covered Total %
condition 0 56 0.0


and 3 conditions

line !l l&&!r l&&r condition
460 0 0 0 defined $info and keys %$info
902 0 0 0 @n > 1 and defined $n[1]
1146 0 0 0 $dcc and $self
1165 0 0 0 $dcc and $self
1225 0 0 0 $dcc and $self
1362 0 0 0 $cmd >= 400 && $cmd <= 599
0 0 0 $cmd =~ /^\d\d\d$/u and not $cmd >= 400 && $cmd <= 599
0 0 0 $cmd >= 400 and $cmd <= 599
1446 0 0 0 $$self{'isupport'}{'NAMESX'} and not $$self{'protoctl'}{'NAMESX'}
1452 0 0 0 $$self{'isupport'}{'UHNAMES'} and not $$self{'protoctl'}{'UHNAMES'}
1542 0 0 0 $self->_was_me($msg) and not $self->isupport('UHNAMES')
1588 0 0 0 $mode =~ /^([+-])(\S+)$/u and defined $dest

or 2 conditions

line l !l condition
578 0 0 $$self{'channel_list'} || {}
1142 0 0 $timeout || 300
1221 0 0 $timeout || 300
1326 0 0 $$self{'channel_list'}{$self->lower_case($chan)} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
345 0 0 0 ref $this || $this
500 0 0 0 $user || $nick
0 0 0 $real || $nick
1362 0 0 0 $cmd >= 400 and $cmd <= 599 or $cmd eq 'error'