Branch Coverage

blib/lib/DBIx/DBSchema.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
145 0 0 if ($@ and $@ =~ /not.*storable/i)
149 0 0 if ($@) { }
153 0 0 unless (open FILE, "<$file")
156 0 0 unless (close FILE)
161 0 0 unless ($self)
288 0 0 if ($self->table($table)) { }
290 0 0 if $DEBUG > 1
301 0 0 if $DEBUG
310 0 0 if ($$opt{'drop_tables'})
312 0 0 if $DEBUG
317 0 0 if $DEBUG
327 0 0 if $DEBUG > 1
346 0 0 unless $dbh->do($statement)
383 0 0 ref $table->column($_)->default ? :
424 0 0 $index->using ? :
435 0 0 $$table{'unique'} ? :
0 0 $$table{'index'} ? :
505 0 0 unless my $sth = $dbh->table_info($db_catalog, $db_schema, '', 'TABLE')