Branch Coverage

blib/lib/CGI/Portal/Sessions.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
27 0 0 if ($$self{'in'}{'user'} and $$self{'in'}{'password'}) { }
0 0 elsif (my $sid = getcookie('sid')) { }
33 0 0 if (md5_hex($$self{'in'}{'password'}) eq $$users[1])
54 0 0 if ($$sessions[0] and $$sessions[1] >= $exps)
133 0 0 if ($ENV{'HTTP_COOKIE'})
136 0 0 if ($cookiename eq $cookie)