Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
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: | 506-515 |
| | 7 | 3 |
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: | 452-484 |
| | 17 | 4 |
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: | 487-504 |
| | 10 | 4 |
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: | 418-450 |
| | 22 | 6 |
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: | 518-547 |
| | 21 | 7 |