blib/lib/Dancer2/Core/Cookie.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 24 | 75.0 |
line | true | false | branch |
---|---|---|---|
16 | 0 | 145 | exists $ENV{'PERL_ONLY'} ? : |
0 | 145 | exists $ENV{'PERL_HTTP_XSCOOKIES'} ? : | |
19 | 145 | 0 | if $try_xs |
23 | 145 | 0 | if ($use_xs) { } |
29 | 145 | 0 | $use_xs ? : |
36 | 1 | 95 | if @{[$self->value];} > 1 |
58 | 9 | 0 | if $self->path |
59 | 1 | 8 | if $self->expires |
60 | 1 | 8 | if $self->domain |
61 | 2 | 7 | if $self->same_site |
62 | 1 | 8 | if $self->secure |
63 | 7 | 2 | unless $no_httponly |