Branch Coverage

blib/lib/Protocol/Database/PostgreSQL/Backend/AuthenticationRequest.pm
Criterion Covered Total %
branch 3 8 37.5


line true false branch
30 0 1 unless my $auth_type = $Protocol::Database::PostgreSQL::AUTH_TYPE{$auth_code}
35 0 1 if ($auth_type eq 'AuthenticationMD5Password') { }
1 0 elsif ($auth_type eq 'AuthenticationCleartextPassword') { }
0 0 elsif ($auth_type eq 'AuthenticationOk') { }