Branch Coverage

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


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