Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
iteratorName: | QIntrusiveList::iterator | Coverage: | 87.500% (7/8) |
| | 14 | 8 |
containsName: | QIntrusiveList::contains | Prototype: | template<class N, QIntrusiveListNode N::*member> bool QIntrusiveList<N, member>::contains(N *n) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h | Lines: | 203-213 |
| | 6 | 3 |
~QIntrusiveListName: | QIntrusiveList::~QIntrusiveList | Prototype: | template<class N, QIntrusiveListNode N::*member> QIntrusiveList<N, member>::~QIntrusiveList() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h | Lines: | 172-176 |
| | 1 | 2 |
insertName: | QIntrusiveList::insert | Prototype: | template<class N, QIntrusiveListNode N::*member> void QIntrusiveList<N, member>::insert(N *n) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h | Lines: | 184-194 |
| | 6 | 2 |
removeName: | QIntrusiveList::remove | Prototype: | template<class N, QIntrusiveListNode N::*member> void QIntrusiveList<N, member>::remove(N *n) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h | Lines: | 196-201 |
| | 2 | 1 |
nodeToNName: | QIntrusiveList::nodeToN | Prototype: | template<class N, QIntrusiveListNode N::*member> N *QIntrusiveList<N, member>::nodeToN(QIntrusiveListNode *node) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h | Lines: | 241-245 |
| | 1 | 1 |
nextName: | QIntrusiveList::next | Prototype: | template<class N, QIntrusiveListNode N::*member> N *QIntrusiveList<N, member>::next(N *current) | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h | Lines: | 221-227 |
| | 3 | 1 |
isEmptyName: | QIntrusiveList::isEmpty | Prototype: | template<class N, QIntrusiveListNode N::*member> bool QIntrusiveList<N, member>::isEmpty() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h | Lines: | 178-182 |
| | 1 | 1 |
firstName: | QIntrusiveList::first | Prototype: | template<class N, QIntrusiveListNode N::*member> N *QIntrusiveList<N, member>::first() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h | Lines: | 215-219 |
| | 1 | 1 |
endName: | QIntrusiveList::end | Prototype: | template<class N, QIntrusiveListNode N::*member> typename QIntrusiveList<N, member>::iterator QIntrusiveList<N, member>::end() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h | Lines: | 235-239 |
| | 1 | 1 |
beginName: | QIntrusiveList::begin | Prototype: | template<class N, QIntrusiveListNode N::*member> typename QIntrusiveList<N, member>::iterator QIntrusiveList<N, member>::begin() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h | Lines: | 229-233 |
| | 1 | 1 |