Branch Coverage

blib/lib/Config/Backend/SQL.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
19 0 0 unless my $dsn = $$args{'DSN'}
20 0 0 unless my $user = $$args{'DBUSER'}
22 0 0 unless my $table = $$args{'TABLE'}
35 0 0 if (not $sth->execute) { }
41 0 0 if ($driver eq 'pg') { }
0 0 elsif ($driver eq 'mysql') { }
0 0 elsif ($driver eq 'sqlite') { }
97 0 0 if ($count == 0) { }
118 0 0 if ($sth->rows != 0)