Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSignalMapper::QSignalMapperName: | 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 |
QSignalMapper::mapName: | 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::removeMappingsName: | 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::setMappingName: | 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::setMappingName: | 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 |
QSignalMapperPrivate::_q_senderDestroyedName: | 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 |
QSignalTransition::QSignalTransitionName: | 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::QSignalTransitionName: | 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 |
QSignalTransition::eventName: | 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::onTransitionName: | 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::senderObjectName: | 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::signalName: | 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 |
QSignalTransitionPrivate::QSignalTransitionPrivateName: | 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 |
QSignalTransitionPrivate::maybeRegisterName: | 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 |
QSimpleTextCodec::QSimpleTextCodecName: | 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 |
QSimpleTextCodec::aliasesName: | 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::nameName: | 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::~QSimpleTextCodecName: | 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 |
QSingleShotTimer::QSingleShotTimerName: | 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::QSingleShotTimerName: | 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 |
QSingleShotTimer::~QSingleShotTimerName: | 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 |
QSize::transposeName: | 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 |
QSizeF::transposeName: | 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 |
QSlotObjectBaseDeleter::cleanupName: | 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 |
QSocketNotifier::isEnabledName: | 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 |
QSocketNotifier::socketName: | 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::typeName: | 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::~QSocketNotifierName: | 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 |
QSocks5Authenticator::methodIdName: | 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 |
QSocks5Authenticator::sealName: | 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::unSealName: | 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::unSealName: | 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 |
QSocks5BindStore::containsName: | 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 |
QSocks5PasswordAuthenticator::QSocks5PasswordAuthenticatorName: | 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 |
QSocks5PasswordAuthenticator::beginAuthenticateName: | 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::methodIdName: | 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 |
QSocks5SocketEngine::QSocks5SocketEngineName: | 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 |
QSocks5SocketEngine::connectToHostName: | 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::connectToHostByNameName: | 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::initializeName: | 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::isExceptionNotificationEnabledName: | 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::isReadNotificationEnabledName: | 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::isValidName: | 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::isWriteNotificationEnabledName: | 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::setExceptionNotificationEnabledName: | 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::setProxyName: | 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::socketDescriptorName: | 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::~QSocks5SocketEngineName: | 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 |
QSocks5SocketEngineHandler::createSocketEngineName: | 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::createSocketEngineName: | 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 |
QSocks5SocketEnginePrivate::QSocks5SocketEnginePrivateName: | 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 |
QSocks5SocketEnginePrivate::_q_controlSocketConnectedName: | QSocks5SocketEnginePrivate::_q_controlSocketConnected | Prototype: | void QSocks5SocketEnginePrivate::_q_controlSocketConnected() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1162-1171 |
| | 6 | 1 |
QSocks5SocketEnginePrivate::_q_controlSocketDisconnectedName: | QSocks5SocketEnginePrivate::_q_controlSocketDisconnected | Prototype: | void QSocks5SocketEnginePrivate::_q_controlSocketDisconnected() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1266-1269 |
| | 0 | 1 |
QSocks5SocketEnginePrivate::_q_controlSocketErrorName: | QSocks5SocketEnginePrivate::_q_controlSocketError | Prototype: | void QSocks5SocketEnginePrivate::_q_controlSocketError(QAbstractSocket::SocketError error) | Coverage: | 100.000% (21/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1235-1264 |
| | 19 | 5 |
QSocks5SocketEnginePrivate::_q_controlSocketStateChangedName: | QSocks5SocketEnginePrivate::_q_controlSocketStateChanged | Prototype: | void QSocks5SocketEnginePrivate::_q_controlSocketStateChanged(QAbstractSocket::SocketState state) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1271-1274 |
| | 0 | 1 |
QSocks5SocketEnginePrivate::_q_emitPendingConnectionNotificationName: | QSocks5SocketEnginePrivate::_q_emitPendingConnectionNotification | Prototype: | void QSocks5SocketEnginePrivate::_q_emitPendingConnectionNotification() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 967-973 |
| | 3 | 1 |
QSocks5SocketEnginePrivate::_q_emitPendingWriteNotificationName: | QSocks5SocketEnginePrivate::_q_emitPendingWriteNotification | Prototype: | void QSocks5SocketEnginePrivate::_q_emitPendingWriteNotification() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 946-954 |
| | 4 | 2 |
QSocks5SocketEnginePrivate::emitConnectionNotificationName: | QSocks5SocketEnginePrivate::emitConnectionNotification | Prototype: | void QSocks5SocketEnginePrivate::emitConnectionNotification() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 975-981 |
| | 3 | 1 |
QSocks5SocketEnginePrivate::emitReadNotificationName: | QSocks5SocketEnginePrivate::emitReadNotification | Prototype: | void QSocks5SocketEnginePrivate::emitReadNotification() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 935-944 |
| | 5 | 2 |
QSocks5SocketEnginePrivate::emitWriteNotificationName: | QSocks5SocketEnginePrivate::emitWriteNotification | Prototype: | void QSocks5SocketEnginePrivate::emitWriteNotification() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 956-965 |
| | 5 | 2 |
QSocks5SocketEnginePrivate::parseAuthenticatingReplyName: | QSocks5SocketEnginePrivate::parseAuthenticatingReply | Prototype: | void QSocks5SocketEnginePrivate::parseAuthenticatingReply() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 775-784 |
| | 6 | 3 |
QSortFilterProxyModel::QSortFilterProxyModelName: | QSortFilterProxyModel::QSortFilterProxyModel | Prototype: | QSortFilterProxyModel::QSortFilterProxyModel(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1729-1742 |
| | 10 | 1 |
QSortFilterProxyModel::canFetchMoreName: | QSortFilterProxyModel::canFetchMore | Prototype: | bool QSortFilterProxyModel::canFetchMore(const QModelIndex &parent) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2213-2220 |
| | 5 | 2 |
QSortFilterProxyModel::dropMimeDataName: | QSortFilterProxyModel::dropMimeData | Prototype: | bool QSortFilterProxyModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2071-2075 |
| | 1 | 1 |
QSortFilterProxyModel::fetchMoreName: | QSortFilterProxyModel::fetchMore | Prototype: | void QSortFilterProxyModel::fetchMore(const QModelIndex &parent) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2201-2208 |
| | 5 | 2 |
QSortFilterProxyModel::filterAcceptsColumnName: | QSortFilterProxyModel::filterAcceptsColumn | Prototype: | bool QSortFilterProxyModel::filterAcceptsColumn(int source_column, const QModelIndex &source_parent) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2742-2747 |
| | 3 | 1 |
QSortFilterProxyModel::filterAcceptsRowName: | QSortFilterProxyModel::filterAcceptsRow | Prototype: | bool QSortFilterProxyModel::filterAcceptsRow(int source_row, const QModelIndex &source_parent) const | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2707-2727 |
| | 16 | 6 |
QSortFilterProxyModel::filterKeyColumnName: | QSortFilterProxyModel::filterKeyColumn | Prototype: | int QSortFilterProxyModel::filterKeyColumn() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2344-2348 |
| | 2 | 1 |
QSortFilterProxyModel::filterRegExpName: | QSortFilterProxyModel::filterRegExp | Prototype: | QRegExp QSortFilterProxyModel::filterRegExp() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2322-2326 |
| | 2 | 1 |
QSortFilterProxyModel::flagsName: | QSortFilterProxyModel::flags | Prototype: | Qt::ItemFlags QSortFilterProxyModel::flags(const QModelIndex &index) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2225-2232 |
| | 5 | 2 |
QSortFilterProxyModel::indexName: | QSortFilterProxyModel::index | Prototype: | QModelIndex QSortFilterProxyModel::index(int row, int column, const QModelIndex &parent) const | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1876-1888 |
| | 8 | 3 |
QSortFilterProxyModel::invalidateName: | QSortFilterProxyModel::invalidate | Prototype: | void QSortFilterProxyModel::invalidate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2580-2586 |
| | 4 | 1 |
QSortFilterProxyModel::invalidateFilterName: | QSortFilterProxyModel::invalidateFilter | Prototype: | void QSortFilterProxyModel::invalidateFilter() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2609-2613 |
| | 2 | 1 |
QSortFilterProxyModel::mapFromSourceName: | QSortFilterProxyModel::mapFromSource | Prototype: | QModelIndex QSortFilterProxyModel::mapFromSource(const QModelIndex &sourceIndex) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2767-2771 |
| | 2 | 1 |
QSortFilterProxyModel::mapSelectionFromSourceName: | QSortFilterProxyModel::mapSelectionFromSource | Prototype: | QItemSelection QSortFilterProxyModel::mapSelectionFromSource(const QItemSelection &sourceSelection) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2784-2787 |
| | 1 | 1 |
QSortFilterProxyModel::mapToSourceName: | QSortFilterProxyModel::mapToSource | Prototype: | QModelIndex QSortFilterProxyModel::mapToSource(const QModelIndex &proxyIndex) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2755-2759 |
| | 2 | 1 |
QSortFilterProxyModel::matchName: | QSortFilterProxyModel::match | Prototype: | QModelIndexList QSortFilterProxyModel::match(const QModelIndex &start, int role, const QVariant &value, int hits, Qt::MatchFlags flags) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2252-2257 |
| | 1 | 1 |
QSortFilterProxyModel::mimeTypesName: | QSortFilterProxyModel::mimeTypes | Prototype: | QStringList QSortFilterProxyModel::mimeTypes() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2052-2056 |
| | 2 | 1 |
QSortFilterProxyModel::parentName: | QSortFilterProxyModel::parent | Prototype: | QModelIndex QSortFilterProxyModel::parent(const QModelIndex &child) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1893-1903 |
| | 8 | 2 |
QSortFilterProxyModel::setDynamicSortFilterName: | QSortFilterProxyModel::setDynamicSortFilter | Prototype: | void QSortFilterProxyModel::setDynamicSortFilter(bool enable) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2503-2509 |
| | 4 | 2 |
QSortFilterProxyModel::setFilterFixedStringName: | QSortFilterProxyModel::setFilterFixedString | Prototype: | void QSortFilterProxyModel::setFilterFixedString(const QString &pattern) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2472-2479 |
| | 5 | 1 |
QSortFilterProxyModel::setFilterKeyColumnName: | QSortFilterProxyModel::setFilterKeyColumn | Prototype: | void QSortFilterProxyModel::setFilterKeyColumn(int column) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2350-2356 |
| | 4 | 1 |
QSortFilterProxyModel::setFilterRegExpName: | QSortFilterProxyModel::setFilterRegExp | Prototype: | void QSortFilterProxyModel::setFilterRegExp(const QRegExp ®Exp) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2328-2334 |
| | 4 | 1 |
QSortFilterProxyModel::setFilterRegExpName: | QSortFilterProxyModel::setFilterRegExp | Prototype: | void QSortFilterProxyModel::setFilterRegExp(const QString &pattern) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2442-2449 |
| | 5 | 1 |
QSortFilterProxyModel::setFilterRoleName: | QSortFilterProxyModel::setFilterRole | Prototype: | void QSortFilterProxyModel::setFilterRole(int role) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2550-2558 |
| | 6 | 2 |
QSortFilterProxyModel::setSortCaseSensitivityName: | QSortFilterProxyModel::setSortCaseSensitivity | Prototype: | void QSortFilterProxyModel::setSortCaseSensitivity(Qt::CaseSensitivity cs) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2399-2407 |
| | 5 | 2 |
QSortFilterProxyModel::setSortRoleName: | QSortFilterProxyModel::setSortRole | Prototype: | void QSortFilterProxyModel::setSortRole(int role) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2526-2533 |
| | 5 | 2 |
QSortFilterProxyModel::sortName: | QSortFilterProxyModel::sort | Prototype: | void QSortFilterProxyModel::sort(int column, Qt::SortOrder order) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2274-2283 |
| | 7 | 2 |
QSortFilterProxyModel::sortColumnName: | QSortFilterProxyModel::sortColumn | Prototype: | int QSortFilterProxyModel::sortColumn() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2291-2295 |
| | 2 | 1 |
QSortFilterProxyModel::supportedDropActionsName: | QSortFilterProxyModel::supportedDropActions | Prototype: | Qt::DropActions QSortFilterProxyModel::supportedDropActions() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2061-2065 |
| | 2 | 1 |
QSortFilterProxyModel::~QSortFilterProxyModelName: | QSortFilterProxyModel::~QSortFilterProxyModel | Prototype: | QSortFilterProxyModel::~QSortFilterProxyModel() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1747-1752 |
| | 3 | 1 |
QSortFilterProxyModelGreaterThan::QSortFilterProxyModelGreaterThanName: | QSortFilterProxyModelGreaterThan::QSortFilterProxyModelGreaterThan | Prototype: | inline QSortFilterProxyModelGreaterThan(int column, const QModelIndex &parent, const QAbstractItemModel *source, const QSortFilterProxyModel *proxy) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 93-97 |
| | 1 | 1 |
QSortFilterProxyModelGreaterThan::operator()Name: | QSortFilterProxyModelGreaterThan::operator() | Prototype: | inline bool operator()(int r1, int r2) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 99-104 |
| | 3 | 1 |
QSortFilterProxyModelLessThan::QSortFilterProxyModelLessThanName: | QSortFilterProxyModelLessThan::QSortFilterProxyModelLessThan | Prototype: | inline QSortFilterProxyModelLessThan(int column, const QModelIndex &parent, const QAbstractItemModel *source, const QSortFilterProxyModel *proxy) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 71-74 |
| | 1 | 1 |
QSortFilterProxyModelLessThan::operator()Name: | QSortFilterProxyModelLessThan::operator() | Prototype: | inline bool operator()(int r1, int r2) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 76-81 |
| | 3 | 1 |
QSortFilterProxyModelPrivate::_q_clearMappingName: | QSortFilterProxyModelPrivate::_q_clearMapping | Prototype: | void QSortFilterProxyModelPrivate::_q_clearMapping() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 311-326 |
| | 7 | 2 |
QSortFilterProxyModelPrivate::_q_sourceAboutToBeResetName: | QSortFilterProxyModelPrivate::_q_sourceAboutToBeReset | Prototype: | void QSortFilterProxyModelPrivate::_q_sourceAboutToBeReset() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1310-1314 |
| | 2 | 1 |
QSortFilterProxyModelPrivate::_q_sourceColumnsAboutToBeInsertedName: | QSortFilterProxyModelPrivate::_q_sourceColumnsAboutToBeInserted | Prototype: | void QSortFilterProxyModelPrivate::_q_sourceColumnsAboutToBeInserted( const QModelIndex &source_parent, int start, int end) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1475-1484 |
| | 4 | 2 |
QSortFilterProxyModelPrivate::_q_sourceColumnsAboutToBeRemovedName: | QSortFilterProxyModelPrivate::_q_sourceColumnsAboutToBeRemoved | Prototype: | void QSortFilterProxyModelPrivate::_q_sourceColumnsAboutToBeRemoved( const QModelIndex &source_parent, int start, int end) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1506-1511 |
| | 2 | 1 |
QSortFilterProxyModelPrivate::_q_sourceColumnsRemovedName: | QSortFilterProxyModelPrivate::_q_sourceColumnsRemoved | Prototype: | void QSortFilterProxyModelPrivate::_q_sourceColumnsRemoved( const QModelIndex &source_parent, int start, int end) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1513-1529 |
| | 9 | 4 |