blib/lib/Catalyst/Authentication/Store/DBI/ButMaintained.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
52 | 0 | 0 | unless my $sth = $dbh->prepare($sql) |
53 | 0 | 0 | unless $sth->execute(@$authinfo{@col}) |
56 | 0 | 0 | unless $sth->bind_columns(\@user{@{$sth->{'NAME_lc'};}}) |
58 | 0 | 0 | unless ($sth->fetch) |
67 | 0 | 0 | unless exists $user{$self->get_config('user_key')} and length $user{$self->get_config('user_key')} |
101 | 0 | 0 | if (exists $self->config->{'user_key'} and $user->get($self->get_config('user_key'))) { } |
130 | 0 | 0 | scalar @_ == 1 ? : |