Branch Coverage

blib/lib/Prancer/Database/Driver/Pg.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
20 0 0 defined $_ ? :
33 0 0 $$self{'_autocommit'} =~ /^(1|true|yes)$/xi ? :
0 0 defined $$self{'_autocommit'} ? :
34 0 0 unless $autocommit
37 0 0 if defined $hostname
38 0 0 if defined $port
45 0 0 if ($charset and $charset =~ /^utf8$/xi)