Branch Coverage

blib/lib/Encode/JP/Emoji/FB_EMOJI_TEXT.pm
Criterion Covered Total %
branch 8 12 66.6


line true false branch
86 13 16 if ($chr =~ /\p{InEmojiGoogle}/) { }
3 13 elsif ($chr =~ /\p{InEmojiUnicode}/) { }
13 0 elsif ($chr =~ /\p{InEmojiMixed}/) { }
93 3 0 if 1 == length $gstr
98 13 0 if 1 == length $gstr
101 0 29 unless (exists $Encode::JP::Emoji::Mapping::CharnamesEmojiGoogle{$hex})