blib/lib/Apache/FakeCookie.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 23 | 56.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
50 | 6 | 0 | 5 | exists $$self{-'expires'} and defined $$self{-'expires'} |
97 | 8 | 0 | 14 | exists $$self{-'expires'} && defined $$self{-'expires'} |
196 | 3 | 0 | 1 | $item eq '-name' and exists $$Apache::Cookie::Cookies{$$self{-'name'}} |
line | l | !l | condition |
---|---|---|---|
148 | 5 | 0 | $mult{$2} || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
36 | 1 | 10 | 0 | ref $proto || $proto |
66 | 1 | 1 | 0 | ref $self || $self |
84 | 0 | 3 | 0 | $results{$key} ||= $self->new(undef, -'name', $key, -'value', \@values) |
143 | 0 | 0 | 7 | not $time or lc $time eq 'now' |