Branch Coverage

blib/lib/DBIx/DBSchema/DBD/Sybase.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
35 0 0 unless my $sth = $dbh->prepare("sp_columns \@table_name=$table")
38 0 0 unless $sth->execute
44 0 0 $_->{'nullable'} ? :
78 0 0 unless my $sth = $dbh->prepare_cached(" SELECT name\n FROM sysindexes\n WHERE id = object_id('${table}') and indid between 1 and 254\n")
83 0 0 unless $sth->execute
115 0 0 unless $sth->execute