line |
true |
false |
branch |
41
|
0 |
0 |
unless ($dbh = 'DBI'->connect_cached($dsn, $self->username, $self->password, $self->attributes)) |
45
|
0 |
0 |
if $self->log |
51
|
0 |
0 |
unless ($sth = $dbh->prepare_cached($self->statement)) |
56
|
0 |
0 |
if $self->log |
62
|
0 |
0 |
unless ($sth->bind_param(1, $username, SQL_CHAR)) |
67
|
0 |
0 |
if $self->log |
73
|
0 |
0 |
unless ($sth->execute) |
78
|
0 |
0 |
if $self->log |
84
|
0 |
0 |
unless ($sth->bind_col(1, \$encrypted)) |
89
|
0 |
0 |
if $self->log |
95
|
0 |
0 |
unless ($sth->fetch) |
99
|
0 |
0 |
if $self->log |
107
|
0 |
0 |
unless (defined $encrypted and length $encrypted) |
109
|
0 |
0 |
if $self->log |
115
|
0 |
0 |
unless ($self->check_password($password, $encrypted)) |
117
|
0 |
0 |
if $self->log |
123
|
0 |
0 |
if $self->log |