OpenCoverage

Qt Quick Test Coverage

Functions

Page:<>1
McCabe - Cyclomatic Complexity: 560
...100
McCabe - Cyclomatic Complexity: 1
...150
McCabe - Cyclomatic Complexity: 1
...160
McCabe - Cyclomatic Complexity: 1
...170
McCabe - Cyclomatic Complexity: 1
...180
McCabe - Cyclomatic Complexity: 1
181
McCabe - Cyclomatic Complexity: 1
182
McCabe - Cyclomatic Complexity: 1
183
McCabe - Cyclomatic Complexity: 1
184185
McCabe - Cyclomatic Complexity: 1
186
McCabe - Cyclomatic Complexity: 1
187
McCabe - Cyclomatic Complexity: 1
188
McCabe - Cyclomatic Complexity: 1
...190
McCabe - Cyclomatic Complexity: 1
...200
McCabe - Cyclomatic Complexity: 1
...202
McCabe - Cyclomatic Complexity: 1
FunctionCondition %eLOC - Effective Lines of CodeMcCabe - Cyclomatic Complexityâ–¾
QJSEngine::QJSEngine
Name: QJSEngine::QJSEngine
Prototype: QJSEngine::QJSEngine()
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsapi/qjsengine.cpp
Lines: 294-297
100.000% (1/1)
21
QJSEngine::QJSEngine
Name: QJSEngine::QJSEngine
Prototype: QJSEngine::QJSEngine(QJSEnginePrivate &dd, QObject *parent)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsapi/qjsengine.cpp
Lines: 319-325
100.000% (1/1)
21
QJSEngine::QJSEngine
Name: QJSEngine::QJSEngine
Prototype: QJSEngine::QJSEngine(QObject *parent)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsapi/qjsengine.cpp
Lines: 306-314
100.000% (1/1)
31
QIntrusiveListNode::~QIntrusiveListNode
Name: QIntrusiveListNode::~QIntrusiveListNode
Prototype: QIntrusiveListNode::~QIntrusiveListNode()
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h
Lines: 251-254
100.000% (1/1)
11
QIntrusiveListNode::isInList
Name: QIntrusiveListNode::isInList
Prototype: bool QIntrusiveListNode::isInList() 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: 264-267
100.000% (1/1)
11
QIntrusiveList::remove
Name: 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
100.000% (1/1)
21
QIntrusiveList::nodeToN
Name: 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
100.000% (1/1)
11
QIntrusiveList::next
Name: 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
100.000% (3/3)
31
QIntrusiveList::iterator::operator==
Name: QIntrusiveList::iterator::operator==
Prototype: template<class N, QIntrusiveListNode N::*member> bool QIntrusiveList<N, member>::iterator::operator==(const iterator &other) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h
Lines: 138-142
  0.000% (0/1)
