Branch Coverage

blib/lib/MySQL/Util/Lite/Column.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
45 0 0 if scalar @_ > 0
50 0 0 if ($type =~ /varchar/iu) { }
0 0 elsif ($type =~ /timestamp/iu or $type =~ /datetime/iu) { }
0 0 elsif ($type =~ /enum/iu) { }
63 0 0 if ($self->is_null)
70 0 0 if scalar @_ > 0
73 0 0 if ($self->is_null) { }
81 0 0 if (defined $default and $self->type =~ /varchar/iu)
85 0 0 if ($self->is_null) { }
86 0 0 if (defined $self->default) { }
87 0 0 if defined $self->default
94 0 0 if defined $self->default
96 0 0 if $self->is_autoinc