Condition Coverage

blib/lib/Gantry/Plugins/CookieCheck.pm
Criterion Covered Total %
condition 0 23 0.0


and 3 conditions

line !l l&&!r l&&r condition
43 0 0 0 not $gobj->get_cookies('acceptcookies') || $uri =~ m[cookiecheck/?$]o and !$cc_exclude || $cc_exclude && !($uri =~ /$cc_exclude/)

or 2 conditions

line l !l condition
71 0 0 $uri || '/'
112 0 0 $gobj->fish_config('cc_title') || 'Missing Cookies'
113 0 0 $gobj->fish_config('cc_wrapper') || $gobj->fish_config('template_wrapper') || 'default.tt'
115 0 0 $gobj->fish_config('cc_template') || 'cc.tt'

or 3 conditions

line l !l&&r !l&&!r condition
43 0 0 0 $gobj->get_cookies('acceptcookies') || $uri =~ m[cookiecheck/?$]o
0 0 0 !$cc_exclude || $cc_exclude && !($uri =~ /$cc_exclude/)
51 0 0 0 $gobj->fish_config('cc_secret') || $gobj->gantry_secret
98 0 0 0 $gobj->fish_config('cc_secret') || $gobj->gantry_secret