Branch Coverage

lib/SQL/Admin/Driver/DB2/DBI.pm
Criterion Covered Total %
branch 0 42 0.0


line true false branch
105 0 0 @schemas ? :
139 0 0 @schemas ? :
173 0 0 @schemas ? :
197 0 0 @schemas ? :
224 0 0 @schemas ? :
254 0 0 @schemas ? :
294 0 0 @schemas ? :
344 0 0 unless defined $value
346 0 0 if $key =~ /^hint_(.*)/
347 0 0 if $key =~ /^info_(.*)/
369 0 0 if ($$row{'colno'} == $$row{'colcount'})
380 0 0 if $$row{'unique'}
384 0 0 unless defined $value
385 0 0 if $key =~ /^hint_(.*)/
415 0 0 unless exists $TYPE_MAP{$type}
424 0 0 if $$row{'not_null'}
447 0 0 unless my $table = $catalog->get('table', ('name', lcws($$row{'table_name'}), 'schema', lcws($$row{'table_schema'})))
453 0 0 unless my $column = $table->column(lcws($$row{'column_name'}))
481 0 0 if ($$row{'colno'} == $$row{'colcount'})
512 0 0 if ($$row{'colno'} == $$row{'colcount'})
542 0 0 if ($$row{'colno'} == $$row{'colcount'})