Branch Coverage

blib/lib/DBIx/MoCo/Column/utf8.pm
Criterion Covered Total %
branch 3 16 18.7


line true false branch
6 0 1 if ($] <= 5.008) { }
16 0 4 if ($] <= 5.008) { }
17 0 0 unless &Encode::is_utf8($v)
19 4 0 unless utf8::is_utf8($v)
26 0 0 unless my $v = shift()
27 0 0 if ($] <= 5.008) { }
28 0 0 if &Encode::is_utf8($v)
30 0 0 if utf8::is_utf8($v)