Branch Coverage

blib/lib/Unicode/Precis.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
38 0 0 unless defined $string
40 0 0 if (lc($self->{'WidthMappingRule'} || '') eq 'decomposition')
44 0 0 if ($mappingrule =~ /\bmapspace/)
47 0 0 if ($mappingrule =~ /\bstripspace/)
51 0 0 if ($mappingrule =~ /\bunifyspace/)
54 0 0 if (lc($self->{'CaseMappingRule'} || '') eq 'fold')
57 0 0 if ($self->{'NormalizationRule'})
58 0 0 if (&is_utf8($string)) { }
72 0 0 unless defined $string
74 0 0 if (lc($self->{'DirectionalityRule'} || '') eq 'bidi')
75 0 0 unless defined &check($string, 0)
83 0 0 unless defined prepare($string, $stringclass)
84 0 0 if (ref $self->{'OtherRule'} eq 'CODE')
86 0 0 unless defined($string = $self->{'OtherRule'}->($string))