| lib/Text/FixEOL.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 15 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 234 | 4 | 59 | 358 | $string ne '' and $eol_mode ne 'asis' |
| 248 | 61 | 2 | 2 | $eof_handling eq 'add' and not $string =~ /\032$/s |
| 308 | 790 | 295 | 127 | $property eq 'fixlast' and $platform_name =~ /^(yes|no)$/ |
| 309 | 663 | 354 | 68 | $property eq 'eof' and $platform_name =~ /^(asis|remove|add)$/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 347 | 192 | 78 | 36 | $string =~ /\015\012/s or $string =~ /\012\015/s |