Condition Coverage

blib/lib/Role/TinyCommons/Collection/PickItems/RandomSeekLines.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

line !l l&&!r l&&r condition
34 0 0 0 $fh_max_offset >= 0 and $fh_max_offset > $fh_min_offset
57 0 0 0 $pos >= $fh_max_offset and not $line =~ /\R\z/

or 2 conditions

line l !l condition
21 0 0 $args{'n'} || 1
23 0 0 $args{'max_attempts'} || 10000

or 3 conditions

line l !l&&r !l&&!r condition
57 0 0 0 not defined $line or $pos >= $fh_max_offset and not $line =~ /\R\z/