| blib/lib/HTTP/Cookies/Safari.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 7 | 14 | 50.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 89 | 0 | 3 | unless open my $fh, $file | 
| 148 | 0 | 4 | if $discard and not $$self{'ignore_discard'} | 
| 150 | 0 | 4 | if defined $expires and time > $expires | 
| 153 | 0 | 4 | if (not $expires) { } | 
| 165 | 0 | 4 | $secure ? : | 
| 167 | 4 | 0 | $domain =~ /^\./ ? : | 
| 181 | 0 | 1 | unless open my $fh, "> $file" |