File Coverage

blib/lib/Jifty/DBI/Handle/mysqlPP.pm
Criterion Covered Total %
statement 1 3 33.3
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 2 4 50.0


line stmt bran cond sub pod time code
1             package Jifty::DBI::Handle::mysqlPP;
2 1     1   1204 use Jifty::DBI::Handle::mysql;
  0            
  0            
3             @ISA = qw(Jifty::DBI::Handle::mysql);
4              
5             use vars qw($VERSION @ISA $DBIHandle $DEBUG);
6             use strict;
7              
8             1;
9              
10             __END__
11              
12             =head1 NAME
13              
14             Jifty::DBI::Handle::mysqlPP - A mysql specific Handle object
15              
16             =head1 DESCRIPTION
17              
18             A Handle subclass for the "pure perl" mysql database driver.
19              
20             This is currently identical to the Jifty::DBI::Handle::mysql class.
21              
22             =head1 AUTHOR
23              
24              
25              
26             =head1 SEE ALSO
27              
28             Jifty::DBI::Handle::mysql
29              
30             =cut
31