| blib/lib/Protocol/Database/PostgreSQL/Client.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Protocol::Database::PostgreSQL::Client; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 164720 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 50 | ||||||
| 4 | 1 | 1 | 7 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 135 | ||||||
| 5 | |||||||
| 6 | our $VERSION = '2.001'; # VERSION | ||||||
| 7 | |||||||
| 8 | 1 | 1 | 16 | use parent q{Protocol::Database::PostgreSQL}; | |||
| 1 | 3 | ||||||
| 1 | 11 | ||||||
| 9 | |||||||
| 10 | =head1 NAME | ||||||
| 11 | |||||||
| 12 | Protocol::Database::PostgreSQL::Client - support for the PostgreSQL wire protocol | ||||||
| 13 | |||||||
| 14 | =head1 SYNOPSIS | ||||||
| 15 | |||||||
| 16 | |||||||
| 17 | =head1 DESCRIPTION | ||||||
| 18 | |||||||
| 19 | =cut | ||||||
| 20 | |||||||
| 21 | 1; | ||||||
| 22 | |||||||
| 23 | __END__ |