Condition Coverage

blib/lib/MySQL/Workbench/DBIC.pm
Criterion Covered Total %
condition 26 26 100.0


and 3 conditions

line !l l&&!r l&&r condition
51 69 131 13 $namespace eq '' and $allow_empty_string
413 47 36 5 $column->datatype =~ /char/i and $column->length <= 0
443 4 80 4 $data and $data->{'column_info'}{$name}

or 2 conditions

line l !l condition
312 11 78 $table->comment // '{}'
408 82 6 $column->default_value // ''
465 3 3 delete $comment_data->{'comment'} // ''
616 9 29 $custom_code //= ''

or 3 conditions

line l !l&&r !l&&!r condition
321 6 1 82 not ref $data or 'HASH' ne ref $data
443 4 14 70 $data and $data->{'column_info'}{$name} or $col_comment
460 11 1 6 not $comment_data or 'HASH' ne ref $comment_data