Branch Coverage

blib/lib/Plack/Session/State/Cookie.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
30 24 3 unless exists $options{'path'}
31 2 25 if not exists $options{'domain'} and defined $self->domain
32 2 25 if not exists $options{'secure'} and defined $self->secure
33 0 27 if not exists $options{'httponly'} and defined $self->httponly
36 2 25 if (not exists $options{'expires'} and defined $self->expires)