Branch Coverage

blib/lib/FormValidator/LazyWay/Rule/Japanese.pm
Criterion Covered Total %
branch 16 20 80.0


line true false branch
11 6 6 if $$args{'bytes'}
14 4 8 if (ref $$args{'allow'} eq 'ARRAY')
16 2 2 if $$args{'bytes'}
22 6 6 $text =~ /^\p{InHiragana}+$/ ? :
29 0 0 if $$args{'bytes'}
32 0 0 $text =~ /^(\p{Common}|\p{InHiragana})+$/ ? :
39 8 14 if $$args{'bytes'}
42 6 16 if (ref $$args{'allow'} eq 'ARRAY')
44 2 4 if $$args{'bytes'}
50 12 10 $text =~ /^\p{InKatakana}+$/ ? :