blib/lib/Apache/ASP/Session.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 15 | 20.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
45 | 1 | 0 | 1 | $idata and not $$idata{'end'} |
64 | 0 | 0 | 0 | defined $state_ua and $state_ua ne $$asp{'ua'} |
230 | 0 | 0 | 0 | defined $value and $value eq '_UA' |
240 | 0 | 0 | 0 | defined $value and $value eq '_UA' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
276 | 0 | 6 | 0 | $refresh ||= $$self{'asp'}{'session_timeout'} |