| blib/lib/Protocol/Database/PostgreSQL/Backend/AuthenticationRequest.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 3 | 14 | 21.4 | 
| line | true | false | branch | 
|---|---|---|---|
| 34 | 0 | 1 | unless my $auth_type = $Protocol::Database::PostgreSQL::AUTH_TYPE{$auth_code} | 
| 39 | 0 | 1 | if ($auth_type eq 'AuthenticationMD5Password') { } | 
| 1 | 0 | elsif ($auth_type eq 'AuthenticationCleartextPassword') { } | |
| 0 | 0 | elsif ($auth_type eq 'AuthenticationOk') { } | |
| 0 | 0 | elsif ($auth_type eq 'AuthenticationSASL') { } | |
| 0 | 0 | elsif ($auth_type eq 'AuthenticationSASLContinue') { } | |
| 0 | 0 | elsif ($auth_type eq 'AuthenticationSASLFinal') { } |