Branch Coverage

blib/lib/MySQL/Util/Lite/Column.pm
Criterion Covered Total %
branch 0 10 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)