| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QTest::FatalSignalHandler::~FatalSignalHandler| Name: | QTest::FatalSignalHandler::~FatalSignalHandler | | Prototype: | FatalSignalHandler::~FatalSignalHandler() | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 1432-1450 |
| | 10 | 4 |
QTemporaryFilePrivate::resetFileEngine| Name: | QTemporaryFilePrivate::resetFileEngine | | Prototype: | void QTemporaryFilePrivate::resetFileEngine() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 424-434 |
| | 6 | 3 |
QTemporaryFilePrivate::engine| Name: | QTemporaryFilePrivate::engine | | Prototype: | QAbstractFileEngine *QTemporaryFilePrivate::engine() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 415-422 |
| | 4 | 2 |
QTemporaryFilePrivate::QTemporaryFilePrivate| Name: | QTemporaryFilePrivate::QTemporaryFilePrivate | | Prototype: | QTemporaryFilePrivate::QTemporaryFilePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 407-409 |
| | 2 | 1 |
QTemporaryFileEngine::~QTemporaryFileEngine| Name: | QTemporaryFileEngine::~QTemporaryFileEngine | | Prototype: | QTemporaryFileEngine::~QTemporaryFileEngine() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 238-243 |
| | 3 | 1 |
QTemporaryFileEngine::setFileTemplate| Name: | QTemporaryFileEngine::setFileTemplate | | Prototype: | void QTemporaryFileEngine::setFileTemplate(const QString &fileTemplate) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 267-272 |
| | 3 | 2 |
QTemporaryFileEngine::setFileName| Name: | QTemporaryFileEngine::setFileName | | Prototype: | void QTemporaryFileEngine::setFileName(const QString &file) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 260-265 |
| | 2 | 1 |
QTemporaryFileEngine::renameOverwrite| Name: | QTemporaryFileEngine::renameOverwrite | | Prototype: | bool QTemporaryFileEngine::renameOverwrite(const QString &newName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 391-395 |
| | 2 | 1 |
QTemporaryFileEngine::rename| Name: | QTemporaryFileEngine::rename | | Prototype: | bool QTemporaryFileEngine::rename(const QString &newName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 385-389 |
| | 2 | 1 |
QTemporaryFileEngine::remove| Name: | QTemporaryFileEngine::remove | | Prototype: | bool QTemporaryFileEngine::remove() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 365-383 |
| | 8 | 2 |
QTemporaryFileEngine::close| Name: | QTemporaryFileEngine::close | | Prototype: | bool QTemporaryFileEngine::close() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 397-403 |
| | 3 | 1 |
QTemporaryFile::~QTemporaryFile| Name: | QTemporaryFile::~QTemporaryFile | | Prototype: | QTemporaryFile::~QTemporaryFile() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 594-600 |
| | 4 | 2 |
QTemporaryFile::setFileTemplate| Name: | QTemporaryFile::setFileTemplate | | Prototype: | void QTemporaryFile::setFileTemplate(const QString &name) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 685-691 |
| | 4 | 2 |
QTemporaryFile::setAutoRemove| Name: | QTemporaryFile::setAutoRemove | | Prototype: | void QTemporaryFile::setAutoRemove(bool b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 638-642 |
| | 2 | 1 |
QTemporaryFile::open| Name: | QTemporaryFile::open | | Prototype: | bool QTemporaryFile::open(OpenMode flags) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 778-800 |
| | 10 | 4 |
QTemporaryFile::fileTemplate| Name: | QTemporaryFile::fileTemplate | | Prototype: | QString QTemporaryFile::fileTemplate() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 667-671 |
| | 2 | 1 |
QTemporaryFile::fileName| Name: | QTemporaryFile::fileName | | Prototype: | QString QTemporaryFile::fileName() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 653-659 |
| | 4 | 2 |
QTemporaryFile::autoRemove| Name: | QTemporaryFile::autoRemove | | Prototype: | bool QTemporaryFile::autoRemove() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 625-629 |
| | 2 | 1 |
QTemporaryFile::QTemporaryFile| Name: | QTemporaryFile::QTemporaryFile | | Prototype: | QTemporaryFile::QTemporaryFile() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 521-526 |
| | 2 | 1 |
QTemporaryFile::QTemporaryFile| Name: | QTemporaryFile::QTemporaryFile | | Prototype: | QTemporaryFile::QTemporaryFile(const QString &templateName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 542-547 |
| | 2 | 1 |
QTemporaryFile::QTemporaryFile| Name: | QTemporaryFile::QTemporaryFile | | Prototype: | QTemporaryFile::QTemporaryFile(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 557-562 |
| | 2 | 1 |
QTemporaryFile::QTemporaryFile| Name: | QTemporaryFile::QTemporaryFile | | Prototype: | QTemporaryFile::QTemporaryFile(const QString &templateName, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 579-584 |
| | 2 | 1 |
QTemporaryDirPrivate::create| Name: | QTemporaryDirPrivate::create | | Prototype: | void QTemporaryDirPrivate::create(const QString &templateName) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporarydir.cpp | | Lines: | 173-188 |
| | 6 | 2 |
QTemporaryDirPrivate::QTemporaryDirPrivate| Name: | QTemporaryDirPrivate::QTemporaryDirPrivate | | Prototype: | QTemporaryDirPrivate::QTemporaryDirPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporarydir.cpp | | Lines: | 83-87 |
| | 2 | 1 |
QTemporaryDir::~QTemporaryDir| Name: | QTemporaryDir::~QTemporaryDir | | Prototype: | QTemporaryDir::~QTemporaryDir() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporarydir.cpp | | Lines: | 272-276 |
| | 2 | 2 |
QTemporaryDir::setAutoRemove| Name: | QTemporaryDir::setAutoRemove | | Prototype: | void QTemporaryDir::setAutoRemove(bool b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporarydir.cpp | | Lines: | 331-334 |
| | 1 | 1 |
QTemporaryDir::path| Name: | QTemporaryDir::path | | Prototype: | QString QTemporaryDir::path() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporarydir.cpp | | Lines: | 302-305 |
| | 1 | 1 |
QTemporaryDir::isValid| Name: | QTemporaryDir::isValid | | Prototype: | bool QTemporaryDir::isValid() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporarydir.cpp | | Lines: | 281-284 |
| | 1 | 1 |
QTemporaryDir::errorString| Name: | QTemporaryDir::errorString | | Prototype: | QString QTemporaryDir::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporarydir.cpp | | Lines: | 293-296 |
| | 1 | 1 |
QTemporaryDir::autoRemove| Name: | QTemporaryDir::autoRemove | | Prototype: | bool QTemporaryDir::autoRemove() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporarydir.cpp | | Lines: | 319-322 |
| | 1 | 1 |
QTemporaryDir::QTemporaryDir| Name: | QTemporaryDir::QTemporaryDir | | Prototype: | QTemporaryDir::QTemporaryDir() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporarydir.cpp | | Lines: | 237-241 |
| | 1 | 1 |
QTemporaryDir::QTemporaryDir| Name: | QTemporaryDir::QTemporaryDir | | Prototype: | QTemporaryDir::QTemporaryDir(const QString &templatePath) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporarydir.cpp | | Lines: | 256-263 |
| | 3 | 2 |
QTeamCityLogger::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 |
QTeamCityLogger::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 |
QTeamCityLogger::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 |
QTeamCityLogger::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 |
QTcpSocket::QTcpSocket| Name: | QTcpSocket::QTcpSocket | | Prototype: | QTcpSocket::QTcpSocket(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpsocket.cpp | | Lines: | 81-88 |
| | 1 | 1 |
QTcpSocket::QTcpSocket| Name: | QTcpSocket::QTcpSocket | | Prototype: | QTcpSocket::QTcpSocket(QTcpSocketPrivate &dd, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpsocket.cpp | | Lines: | 106-110 |
| | 1 | 1 |
QTcpServerPrivate::resolveProxy| Name: | QTcpServerPrivate::resolveProxy | | Prototype: | QNetworkProxy QTcpServerPrivate::resolveProxy(const QHostAddress &address, quint16 port) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 140-164 |
| | 11 | 5 |
QTcpServerPrivate::configureCreatedSocket| Name: | QTcpServerPrivate::configureCreatedSocket | | Prototype: | void QTcpServerPrivate::configureCreatedSocket() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 169-182 |
| | 1 | 1 |
QTcpServerPrivate::QTcpServerPrivate| Name: | QTcpServerPrivate::QTcpServerPrivate | | Prototype: | QTcpServerPrivate::QTcpServerPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 120-127 |
| | 2 | 1 |
QTcpServer::~QTcpServer| Name: | QTcpServer::~QTcpServer | | Prototype: | QTcpServer::~QTcpServer() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 245-251 |
| | 1 | 1 |
QTcpServer::setProxy| Name: | QTcpServer::setProxy | | Prototype: | void QTcpServer::setProxy(const QNetworkProxy &networkProxy) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 695-699 |
| | 2 | 1 |
QTcpServer::setMaxPendingConnections| Name: | QTcpServer::setMaxPendingConnections | | Prototype: | void QTcpServer::setMaxPendingConnections(int numConnections) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 621-624 |
| | 1 | 1 |
QTcpServer::serverPort| Name: | QTcpServer::serverPort | | Prototype: | quint16 QTcpServer::serverPort() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 452-457 |
| | 3 | 2 |
QTcpServer::serverError| Name: | QTcpServer::serverError | | Prototype: | QAbstractSocket::SocketError QTcpServer::serverError() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 642-645 |
| | 1 | 1 |
QTcpServer::serverAddress| Name: | QTcpServer::serverAddress | | Prototype: | QHostAddress QTcpServer::serverAddress() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 465-470 |
| | 3 | 2 |
QTcpServer::proxy| Name: | QTcpServer::proxy | | Prototype: | QNetworkProxy QTcpServer::proxy() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 709-713 |
| | 2 | 1 |
QTcpServer::nextPendingConnection| Name: | QTcpServer::nextPendingConnection | | Prototype: | QTcpSocket *QTcpServer::nextPendingConnection() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 540-550 |
| | 6 | 3 |
QTcpServer::maxPendingConnections| Name: | QTcpServer::maxPendingConnections | | Prototype: | int QTcpServer::maxPendingConnections() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 632-635 |
| | 1 | 1 |
QTcpServer::isListening| Name: | QTcpServer::isListening | | Prototype: | bool QTcpServer::isListening() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 344-349 |
| | 3 | 2 |
QTcpServer::incomingConnection| Name: | QTcpServer::incomingConnection | | Prototype: | void QTcpServer::incomingConnection(qintptr socketDescriptor) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 579-588 |
| | 3 | 1 |
QTcpServer::hasPendingConnections| Name: | QTcpServer::hasPendingConnections | | Prototype: | bool QTcpServer::hasPendingConnections() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 517-520 |
| | 1 | 1 |
QTcpServer::errorString| Name: | QTcpServer::errorString | | Prototype: | QString QTcpServer::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 653-656 |
| | 1 | 1 |
QTcpServer::close| Name: | QTcpServer::close | | Prototype: | void QTcpServer::close() | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 357-376 |
| | 8 | 2 |
QTcpServer::addPendingConnection| Name: | QTcpServer::addPendingConnection | | Prototype: | void QTcpServer::addPendingConnection(QTcpSocket* socket) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 601-604 |
| | 1 | 1 |
QTcpServer::QTcpServer| Name: | QTcpServer::QTcpServer | | Prototype: | QTcpServer::QTcpServer(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 228-234 |
| | 5 | 1 |
QSystemSemaphorePrivate::QSystemSemaphorePrivate| Name: | QSystemSemaphorePrivate::QSystemSemaphorePrivate | | Prototype: | QSystemSemaphorePrivate::QSystemSemaphorePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_unix.cpp | | Lines: | 60-68 |
| | 2 | 1 |
QSystemSemaphore::~QSystemSemaphore| Name: | QSystemSemaphore::~QSystemSemaphore | | Prototype: | QSystemSemaphore::~QSystemSemaphore() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore.cpp | | Lines: | 187-190 |
| | 1 | 1 |
QSystemSemaphore::key| Name: | QSystemSemaphore::key | | Prototype: | QString QSystemSemaphore::key() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore.cpp | | Lines: | 254-257 |
| | 1 | 1 |
QSystemSemaphore::errorString| Name: | QSystemSemaphore::errorString | | Prototype: | QString QSystemSemaphore::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore.cpp | | Lines: | 350-353 |
| | 1 | 1 |
QSystemSemaphore::error| Name: | QSystemSemaphore::error | | Prototype: | QSystemSemaphore::SystemSemaphoreError QSystemSemaphore::error() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore.cpp | | Lines: | 315-318 |
| | 1 | 1 |
QSystemSemaphore::acquire| Name: | QSystemSemaphore::acquire | | Prototype: | bool QSystemSemaphore::acquire() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore.cpp | | Lines: | 272-275 |
| | 1 | 1 |
QSystemSemaphore::QSystemSemaphore| Name: | QSystemSemaphore::QSystemSemaphore | | Prototype: | QSystemSemaphore::QSystemSemaphore(const QString &key, int initialValue, AccessMode mode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore.cpp | | Lines: | 166-170 |
| | 1 | 1 |
QSystemLocaleSingleton::QSystemLocaleSingleton| Name: | QSystemLocaleSingleton::QSystemLocaleSingleton | | Prototype: | QSystemLocaleSingleton() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 77-77 |
| | 1 | 1 |
QSystemLocaleData::QSystemLocaleData| Name: | QSystemLocaleData::QSystemLocaleData | | Prototype: | QSystemLocaleData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_unix.cpp | | Lines: | 53-60 |
| | 1 | 1 |
QSysInfo::buildAbi::[lambda]| Name: | QSysInfo::buildAbi::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2568-2568 |
| | 0 | 1 |
QSysInfo::buildAbi| Name: | QSysInfo::buildAbi | | Prototype: | QString QSysInfo::buildAbi() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2561-2572 |
| | 0 | 2 |
QStringSplitter::next| Name: | QStringSplitter::next | | Prototype: | inline QStringRef next() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 80-85 |
| | 4 | 2 |
QStringSplitter::hasNext| Name: | QStringSplitter::hasNext | | Prototype: | inline bool hasNext() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 74-78 |
| | 3 | 2 |
QStringSplitter::QStringSplitter| Name: | QStringSplitter::QStringSplitter | | Prototype: | QStringSplitter(const QString &s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 68-72 |
| | 1 | 1 |
QStringRef::trimmed| Name: | QStringRef::trimmed | | Prototype: | QStringRef QStringRef::trimmed() const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10386-10397 |
| | 9 | 3 |
QStringRef::toUShort| Name: | QStringRef::toUShort | | Prototype: | ushort QStringRef::toUShort(bool *ok, int base) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10599-10602 |
| | 1 | 1 |
QStringRef::toULongLong| Name: | QStringRef::toULongLong | | Prototype: | quint64 QStringRef::toULongLong(bool *ok, int base) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10444-10447 |
| | 1 | 1 |
QStringRef::toULong| Name: | QStringRef::toULong | | Prototype: | ulong QStringRef::toULong(bool *ok, int base) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10498-10501 |
| | 1 | 1 |
QStringRef::toUInt| Name: | QStringRef::toUInt | | Prototype: | uint QStringRef::toUInt(bool *ok, int base) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10549-10552 |
| | 1 | 1 |
QStringRef::toString| Name: | QStringRef::toString | | Prototype: | QString QStringRef::toString() const | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9063-9069 |
| | 5 | 3 |
QStringRef::toShort| Name: | QStringRef::toShort | | Prototype: | short QStringRef::toShort(bool *ok, int base) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10574-10577 |
| | 1 | 1 |
QStringRef::toLongLong| Name: | QStringRef::toLongLong | | Prototype: | qint64 QStringRef::toLongLong(bool *ok, int base) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10419-10422 |
| | 1 | 1 |
QStringRef::toLong| Name: | QStringRef::toLong | | Prototype: | long QStringRef::toLong(bool *ok, int base) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10471-10474 |
| | 1 | 1 |
QStringRef::toLatin1| Name: | QStringRef::toLatin1 | | Prototype: | QByteArray QStringRef::toLatin1() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10284-10287 |
| | 1 | 1 |
QStringRef::toInt| Name: | QStringRef::toInt | | Prototype: | int QStringRef::toInt(bool *ok, int base) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10524-10527 |
| | 1 | 1 |
QStringRef::toFloat| Name: | QStringRef::toFloat | | Prototype: | float QStringRef::toFloat(bool *ok) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10644-10647 |
| | 1 | 1 |
QStringRef::toDouble| Name: | QStringRef::toDouble | | Prototype: | double QStringRef::toDouble(bool *ok) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10625-10628 |
| | 1 | 1 |
QStringRef::startsWith| Name: | QStringRef::startsWith | | Prototype: | bool QStringRef::startsWith(const QString &str, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9931-9935 |
| | 2 | 1 |
QStringRef::startsWith| Name: | QStringRef::startsWith | | Prototype: | bool QStringRef::startsWith(QLatin1String str, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9942-9945 |
| | 1 | 1 |
QStringRef::startsWith| Name: | QStringRef::startsWith | | Prototype: | bool QStringRef::startsWith(QChar ch, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9970-9980 |
| | 6 | 2 |
QStringRef::split| Name: | QStringRef::split | | Prototype: | QVector<QStringRef> QStringRef::split(const QString &sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6919-6922 |
| | 1 | 1 |
QStringRef::split| Name: | QStringRef::split | | Prototype: | QVector<QStringRef> QStringRef::split(QChar sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6928-6931 |
| | 1 | 1 |
QStringRef::right| Name: | QStringRef::right | | Prototype: | QStringRef QStringRef::right(int n) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9561-9566 |
| | 3 | 2 |
QStringRef::left| Name: | QStringRef::left | | Prototype: | QStringRef QStringRef::left(int n) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9522-9527 |
| | 3 | 2 |
QStringRef::lastIndexOf| Name: | QStringRef::lastIndexOf | | Prototype: | int QStringRef::lastIndexOf(const QString &str, int from, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9761-9780 |
| | 15 | 6 |
QStringRef::lastIndexOf| Name: | QStringRef::lastIndexOf | | Prototype: | int QStringRef::lastIndexOf(QChar ch, int from, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9791-9794 |
| | 1 | 1 |
QStringRef::lastIndexOf| Name: | QStringRef::lastIndexOf | | Prototype: | int QStringRef::lastIndexOf(const QStringRef &str, int from, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9849-9869 |
| | 16 | 6 |
QStringRef::indexOf| Name: | QStringRef::indexOf | | Prototype: | int QStringRef::indexOf(const QString &str, int from, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9688-9691 |
| | 1 | 1 |
QStringRef::indexOf| Name: | QStringRef::indexOf | | Prototype: | int QStringRef::indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9703-9706 |
| | 1 | 1 |
QStringRef::indexOf| Name: | QStringRef::indexOf | | Prototype: | int QStringRef::indexOf(const QStringRef &str, int from, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9742-9745 |
| | 1 | 1 |
QStringRef::endsWith| Name: | QStringRef::endsWith | | Prototype: | bool QStringRef::endsWith(const QString &str, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9992-9996 |
| | 2 | 1 |
QStringRef::endsWith| Name: | QStringRef::endsWith | | Prototype: | bool QStringRef::endsWith(QChar ch, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10010-10021 |
| | 7 | 2 |
QStringRef::endsWith| Name: | QStringRef::endsWith | | Prototype: | bool QStringRef::endsWith(QLatin1String str, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10028-10031 |
| | 1 | 1 |