| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QLocale::numberOptions| Name: | 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::negativeSign| Name: | 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::language| Name: | 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::groupSeparator| Name: | 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::exponential| Name: | 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::decimalPoint| Name: | 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::country| Name: | 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::bcp47Name| Name: | 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::QLocale| Name: | 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::QLocale| Name: | 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::QLocale| Name: | 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::QLocale| Name: | 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::QLocale| Name: | 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 |
QLocalSocketPrivate::init| Name: | 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 |
QLocalSocketPrivate::_q_error| Name: | 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::QLocalSocketPrivate| Name: | 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 |
QLocalSocket::~QLocalSocket| Name: | 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 |
QLocalSocket::writeData| Name: | 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::waitForReadyRead| Name: | 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::waitForDisconnected| Name: | 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::waitForBytesWritten| Name: | 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::state| Name: | 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::socketDescriptor| Name: | 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::setReadBufferSize| Name: | 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::serverName| Name: | 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::readData| Name: | 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::readBufferSize| Name: | 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::open| Name: | 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::isValid| Name: | 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::isSequential| Name: | 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::fullServerName| Name: | 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::flush| Name: | 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::disconnectFromServer| Name: | 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::connectToServer| Name: | 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::close| Name: | 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::canReadLine| Name: | 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::bytesToWrite| Name: | 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::bytesAvailable| Name: | 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::abort| Name: | 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::QLocalSocket| Name: | 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 |
QLocalServer::~QLocalServer| Name: | 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 |
QLocalServer::waitForNewConnection| Name: | 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::setSocketOptions| Name: | 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::setMaxPendingConnections| Name: | 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::serverName| Name: | 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::serverError| Name: | 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::removeServer| Name: | 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::maxPendingConnections| Name: | 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::listen| Name: | 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::isListening| Name: | 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::incomingConnection| Name: | 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::hasPendingConnections| Name: | QLocalServer::hasPendingConnections | | Prototype: | bool QLocalServer::hasPendingConnections() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 224-228 |
| | 2 | 1 |
QLocalServer::fullServerName| Name: | QLocalServer::fullServerName | | Prototype: | QString QLocalServer::fullServerName() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 432-436 |
| | 2 | 1 |
QLocalServer::errorString| Name: | QLocalServer::errorString | | Prototype: | QString QLocalServer::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 212-216 |
| | 2 | 1 |
QLocalServer::close| Name: | QLocalServer::close | | Prototype: | void QLocalServer::close() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 191-203 |
| | 10 | 2 |
QLocalServer::QLocalServer| Name: | QLocalServer::QLocalServer | | Prototype: | QLocalServer::QLocalServer(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 113-118 |
| | 2 | 1 |
QListData::remove| Name: | QListData::remove | | Prototype: | void QListData::remove(int i) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 255-268 |
| | 9 | 4 |
QListData::remove| Name: | QListData::remove | | Prototype: | void QListData::remove(int i, int n) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 270-284 |
| | 10 | 2 |
QListData::prepend| Name: | QListData::prepend | | Prototype: | void **QListData::prepend() | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 198-214 |
| | 10 | 4 |
QListData::insert| Name: | QListData::insert | | Prototype: | void **QListData::insert(int i) | | Coverage: | 100.000% (21/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 216-253 |
| | 20 | 7 |
QListData::erase| Name: | QListData::erase | | Prototype: | void **QListData::erase(void **xi) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 326-332 |
| | 4 | 1 |
QListData::dispose| Name: | QListData::dispose | | Prototype: | void QListData::dispose(Data *d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 160-164 |
| | 2 | 1 |
QListData::append| Name: | QListData::append | | Prototype: | void **QListData::append(int n) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 167-184 |
| | 11 | 3 |
QListData::append| Name: | QListData::append | | Prototype: | void **QListData::append() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 187-190 |
| | 1 | 1 |
QListData::append| Name: | QListData::append | | Prototype: | void **QListData::append(const QListData& l) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 193-196 |
| | 1 | 1 |
QLineF::setAngle| Name: | QLineF::setAngle | | Prototype: | void QLineF::setAngle(qreal angle) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 597-607 |
| | 6 | 1 |
QLineF::length| Name: | QLineF::length | | Prototype: | qreal QLineF::length() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 552-557 |
| | 3 | 1 |
QLineF::fromPolar| Name: | QLineF::fromPolar | | Prototype: | QLineF QLineF::fromPolar(qreal length, qreal angle) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 619-623 |
| | 2 | 1 |
QLineF::angle| Name: | QLineF::angle | | Prototype: | qreal QLineF::angle() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 570-583 |
| | 7 | 2 |
QLibraryStore::instance| Name: | QLibraryStore::instance | | Prototype: | QLibraryStore *QLibraryStore::instance() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 432-440 |
| | 4 | 2 |
QLibrarySettings::QLibrarySettings| Name: | QLibrarySettings::QLibrarySettings | | Prototype: | QLibrarySettings::QLibrarySettings() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 120-123 |
| | 1 | 1 |
QLibraryPrivate::suffixes_sys| Name: | QLibraryPrivate::suffixes_sys | | Prototype: | QStringList QLibraryPrivate::suffixes_sys(const QString& fullVersion) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | | Lines: | 81-128 |
| | 5 | 2 |
QLibraryPrivate::setLoadHints| Name: | QLibraryPrivate::setLoadHints | | Prototype: | void QLibraryPrivate::setLoadHints(QLibrary::LoadHints lh) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 522-527 |
| | 2 | 1 |
QLibraryPrivate::resolve_sys| Name: | QLibraryPrivate::resolve_sys | | Prototype: | QFunctionPointer QLibraryPrivate::resolve_sys(const char* symbol) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | | Lines: | 309-334 |
| | 6 | 2 |
QLibraryPrivate::release| Name: | QLibraryPrivate::release | | Prototype: | void QLibraryPrivate::release() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 578-581 |
| | 1 | 1 |
QLibraryPrivate::prefixes_sys| Name: | QLibraryPrivate::prefixes_sys | | Prototype: | QStringList QLibraryPrivate::prefixes_sys() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | | Lines: | 130-133 |
| | 1 | 1 |
QLibraryPrivate::mergeLoadHints| Name: | QLibraryPrivate::mergeLoadHints | | Prototype: | void QLibraryPrivate::mergeLoadHints(QLibrary::LoadHints lh) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 506-513 |
| | 3 | 2 |
QLibraryPrivate::isPlugin| Name: | QLibraryPrivate::isPlugin | | Prototype: | bool QLibraryPrivate::isPlugin() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 696-702 |
| | 3 | 2 |
QLibraryPrivate::findOrCreate| Name: | QLibraryPrivate::findOrCreate | | Prototype: | QLibraryPrivate *QLibraryPrivate::findOrCreate(const QString &fileName, const QString &version, QLibrary::LoadHints loadHints) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 496-500 |
| | 1 | 1 |
QLibraryPrivate::QLibraryPrivate| Name: | QLibraryPrivate::QLibraryPrivate | | Prototype: | QLibraryPrivate::QLibraryPrivate(const QString &canonicalFileName, const QString &version, QLibrary::LoadHints loadHints) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 487-494 |
| | 3 | 2 |
QLibraryInfoPrivate::findConfiguration::[lambda]| Name: | QLibraryInfoPrivate::findConfiguration::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 166-166 |
| | 0 | 1 |
QLibraryInfoPrivate::findConfiguration| Name: | QLibraryInfoPrivate::findConfiguration | | Prototype: | QSettings *QLibraryInfoPrivate::findConfiguration() | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 164-197 |
| | 8 | 5 |
QLibraryInfo::isDebugBuild| Name: | QLibraryInfo::isDebugBuild | | Prototype: | bool QLibraryInfo::isDebugBuild() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 361-369 |
| | 1 | 1 |
QLibraryInfo::build| Name: | QLibraryInfo::build | | Prototype: | const char *QLibraryInfo::build() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 351-354 |
| | 1 | 1 |
QLibrary::~QLibrary| Name: | QLibrary::~QLibrary | | Prototype: | QLibrary::~QLibrary() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 897-901 |
| | 2 | 2 |
QLibrary::unload| Name: | QLibrary::unload | | Prototype: | bool QLibrary::unload() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 812-819 |
| | 4 | 2 |
QLibrary::setLoadHints| Name: | QLibrary::setLoadHints | | Prototype: | void QLibrary::setLoadHints(LoadHints hints) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1119-1126 |
| | 4 | 2 |
QLibrary::setFileName| Name: | QLibrary::setFileName | | Prototype: | void QLibrary::setFileName(const QString &fileName) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 925-935 |
| | 7 | 2 |
QLibrary::resolve| Name: | QLibrary::resolve | | Prototype: | QFunctionPointer QLibrary::resolve(const char *symbol) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1006-1011 |
| | 3 | 2 |
QLibrary::resolve| Name: | QLibrary::resolve | | Prototype: | QFunctionPointer QLibrary::resolve(const QString &fileName, int verNum, const char *symbol) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1046-1050 |
| | 2 | 1 |
QLibrary::loadHints| Name: | QLibrary::loadHints | | Prototype: | QLibrary::LoadHints QLibrary::loadHints() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1128-1131 |
| | 1 | 1 |
QLibrary::isLoaded| Name: | QLibrary::isLoaded | | Prototype: | bool QLibrary::isLoaded() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 826-829 |
| | 1 | 1 |
QLibrary::errorString| Name: | QLibrary::errorString | | Prototype: | QString QLibrary::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1079-1082 |
| | 1 | 1 |
QLibrary::QLibrary| Name: | QLibrary::QLibrary | | Prototype: | QLibrary::QLibrary(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 835-838 |
| | 2 | 1 |
QLibrary::QLibrary| Name: | QLibrary::QLibrary | | Prototype: | QLibrary::QLibrary(const QString& fileName, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 850-854 |
| | 1 | 1 |
QLibrary::QLibrary| Name: | QLibrary::QLibrary | | Prototype: | QLibrary::QLibrary(const QString& fileName, int verNum, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 867-871 |
| | 1 | 1 |
QLatin1Codec::name| Name: | QLatin1Codec::name | | Prototype: | QByteArray QLatin1Codec::name() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 80-83 |
| | 1 | 1 |
QLatin1Codec::mibEnum| Name: | QLatin1Codec::mibEnum | | Prototype: | int QLatin1Codec::mibEnum() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 97-100 |
| | 1 | 1 |
QLatin1Codec::convertFromUnicode| Name: | QLatin1Codec::convertFromUnicode | | Prototype: | QByteArray QLatin1Codec::convertFromUnicode(const QChar *ch, int len, ConverterState *state) const | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 60-78 |
| | 12 | 4 |
QLatin1Codec::aliases| Name: | QLatin1Codec::aliases | | Prototype: | QList<QByteArray> QLatin1Codec::aliases() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 85-94 |
| | 7 | 1 |