Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
stringsMatchName: | 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 |
appendName: | 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 |
clearListName: | 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 |
matchesName: | 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 |
IgnoreResultListName: | 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 |