blib/lib/Protocol/PostgreSQL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 5 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
1023 | 0 | 0 | 0 | ref $msg and ref $msg eq 'CODE' |
line | l | !l | condition |
---|---|---|---|
902 | 0 | 0 | ($self->is_first_message ? 'startup packet' : $FRONTEND_MESSAGE_CODE{substr $msg, 0, 1}) || 'unknown message' |