Branch Coverage

blib/lib/Text/NumericData/App/txdsort.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
63 0 2 unless ($self->{'cols'}[$i] > 0)
68 1 1 if $self->{'cols'}[$i] > $self->{'maxcol'}
71 0 2 unless defined $self->{'down'}[$i]
73 0 1 unless (@{$self->{'cols'};})
92 0 1 if ($file->columns < $self->{'maxcol'}) { }
101 1 0 if ($param->{'scan'}) { }
110 3 1 if (defined $lastv)
112 1 2 if $down and $newv > $lastv or not $down and $newv < $lastv