| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSocks5SocketEnginePrivate::QSocks5SocketEnginePrivate| Name: | QSocks5SocketEnginePrivate::QSocks5SocketEnginePrivate | | Prototype: | QSocks5SocketEnginePrivate::QSocks5SocketEnginePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 507-526 |
| | 1 | 1 |
QSocks5SocketEngineHandler::createSocketEngine| Name: | QSocks5SocketEngineHandler::createSocketEngine | | Prototype: | QAbstractSocketEngine * QSocks5SocketEngineHandler::createSocketEngine(QAbstractSocket::SocketType socketType, const QNetworkProxy &proxy, QObject *parent) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1915-1929 |
| | 6 | 2 |
QSocks5SocketEngineHandler::createSocketEngine| Name: | QSocks5SocketEngineHandler::createSocketEngine | | Prototype: | QAbstractSocketEngine *QSocks5SocketEngineHandler::createSocketEngine(qintptr socketDescriptor, QObject *parent) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1931-1939 |
| | 3 | 2 |
QSocks5SocketEngine::~QSocks5SocketEngine| Name: | QSocks5SocketEngine::~QSocks5SocketEngine | | Prototype: | QSocks5SocketEngine::~QSocks5SocketEngine() | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 988-1006 |
| | 11 | 5 |
QSocks5SocketEngine::socketDescriptor| Name: | QSocks5SocketEngine::socketDescriptor | | Prototype: | qintptr QSocks5SocketEngine::socketDescriptor() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1085-1089 |
| | 2 | 1 |
QSocks5SocketEngine::setProxy| Name: | QSocks5SocketEngine::setProxy | | Prototype: | void QSocks5SocketEngine::setProxy(const QNetworkProxy &networkProxy) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1079-1083 |
| | 2 | 1 |
QSocks5SocketEngine::setExceptionNotificationEnabled| Name: | QSocks5SocketEngine::setExceptionNotificationEnabled | | Prototype: | void QSocks5SocketEngine::setExceptionNotificationEnabled(bool enable) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1909-1913 |
| | 2 | 1 |
QSocks5SocketEngine::isWriteNotificationEnabled| Name: | QSocks5SocketEngine::isWriteNotificationEnabled | | Prototype: | bool QSocks5SocketEngine::isWriteNotificationEnabled() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1885-1889 |
| | 2 | 1 |
QSocks5SocketEngine::isValid| Name: | QSocks5SocketEngine::isValid | | Prototype: | bool QSocks5SocketEngine::isValid() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1091-1099 |
| | 6 | 1 |
QSocks5SocketEngine::isReadNotificationEnabled| Name: | QSocks5SocketEngine::isReadNotificationEnabled | | Prototype: | bool QSocks5SocketEngine::isReadNotificationEnabled() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1852-1856 |
| | 2 | 1 |
QSocks5SocketEngine::isExceptionNotificationEnabled| Name: | QSocks5SocketEngine::isExceptionNotificationEnabled | | Prototype: | bool QSocks5SocketEngine::isExceptionNotificationEnabled() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1903-1907 |
| | 2 | 1 |
QSocks5SocketEngine::initialize| Name: | QSocks5SocketEngine::initialize | | Prototype: | bool QSocks5SocketEngine::initialize(QAbstractSocket::SocketType type, QAbstractSocket::NetworkLayerProtocol protocol) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1010-1020 |
| | 5 | 1 |
QSocks5SocketEngine::connectToHostByName| Name: | QSocks5SocketEngine::connectToHostByName | | Prototype: | bool QSocks5SocketEngine::connectToHostByName(const QString &hostname, quint16 port) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1151-1160 |
| | 5 | 1 |
QSocks5SocketEngine::connectToHost| Name: | QSocks5SocketEngine::connectToHost | | Prototype: | bool QSocks5SocketEngine::connectToHost(const QHostAddress &address, quint16 port) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1139-1149 |
| | 5 | 1 |
QSocks5SocketEngine::QSocks5SocketEngine| Name: | QSocks5SocketEngine::QSocks5SocketEngine | | Prototype: | QSocks5SocketEngine::QSocks5SocketEngine(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 983-986 |
| | 2 | 1 |
QSocks5PasswordAuthenticator::methodId| Name: | QSocks5PasswordAuthenticator::methodId | | Prototype: | char QSocks5PasswordAuthenticator::methodId() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 460-463 |
| | 1 | 1 |
QSocks5PasswordAuthenticator::beginAuthenticate| Name: | QSocks5PasswordAuthenticator::beginAuthenticate | | Prototype: | bool QSocks5PasswordAuthenticator::beginAuthenticate(QTcpSocket *socket, bool *completed) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 465-480 |
| | 13 | 1 |
QSocks5PasswordAuthenticator::QSocks5PasswordAuthenticator| Name: | QSocks5PasswordAuthenticator::QSocks5PasswordAuthenticator | | Prototype: | QSocks5PasswordAuthenticator::QSocks5PasswordAuthenticator(const QString &userName, const QString &password) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 454-458 |
| | 2 | 1 |
QSocks5BindStore::contains| Name: | QSocks5BindStore::contains | | Prototype: | bool QSocks5BindStore::contains(qintptr socketDescriptor) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 364-368 |
| | 2 | 1 |
QSocks5Authenticator::unSeal| Name: | QSocks5Authenticator::unSeal | | Prototype: | bool QSocks5Authenticator::unSeal(const QByteArray &sealedBuf, QByteArray *buf) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 443-447 |
| | 2 | 1 |
QSocks5Authenticator::unSeal| Name: | QSocks5Authenticator::unSeal | | Prototype: | bool QSocks5Authenticator::unSeal(QTcpSocket *sealedSocket, QByteArray *buf) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 449-452 |
| | 1 | 1 |
QSocks5Authenticator::seal| Name: | QSocks5Authenticator::seal | | Prototype: | bool QSocks5Authenticator::seal(const QByteArray &buf, QByteArray *sealedBuf) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 437-441 |
| | 2 | 1 |
QSocks5Authenticator::methodId| Name: | QSocks5Authenticator::methodId | | Prototype: | char QSocks5Authenticator::methodId() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 418-421 |
| | 1 | 1 |
QSocketNotifier::~QSocketNotifier| Name: | QSocketNotifier::~QSocketNotifier | | Prototype: | QSocketNotifier::~QSocketNotifier() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | | Lines: | 162-165 |
| | 1 | 1 |
QSocketNotifier::type| Name: | QSocketNotifier::type | | Prototype: | QSocketNotifier::Type QSocketNotifier::type() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | | Lines: | 196-200 |
| | 2 | 1 |
QSocketNotifier::socket| Name: | QSocketNotifier::socket | | Prototype: | qintptr QSocketNotifier::socket() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | | Lines: | 185-189 |
| | 2 | 1 |
QSocketNotifier::isEnabled| Name: | QSocketNotifier::isEnabled | | Prototype: | bool QSocketNotifier::isEnabled() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | | Lines: | 207-211 |
| | 2 | 1 |
QSlotObjectBaseDeleter::cleanup| Name: | QSlotObjectBaseDeleter::cleanup | | Prototype: | static void cleanup(QtPrivate::QSlotObjectBase *slot) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 86-88 |
| | 1 | 2 |
QSizeF::transpose| Name: | QSizeF::transpose | | Prototype: | void QSizeF::transpose() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | | Lines: | 597-600 |
| | 1 | 1 |
QSize::transpose| Name: | QSize::transpose | | Prototype: | void QSize::transpose() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | | Lines: | 166-169 |
| | 1 | 1 |
QSingleShotTimer::~QSingleShotTimer| Name: | QSingleShotTimer::~QSingleShotTimer | | Prototype: | QSingleShotTimer::~QSingleShotTimer() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | | Lines: | 295-301 |
| | 4 | 3 |
QSingleShotTimer::QSingleShotTimer| Name: | QSingleShotTimer::QSingleShotTimer | | Prototype: | QSingleShotTimer::QSingleShotTimer(int msec, Qt::TimerType timerType, const QObject *r, const char *member) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | | Lines: | 276-281 |
| | 2 | 1 |
QSingleShotTimer::QSingleShotTimer| Name: | QSingleShotTimer::QSingleShotTimer | | Prototype: | QSingleShotTimer::QSingleShotTimer(int msec, Qt::TimerType timerType, const QObject *r, QtPrivate::QSlotObjectBase *slotObj) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | | Lines: | 283-293 |
| | 5 | 2 |
QSimpleTextCodec::~QSimpleTextCodec| Name: | QSimpleTextCodec::~QSimpleTextCodec | | Prototype: | QSimpleTextCodec::~QSimpleTextCodec() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | | Lines: | 613-616 |
| | 1 | 1 |
QSimpleTextCodec::name| Name: | QSimpleTextCodec::name | | Prototype: | QByteArray QSimpleTextCodec::name() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | | Lines: | 705-708 |
| | 1 | 1 |
QSimpleTextCodec::aliases| Name: | QSimpleTextCodec::aliases | | Prototype: | QList<QByteArray> QSimpleTextCodec::aliases() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | | Lines: | 710-719 |
| | 6 | 2 |
QSimpleTextCodec::QSimpleTextCodec| Name: | QSimpleTextCodec::QSimpleTextCodec | | Prototype: | QSimpleTextCodec::QSimpleTextCodec(int i) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | | Lines: | 608-610 |
| | 2 | 1 |
QSignalTransitionPrivate::maybeRegister| Name: | QSignalTransitionPrivate::maybeRegister | | Prototype: | void QSignalTransitionPrivate::maybeRegister() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | | Lines: | 125-130 |
| | 3 | 2 |
QSignalTransitionPrivate::QSignalTransitionPrivate| Name: | QSignalTransitionPrivate::QSignalTransitionPrivate | | Prototype: | QSignalTransitionPrivate::QSignalTransitionPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | | Lines: | 111-115 |
| | 2 | 1 |
QSignalTransition::signal| Name: | QSignalTransition::signal | | Prototype: | QByteArray QSignalTransition::signal() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | | Lines: | 199-203 |
| | 2 | 1 |
QSignalTransition::senderObject| Name: | QSignalTransition::senderObject | | Prototype: | QObject *QSignalTransition::senderObject() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | | Lines: | 176-180 |
| | 2 | 1 |
QSignalTransition::onTransition| Name: | QSignalTransition::onTransition | | Prototype: | void QSignalTransition::onTransition(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | | Lines: | 242-245 |
| | 1 | 1 |
QSignalTransition::event| Name: | QSignalTransition::event | | Prototype: | bool QSignalTransition::event(QEvent *e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | | Lines: | 250-253 |
| | 1 | 1 |
QSignalTransition::QSignalTransition| Name: | QSignalTransition::QSignalTransition | | Prototype: | QSignalTransition::QSignalTransition(QState *sourceState) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | | Lines: | 135-138 |
| | 2 | 1 |
QSignalTransition::QSignalTransition| Name: | QSignalTransition::QSignalTransition | | Prototype: | QSignalTransition::QSignalTransition(const QObject *sender, const char *signal, QState *sourceState) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | | Lines: | 144-152 |
| | 4 | 1 |
QSignalMapperPrivate::_q_senderDestroyed| Name: | QSignalMapperPrivate::_q_senderDestroyed | | Prototype: | void _q_senderDestroyed() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | | Lines: | 50-53 |
| | 2 | 1 |
QSignalMapper::setMapping| Name: | QSignalMapper::setMapping | | Prototype: | void QSignalMapper::setMapping(QObject *sender, int id) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | | Lines: | 137-142 |
| | 3 | 1 |
QSignalMapper::setMapping| Name: | QSignalMapper::setMapping | | Prototype: | void QSignalMapper::setMapping(QObject *sender, const QString &text) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | | Lines: | 150-155 |
| | 3 | 1 |
QSignalMapper::removeMappings| Name: | QSignalMapper::removeMappings | | Prototype: | void QSignalMapper::removeMappings(QObject *sender) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | | Lines: | 233-241 |
| | 5 | 1 |
QSignalMapper::map| Name: | QSignalMapper::map | | Prototype: | void QSignalMapper::map() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | | Lines: | 246-246 |
| | 1 | 1 |
QSignalMapper::QSignalMapper| Name: | QSignalMapper::QSignalMapper | | Prototype: | QSignalMapper::QSignalMapper(QObject* parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | | Lines: | 117-120 |
| | 2 | 1 |
QSignalEventGenerator::execute| Name: | QSignalEventGenerator::execute | | Prototype: | void QSignalEventGenerator::execute(void **_a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 3096-3102 |
| | 4 | 1 |
QSignalEventGenerator::QSignalEventGenerator| Name: | QSignalEventGenerator::QSignalEventGenerator | | Prototype: | QSignalEventGenerator::QSignalEventGenerator(QStateMachine *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 3104-3107 |
| | 2 | 1 |
QSignalDumper::endDump| Name: | QSignalDumper::endDump | | Prototype: | void QSignalDumper::endDump() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qsignaldumper.cpp | | Lines: | 176-180 |
| | 1 | 1 |
QSharedNetworkSessionManager::getSession| Name: | QSharedNetworkSessionManager::getSession | | Prototype: | QSharedPointer<QNetworkSession> QSharedNetworkSessionManager::getSession(const QNetworkConfiguration &config) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qsharednetworksession.cpp | | Lines: | 65-79 |
| | 9 | 3 |
QSharedMemoryPrivate::makePlatformSafeKey| Name: | QSharedMemoryPrivate::makePlatformSafeKey | | Prototype: | QString QSharedMemoryPrivate::makePlatformSafeKey(const QString &key, const QString &prefix) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 61-83 |
| | 9 | 2 |
QSharedMemoryPrivate::createUnixKeyFile| Name: | QSharedMemoryPrivate::createUnixKeyFile | | Prototype: | int QSharedMemoryPrivate::createUnixKeyFile(const QString &fileName) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_systemv.cpp | | Lines: | 112-124 |
| | 8 | 3 |
QSharedMemoryPrivate::cleanHandle| Name: | QSharedMemoryPrivate::cleanHandle | | Prototype: | bool QSharedMemoryPrivate::cleanHandle() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_systemv.cpp | | Lines: | 129-133 |
| | 2 | 1 |
QSharedMemoryPrivate::QSharedMemoryPrivate| Name: | QSharedMemoryPrivate::QSharedMemoryPrivate | | Prototype: | QSharedMemoryPrivate::QSharedMemoryPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_unix.cpp | | Lines: | 67-78 |
| | 2 | 1 |
QSharedMemory::~QSharedMemory| Name: | QSharedMemory::~QSharedMemory | | Prototype: | QSharedMemory::~QSharedMemory() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 178-181 |
| | 1 | 1 |
QSharedMemory::size| Name: | QSharedMemory::size | | Prototype: | int QSharedMemory::size() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 367-371 |
| | 2 | 1 |
QSharedMemory::setKey| Name: | QSharedMemory::setKey | | Prototype: | void QSharedMemory::setKey(const QString &key) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 197-208 |
| | 8 | 3 |
QSharedMemory::nativeKey| Name: | QSharedMemory::nativeKey | | Prototype: | QString QSharedMemory::nativeKey() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 310-314 |
| | 2 | 1 |
QSharedMemory::lock| Name: | QSharedMemory::lock | | Prototype: | bool QSharedMemory::lock() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 503-518 |
| | 11 | 3 |
QSharedMemory::key| Name: | QSharedMemory::key | | Prototype: | QString QSharedMemory::key() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 292-296 |
| | 2 | 1 |
QSharedMemory::isAttached| Name: | QSharedMemory::isAttached | | Prototype: | bool QSharedMemory::isAttached() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 421-425 |
| | 2 | 1 |
QSharedMemory::errorString| Name: | QSharedMemory::errorString | | Prototype: | QString QSharedMemory::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 592-596 |
| | 2 | 1 |
QSharedMemory::error| Name: | QSharedMemory::error | | Prototype: | QSharedMemory::SharedMemoryError QSharedMemory::error() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 578-582 |
| | 2 | 1 |
QSharedMemory::data| Name: | QSharedMemory::data | | Prototype: | void *QSharedMemory::data() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 461-465 |
| | 2 | 1 |
QSharedMemory::QSharedMemory| Name: | QSharedMemory::QSharedMemory | | Prototype: | QSharedMemory::QSharedMemory(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 151-154 |
| | 2 | 1 |
QSharedMemory::QSharedMemory| Name: | QSharedMemory::QSharedMemory | | Prototype: | QSharedMemory::QSharedMemory(const QString &key, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 163-167 |
| | 1 | 1 |
QSharedDataPointer::clone| Name: | QSharedDataPointer::clone | | Prototype: | template<> QTimeZonePrivate *QSharedDataPointer<QTimeZonePrivate>::clone() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | | Lines: | 587-590 |
| | 1 | 1 |
QSettingsPrivate::variantListToStringList| Name: | QSettingsPrivate::variantListToStringList | | Prototype: | QStringList QSettingsPrivate::variantListToStringList(const QVariantList &l) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 362-370 |
| | 6 | 2 |
QSettingsPrivate::update| Name: | QSettingsPrivate::update | | Prototype: | void QSettingsPrivate::update() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 343-347 |
| | 2 | 1 |
QSettingsPrivate::splitArgs| Name: | QSettingsPrivate::splitArgs | | Prototype: | QStringList QSettingsPrivate::splitArgs(const QString &s, int idx) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 895-919 |
| | 16 | 4 |
QSettingsPrivate::requestUpdate| Name: | QSettingsPrivate::requestUpdate | | Prototype: | void QSettingsPrivate::requestUpdate() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 349-360 |
| | 4 | 2 |
QSettingsPrivate::processChild| Name: | QSettingsPrivate::processChild | | Prototype: | void QSettingsPrivate::processChild(QStringRef key, ChildSpec spec, QStringList &result) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 308-322 |
| | 9 | 5 |
QSettingsPrivate::normalizedKey| Name: | QSettingsPrivate::normalizedKey | | Prototype: | QString QSettingsPrivate::normalizedKey(const QString &key) | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 266-289 |
| | 15 | 8 |
QSettingsPrivate::iniEscapedStringList| Name: | QSettingsPrivate::iniEscapedStringList | | Prototype: | void QSettingsPrivate::iniEscapedStringList(const QStringList &strs, QByteArray &result, QTextCodec *codec) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 705-724 |
| | 6 | 4 |
QSettingsPrivate::iniEscapedKey| Name: | QSettingsPrivate::iniEscapedKey | | Prototype: | void QSettingsPrivate::iniEscapedKey(const QString &key, QByteArray &result) | | Coverage: | 100.000% (32/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 533-558 |
| | 18 | 6 |
QSettingsPrivate::create| Name: | QSettingsPrivate::create | | Prototype: | QSettingsPrivate *QSettingsPrivate::create(QSettings::Format format, QSettings::Scope scope, const QString &organization, const QString &application) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 294-298 |
| | 1 | 1 |
QSettingsPrivate::create| Name: | QSettingsPrivate::create | | Prototype: | QSettingsPrivate *QSettingsPrivate::create(const QString &fileName, QSettings::Format format) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 302-305 |
| | 1 | 1 |
QSettingsPrivate::beginGroupOrArray| Name: | QSettingsPrivate::beginGroupOrArray | | Prototype: | void QSettingsPrivate::beginGroupOrArray(const QSettingsGroup &group) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 324-330 |
| | 4 | 2 |
QSettingsPrivate::actualKey| Name: | QSettingsPrivate::actualKey | | Prototype: | QString QSettingsPrivate::actualKey(const QString &key) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 248-253 |
| | 3 | 1 |
QSettingsPrivate::QSettingsPrivate| Name: | QSettingsPrivate::QSettingsPrivate | | Prototype: | QSettingsPrivate::QSettingsPrivate(QSettings::Format format) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 231-235 |
| | 2 | 1 |
QSettingsPrivate::QSettingsPrivate| Name: | QSettingsPrivate::QSettingsPrivate | | Prototype: | QSettingsPrivate::QSettingsPrivate(QSettings::Format format, QSettings::Scope scope, const QString &organization, const QString &application) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 237-242 |
| | 2 | 1 |
QSettingsIniSection::QSettingsIniSection| Name: | QSettingsIniSection::QSettingsIniSection | | Prototype: | inline QSettingsIniSection() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1785-1785 |
| | 1 | 1 |
QSettingsIniKey::QSettingsIniKey| Name: | QSettingsIniKey::QSettingsIniKey | | Prototype: | inline QSettingsIniKey(const QString &str, int pos = -1) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1765-1765 |
| | 1 | 1 |
QSettings::value| Name: | QSettings::value | | Prototype: | QVariant QSettings::value(const QString &key, const QVariant &defaultValue) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 3282-3293 |
| | 8 | 2 |
QSettings::sync| Name: | QSettings::sync | | Prototype: | void QSettings::sync() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 2721-2725 |
| | 2 | 1 |
QSettings::status| Name: | QSettings::status | | Prototype: | QSettings::Status QSettings::status() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 2859-2863 |
| | 2 | 1 |
QSettings::setValue| Name: | QSettings::setValue | | Prototype: | void QSettings::setValue(const QString &key, const QVariant &value) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 3146-3156 |
| | 7 | 2 |
QSettings::setUserIniPath| Name: | QSettings::setUserIniPath | | Prototype: | void QSettings::setUserIniPath(const QString &dir) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 3351-3357 |
| | 2 | 1 |
QSettings::setSystemIniPath| Name: | QSettings::setSystemIniPath | | Prototype: | void QSettings::setSystemIniPath(const QString &dir) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 3337-3343 |
| | 2 | 1 |
QSettings::setPath| Name: | QSettings::setPath | | Prototype: | void QSettings::setPath(Format format, Scope scope, const QString &path) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 3393-3400 |
| | 5 | 2 |
QSettings::setFallbacksEnabled| Name: | QSettings::setFallbacksEnabled | | Prototype: | void QSettings::setFallbacksEnabled(bool b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 3230-3234 |
| | 2 | 1 |
QSettings::setDefaultFormat| Name: | QSettings::setDefaultFormat | | Prototype: | void QSettings::setDefaultFormat(Format format) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 3307-3310 |
| | 1 | 1 |
QSettings::scope| Name: | QSettings::scope | | Prototype: | QSettings::Scope QSettings::scope() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 2762-2766 |
| | 2 | 1 |
QSettings::remove| Name: | QSettings::remove | | Prototype: | void QSettings::remove(const QString &key) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 3181-3200 |
| | 9 | 3 |
QSettings::organizationName| Name: | QSettings::organizationName | | Prototype: | QString QSettings::organizationName() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 2775-2779 |
| | 2 | 1 |