blib/lib/Slash/OurNet/Standalone.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 25 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
50 | 0 | 0 | 0 | exists $$vars{'op'} and $$vars{'op'} eq 'userlogin' |
77 | 0 | 0 | 0 | $cookie and $Sessions{$cookie->value} |
78 | 0 | 0 | 0 | exists $$vars{'op'} and $$vars{'op'} eq 'userclose' |
line | l | !l | condition |
---|---|---|---|
156 | 0 | 0 | $template->process(\$text, $vars, $selfh) || die($template->error) |
163 | 0 | 0 | shift() || 'OurNetBBS' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
50 | 0 | 0 | 0 | $CGI->path_translated or $CGI::MOD_PERL |
0 | 0 | 0 | $CGI->path_translated or $CGI::MOD_PERL or $^O ne 'MSWin32' | |
54 | 0 | 0 | 0 | $bbs ||= 'OurNet::BBS'->new(@Slash::OurNet::Connection) |
154 | 0 | 0 | 0 | $template ||= 'Template'->new |