| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
matches| Name: | QTest::IgnoreResultList::matches | | Prototype: | inline bool matches(QtMsgType tp, const QString &message) const | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 130-140 |
| | 5 | 1 |
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: | 91-92 |
| | 1 | 1 |
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: | 103-114 |
| | 7 | 3 |
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: | 94-101 |
| | 4 | 2 |
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: | 116-128 |
| | 5 | 3 |