Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
findNextName: | QStringMultiHash::findNext | Prototype: | template<class T> typename QStringHash<T>::ConstIterator QStringMultiHash<T>::findNext(const ConstIterator &iter) const | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1008-1023 |
| | 7 | 4 |
insertName: | QStringMultiHash::insert | Prototype: | template<class T> void QStringMultiHash<T>::insert(const ConstIterator &iter) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1001-1006 |
| | 1 | 1 |
insertName: | QStringMultiHash::insert | Prototype: | template<class T> template<class K> void QStringMultiHash<T>::insert(const K &key, const T &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 993-999 |
| | 1 | 1 |