blib/lib/Apache/ASP/Application.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 20 | 60.0 |
line | true | false | branch |
---|---|---|---|
17 | 0 | 28 | unless (tie %self, 'Apache::ASP::State', $asp, 'application', 'server') |
36 | 30 | 0 | if ($$asp{'session_count'}) { } |
46 | 0 | 11 | unless (defined $id and $id) |
50 | 0 | 11 | unless (length $id >= 8) |
55 | 1 | 10 | if ($$asp{'Session'} and $$asp{'Session'}->SessionID eq $id) { } |
59 | 10 | 0 | if ($new_session) |
60 | 9 | 1 | if ($$asp{'get_session_last'}) |
62 | 0 | 9 | if $$asp{'dbg'} |
63 | 9 | 0 | if $session_obj |
68 | 10 | 0 | if $session_obj |