| blib/lib/MySQL/Workbench/Parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 22 | 22 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 110 | 1 | 9 | if ($zip->read($self->file) != 0) |
| 157 | 8 | 1 | if $self->lint |
| 165 | 1 | 8 | if (@view_nodes) |
| 192 | 1 | 9 | unless ref $tables |
| 193 | 1 | 8 | if 'ARRAY' ne ref $tables |
| 208 | 21 | 19 | if $index_name eq 'PRIMARY' |
| 209 | 9 | 10 | if $index->type eq 'UNIQUE' |
| 219 | 1 | 53 | if $columns{$column_name} |
| 226 | 1 | 7 | if (@duplicate_tables) |
| 234 | 1 | 7 | if (@duplicate_indexes) |
| 241 | 1 | 7 | if (%duplicate_columns) |