Branch Coverage

blib/lib/Test/Fixture/DBI.pm
Criterion Covered Total %
branch 0 52 0.0


line true false branch
94 0 0 if (ref $stuff) { }
95 0 0 if (ref $stuff eq 'ARRAY') { }
112 0 0 @{$args->{'schema'};} > 0 ? :
118 0 0 $enable_schema_filter ? :
123 0 0 unless exists $def->{'schema'} and exists $tables{$def->{'schema'}}
124 0 0 unless $dbh->do($def->{'data'})
134 0 0 if exists $_->{'index'} and exists $_->{'refer'}
139 0 0 unless exists $def->{'index'} and exists $tables{$def->{'refer'}}
140 0 0 unless $dbh->do($def->{'data'})
150 0 0 @{$args->{$target};} > 0 ? :
155 0 0 unless exists $def->{$target} and exists $targets{$def->{$target}}
156 0 0 unless $dbh->do($def->{'data'})
187 0 0 if exists $_->{'trigger'}
198 0 0 @{$args->{'schema'};} > 0 ? :
201 0 0 unless exists $triggers{$def->{'refer'}}
202 0 0 unless $dbh->do($def->{'data'})
230 0 0 unless ref $args{'fixture'}
266 0 0 if (ref $stuff) { }
267 0 0 if (ref $stuff eq 'ARRAY') { }
268 0 0 if (ref $stuff->[0]) { }
292 0 0 unless $dbh->do(sprintf('DELETE FROM %s', $schema))
311 0 0 if ($opts->{'bulk_insert'}) { }
314 0 0 unless $dbh->do($stmt, undef, @bind)
315 0 0 unless $dbh->commit
322 0 0 unless $dbh->do($stmt, undef, @bind)
324 0 0 unless $dbh->commit