Branch Coverage

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


line true false branch
52 6 29 $_[1]->is_auto_increment ? :
102 0 8 if $_ eq "RESTRICT"
106 0 4 $on_delete && $on_delete ne 'NO ACTION' ? :
0 4 $on_update && $on_update ne 'NO ACTION' ? :
154 2 11 if $_->type eq "UNIQUE"
177 2 11 if $_->type eq "UNIQUE"
201 2 1 if ($self->add_drop_table)
203 0 2 $self->add_comments ? :
0 2 $self->add_comments ? :