blib/lib/CGI/Application/Plugin/Authentication/Driver/CDBI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 18 | 77.7 |
line | true | false | branch |
---|---|---|---|
84 | 0 | 5 | if @_options % 2 |
88 | 0 | 5 | unless $cdbiclass |
90 | 1 | 4 | unless scalar @creds eq scalar @{$options{'FIELD_METHODS'};} |
103 | 6 | 2 | unless /:/ |
104 | 2 | 6 | if /:/ |
106 | 0 | 8 | unless $cdbiclass->can($column) |
111 | 1 | 3 | unless @users |
117 | 2 | 1 | if (%compare) |
124 | 0 | 2 | unless $self->check_filtered($encoded, $compare{$encoded}, $users[0]->$column) |