| line | % | coverage | condition |
| 78 | 67 | | $hint eq "" and defined $1 |
| 129 | 100 | | defined $thing && $thing ne '' |
| 147 | 50 | | defined $CheckSpelling::UnknownWordSplitter::shortest and not_empty($CheckSpelling::UnknownWordSplitter::longest) and $CheckSpelling::UnknownWordSplitter::shortest > $CheckSpelling::UnknownWordSplitter::longest |
| 251 | 33 | | $in_patterns_re_list{$_} || !test_re($quoted) |
| 411 | 100 | | $dos_new_lines >= $unix_new_lines and $dos_new_lines >= $mac_new_lines |
| 100 | | $unix_new_lines == 0 and $mac_new_lines == 0 |
| 442 | 100 | | $file_size >= 512 and length $_ == $file_size |
| 487 | 100 | | $CheckSpelling::UnknownWordSplitter::forbidden_re_descriptions{$found_trigger_re} || '' |
| 530 | 33 | | not $raw_line =~ /$token.*$token/u and $raw_line =~ /($token)/u |
| 541 | 100 | | $line_flagged and $CheckSpelling::UnknownWordSplitter::candidates_re |
| 548 | 67 | | $candidate_re =~ /./u and $raw_line =~ /$candidate_re/u |
| 583 | 75 | | $CheckSpelling::UnknownWordSplitter::unrecognized or @candidates_re_hits or @forbidden_re_hits |