blib/lib/CGI/Session/ExpireSessions.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 20 | 15.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
96 | 0 | 2 | 0 | $$D{'_SESSION_ETIME'} and not $expired |
179 | 0 | 0 | 0 | $#id < 0 and $$self{'_verbose'} |
211 | 0 | 2 | 0 | $time - $stat[8] >= $$self{'_delta'} and $stat[7] <= 5 |
256 | 1 | 0 | 0 | $count == 0 and $$self{'_verbose'} |
line | l | !l | condition |
---|---|---|---|
274 | 0 | 0 | $$self{'_delta'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
125 | 0 | 0 | 0 | $session->is_expired or $$args{'_time'} - $session->atime >= $$args{'_delta'} |
274 | 0 | 0 | 0 | $$self{'_time'} || time |