Branch Coverage

blib/lib/Lingua/Stem/UniNE/FA.pm
Criterion Covered Total %
branch 22 26 84.6


line true false branch
36 40 46 if length $word < 5
48 20 23 if ($length > 7)
49 13 7 if $word =~ s/ (?: \x{622}\x{628}\x{627}\x{62f} | \x{628}\x{627}\x{631}\x{647} | \x{628}\x{646}\x{62f}\x{6cc} | \x{628}\x{646}\x{62f}\x{64a} | \x{62a}\x{631}\x{6cc}\x{646} | \x{62a}\x{631}\x{64a}\x{646} | \x{631}\x{6cc}\x{632}\x{6cc} | \x{631}\x{64a}\x{632}\x{64a} | \x{633}\x{627}\x{632}\x{6cc} | \x{633}\x{627}\x{632}\x{64a} | \x{6af}\x{6cc}\x{631}\x{6cc} | \x{6af}\x{64a}\x{631}\x{64a} | \x{647}\x{627}\x{6cc}\x{6cc} | \x{647}\x{627}\x{64a}\x{64a} ) $//x
56 14 16 if ($length > 6)
57 6 8 if $word =~ s/ (?: \x{627}\x{646}\x{62f} | \x{627}\x{6cc}\x{645} | \x{627}\x{64a}\x{645} | \x{634}\x{627}\x{646} | \x{647}\x{627}\x{6cc} | \x{647}\x{627}\x{64a} ) $//x
63 18 6 if ($length > 5)
64 8 10 if $word =~ s/ \x{627}\x{646} $//x
67 9 1 if $word =~ s/ (?: \x{627}\x{62a} | \x{627}\x{634} | \x{627}\x{645} | \x{62a}\x{631} | \x{631}\x{627} | \x{648}\x{646} | \x{647}\x{627} | \x{647}\x{621} | \x{6cc}\x{646} | \x{64a}\x{646} ) $//x
73 7 0 if ($length > 3)
74 7 0 if $word =~ s/ (?: \x{62a} | \x{634} | \x{645} | \x{647} | \x{6cc} | \x{64a} ) $//x
84 0 8 if length $word < 4
87 8 0 if ($word =~ s/ (?: \x{62a} | \x{631} | \x{634} | \x{6af} | \x{645} | \x{649} ) $//x)
88 2 6 if length $word < 4