Branch Coverage

blib/lib/Rose/DB/Object/Metadata/Column/Character.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
26 0 0 unless my $length = $self->length
28 0 0 if (length $value > $length)
32 0 0 if ($overflow eq 'fatal') { }
0 0 elsif ($overflow eq 'warn') { }
36 0 0 $length == 1 ? :
43 0 0 $length == 1 ? :
59 0 0 if (defined $col_info->{'CHAR_OCTET_LENGTH'})