Condition Coverage

lib/IO/Lines.pm
Criterion Covered Total %
condition 5 9 55.5


and 3 conditions

line !l l&&!r l&&r condition
92 0 0 2 defined $/ and $/ eq "\n"
130 7 0 0 defined $\ and $\ ne "\n"
140 2 1 4 @{*$self->{'AR'};} and not *$self->{'AR'}[-1] =~ /\n\Z/