Condition Coverage

blib/lib/Test2/Harness/Util/File.pm
Criterion Covered Total %
condition 9 11 81.8


and 3 conditions

line !l l&&!r l&&r condition
84 2 0 141 defined $line and length $line

or 2 conditions

line l !l condition
76 103 5 $self->{'line_pos'} ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
87 4 125 12 $self->{'done'} or substr($line, -1, 1) eq "\n"
94 0 26 103 defined $params{'peek'} or defined $params{'from'}