| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
stringsMatch| Name: | QTest::IgnoreResultList::stringsMatch | | Prototype: | static bool stringsMatch(const QString &expected, const QString &actual) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 123-135 |
| | 5 | 3 |
matches| Name: | QTest::IgnoreResultList::matches | | Prototype: | inline bool matches(QtMsgType tp, const QString &message) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 137-147 |
| | 5 | 1 |
clearList| Name: | QTest::IgnoreResultList::clearList | | Prototype: | static inline void clearList(IgnoreResultList *&list) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 101-108 |
| | 4 | 2 |
append| Name: | QTest::IgnoreResultList::append | | Prototype: | static void append(IgnoreResultList *&list, QtMsgType type, const QVariant &patternIn) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 110-121 |
| | 7 | 3 |
IgnoreResultList| Name: | QTest::IgnoreResultList::IgnoreResultList | | Prototype: | inline IgnoreResultList(QtMsgType tp, const QVariant &patternIn) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 98-99 |
| | 1 | 1 |