Condition Coverage

blib/lib/Catalyst/Plugin/Authentication/Basic/Remote.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
62 0 0 0 $c->session->{'user'} and $c->session->{'password'}
73 0 0 0 $c->req->header('Authorization') and my($tokens) = $c->req->header('Authorization') =~ /^Basic (.+)$/
121 0 0 0 $view and $c->res->status eq '401'

or 2 conditions

line l !l condition
103 0 0 $c->config->{'authentication'}{'auth_name'} || 'Require Authorization'
149 0 0 $c->config->{'authentication'}{'auth_name'} || 'Require Authorization'

or 3 conditions

line l !l&&r !l&&!r condition
119 0 0 0 $c->config->{'authentication'}{'view_tt'} || $c->config->{'name'}