blib/lib/Plack/Session/State/Cookie.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 17 | 88.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
32 | 3 | 22 | 2 | not exists $options{'domain'} and defined $self->domain |
33 | 1 | 24 | 2 | not exists $options{'secure'} and defined $self->secure |
34 | 2 | 25 | 0 | not exists $options{'httponly'} and defined $self->httponly |
35 | 2 | 25 | 0 | not exists $options{'samesite'} and defined $self->samesite |
38 | 3 | 22 | 2 | not exists $options{'expires'} and defined $self->expires |
line | l | !l | condition |
---|---|---|---|
31 | 2 | 22 | $self->path || '/' |