| blib/lib/Plack/Session/State/Cookie.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 20 | 90.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 33 | 7 | 22 | 4 | not exists $options{'domain'} and defined $self->domain |
| 34 | 3 | 28 | 2 | not exists $options{'secure'} and defined $self->secure |
| 35 | 0 | 27 | 6 | not exists $options{'httponly'} and defined $self->httponly |
| 36 | 0 | 29 | 4 | not exists $options{'samesite'} and defined $self->samesite |
| 39 | 2 | 28 | 3 | not exists $options{'partitioned'} and defined $self->partitioned |
| 42 | 5 | 26 | 2 | not exists $options{'expires'} and defined $self->expires |
| line | l | !l | condition |
|---|---|---|---|
| 32 | 4 | 22 | $self->path || '/' |