Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
70 0 0 0 $c->can('session_login') && !$c->config->{'authentication'}{'basic'}{'no_session'}
0 0 0 $username and $password

or 2 conditions

line l !l condition
62 0 0 $c->req->header('Authorization') || ''
77 0 0 $c->config->{'authentication'}{'basic'}{'realm'} || 'Require Authorization'

or 3 conditions

line l !l&&r !l&&!r condition
81 0 0 0 $c->config->{'authentication'}{'basic'}{'error_msg'} or $c->config->{'authentication'}{'basic'}{'view'} & $c->config->{'authentication'}{'basic'}{'template'}