| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QSimplex| Name: | 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: | 79-81 |
| | 2 | 1 |
setObjective| Name: | 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: | 323-326 |
| | 1 | 1 |
solveMax| Name: | 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: | 570-573 |
| | 1 | 1 |
solveMin| Name: | 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: | 561-564 |
| | 1 | 1 |
~QSimplex| Name: | 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: | 86-89 |
| | 1 | 1 |
clearRow| Name: | 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: | 331-336 |
| | 3 | 2 |
reducedRowEchelon| Name: | 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: | 458-464 |
| | 3 | 2 |
solveMaxHelper| Name: | 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: | 314-318 |
| | 2 | 2 |
clearColumns| Name: | 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: | 341-348 |
| | 4 | 3 |
clearDataStructures| Name: | 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: | 94-117 |
| | 14 | 3 |
findPivotColumn| Name: | 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: | 401-414 |
| | 7 | 3 |
collectResults| Name: | 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: | 581-598 |
| | 6 | 4 |
dumpMatrix| Name: | 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: | 353-370 |
| | 12 | 4 |
solver| Name: | 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: | 520-555 |
| | 15 | 4 |
combineRows| Name: | 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: | 375-396 |
| | 11 | 5 |
pivotRowForColumn| Name: | 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: | 433-453 |
| | 13 | 5 |
iterate| Name: | 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: | 472-505 |
| | 16 | 6 |
simplifyConstraints| Name: | 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: | 605-660 |
| | 28 | 9 |
setConstraints| Name: | QSimplex::setConstraints | | Prototype: | bool QSimplex::setConstraints(const QList<QSimplexConstraint *> &newConstraints) | | Coverage: | 0.000% (0/58) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 127-303 |
| | 80 | 20 |