Branch Coverage

blib/lib/Plack/Session/State/Cookie.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
32 26 7 unless exists $options{'path'}
33 4 29 if not exists $options{'domain'} and defined $self->domain
34 2 31 if not exists $options{'secure'} and defined $self->secure
35 6 27 if not exists $options{'httponly'} and defined $self->httponly
36 4 29 if not exists $options{'samesite'} and defined $self->samesite
39 3 30 if not exists $options{'partitioned'} and defined $self->partitioned
42 2 31 if (not exists $options{'expires'} and defined $self->expires)
46 4 29 if ($options{'partitioned'})