Branch Coverage

blib/lib/Class/DBI/AutoLoader.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
18 0 0 if (defined $$args{'tables'}) { }
22 0 0 unless my $dbh = 'DBI'->connect($$args{'dsn'}, $$args{'username'}, $$args{'password'})
52 0 0 if (defined $$args{'use_base'}) { }
67 0 0 if (my $error = $@)