Branch Coverage

blib/lib/SQL/Translator/Parser/DBI/Sybase.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
32 0 0 if ($dbh->{'FetchHashKeyName'} ne "NAME_uc")
37 0 0 if ($dbh->{'ChopBlanks'} != 1)
93 0 0 if defined $_
133 0 0 if defined $stuff->{'procedures'}{$_->[0]}
183 0 0 unless defined $table_info->{'TABLE_TYPE'}
185 0 0 if ($table_info->{'TABLE_TYPE'} =~ /TABLE/) { }
0 0 elsif ($table_info->{'TABLE_TYPE'} eq 'VIEW') { }
210 0 0 if $c->{'NULLABLE'} == 1
216 0 0 if (scalar keys %{$h;} > 1)
223 0 0 if scalar @c
231 0 0 if (defined $stuff->{'indexes'}{$table_info->{'TABLE_NAME'}})
242 0 0 if ($_->{'INDEX_DESCRIPTION'} =~ /unique/i)
249 0 0 unless (defined $table->primary_key)
252 0 0 unless grep {$table->get_field($_)->is_nullable;} split(/,\s*/, $fields, 0)
279 0 0 if defined $stuff->{'view'}{$table_info->{'TABLE_NAME'}}{'text'}