11
QIntrusiveList::iterator::operator->
Name: QIntrusiveList::iterator::operator->
Prototype: template<class N, QIntrusiveListNode N::*member> N *QIntrusiveList<N, member>::iterator::operator->() 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: 132-136
100.000% (1/1)
11
QIntrusiveList::iterator::operator++
Name: QIntrusiveList::iterator::operator++
Prototype: template<class N, QIntrusiveListNode N::*member> typename QIntrusiveList<N, member>::iterator &QIntrusiveList<N, member>::iterator::operator++()
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h
Lines: 150-155
100.000% (1/1)
21
QIntrusiveList::iterator::operator*
Name: QIntrusiveList::iterator::operator*
Prototype: template<class N, QIntrusiveListNode N::*member> N *QIntrusiveList<N, member>::iterator::operator*() 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: 126-130
100.000% (1/1)
11
QIntrusiveList::iterator::operator!=
Name: QIntrusiveList::iterator::operator!=
Prototype: template<class N, QIntrusiveListNode N::*member> bool QIntrusiveList<N, member>::iterator::operator!=(const iterator &other) 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: 144-148
100.000% (1/1)
11
QIntrusiveList::iterator::iterator
Name: QIntrusiveList::iterator::iterator
Prototype: template<class N, QIntrusiveListNode N::*member> QIntrusiveList<N, member>::iterator::iterator()
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h
Lines: 114-118
100.000% (1/1)
21
QIntrusiveList::iterator::iterator
Name: QIntrusiveList::iterator::iterator
Prototype: template<class N, QIntrusiveListNode N::*member> QIntrusiveList<N, member>::iterator::iterator(N *value)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h
Lines: 120-124
100.000% (1/1)
21
QIntrusiveList::iterator::erase
Name: QIntrusiveList::iterator::erase
Prototype: template<class N, QIntrusiveListNode N::*member> typename QIntrusiveList<N, member>::iterator &QIntrusiveList<N, member>::iterator::erase()
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h
Lines: 157-164
100.000% (1/1)
41
QIntrusiveList::isEmpty
Name: 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
100.000% (1/1)
11
QIntrusiveList::first
Name: 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
100.000% (1/1)
11
QIntrusiveList::end
Name: 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
100.000% (1/1)
11
QIntrusiveList::begin
Name: 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
100.000% (1/1)
11
QHashedStringRef::startsWith
Name: QHashedStringRef::startsWith
Prototype: bool QHashedStringRef::startsWith(const QString &s) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring.cpp
Lines: 186-190
  0.000% (0/1)
21
QHashedStringRef::operator==
Name: QHashedStringRef::operator==
Prototype: bool QHashedStringRef::operator==(const QString &string) const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1128-1132
100.000% (1/1)
21
QHashedStringRef::operator==
Name: QHashedStringRef::operator==
Prototype: bool QHashedStringRef::operator==(const QHashedStringRef &string) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1141-1146
  0.000% (0/1)
31
QHashedStringRef::operator==
Name: QHashedStringRef::operator==
Prototype: bool QHashedStringRef::operator==(const QHashedCStringRef &string) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1148-1153
  0.000% (0/1)
31
QHashedStringRef::operator==
Name: QHashedStringRef::operator==
Prototype: bool QHashedStringRef::operator==(const QHashedString &string) const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1134-1139
100.000% (1/1)
31
QHashedStringRef::operator=
Name: QHashedStringRef::operator=
Prototype: QHashedStringRef &QHashedStringRef::operator=(const QHashedStringRef &o)
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1120-1126
  0.000% (0/1)
41
QHashedStringRef::operator!=
Name: QHashedStringRef::operator!=
Prototype: bool QHashedStringRef::operator!=(const QString &string) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1155-1159
  0.000% (0/1)
21
QHashedStringRef::operator!=
Name: QHashedStringRef::operator!=
Prototype: bool QHashedStringRef::operator!=(const QHashedString &string) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1161-1166
  0.000% (0/1)
31
QHashedStringRef::operator!=
Name: QHashedStringRef::operator!=
Prototype: bool QHashedStringRef::operator!=(const QHashedStringRef &string) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1168-1173
  0.000% (0/1)
31
QHashedStringRef::operator!=
Name: QHashedStringRef::operator!=
Prototype: bool QHashedStringRef::operator!=(const QHashedCStringRef &string) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1175-1180
  0.000% (0/1)
31
QHashedStringRef::mid
Name: QHashedStringRef::mid
Prototype: QHashedStringRef QHashedStringRef::mid(int offset, int length) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring.cpp
Lines: 173-178
  0.000% (0/1)
31
QHashedStringRef::length
Name: QHashedStringRef::length
Prototype: int QHashedStringRef::length() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1203-1206
100.000% (1/1)
11
QHashedStringRef::isEmpty
Name: QHashedStringRef::isEmpty
Prototype: bool QHashedStringRef::isEmpty() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1198-1201
  0.000% (0/1)
