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