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: | 86-89 |
| | 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: | 520-555 |
| | 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: | 561-564 |
| | 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: | 314-318 |
| | 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: | 570-573 |
| | 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: | 605-660 |
| | 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: | 323-326 |
| | 1 | 1 |
setConstraintsName: | 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 |
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: | 458-464 |
| | 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: | 433-453 |
| | 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: | 472-505 |
| | 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: | 401-414 |
| | 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: | 353-370 |
| | 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: | 375-396 |
| | 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: | 581-598 |
| | 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: | 331-336 |
| | 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: | 94-117 |
| | 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: | 341-348 |
| | 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: | 79-81 |
| | 2 | 1 |