11
QHashedStringRef::indexOf
Name: QHashedStringRef::indexOf
Prototype: int QHashedStringRef::indexOf(const QChar &c, int from) const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring.cpp
Lines: 208-211
100.000% (1/1)
11
QHashedStringRef::endsWith
Name: QHashedStringRef::endsWith
Prototype: bool QHashedStringRef::endsWith(const QString &s) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring.cpp
Lines: 180-184
  0.000% (0/1)
21
QHashedStringRef::data
Name: QHashedStringRef::data
Prototype: QChar *QHashedStringRef::data()
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1182-1185
  0.000% (0/1)
11
QHashedStringRef::constData
Name: QHashedStringRef::constData
Prototype: const QChar *QHashedStringRef::constData() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1193-1196
100.000% (1/1)
11
QHashedStringRef::computeHash
Name: QHashedStringRef::computeHash
Prototype: void QHashedStringRef::computeHash() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1215-1218
100.000% (1/1)
11
QHashedStringRef::at
Name: QHashedStringRef::at
Prototype: const QChar &QHashedStringRef::at(int index) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1187-1191
  0.000% (0/1)
21
QHashedStringRef::QHashedStringRef
Name: QHashedStringRef::QHashedStringRef
Prototype: QHashedStringRef::QHashedStringRef(const QChar *data, int length, quint32 hash)
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1105-1108
  0.000% (0/1)
21
QHashedStringRef::QHashedStringRef
Name: QHashedStringRef::QHashedStringRef
Prototype: QHashedStringRef::QHashedStringRef(const QString &str)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1090-1093
100.000% (1/1)
21
QHashedStringRef::QHashedStringRef
Name: QHashedStringRef::QHashedStringRef
Prototype: QHashedStringRef::QHashedStringRef(const QStringRef &str)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1095-1098
100.000% (1/1)
21
QHashedStringRef::QHashedStringRef
Name: QHashedStringRef::QHashedStringRef
Prototype: QHashedStringRef::QHashedStringRef(const QChar *data, int length)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1100-1103
100.000% (1/1)
21
QHashedStringRef::QHashedStringRef
Name: QHashedStringRef::QHashedStringRef
Prototype: QHashedStringRef::QHashedStringRef(const QHashedString &string)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1110-1113
100.000% (1/1)
21
QHashedStringRef::QHashedStringRef
Name: QHashedStringRef::QHashedStringRef
Prototype: QHashedStringRef::QHashedStringRef(const QHashedStringRef &string)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1115-1118
100.000% (1/1)
21
QHashedString::stringHash
Name: QHashedString::stringHash
Prototype: quint32 QHashedString::stringHash(const QChar *data, int length)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1305-1308
100.000% (1/1)
11
QHashedString::stringHash
Name: QHashedString::stringHash
Prototype: quint32 QHashedString::stringHash(const char *data, int length)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1310-1313
100.000% (1/1)
11
QHashedString::operator==
Name: QHashedString::operator==
Prototype: bool QHashedString::operator==(const QHashedString &string) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1062-1066
  0.000% (0/1)
21
QHashedString::operator==
Name: QHashedString::operator==
Prototype: bool QHashedString::operator==(const QHashedStringRef &string) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1068-1073
  0.000% (0/1)
31
QHashedString::operator=
Name: QHashedString::operator=
Prototype: QHashedString &QHashedString::operator=(const QHashedString &string)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1055-1060
100.000% (1/1)
31
QHashedString::existingHash
Name: QHashedString::existingHash
Prototype: quint32 QHashedString::existingHash() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1081-1084
  0.000% (0/1)
11
QHashedString::computeHash
Name: QHashedString::computeHash
Prototype: void QHashedString::computeHash() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1315-1318
100.000% (1/1)
11
QHashedString::compare
Name: QHashedString::compare
Prototype: bool QHashedString::compare(const char *lhs, const char *rhs, int length)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1299-1303
100.000% (1/1)
21
QHashedString::QHashedString
Name: QHashedString::QHashedString
Prototype: QHashedString::QHashedString(const QHashedString &string)
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1050-1053
  0.000% (0/1)
