Branch Coverage

blib/lib/Test/DB.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
25 0 0 if (lc $type eq 'sqlite') { }
0 0 elsif (lc $type eq 'postgres') { }
0 0 elsif (lc $type eq 'mysql') { }
0 0 elsif (lc $type eq 'mssql') { }
45 0 0 if (my $driver = $self->build(%options)) { }
56 0 0 if (my $driver = $self->build(%options)) { }