Branch Coverage

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


line true false branch
101 0 0 if (/ \A (?: $r{'u'} | $r{'h'} | $r{'d'} ) \z /ux)
107 0 0 if (/ \A ([A-Z\s]{2,}) \z /iux)
110 0 0 unless (defined $code)
116 0 0 if (/ \A (\X) \z /ux)
122 0 0 if ($fallthrough)
123 0 0 unless ($code)
131 0 0 unless $char =~ /\p{Print}/u
132 0 0 if $char =~ /\p{Space}/u
133 0 0 if $char =~ /\p{Control}/u