Branch Coverage

blib/lib/App/unichar.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
100 0 0 if (/ \A (?: $r{'u'} | $r{'h'} | $r{'d'} ) \z /ux) { }
0 0 elsif (/ \A ([A-Z\s]{2,}) \z /iux) { }
0 0 elsif (/ \A (\X) \z /ux) { }
0 0 elsif (/ \A r: ([A-Z\s]{2,}) \z /iux) { }
107 0 0 unless (defined $code)
121 0 0 if ($@)
128 0 0 unless $name =~ /$pattern/u
147 0 0 unless $char =~ /\p{Print}/u
148 0 0 if $char =~ /\p{Space}/u
149 0 0 if $char =~ /\p{Control}/u