Condition Coverage

blib/lib/HTTP/Cookies/Chrome.pm
Criterion Covered Total %
condition 9 18 50.0


and 3 conditions

line !l l&&!r l&&r condition
161 14 0 0 $discard and not $self->{'ignore_discard'}
163 0 14 0 defined $expires and time > $expires

or 2 conditions

line l !l condition
114 2 1 $self->{'file'} || (return)
141 0 0 $self->{'file'} || (return)
258 14 14 $_[1] // {sign => '+', value => ['0']}

or 3 conditions

line l !l&&r !l&&!r condition
114 0 2 1 $file ||= $self->{'file'} || (return)
141 1 0 0 $new_file ||= $self->{'file'} || (return)