| blib/lib/Gantry/Plugins/CookieCheck.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 10 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 0 | 0 | if $registered_callbacks{$namespace}++ |
| 43 | 0 | 0 | if (not $gobj->get_cookies('acceptcookies') || $uri =~ m[cookiecheck/?$]o and !$cc_exclude || $cc_exclude && !($uri =~ /$cc_exclude/)) |
| 63 | 0 | 0 | if $gobj->fish_config('cc_domain') |
| 78 | 0 | 0 | if ($qstring) |
| 107 | 0 | 0 | if ($gobj->get_cookies('acceptcookies')) { } |