Branch Coverage

blib/lib/SQL/Translator/Producer/HTML.pm
Criterion Covered Total %
branch 0 44 0.0


line true false branch
28 0 0 defined $args->{'nowrap'} ? :
33 0 0 defined $args->{'nolinktable'} ? :
38 0 0 defined $args->{'stylesheet'} ? :
47 0 0 defined $args->{'pretty'} ? :
54 0 0 if ($wrap)
67 0 0 if ($linktable)
71 0 0 $count == 1 ? :
93 0 0 unless my $table_name = $table->name
94 0 0 unless my(@fields) = $table->get_fields
106 0 0 $_ ? :
0 0 if (my(@comments) = map({$_ ? $_ : ();} $table->comments))
124 0 0 defined $field->size ? :
125 0 0 defined $field->default_value ? :
129 0 0 if ($field->is_foreign_key)
137 0 0 if $field->is_primary_key
138 0 0 if $field->is_unique
139 0 0 unless $field->is_nullable
140 0 0 if $comment
141 0 0 $i++ % 2 ? :
158 0 0 if (my(@indices) = $table->get_indices)
178 0 0 if (@constraints)
198 0 0 if ($wrap)