lib/IO/Lines.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 9 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
91 | 0 | 0 | 2 | defined $/ and $/ eq "\n" |
129 | 7 | 0 | 0 | defined $\ and $\ ne "\n" |
139 | 2 | 1 | 4 | @{*$self->{'AR'};} and not *$self->{'AR'}[-1] =~ /\n\Z/ |