| lib/PSGI/Hector/Session.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 13 | 23.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 0 | 0 | 0 | $self->getVar('scriptPath') and $self->getVar('scriptPath') eq $env->{'SCRIPT_NAME'} |
| 279 | 0 | 0 | 0 | defined $stat[9] and $stat[9] < $expire |
| 338 | 2 | 0 | 0 | $self->read and $self->validate |
| line | l | !l | condition |
|---|---|---|---|
| 255 | 2 | 0 | $options{'VALUE'} || undef |
| 0 | 2 | $options{'EXPIRE'} || undef |