Branch Coverage

blib/lib/SQL/Translator/Generator/DDL/SQLServer.pm
Criterion Covered Total %
branch 12 18 66.6


line true false branch
56 6 25 $_[1]->is_auto_increment ? :
107 0 4 if $_ eq 'RESTRICT'
110 0 2 $on_delete && $on_delete ne 'NO ACTION' ? :
0 2 $on_update && $on_update ne 'NO ACTION' ? :
155 2 8 if $_->type eq 'UNIQUE'
180 2 8 if $_->type eq 'UNIQUE'
203 2 0 if ($self->add_drop_table)
205 0 2 $self->add_comments ? :
0 2 $self->add_comments ? :