Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
addIncidentName: | 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 |
addMessageName: | 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 |
stopLoggingName: | 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 |
addTagName: | 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 |
addBenchmarkResultName: | 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 |
startLoggingName: | 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 |
enterTestFunctionName: | 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 |
~QXunitTestLoggerName: | 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 |
QXunitTestLoggerName: | 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 |