| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QTeamCityLogger| Name: | QTeamCityLogger::QTeamCityLogger | | Prototype: | QTeamCityLogger::QTeamCityLogger(const char *filename) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 97-100 |
| | 2 | 1 |
escapedTestFuncName| Name: | QTeamCityLogger::escapedTestFuncName | | Prototype: | QString QTeamCityLogger::escapedTestFuncName() const | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 256-266 |
| | 6 | 1 |
startLogging| Name: | QTeamCityLogger::startLogging | | Prototype: | void QTeamCityLogger::startLogging() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 106-114 |
| | 4 | 1 |
stopLogging| Name: | QTeamCityLogger::stopLogging | | Prototype: | void QTeamCityLogger::stopLogging() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 116-124 |
| | 4 | 1 |
addPendingMessage| Name: | QTeamCityLogger::addPendingMessage | | Prototype: | void QTeamCityLogger::addPendingMessage(const char *type, const QString &msg, const char *file, int line) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 268-290 |
| | 13 | 3 |
addMessage| Name: | QTeamCityLogger::addMessage | | Prototype: | void QTeamCityLogger::addMessage(MessageTypes type, const QString &message, const char *file, int line) | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 196-220 |
| | 12 | 4 |
addIncident| Name: | QTeamCityLogger::addIncident | | Prototype: | void QTeamCityLogger::addIncident(IncidentTypes type, const char *description, const char *file, int line) | | Coverage: | 92.000% (23/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 136-189 |
| | 30 | 7 |
tcEscapedString| Name: | QTeamCityLogger::tcEscapedString | | Prototype: | QString QTeamCityLogger::tcEscapedString(const QString &str) const | | Coverage: | 76.471% (13/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 222-254 |
| | 18 | 9 |