21
QHashedString::QHashedString
Name: QHashedString::QHashedString
Prototype: QHashedString::QHashedString()
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1035-1038
100.000% (1/1)
21
QHashedString::QHashedString
Name: QHashedString::QHashedString
Prototype: QHashedString::QHashedString(const QString &string)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1040-1043
100.000% (1/1)
21
QHashedString::QHashedString
Name: QHashedString::QHashedString
Prototype: QHashedString::QHashedString(const QString &string, quint32 hash)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1045-1048
100.000% (1/1)
21
QHashedCStringRef::writeUtf16
Name: QHashedCStringRef::writeUtf16
Prototype: void QHashedCStringRef::writeUtf16(QChar *output) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1272-1275
  0.000% (0/1)
11
QHashedCStringRef::utf16length
Name: QHashedCStringRef::utf16length
Prototype: int QHashedCStringRef::utf16length() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1267-1270
  0.000% (0/1)
11
QHashedCStringRef::length
Name: QHashedCStringRef::length
Prototype: int QHashedCStringRef::length() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1262-1265
100.000% (1/1)
11
QHashedCStringRef::constData
Name: QHashedCStringRef::constData
Prototype: const char *QHashedCStringRef::constData() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1257-1260
100.000% (1/1)
11
QHashedCStringRef::computeHash
Name: QHashedCStringRef::computeHash
Prototype: void QHashedCStringRef::computeHash() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1285-1288
100.000% (1/1)
11
QHashedCStringRef::QHashedCStringRef
Name: QHashedCStringRef::QHashedCStringRef
Prototype: QHashedCStringRef::QHashedCStringRef(const char *data, int length, quint32 hash)
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1241-1244
  0.000% (0/1)
21
QHashedCStringRef::QHashedCStringRef
Name: QHashedCStringRef::QHashedCStringRef
Prototype: QHashedCStringRef::QHashedCStringRef(const QHashedCStringRef &o)
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1246-1249
  0.000% (0/1)
21
QHashedCStringRef::QHashedCStringRef
Name: QHashedCStringRef::QHashedCStringRef
Prototype: QHashedCStringRef::QHashedCStringRef(const char *data, int length)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h
Lines: 1236-1239
100.000% (1/1)
21
QGraphicsRotation::projectedRotate
Name: QGraphicsRotation::projectedRotate
Prototype: static inline void projectedRotate(QMatrix4x4 *matrix, qreal angle, qreal x, qreal y, qreal z)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/qquicktranslate.cpp
Lines: 439-442
100.000% (1/1)
11
QForwardFieldList::setFlagValue
Name: QForwardFieldList::setFlagValue
Prototype: template<class N, N *N::*nextMember> void QForwardFieldList<N, nextMember>::setFlagValue(bool v)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h
Lines: 200-204
100.000% (1/1)
11
QForwardFieldList::setFlag2Value
Name: QForwardFieldList::setFlag2Value
Prototype: template<class N, N *N::*nextMember> void QForwardFieldList<N, nextMember>::setFlag2Value(bool v)
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h
Lines: 224-228
  0.000% (0/1)
11
QForwardFieldList::setFlag2
Name: QForwardFieldList::setFlag2
Prototype: template<class N, N *N::*nextMember> void QForwardFieldList<N, nextMember>::setFlag2()
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h
Lines: 212-216
  0.000% (0/1)
11
QForwardFieldList::setFlag
Name: QForwardFieldList::setFlag
Prototype: template<class N, N *N::*nextMember> void QForwardFieldList<N, nextMember>::setFlag()
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h
Lines: 188-192
  0.000% (0/1)
