| line | % | coverage | condition |
| 84 | 67 | | $hint eq "" and defined $1 |
| 136 | 67 | | defined $thing && $thing ne '' && $thing =~ /^\d+$/u |
| 191 | 50 | | defined $CheckSpelling::UnknownWordSplitter::shortest and not_empty($CheckSpelling::UnknownWordSplitter::longest) and $CheckSpelling::UnknownWordSplitter::shortest > $CheckSpelling::UnknownWordSplitter::longest |
| 313 | 33 | | $in_patterns_re_list{$_} || !test_re($quoted) |
| 463 | 67 | | defined readlink $file and rindex("File::Spec"->abs2rel(abs_path($file)), "../", 0) == 0 |
| 483 | 33 | | $CheckSpelling::UnknownWordSplitter::check_images and $file_kind =~ m[^image/]u |
| 486 | 67 | | $file_converted == 0 and $file_kind =~ /^(.*?); charset=binary/u |
| 513 | 100 | | $dos_new_lines >= $unix_new_lines and $dos_new_lines >= $mac_new_lines |
| 100 | | $unix_new_lines == 0 and $mac_new_lines == 0 |
| 546 | 100 | | $file_size >= 512 and length $_ == $file_size |
| 620 | 100 | | $CheckSpelling::UnknownWordSplitter::forbidden_re_descriptions{$found_trigger_re} || '' |
| 664 | 33 | | not $raw_line =~ /$token.*$token/u and $raw_line =~ /($token)/u |
| 675 | 100 | | $line_flagged and $CheckSpelling::UnknownWordSplitter::candidates_re |
| 682 | 67 | | $candidate_re =~ /./u and $raw_line =~ /$candidate_re/u |
| 727 | 75 | | $CheckSpelling::UnknownWordSplitter::unrecognized or @candidates_re_hits or @forbidden_re_hits |