Condition Coverage

blib/lib/WWW/Authen/Simple.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
66 0 0 0 defined $opts{'debug'} && $opts{'debug'} =~ /^\d+$/
70 0 0 0 defined $opts{'expire_seconds'} && $opts{'expire_seconds'} =~ /^\d+$/
74 0 0 0 defined $opts{'cleanup_seconds'} && $opts{'cleanup_seconds'} =~ /^\d+$/
179 0 0 0 $$self{'_store'}{'login_called'} and $$self{'_store'}{'username'}
230 0 0 0 $rw and $rw =~ /^\d+$/
0 0 0 $rw and $rw =~ /^(r|w)/i
278 0 0 0 $login and $passwd
304 0 0 0 $remote_login and $remote_ticket
326 0 0 0 $local_ticket and $remote_ticket eq $local_ticket
400 0 0 0 $login and $remote_address

or 3 conditions

line l !l&&r !l&&!r condition
59 0 0 0 ref $this || $this
398 0 0 0 $self->username || $cgi->cookie('login')