| line | % | coverage | condition |
| 87 | 67 | | $hint eq "" and defined $1 |
| 139 | 67 | | defined $thing && $thing ne '' && $thing =~ /^\d+$/u |
| 194 | 50 | | defined $CheckSpelling::UnknownWordSplitter::shortest and not_empty($CheckSpelling::UnknownWordSplitter::longest) and $CheckSpelling::UnknownWordSplitter::shortest > $CheckSpelling::UnknownWordSplitter::longest |
| 218 | 67 | | $CheckSpelling::UnknownWordSplitter::check_homoglyphs and not $CheckSpelling::UnknownWordSplitter::check_homoglyphs =~ /false/iu |
| 328 | 33 | | $in_patterns_re_list{$_} || !test_re($quoted) |
| 445 | 0 | | -e $ocr_file and -e $ocr_source_sha and open my $source_sha, "<", $ocr_source_sha |
| 463 | 0 | | -s $text_file || 0 |
| 509 | 67 | | defined readlink $file and rindex("File::Spec"->abs2rel(abs_path($file)), "../", 0) == 0 |
| 529 | 33 | | $CheckSpelling::UnknownWordSplitter::check_images and $file_kind =~ m[^image/(?!svg)]u |
| 532 | 67 | | $file_converted == 0 and $file_kind =~ /^(.*?); charset=binary/u |
| 559 | 100 | | $dos_new_lines >= $unix_new_lines and $dos_new_lines >= $mac_new_lines |
| 100 | | $unix_new_lines == 0 and $mac_new_lines == 0 |
| 592 | 100 | | $file_size >= 512 and length $_ == $file_size |
| 666 | 100 | | $CheckSpelling::UnknownWordSplitter::forbidden_re_descriptions{$found_trigger_re} || '' |
| 692 | 33 | | defined $CheckSpelling::UnknownWordSplitter::longest_word && $CheckSpelling::UnknownWordSplitter::longest_word =~ /^\d+$/u |
| 732 | 33 | | not $raw_line =~ /$token.*$token/u and $raw_line =~ /($token)/u |
| 743 | 100 | | $line_flagged and $CheckSpelling::UnknownWordSplitter::candidates_re |
| 750 | 67 | | $candidate_re =~ /./u and $raw_line =~ /$candidate_re/u |
| 795 | 75 | | $CheckSpelling::UnknownWordSplitter::unrecognized or @candidates_re_hits or @forbidden_re_hits |