Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
91 0 0 2 defined $/ and $/ eq "\n"
129 5 0 0 defined $\ and $\ ne "\n"
139 2 1 2 @{*$self->{'AR'};} and not *$self->{'AR'}[-1] =~ /\n\Z/