Condition Coverage

blib/lib/Text/NumericData/App/txdcalc.pm
Criterion Covered Total %
condition 6 21 28.5


and 3 conditions

line !l l&&!r l&&r condition
146 6 0 0 $param->{'filehead'} and $param->{'filehead'} > @{$self->{'files'};} || $param->{'filehead'} < 0
205 0 0 0 $param->{'stdhead'} and not $param->{'justcalc'}
237 0 420 0 not $param->{'strict'} and $_[0] =~ /^\s*$/

or 3 conditions

line l !l&&r !l&&!r condition
116 0 6 0 defined $param->{'formula'} or @{$self->{'argv'};}
143 0 0 6 $self->{'fromcol'}[$lastf] < 0 or $self->{'fromcol'}[$lastf] >= $self->{'files'}[$lastf]->columns
146 0 0 0 $param->{'filehead'} > @{$self->{'files'};} || $param->{'filehead'} < 0
259 90 0 330 $nothing || $param->{'justcalc'}