11
QForwardFieldList::prepend
Name: QForwardFieldList::prepend
Prototype: template<class N, N *N::*nextMember> void QForwardFieldList<N, nextMember>::prepend(N *v)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h
Lines: 149-155
100.000% (1/1)
31
QForwardFieldList::next
Name: QForwardFieldList::next
Prototype: template<class N, N *N::*nextMember> N *QForwardFieldList<N, nextMember>::next(N *v)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h
Lines: 175-180
100.000% (1/1)
21
QForwardFieldList::isOne
Name: QForwardFieldList::isOne
Prototype: template<class N, N *N::*nextMember> bool QForwardFieldList<N, nextMember>::isOne() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h
Lines: 163-167
  0.000% (0/1)
11
QForwardFieldList::isMany
Name: QForwardFieldList::isMany
Prototype: template<class N, N *N::*nextMember> bool QForwardFieldList<N, nextMember>::isMany() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h
Lines: 169-173
  0.000% (0/1)
11
QForwardFieldList::isEmpty
Name: QForwardFieldList::isEmpty
Prototype: template<class N, N *N::*nextMember> bool QForwardFieldList<N, nextMember>::isEmpty() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h
Lines: 157-161
100.000% (1/1)
11
QForwardFieldList::flag2
Name: QForwardFieldList::flag2
Prototype: template<class N, N *N::*nextMember> bool QForwardFieldList<N, nextMember>::flag2() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h
Lines: 206-210
  0.000% (0/1)
11
QForwardFieldList::flag
Name: QForwardFieldList::flag
Prototype: template<class N, N *N::*nextMember> bool QForwardFieldList<N, nextMember>::flag() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h
Lines: 182-186
100.000% (1/1)
11
QForwardFieldList::first
Name: QForwardFieldList::first
Prototype: template<class N, N *N::*nextMember> N *QForwardFieldList<N, nextMember>::first() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h
Lines: 132-136
100.000% (1/1)
11
QForwardFieldList::clearFlag2
Name: QForwardFieldList::clearFlag2
Prototype: template<class N, N *N::*nextMember> void QForwardFieldList<N, nextMember>::clearFlag2()
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h
Lines: 218-222
  0.000% (0/1)
11
QForwardFieldList::clearFlag
Name: QForwardFieldList::clearFlag
Prototype: template<class N, N *N::*nextMember> void QForwardFieldList<N, nextMember>::clearFlag()
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h
Lines: 194-198
  0.000% (0/1)
11
QFontLoaderFonts::~QFontLoaderFonts
Name: QFontLoaderFonts::~QFontLoaderFonts
Prototype: ~QFontLoaderFonts()
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickfontloader.cpp
Lines: 167-171
100.000% (1/1)
21
QFontLoaderFonts::QFontLoaderFonts
Name: QFontLoaderFonts::QFontLoaderFonts
Prototype: QFontLoaderFonts()
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickfontloader.cpp
Lines: 161-165
100.000% (1/1)
21
QFlagPointer::setFlag2
Name: QFlagPointer::setFlag2
Prototype: template<typename T> void QFlagPointer<T>::setFlag2()
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h
Lines: 182-186
100.000% (1/1)
11
QFlagPointer::setFlag
Name: QFlagPointer::setFlag
Prototype: template<typename T> void QFlagPointer<T>::setFlag()
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h
Lines: 157-161
100.000% (1/1)
11
QFlagPointer::operator=
Name: QFlagPointer::operator=
Prototype: template<typename T> QFlagPointer<T> &QFlagPointer<T>::operator=(const QFlagPointer &o)
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h
Lines: 201-206
  0.000% (0/1)
