Condition Coverage

blib/lib/Plack/Middleware/SignedCookies.pm
Criterion Covered Total %
condition 7 9 77.7


and 3 conditions

line !l l&&!r l&&r condition
25 0 4 5 defined $_ && /\A[ \t]*(.*[^ \t])/s
37 25 2 18 $self->secure and not $flags =~ /;[ \t]* secure [ \t]* (?![^;])/xi
38 20 0 25 $self->httponly and not $flags =~ /;[ \t]* httponly [ \t]* (?![^;])/xi