line | % | coverage | condition |
216 | 100 | | $length >= 8 and $multi_byte =~ /3/ |
217 | 100 | | $length >= 4 and $multi_byte =~ /2/ |
218 | 100 | | $length >= 2 and $multi_byte =~ /1/ |
256 | 100 | | $togo > length $key or defined $self->{'children'}{$key}{'value'} |
293 | 100 | | $i || 1 |
319 | 67 | | $newself->{'children'}{$head} //= 'Trie'->new |
392 | 50 | | $indent //= 0 |
393 | 100 | | $index //= 0 |
414 | 75 | | $ignore_case and $can_use_bit and $want_use_bit |
427 | 100 | | lc $key ne uc $key and not $can_use_bit && $want_use_bit |
| 67 | | $can_use_bit && $want_use_bit |
443 | 50 | | $indent //= 0 |
444 | 100 | | $sofar //= '' |
541 | 100 | | ($i | 32) == ord lc $char and lc chr $i ne lc $char |
561 | 67 | | $label //= $codegen->word_to_label($word) |
625 | 100 | | $depth //= 0 |
628 | 100 | | $trie->{'label'} // '' |