blib/lib/OpenPlugin/Cookie.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 23 | 47.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
106 | 0 | 1 | 0 | $$args{'name'} and not exists $$args{'value'} |
line | l | !l | condition |
---|---|---|---|
20 | 1 | 0 | $$cookie{'value'} ||= '' |
21 | 1 | 0 | $$cookie{'domain'} ||= '' |
22 | 1 | 0 | $$cookie{'path'} ||= '' |
23 | 1 | 0 | $$cookie{'expires'} ||= '' |
24 | 0 | 1 | $$cookie{'secure'} ||= '' |
58 | 1 | 0 | $self->state->{'outgoing'}{$name} || undef |
111 | 1 | 0 | $$args{'path'} ||= '/' |
112 | 1 | 0 | $$args{'expires'} ||= '' |
113 | 1 | 0 | $$args{'domain'} ||= '' |
114 | 0 | 1 | $$args{'secure'} ||= 0 |