21
QFlagPointer::operator=
Name: QFlagPointer::operator=
Prototype: template<typename T> QFlagPointer<T> &QFlagPointer<T>::operator=(T *o)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h
Lines: 208-215
100.000% (1/1)
31
QFlagPointer::operator->
Name: QFlagPointer::operator->
Prototype: template<typename T> T *QFlagPointer<T>::operator->() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h
Lines: 217-221
100.000% (1/1)
11
QFlagPointer::operator*
Name: QFlagPointer::operator*
Prototype: template<typename T> T *QFlagPointer<T>::operator*() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h
Lines: 223-227
100.000% (1/1)
11
QFlagPointer::isNull
Name: QFlagPointer::isNull
Prototype: template<typename T> bool QFlagPointer<T>::isNull() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h
Lines: 145-149
100.000% (1/1)
11
QFlagPointer::flag2
Name: QFlagPointer::flag2
Prototype: template<typename T> bool QFlagPointer<T>::flag2() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h
Lines: 176-180
100.000% (1/1)
11
QFlagPointer::flag
Name: QFlagPointer::flag
Prototype: template<typename T> bool QFlagPointer<T>::flag() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h
Lines: 151-155
100.000% (1/1)
11
QFlagPointer::data
Name: QFlagPointer::data
Prototype: template<typename T> T *QFlagPointer<T>::data() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h
Lines: 229-233
100.000% (1/1)
11
QFlagPointer::clearFlag2
Name: QFlagPointer::clearFlag2
Prototype: template<typename T> void QFlagPointer<T>::clearFlag2()
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h
Lines: 188-192
100.000% (1/1)
11
QFlagPointer::clearFlag
Name: QFlagPointer::clearFlag
Prototype: template<typename T> void QFlagPointer<T>::clearFlag()
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h
Lines: 163-167
100.000% (1/1)
11
QFlagPointer::QFlagPointer
Name: QFlagPointer::QFlagPointer
Prototype: template<typename T> QFlagPointer<T>::QFlagPointer(T *v)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h
Lines: 132-137
100.000% (1/1)
11
QFlagPointer::QFlagPointer
Name: QFlagPointer::QFlagPointer
Prototype: template<typename T> QFlagPointer<T>::QFlagPointer(const QFlagPointer<T> &o)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h
Lines: 139-143
100.000% (1/1)
21
QFiniteStack::~QFiniteStack
Name: QFiniteStack::~QFiniteStack
Prototype: template<typename T> QFiniteStack<T>::~QFiniteStack()
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h
Lines: 88-92
100.000% (1/1)
11
QFiniteStack::top
Name: QFiniteStack::top
Prototype: template<typename T> const T &QFiniteStack<T>::top() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h
Lines: 100-104
  0.000% (0/1)
11
QFiniteStack::top
Name: QFiniteStack::top
Prototype: template<typename T> T &QFiniteStack<T>::top()
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h
Lines: 106-110
100.000% (1/1)
11
QFiniteStack::operator[]
Name: QFiniteStack::operator[]
Prototype: template<typename T> T &QFiniteStack<T>::operator[](int index)
Coverage: 100.000% (1/1)
Absolute File Name: /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h
Lines: 150-154
100.000% (1/1)
11
Page:<>1
McCabe - Cyclomatic Complexity: 560
...100
McCabe - Cyclomatic Complexity: 1
...150
McCabe - Cyclomatic Complexity: 1
...160
McCabe - Cyclomatic Complexity: 1
...170
McCabe - Cyclomatic Complexity: 1
...180
McCabe - Cyclomatic Complexity: 1
181
McCabe - Cyclomatic Complexity: 1
182
McCabe - Cyclomatic Complexity: 1
183
McCabe - Cyclomatic Complexity: 1
184185
McCabe - Cyclomatic Complexity: 1
186
McCabe - Cyclomatic Complexity: 1
187
McCabe - Cyclomatic Complexity: 1
188
McCabe - Cyclomatic Complexity: 1
...190
McCabe - Cyclomatic Complexity: 1
...200
McCabe - Cyclomatic Complexity: 1
...202
McCabe - Cyclomatic Complexity: 1

Generated by Squish Coco 4.2.0