blib/lib/CHI/Driver/DBI/t/CHIDriverTests/Pg.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 CHI::Driver::DBI::t::CHIDriverTests::Pg; | ||||||
2 | $CHI::Driver::DBI::t::CHIDriverTests::Pg::VERSION = '1.27'; | ||||||
3 | 1 | 1 | 634 | use strict; | |||
1 | 2 | ||||||
1 | 26 | ||||||
4 | 1 | 1 | 5 | use warnings; | |||
1 | 2 | ||||||
1 | 25 | ||||||
5 | |||||||
6 | 1 | 1 | 4 | use base qw(CHI::Driver::DBI::t::CHIDriverTests::Base); | |||
1 | 2 | ||||||
1 | 648 | ||||||
7 | |||||||
8 | sub require_modules { return { 'DBD::Pg' => undef } } | ||||||
9 | |||||||
10 | sub dsn { | ||||||
11 | return 'dbi:Pg:dbname=pesystem'; | ||||||
12 | } | ||||||
13 | |||||||
14 | sub cleanup : Tests( shutdown ) { | ||||||
15 | } | ||||||
16 | |||||||
17 | 1; | ||||||
18 | __END__ |