Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
saveInCacheName: | QCompletionEngine::saveInCache | Prototype: | void QCompletionEngine::saveInCache(QString part, const QModelIndex& parent, const QMatchData& m) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | Lines: | 524-553 |
| | 21 | 7 |
filterName: | QCompletionEngine::filter | Prototype: | void QCompletionEngine::filter(const QStringList& parts) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | Lines: | 424-456 |
| | 22 | 6 |
matchHintName: | QCompletionEngine::matchHint | Prototype: | bool QCompletionEngine::matchHint(QString part, const QModelIndex& parent, QMatchData *hint) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | Lines: | 493-510 |
| | 10 | 4 |
filterHistoryName: | QCompletionEngine::filterHistory | Prototype: | QMatchData QCompletionEngine::filterHistory() | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | Lines: | 458-490 |
| | 17 | 4 |
lookupCacheName: | QCompletionEngine::lookupCache | Prototype: | bool QCompletionEngine::lookupCache(QString part, const QModelIndex& parent, QMatchData *m) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | Lines: | 512-521 |
| | 7 | 3 |