| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QXunitTestLogger| Name: | QXunitTestLogger::~QXunitTestLogger | | Prototype: | QXunitTestLogger::~QXunitTestLogger() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 72-76 |
| | 2 | 1 |
stopLogging| Name: | QXunitTestLogger::stopLogging | | Prototype: | void QXunitTestLogger::stopLogging() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 87-140 |
| | 34 | 2 |
startLogging| Name: | QXunitTestLogger::startLogging | | Prototype: | void QXunitTestLogger::startLogging() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 78-85 |
| | 4 | 1 |
enterTestFunction| Name: | QXunitTestLogger::enterTestFunction | | Prototype: | void QXunitTestLogger::enterTestFunction(const char *function) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 142-149 |
| | 4 | 1 |
addBenchmarkResult| Name: | QXunitTestLogger::addBenchmarkResult | | Prototype: | void QXunitTestLogger::addBenchmarkResult(const QBenchmarkResult &result) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 253-269 |
| | 11 | 1 |
QXunitTestLogger| Name: | QXunitTestLogger::QXunitTestLogger | | Prototype: | QXunitTestLogger::QXunitTestLogger(const char *filename) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 60-70 |
| | 2 | 1 |
addTag| Name: | QXunitTestLogger::addTag | | Prototype: | void QXunitTestLogger::addTag(QTestElement* element) | | Coverage: | 90.000% (18/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 271-290 |
| | 12 | 4 |
addMessage| Name: | QXunitTestLogger::addMessage | | Prototype: | void QXunitTestLogger::addMessage(MessageTypes type, const QString &message, const char *file, int line) | | Coverage: | 88.462% (23/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 292-349 |
| | 36 | 12 |
addIncident| Name: | QXunitTestLogger::addIncident | | Prototype: | void QXunitTestLogger::addIncident(IncidentTypes type, const char *description, const char *file, int line) | | Coverage: | 64.789% (46/71) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 155-251 |
| | 57 | 19 |