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
148 4 0 0 $discard and not $$self{'ignore_discard'}
150 0 4 0 defined $expires and time > $expires

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
84 0 3 0 $file ||= $$self{'file'} || (return)
132 1 0 0 $file ||= $$self{'file'} || (return)