blib/lib/HTTP/Cookies/iCab.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 16 | 31.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
148 | 5 | 0 | 0 | $discard and not $$self{'ignore_discard'} |
150 | 0 | 5 | 0 | defined $expires and time > $expires |
line | l | !l | condition |
---|---|---|---|
69 | 2 | 0 | $$self{'file'} || (return) |
139 | 0 | 0 | $$self{'file'} || (return) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
69 | 0 | 2 | 0 | $file ||= $$self{'file'} || (return) |
139 | 1 | 0 | 0 | $file ||= $$self{'file'} || (return) |