Branch Coverage

blib/lib/Algorithm/Simplex/Float.pm
Criterion Covered Total %
branch 2 8 25.0


line true false branch
81 0 0 if ($self->tableau->[$self->number_of_rows][$j] > $self->EPSILON)
108 0 0 if ($self->tableau->[$self->number_of_rows][$col_num] > $self->EPSILON)
135 0 0 if ($self->tableau->[$row_num][$pivot_column_number] > $self->EPSILON)
189 1 2 if ($self->tableau->[$i][$self->number_of_columns] < -$self->EPSILON)