blib/lib/Plack/Middleware/SignedCookies.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 9 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 0 | 4 | 5 | defined $_ && /\A[ \t]*(.*[^ \t])/s |
40 | 25 | 2 | 18 | $self->secure and not $flags =~ /;[ \t]* secure [ \t]* (?![^;])/xi |
41 | 20 | 0 | 25 | $self->httponly and not $flags =~ /;[ \t]* httponly [ \t]* (?![^;])/xi |