| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
append| Name: | QSqlIndex::append | | Prototype: | void QSqlIndex::append(const QSqlField& field) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | | Lines: | 124-127 |
| | 1 | 1 |
setCursorName| Name: | QSqlIndex::setCursorName | | Prototype: | void QSqlIndex::setCursorName(const QString& cursorName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | | Lines: | 198-201 |
| | 1 | 1 |
setName| Name: | QSqlIndex::setName | | Prototype: | void QSqlIndex::setName(const QString& name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | | Lines: | 108-111 |
| | 1 | 1 |
QSqlIndex| Name: | QSqlIndex::QSqlIndex | | Prototype: | QSqlIndex::QSqlIndex(const QString& cursorname, const QString& name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | | Lines: | 68-71 |
| | 2 | 1 |
QSqlIndex| Name: | QSqlIndex::QSqlIndex | | Prototype: | QSqlIndex::QSqlIndex(const QSqlIndex& other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | | Lines: | 77-80 |
| | 2 | 1 |
append| Name: | QSqlIndex::append | | Prototype: | void QSqlIndex::append(const QSqlField& field, bool desc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | | Lines: | 137-141 |
| | 2 | 1 |
setDescending| Name: | QSqlIndex::setDescending | | Prototype: | void QSqlIndex::setDescending(int i, bool desc) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | | Lines: | 162-166 |
| | 2 | 2 |
isDescending| Name: | QSqlIndex::isDescending | | Prototype: | bool QSqlIndex::isDescending(int i) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | | Lines: | 149-154 |
| | 3 | 2 |
operator=| Name: | QSqlIndex::operator= | | Prototype: | QSqlIndex& QSqlIndex::operator=(const QSqlIndex& other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | | Lines: | 86-93 |
| | 5 | 1 |
createField| Name: | QSqlIndex::createField | | Prototype: | QString QSqlIndex::createField(int i, const QString& prefix, bool verbose) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | | Lines: | 175-185 |
| | 8 | 3 |