Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QSimplexName: | QSimplex::~QSimplex | Prototype: | QSimplex::~QSimplex() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 80-83 |
| | 1 | 1 |
solverName: | QSimplex::solver | Prototype: | qreal QSimplex::solver(SolverFactor factor) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 512-547 |
| | 15 | 4 |
solveMinName: | QSimplex::solveMin | Prototype: | qreal QSimplex::solveMin() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 553-556 |
| | 1 | 1 |
solveMaxHelperName: | QSimplex::solveMaxHelper | Prototype: | void QSimplex::solveMaxHelper() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 306-310 |
| | 2 | 2 |
solveMaxName: | QSimplex::solveMax | Prototype: | qreal QSimplex::solveMax() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 562-565 |
| | 1 | 1 |
simplifyConstraintsName: | QSimplex::simplifyConstraints | Prototype: | bool QSimplex::simplifyConstraints(QList<QSimplexConstraint *> *constraints) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 597-652 |
| | 28 | 9 |
setObjectiveName: | QSimplex::setObjective | Prototype: | void QSimplex::setObjective(QSimplexConstraint *newObjective) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 315-318 |
| | 1 | 1 |
setConstraintsName: | QSimplex::setConstraints | Prototype: | bool QSimplex::setConstraints(const QList<QSimplexConstraint *> &newConstraints) | Coverage: | 0.000% (0/55) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 121-295 |
| | 79 | 19 |
reducedRowEchelonName: | QSimplex::reducedRowEchelon | Prototype: | void QSimplex::reducedRowEchelon() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 450-456 |
| | 3 | 2 |
pivotRowForColumnName: | QSimplex::pivotRowForColumn | Prototype: | int QSimplex::pivotRowForColumn(int column) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 425-445 |
| | 13 | 5 |
iterateName: | QSimplex::iterate | Prototype: | bool QSimplex::iterate() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 464-497 |
| | 16 | 6 |
findPivotColumnName: | QSimplex::findPivotColumn | Prototype: | int QSimplex::findPivotColumn() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 393-406 |
| | 7 | 3 |
dumpMatrixName: | QSimplex::dumpMatrix | Prototype: | void QSimplex::dumpMatrix() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 345-362 |
| | 12 | 4 |
combineRowsName: | QSimplex::combineRows | Prototype: | void QSimplex::combineRows(int toIndex, int fromIndex, qreal factor) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 367-388 |
| | 11 | 5 |
collectResultsName: | QSimplex::collectResults | Prototype: | void QSimplex::collectResults() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 573-590 |
| | 6 | 4 |
clearRowName: | QSimplex::clearRow | Prototype: | void QSimplex::clearRow(int rowIndex) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 323-328 |
| | 3 | 2 |
clearDataStructuresName: | QSimplex::clearDataStructures | Prototype: | void QSimplex::clearDataStructures() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 88-111 |
| | 14 | 3 |
clearColumnsName: | QSimplex::clearColumns | Prototype: | void QSimplex::clearColumns(int first, int last) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 333-340 |
| | 4 | 3 |
QSimplexName: | QSimplex::QSimplex | Prototype: | QSimplex::QSimplex() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 73-75 |
| | 2 | 1 |