Condition Coverage

blib/lib/App/Gimei/Parser.pm
Criterion Covered Total %
condition 27 27 100.0


or 2 conditions

line l !l condition
77 27 9 @$tokens_ref[0] // ""
88 13 3 @$tokens_ref[0] // ""
100 18 34 @$tokens_ref[0] // ""

or 3 conditions

line l !l&&r !l&&!r condition
39 29 3 22 $token eq "name" or $token eq "male"
32 4 18 $token eq "name" or $token eq "male" or $token eq "female"
89 4 3 9 $token eq "prefecture" or $token eq "city"
7 2 7 $token eq "prefecture" or $token eq "city" or $token eq "town"
101 7 2 43 $token eq "kanji" or $token eq "hiragana"
9 2 41 $token eq "kanji" or $token eq "hiragana" or $token eq "katakana"
4 3 38 $token eq "kanji" or $token eq "hiragana" or $token eq "katakana" or $token eq "romaji"