Condition Coverage

lib/App/Context/HTTP.pm
Criterion Covered Total %
condition 0 38 0.0


and 3 conditions

line !l l&&!r l&&r condition
129 0 0 0 $request_events and $#$request_events > -1
509 0 0 0 defined $password and defined $user
522 0 0 0 defined $p_pass and defined $u_user
542 0 0 0 $user and $authenticated
544 0 0 0 $switchable_users and $switchable_users =~ /\b$user\b/

or 2 conditions

line l !l condition
148 0 0 $$options{'app'} || 'app'

or 3 conditions

line l !l&&r !l&&!r condition
200 0 0 0 not $ref or $ref eq 'ARRAY'
0 0 0 not $ref or $ref eq 'ARRAY' or $ref eq 'HASH'
209 0 0 0 $content_name ||= $service_name
498 0 0 0 $$self{'effective_user'} || $$self{'user'}
546 0 0 0 $switchable_users eq $user or $switchable_users =~ /:$user:/
0 0 0 $switchable_users eq $user or $switchable_users =~ /:$user:/ or $switchable_users =~ /^$user:/
0 0 0 $switchable_users eq $user or $switchable_users =~ /:$user:/ or $switchable_users =~ /^$user:/ or $switchable_users =~ /:$user$/