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