| blib/lib/Plack/Session/State/Cookie.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 12 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 31 | 24 | 3 | unless exists $options{'path'} |
| 32 | 2 | 25 | if not exists $options{'domain'} and defined $self->domain |
| 33 | 2 | 25 | if not exists $options{'secure'} and defined $self->secure |
| 34 | 0 | 27 | if not exists $options{'httponly'} and defined $self->httponly |
| 35 | 0 | 27 | if not exists $options{'samesite'} and defined $self->samesite |
| 38 | 2 | 25 | if (not exists $options{'expires'} and defined $self->expires) |