Condition Coverage

blib/lib/Text/NumericData/App/txdrows.pm
Criterion Covered Total %
condition 12 18 66.6


and 3 conditions

line !l l&&!r l&&r condition
122 1 13 2 $i >= $p->{'begin'} and $p->{'end'} < 0 || $i <= $p->{'end'}
130 0 0 0 $i >= $_->[0] and $_->[1] < 0 || $i <= $_->[1]
155 4 6 2 $p->{'justmatch'} > 0 && !($self->{'matched'} < $p->{'justmatch'})
2 6 4 not $p->{'justmatch'} > 0 && !($self->{'matched'} < $p->{'justmatch'}) and $self->{'matchfun'}->([$self->{'txd'}->line_data($_[0])])

or 3 conditions

line l !l&&r !l&&!r condition
122 12 2 1 $p->{'end'} < 0 || $i <= $p->{'end'}
130 0 0 0 $_->[1] < 0 || $i <= $_->[1]