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)
88 0 0 if defined $_
127 0 0 if defined $stuff->{'procedures'}{$_->[0]}
178 0 0 unless defined $table_info->{'TABLE_TYPE'}
180 0 0 if ($table_info->{'TABLE_TYPE'} =~ /TABLE/) { }
0 0 elsif ($table_info->{'TABLE_TYPE'} eq 'VIEW') { }
201 0 0 if $c->{'NULLABLE'} == 1
209 0 0 if (scalar keys %{$h;} > 1)
213 0 0 if scalar @c
221 0 0 if (defined $stuff->{'indexes'}{$table_info->{'TABLE_NAME'}})
233 0 0 if ($_->{'INDEX_DESCRIPTION'} =~ /unique/i)
240 0 0 unless (defined $table->primary_key)
242 0 0 unless grep {$table->get_field($_)->is_nullable;} split(/,\s*/, $fields, 0)
261 0 0 if defined $stuff->{'view'}{$table_info->{'TABLE_NAME'}}{'text'}