Branch Coverage

blib/lib/HTTP/Cookies/Safari.pm
Criterion Covered Total %
branch 7 14 50.0


line true false branch
91 0 3 unless open my $fh, $file
150 0 4 if $discard and not $self->{'ignore_discard'}
152 0 4 if defined $expires and time > $expires
155 0 4 if (not $expires) { }
167 0 4 $secure ? :
169 4 0 $domain =~ /^\./ ? :
183 0 1 unless open my $fh, "> $file"