Condition Coverage

blib/lib/HTTP/Cookies/Safari.pm
Criterion Covered Total %
condition 7 18 38.8


and 3 conditions

line !l l&&!r l&&r condition
150 4 0 0 $discard and not $self->{'ignore_discard'}
152 0 4 0 defined $expires and time > $expires

or 2 conditions

line l !l condition
86 3 0 $self->{'file'} || (return)
112 8 1 eval { do { &Date::Calc::Mktime($y, $m, $d, $h, $mn, $s) } } || 4294967295
134 0 0 $self->{'file'} || (return)

or 3 conditions

line l !l&&r !l&&!r condition
86 0 3 0 $file ||= $self->{'file'} || (return)
134 1 0 0 $file ||= $self->{'file'} || (return)