Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QLocalServer::incomingConnectionName: | QLocalServer::incomingConnection | Prototype: | void QLocalServer::incomingConnection(quintptr socketDescriptor) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 245-252 |
| | 5 | 1 |
QLocalServer::isListeningName: | QLocalServer::isListening | Prototype: | bool QLocalServer::isListening() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 260-264 |
| | 2 | 1 |
QLocalServer::listenName: | QLocalServer::listen | Prototype: | bool QLocalServer::listen(const QString &name) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 286-309 |
| | 15 | 4 |
QLocalServer::maxPendingConnectionsName: | QLocalServer::maxPendingConnections | Prototype: | int QLocalServer::maxPendingConnections() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 351-355 |
| | 2 | 1 |
QLocalServer::removeServerName: | QLocalServer::removeServer | Prototype: | bool QLocalServer::removeServer(const QString &name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 408-411 |
| | 1 | 1 |
QLocalServer::serverErrorName: | QLocalServer::serverError | Prototype: | QAbstractSocket::SocketError QLocalServer::serverError() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 443-447 |
| | 2 | 1 |
QLocalServer::serverNameName: | QLocalServer::serverName | Prototype: | QString QLocalServer::serverName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 419-423 |
| | 2 | 1 |
QLocalServer::setMaxPendingConnectionsName: | QLocalServer::setMaxPendingConnections | Prototype: | void QLocalServer::setMaxPendingConnections(int numConnections) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 462-466 |
| | 2 | 1 |
QLocalServer::setSocketOptionsName: | QLocalServer::setSocketOptions | Prototype: | void QLocalServer::setSocketOptions(SocketOptions options) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 166-171 |
| | 2 | 1 |
QLocalServer::waitForNewConnectionName: | QLocalServer::waitForNewConnection | Prototype: | bool QLocalServer::waitForNewConnection(int msec, bool *timedOut) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 485-497 |
| | 7 | 3 |
QLocalServer::~QLocalServerName: | QLocalServer::~QLocalServer | Prototype: | QLocalServer::~QLocalServer() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 129-133 |
| | 2 | 2 |
QLocalSocket::QLocalSocketName: | QLocalSocket::QLocalSocket | Prototype: | QLocalSocket::QLocalSocket(QObject * parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 347-352 |
| | 2 | 1 |
QLocalSocket::abortName: | QLocalSocket::abort | Prototype: | void QLocalSocket::abort() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 405-409 |
| | 2 | 1 |
QLocalSocket::bytesAvailableName: | QLocalSocket::bytesAvailable | Prototype: | qint64 QLocalSocket::bytesAvailable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 411-415 |
| | 2 | 1 |
QLocalSocket::bytesToWriteName: | QLocalSocket::bytesToWrite | Prototype: | qint64 QLocalSocket::bytesToWrite() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 417-421 |
| | 2 | 1 |
QLocalSocket::canReadLineName: | QLocalSocket::canReadLine | Prototype: | bool QLocalSocket::canReadLine() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 423-427 |
| | 2 | 1 |
QLocalSocket::closeName: | QLocalSocket::close | Prototype: | void QLocalSocket::close() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 429-442 |
| | 11 | 2 |
QLocalSocket::connectToServerName: | QLocalSocket::connectToServer | Prototype: | void QLocalSocket::connectToServer(const QString &name, OpenMode openMode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 383-387 |
| | 2 | 1 |
QLocalSocket::disconnectFromServerName: | QLocalSocket::disconnectFromServer | Prototype: | void QLocalSocket::disconnectFromServer() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 456-460 |
| | 2 | 1 |
QLocalSocket::flushName: | QLocalSocket::flush | Prototype: | bool QLocalSocket::flush() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 450-454 |
| | 2 | 1 |
QLocalSocket::fullServerNameName: | QLocalSocket::fullServerName | Prototype: | QString QLocalSocket::fullServerName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 427-431 |
| | 2 | 1 |
QLocalSocket::isSequentialName: | QLocalSocket::isSequential | Prototype: | bool QLocalSocket::isSequential() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 446-449 |
| | 1 | 1 |
QLocalSocket::isValidName: | QLocalSocket::isValid | Prototype: | bool QLocalSocket::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 495-499 |
| | 2 | 1 |
QLocalSocket::openName: | QLocalSocket::open | Prototype: | bool QLocalSocket::open(OpenMode openMode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 366-370 |
| | 2 | 1 |
QLocalSocket::readBufferSizeName: | QLocalSocket::readBufferSize | Prototype: | qint64 QLocalSocket::readBufferSize() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 501-505 |
| | 2 | 1 |
QLocalSocket::readDataName: | QLocalSocket::readData | Prototype: | qint64 QLocalSocket::readData(char *data, qint64 c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 393-397 |
| | 2 | 1 |
QLocalSocket::serverNameName: | QLocalSocket::serverName | Prototype: | QString QLocalSocket::serverName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 414-418 |
| | 2 | 1 |
QLocalSocket::setReadBufferSizeName: | QLocalSocket::setReadBufferSize | Prototype: | void QLocalSocket::setReadBufferSize(qint64 size) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 507-511 |
| | 2 | 1 |
QLocalSocket::socketDescriptorName: | QLocalSocket::socketDescriptor | Prototype: | qintptr QLocalSocket::socketDescriptor() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 387-391 |
| | 2 | 1 |
QLocalSocket::stateName: | QLocalSocket::state | Prototype: | QLocalSocket::LocalSocketState QLocalSocket::state() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 438-442 |
| | 2 | 1 |
QLocalSocket::waitForBytesWrittenName: | QLocalSocket::waitForBytesWritten | Prototype: | bool QLocalSocket::waitForBytesWritten(int msecs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 444-448 |
| | 2 | 1 |
QLocalSocket::waitForDisconnectedName: | QLocalSocket::waitForDisconnected | Prototype: | bool QLocalSocket::waitForDisconnected(int msecs) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 539-547 |
| | 5 | 2 |
QLocalSocket::waitForReadyReadName: | QLocalSocket::waitForReadyRead | Prototype: | bool QLocalSocket::waitForReadyRead(int msecs) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 549-555 |
| | 4 | 2 |
QLocalSocket::writeDataName: | QLocalSocket::writeData | Prototype: | qint64 QLocalSocket::writeData(const char *data, qint64 c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 399-403 |
| | 2 | 1 |
QLocalSocket::~QLocalSocketName: | QLocalSocket::~QLocalSocket | Prototype: | QLocalSocket::~QLocalSocket() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 357-364 |
| | 3 | 1 |
QLocalSocketPrivate::QLocalSocketPrivateName: | QLocalSocketPrivate::QLocalSocketPrivate | Prototype: | QLocalSocketPrivate::QLocalSocketPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 65-72 |
| | 2 | 1 |
QLocalSocketPrivate::_q_errorName: | QLocalSocketPrivate::_q_error | Prototype: | void QLocalSocketPrivate::_q_error(QAbstractSocket::SocketError socketError) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 93-101 |
| | 6 | 1 |
QLocalSocketPrivate::initName: | QLocalSocketPrivate::init | Prototype: | void QLocalSocketPrivate::init() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 74-91 |
| | 13 | 1 |
QLocale::QLocaleName: | QLocale::QLocale | Prototype: | QLocale::QLocale(QLocalePrivate &dd) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 738-740 |
| | 1 | 1 |
QLocale::QLocaleName: | QLocale::QLocale | Prototype: | QLocale::QLocale(const QString &name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 772-775 |
| | 2 | 1 |
QLocale::QLocaleName: | QLocale::QLocale | Prototype: | QLocale::QLocale() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 785-788 |
| | 2 | 1 |
QLocale::QLocaleName: | QLocale::QLocale | Prototype: | QLocale::QLocale(Language language, Country country) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 809-812 |
| | 2 | 1 |
QLocale::QLocaleName: | QLocale::QLocale | Prototype: | QLocale::QLocale(const QLocale &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 847-850 |
| | 1 | 1 |
QLocale::bcp47NameName: | QLocale::bcp47Name | Prototype: | QString QLocale::bcp47Name() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1136-1139 |
| | 1 | 1 |
QLocale::countryName: | QLocale::country | Prototype: | QLocale::Country QLocale::country() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1055-1058 |
| | 1 | 1 |
QLocale::decimalPointName: | QLocale::decimalPoint | Prototype: | QChar QLocale::decimalPoint() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1915-1918 |
| | 1 | 1 |
QLocale::exponentialName: | QLocale::exponential | Prototype: | QChar QLocale::exponential() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1975-1978 |
| | 1 | 1 |
QLocale::groupSeparatorName: | QLocale::groupSeparator | Prototype: | QChar QLocale::groupSeparator() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1925-1928 |
| | 1 | 1 |
QLocale::languageName: | QLocale::language | Prototype: | QLocale::Language QLocale::language() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1033-1036 |
| | 1 | 1 |
QLocale::negativeSignName: | QLocale::negativeSign | Prototype: | QChar QLocale::negativeSign() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1955-1958 |
| | 1 | 1 |
QLocale::numberOptionsName: | QLocale::numberOptions | Prototype: | QLocale::NumberOptions QLocale::numberOptions() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 923-926 |
| | 1 | 1 |
QLocale::operator!=Name: | QLocale::operator!= | Prototype: | bool QLocale::operator!=(const QLocale &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 876-879 |
| | 1 | 1 |
QLocale::operator=Name: | QLocale::operator= | Prototype: | QLocale &QLocale::operator=(const QLocale &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 865-869 |
| | 2 | 1 |
QLocale::operator==Name: | QLocale::operator== | Prototype: | bool QLocale::operator==(const QLocale &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 871-874 |
| | 1 | 1 |
QLocale::percentName: | QLocale::percent | Prototype: | QChar QLocale::percent() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1935-1938 |
| | 1 | 1 |
QLocale::positiveSignName: | QLocale::positiveSign | Prototype: | QChar QLocale::positiveSign() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1965-1968 |
| | 1 | 1 |
QLocale::scriptName: | QLocale::script | Prototype: | QLocale::Script QLocale::script() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1045-1048 |
| | 1 | 1 |
QLocale::setNumberOptionsName: | QLocale::setNumberOptions | Prototype: | void QLocale::setNumberOptions(NumberOptions options) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 910-913 |
| | 1 | 1 |
QLocale::systemName: | QLocale::system | Prototype: | QLocale QLocale::system() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2048-2051 |
| | 1 | 1 |
QLocale::toDateTimeName: | QLocale::toDateTime | Prototype: | QDateTime QLocale::toDateTime(const QString &string, FormatType format) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1811-1814 |
| | 1 | 1 |
QLocale::toDoubleName: | QLocale::toDouble | Prototype: | double QLocale::toDouble(const QString &s, bool *ok) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1329-1332 |
| | 1 | 1 |
QLocale::toIntName: | QLocale::toInt | Prototype: | int QLocale::toInt(const QString &s, bool *ok) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1230-1233 |
| | 1 | 1 |
QLocale::toStringName: | QLocale::toString | Prototype: | QString QLocale::toString(qlonglong i) const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1510-1517 |
| | 4 | 1 |
QLocale::toStringName: | QLocale::toString | Prototype: | QString QLocale::toString(qulonglong i) const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1525-1532 |
| | 4 | 1 |
QLocale::toStringName: | QLocale::toString | Prototype: | QString QLocale::toString(const QDate &date, const QString &format) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1540-1543 |
| | 1 | 1 |
QLocale::toStringName: | QLocale::toString | Prototype: | QString QLocale::toString(const QTime &time, const QString &format) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1591-1594 |
| | 1 | 1 |
QLocale::toStringName: | QLocale::toString | Prototype: | QString QLocale::toString(const QDateTime &dateTime, const QString &format) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1604-1607 |
| | 1 | 1 |
QLocale::toUIntName: | QLocale::toUInt | Prototype: | uint QLocale::toUInt(const QStringRef &s, bool *ok) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1409-1412 |
| | 1 | 1 |
QLocale::zeroDigitName: | QLocale::zeroDigit | Prototype: | QChar QLocale::zeroDigit() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1945-1948 |
| | 1 | 1 |
QLocaleData::bytearrayToUnsLongLongName: | QLocaleData::bytearrayToUnsLongLong | Prototype: | qulonglong QLocaleData::bytearrayToUnsLongLong(const char *num, int base, bool *ok) | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3353-3368 |
| | 10 | 4 |
QLocaleData::cName: | QLocaleData::c | Prototype: | const QLocaleData *QLocaleData::c() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 657-661 |
| | 2 | 1 |
QLocaleData::doubleToStringName: | QLocaleData::doubleToString | Prototype: | QString QLocaleData::doubleToString(double d, int precision, DoubleForm form, int width, unsigned flags) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2744-2749 |
| | 2 | 1 |
QLocaleData::longLongToStringName: | QLocaleData::longLongToString | Prototype: | QString QLocaleData::longLongToString(qlonglong l, int precision, int base, int width, unsigned flags) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2864-2870 |
| | 2 | 1 |
QLocaleData::stringToLongLongName: | QLocaleData::stringToLongLong | Prototype: | qlonglong QLocaleData::stringToLongLong(const QChar *begin, int len, int base, bool *ok, QLocale::NumberOptions number_options) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3271-3282 |
| | 6 | 3 |
QLocaleData::stringToUnsLongLongName: | QLocaleData::stringToUnsLongLong | Prototype: | qulonglong QLocaleData::stringToUnsLongLong(const QChar *begin, int len, int base, bool *ok, QLocale::NumberOptions number_options) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3284-3295 |
| | 6 | 3 |
QLocaleData::unsLongLongToStringName: | QLocaleData::unsLongLongToString | Prototype: | QString QLocaleData::unsLongLongToString(qulonglong l, int precision, int base, int width, unsigned flags) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2959-2965 |
| | 2 | 1 |
QLocaleId::name::[lambda]Name: | QLocaleId::name::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 296-296 |
| | 0 | 1 |
QLockFile::QLockFileName: | QLockFile::QLockFile | Prototype: | QLockFile::QLockFile(const QString &fileName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | Lines: | 110-113 |
| | 2 | 1 |
QLockFile::errorName: | QLockFile::error | Prototype: | QLockFile::LockError QLockFile::error() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | Lines: | 342-346 |
| | 2 | 1 |
QLockFile::getLockInfoName: | QLockFile::getLockInfo | Prototype: | bool QLockFile::getLockInfo(qint64 *pid, QString *hostname, QString *appname) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | Lines: | 282-286 |
| | 2 | 1 |
QLockFile::isLockedName: | QLockFile::isLocked | Prototype: | bool QLockFile::isLocked() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | Lines: | 164-168 |
| | 2 | 1 |
QLockFile::lockName: | QLockFile::lock | Prototype: | bool QLockFile::lock() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | Lines: | 185-188 |
| | 1 | 1 |
QLockFile::setStaleLockTimeName: | QLockFile::setStaleLockTime | Prototype: | void QLockFile::setStaleLockTime(int staleLockTime) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | Lines: | 140-144 |
| | 2 | 1 |
QLockFile::~QLockFileName: | QLockFile::~QLockFile | Prototype: | QLockFile::~QLockFile() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | Lines: | 119-122 |
| | 1 | 1 |
QLoggingCategory::QLoggingCategoryName: | QLoggingCategory::QLoggingCategory | Prototype: | QLoggingCategory::QLoggingCategory(const char *category) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 216-221 |
| | 1 | 1 |
QLoggingCategory::QLoggingCategoryName: | QLoggingCategory::QLoggingCategory | Prototype: | QLoggingCategory::QLoggingCategory(const char *category, QtMsgType enableForLevel) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 231-236 |
| | 1 | 1 |
QLoggingCategory::defaultCategoryName: | QLoggingCategory::defaultCategory | Prototype: | QLoggingCategory *QLoggingCategory::defaultCategory() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 385-388 |
| | 1 | 1 |
QLoggingCategory::installFilterName: | QLoggingCategory::installFilter | Prototype: | QLoggingCategory::CategoryFilter QLoggingCategory::installFilter(QLoggingCategory::CategoryFilter filter) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 419-423 |
| | 1 | 1 |
QLoggingCategory::setFilterRulesName: | QLoggingCategory::setFilterRules | Prototype: | void QLoggingCategory::setFilterRules(const QString &rules) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 437-440 |
| | 1 | 1 |
QLoggingRegistry::QLoggingRegistryName: | QLoggingRegistry::QLoggingRegistry | Prototype: | QLoggingRegistry::QLoggingRegistry() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 246-249 |
| | 2 | 1 |
QLoggingRegistry::init::[lambda]Name: | QLoggingRegistry::init::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 293-293 |
| | 0 | 1 |
QLoggingRegistry::installFilterName: | QLoggingRegistry::installFilter | Prototype: | QLoggingCategory::CategoryFilter QLoggingRegistry::installFilter(QLoggingCategory::CategoryFilter filter) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 378-393 |
| | 8 | 3 |
QLoggingRegistry::instanceName: | QLoggingRegistry::instance | Prototype: | QLoggingRegistry *QLoggingRegistry::instance() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 395-398 |
| | 1 | 1 |
QLoggingRegistry::setApiRules::[lambda]Name: | QLoggingRegistry::setApiRules::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 347-347 |
| | 0 | 1 |
QLoggingRegistry::unregisterCategoryName: | QLoggingRegistry::unregisterCategory | Prototype: | void QLoggingRegistry::unregisterCategory(QLoggingCategory *cat) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 334-338 |
| | 2 | 1 |
QLoggingRegistry::updateRulesName: | QLoggingRegistry::updateRules | Prototype: | void QLoggingRegistry::updateRules() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 366-372 |
| | 3 | 2 |
QLoggingRule::QLoggingRuleName: | QLoggingRule::QLoggingRule | Prototype: | QLoggingRule::QLoggingRule(const QStringRef &pattern, bool enabled) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 71-76 |
| | 1 | 1 |
QLoggingRule::parseName: | QLoggingRule::parse | Prototype: | void QLoggingRule::parse(const QStringRef &pattern) | Coverage: | 100.000% (27/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 125-166 |
| | 29 | 9 |
QLoggingSettingsParser::setContentName: | QLoggingSettingsParser::setContent | Prototype: | void QLoggingSettingsParser::setContent(const QString &content) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 187-192 |
| | 3 | 1 |
QMapDataBase::createDataName: | QMapDataBase::createData | Prototype: | QMapDataBase *QMapDataBase::createData() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | Lines: | 358-371 |
| | 8 | 1 |