Branch Coverage

blib/lib/Gantry/Control/C/AuthenBase.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
26 0 0 if ($r->dir_config('exclude_path'))
28 0 0 if ($r->path_info =~ /^$p$/)
36 0 0 if ($ret != $self->status_const('OK'))
45 0 0 unless (defined $user and $user)
62 0 0 unless (@user_row)
72 0 0 unless (defined $user_row[0]->crypt and $user_row[0]->crypt)
84 0 0 unless (crypt($sent_pw, $user_row[0]->crypt) eq $user_row[0]->crypt)
112 0 0 if (/^-Engine=(.*)$/)
115 0 0 if ($@)