| blib/lib/HTTP/Cookies/Chrome.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 12 | 58.3 |
| line | true | false | branch |
|---|---|---|---|
| 161 | 0 | 14 | if $discard and not $$self{'ignore_discard'} |
| 163 | 0 | 14 | if defined $expires and time > $expires |
| 166 | 0 | 14 | if (not $expires) { } |
| 172 | 0 | 14 | $secure ? : |
| 174 | 13 | 1 | $domain =~ /^\./ ? : |
| 282 | 0 | 168 | unless exists $columns{$method} |