Branch Coverage

blib/lib/SQL/Translator/Producer/YAML.pm
Criterion Covered Total %
branch 27 32 84.3


line true false branch
51 0 6 keys %{$schema->extra;} ? :
73 1 14 $table->comments ? :
4 11 keys %{$table->extra;} ? :
83 7 9 if (ref $_) { }
89 0 3 if (ref $_) { }
92 2 14 keys %{$constraint->extra;} ? :
112 7 36 $field->is_auto_increment ? :
3 40 $field->comments ? :
5 38 keys %{$field->extra;} ? :
126 2 0 $procedure->comments ? :
2 0 keys %{$procedure->extra;} ? :
146 1 6 defined $trigger->scope ? :
4 3 keys %{$trigger->extra;} ? :
158 2 1 keys %{$view->extra;} ? :
171 0 4 ref $_ && $_->extra && keys %{$_->extra;} ? :
175 2 2 keys %{$index->extra;} ? :