File Coverage

blib/lib/Protocol/PostgreSQL/Client.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 14 14 100.0


line stmt bran cond sub pod time code
1             package Protocol::PostgreSQL::Client;
2             BEGIN {
3 4     4   129851 $Protocol::PostgreSQL::Client::VERSION = '0.008';
4             }
5 4     4   41 use strict;
  4         9  
  4         157  
6 4     4   25 use warnings;
  4         8  
  4         190  
7 4     4   3107 use parent q{Protocol::PostgreSQL};
  4         1319  
  4         28  
8              
9             =head1 NAME
10              
11             Protocol::PostgreSQL::Client - support for the PostgreSQL wire protocol
12              
13             =head1 VERSION
14              
15             version 0.008
16              
17             =head1 SYNOPSIS
18              
19             =head1 DESCRIPTION
20              
21             =cut
22              
23             1;
24              
25             __END__