Condition Coverage

blib/lib/POE/Component/IRC/Qnet/State.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
142 0 0 0 $auth and defined $self->{'USER_AUTHED'}{$unick}
251 0 0 0 $source =~ /^[Q]$/ and $mode =~ /[ov]/
388 0 0 0 defined $self->{'STATE'}{'Nicks'}{$nick}{'Auth'} and $self->{'STATE'}{'Nicks'}{$nick}{'Auth'} eq $auth

or 2 conditions

line l !l condition
327 0 0 shift() || (return)

or 3 conditions

line l !l&&r !l&&!r condition
253 0 0 0 $self->is_nick_authed($arg) or $self->{'USER_AUTHED'}{$uarg}