Condition Coverage

blib/lib/Plack/Session/State/Cookie.pm
Criterion Covered Total %
condition 13 14 92.8


and 3 conditions

line !l l&&!r l&&r condition
31 3 22 2 not exists $options{'domain'} and defined $self->domain
32 1 24 2 not exists $options{'secure'} and defined $self->secure
33 2 25 0 not exists $options{'httponly'} and defined $self->httponly
36 3 22 2 not exists $options{'expires'} and defined $self->expires

or 2 conditions

line l !l condition
30 2 22 $self->path || '/'