| blib/lib/HTTP/Session/State/Cookie.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 22 | 24 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 15 | 4 | 45 | unless ($required) |
| 27 | 0 | 30 | ref $_[0] ? : |
| 38 | 2 | 28 | unless $cookie_header |
| 42 | 21 | 7 | $cookie ? : |
| 47 | 2 | 19 | unless $session_id |
| 54 | 0 | 21 | unless $session_id |
| 63 | 4 | 17 | if $self->domain |
| 64 | 4 | 17 | if $self->expires |
| 65 | 4 | 17 | if $self->secure |
| 66 | 6 | 15 | if $self->samesite |
| 67 | 2 | 19 | if $self->httponly |
| 71 | 20 | 1 | if (builtin::blessed($res)) { } |