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
141 0 0 0 $auth and defined $self->{'USER_AUTHED'}{$unick}
250 0 0 0 $source =~ /^[Q]$/ and $mode =~ /[ov]/
387 0 0 0 defined $self->{'STATE'}{'Nicks'}{$nick}{'Auth'} and $self->{'STATE'}{'Nicks'}{$nick}{'Auth'} eq $auth

or 2 conditions

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

or 3 conditions

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