Condition Coverage

blib/lib/HTTP/Cookies/ChromeMacOS.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
73 0 0 0 $dbh and $dbh->ping
185 0 0 0 $discard and not $self->{'ignore_discard'}
187 0 0 0 defined $expires and time > $expires

or 2 conditions

line l !l condition
85 0 0 $domain ||= ''
115 0 0 $self->{'file'} || (return)
137 0 0 $row->value || $row->encrypted_value || ''
217 0 0 $_[1] // {sign => '+', value => [0]}

or 3 conditions

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