| blib/lib/MySQL/Workbench/DBIC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 28 | 31 | 90.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 51 | 70 | 135 | 13 | $namespace eq '' and $allow_empty_string | 
| 487 | 47 | 36 | 5 | $column->datatype =~ /char/i and $column->length <= 0 | 
| 519 | 4 | 80 | 4 | $data and $data->{'column_info'}{$name} | 
| line | l | !l | condition | 
|---|---|---|---|
| 299 | 11 | 80 | $table->comment // '{}' | 
| 398 | 0 | 2 | $view->comment // '{}' | 
| 482 | 82 | 6 | $column->default_value // '' | 
| 541 | 3 | 3 | delete $comment_data->{'comment'} // '' | 
| 692 | 9 | 30 | $custom_code //= '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 308 | 6 | 1 | 84 | not ref $data or 'HASH' ne ref $data | 
| 407 | 0 | 0 | 2 | not ref $data or 'HASH' ne ref $data | 
| 519 | 4 | 14 | 70 | $data and $data->{'column_info'}{$name} or $col_comment | 
| 536 | 11 | 1 | 6 | not $comment_data or 'HASH' ne ref $comment_data |