| File: | lib/CheckSpelling/CleanupFiles.pm |
| Coverage: | 100.0% |
| line | % | coverage | condition | ||||||
|---|---|---|---|---|---|---|---|---|---|
| 94 | 100 |
| do { $end ne $nl } && do { maybe_log_event($warnings_fh, "${file}:$.:$-[0] ... $+[0], Warning - Entry has inconsistent line endings", 'unexpected-line-ending') } | ||||||
| 112 | 100 |
| $eol_counts{"\n"} || 0 | ||||||
| 113 | 100 |
| $eol_counts{"\r"} || 0 | ||||||
| 114 | 100 |
| $eol_counts{"\r\n"} || 0 |