Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSortFilterProxyModel::setFilterCaseSensitivityName: | QSortFilterProxyModel::setFilterCaseSensitivity | Prototype: | void QSortFilterProxyModel::setFilterCaseSensitivity(Qt::CaseSensitivity cs) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2368-2376 |
| | 6 | 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: | 2497-2503 |
| | 4 | 2 |
QSortFilterProxyModel::setDataName: | QSortFilterProxyModel::setData | Prototype: | bool QSortFilterProxyModel::setData(const QModelIndex &index, const QVariant &value, int role) | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1975-1982 |
| | 5 | 2 |
QSortFilterProxyModel::rowCountName: | QSortFilterProxyModel::rowCount | Prototype: | int QSortFilterProxyModel::rowCount(const QModelIndex &parent) const | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1918-1926 |
| | 6 | 2 |
QSortFilterProxyModel::removeRowsName: | QSortFilterProxyModel::removeRows | Prototype: | bool QSortFilterProxyModel::removeRows(int row, int count, const QModelIndex &parent) | Coverage: | 86.111% (31/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2114-2151 |
| | 29 | 8 |
QSortFilterProxyModel::removeColumnsName: | QSortFilterProxyModel::removeColumns | Prototype: | bool QSortFilterProxyModel::removeColumns(int column, int count, const QModelIndex &parent) | Coverage: | 82.353% (28/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2156-2190 |
| | 27 | 8 |
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: | 1887-1897 |
| | 8 | 2 |
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: | 2046-2050 |
| | 2 | 1 |
QSortFilterProxyModel::mimeDataName: | QSortFilterProxyModel::mimeData | Prototype: | QMimeData *QSortFilterProxyModel::mimeData(const QModelIndexList &indexes) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2032-2041 |
| | 7 | 2 |
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: | 2246-2251 |
| | 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: | 2749-2753 |
| | 2 | 1 |
QSortFilterProxyModel::mapSelectionToSourceName: | QSortFilterProxyModel::mapSelectionToSource | Prototype: | QItemSelection QSortFilterProxyModel::mapSelectionToSource(const QItemSelection &proxySelection) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2770-2773 |
| | 1 | 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: | 2778-2781 |
| | 1 | 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: | 2761-2765 |
| | 2 | 1 |
QSortFilterProxyModel::lessThanName: | QSortFilterProxyModel::lessThan | Prototype: | bool QSortFilterProxyModel::lessThan(const QModelIndex &source_left, const QModelIndex &source_right) const | Coverage: | 41.667% (15/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2646-2685 |
| | 21 | 16 |
QSortFilterProxyModel::isSortLocaleAwareName: | QSortFilterProxyModel::isSortLocaleAware | Prototype: | bool QSortFilterProxyModel::isSortLocaleAware() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2412-2416 |
| | 2 | 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: | 2603-2607 |
| | 2 | 1 |
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: | 2574-2580 |
| | 4 | 1 |
QSortFilterProxyModel::insertRowsName: | QSortFilterProxyModel::insertRows | Prototype: | bool QSortFilterProxyModel::insertRows(int row, int count, const QModelIndex &parent) | Coverage: | 87.500% (14/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2074-2089 |
| | 13 | 4 |
QSortFilterProxyModel::insertColumnsName: | QSortFilterProxyModel::insertColumns | Prototype: | bool QSortFilterProxyModel::insertColumns(int column, int count, const QModelIndex &parent) | Coverage: | 75.000% (12/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2094-2109 |
| | 13 | 4 |
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: | 1870-1882 |
| | 8 | 3 |
QSortFilterProxyModel::headerDataName: | QSortFilterProxyModel::headerData | Prototype: | QVariant QSortFilterProxyModel::headerData(int section, Qt::Orientation orientation, int role) const | Coverage: | 55.556% (10/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1987-2004 |
| | 13 | 5 |
QSortFilterProxyModel::hasChildrenName: | QSortFilterProxyModel::hasChildren | Prototype: | bool QSortFilterProxyModel::hasChildren(const QModelIndex &parent) const | Coverage: | 81.250% (13/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1944-1958 |
| | 10 | 4 |
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: | 2219-2226 |
| | 5 | 2 |
QSortFilterProxyModel::filterRoleName: | QSortFilterProxyModel::filterRole | Prototype: | int QSortFilterProxyModel::filterRole() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2538-2542 |
| | 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: | 2316-2320 |
| | 2 | 1 |
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: | 2338-2342 |
| | 2 | 1 |
QSortFilterProxyModel::filterChangedName: | QSortFilterProxyModel::filterChanged | Prototype: | void QSortFilterProxyModel::filterChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2587-2591 |
| | 2 | 1 |
QSortFilterProxyModel::filterCaseSensitivityName: | QSortFilterProxyModel::filterCaseSensitivity | Prototype: | Qt::CaseSensitivity QSortFilterProxyModel::filterCaseSensitivity() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2362-2366 |
| | 2 | 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: | 2701-2721 |
| | 16 | 6 |
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: | 2736-2741 |
| | 3 | 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: | 2195-2202 |
| | 5 | 2 |
QSortFilterProxyModel::dynamicSortFilterName: | QSortFilterProxyModel::dynamicSortFilter | Prototype: | bool QSortFilterProxyModel::dynamicSortFilter() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2491-2495 |
| | 2 | 1 |
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: | 2065-2069 |
| | 1 | 1 |
QSortFilterProxyModel::dataName: | QSortFilterProxyModel::data | Prototype: | QVariant QSortFilterProxyModel::data(const QModelIndex &index, int role) const | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1963-1970 |
| | 5 | 2 |
QSortFilterProxyModel::columnCountName: | QSortFilterProxyModel::columnCount | Prototype: | int QSortFilterProxyModel::columnCount(const QModelIndex &parent) const | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1931-1939 |
| | 6 | 2 |
QSortFilterProxyModel::clearName: | QSortFilterProxyModel::clear | Prototype: | void QSortFilterProxyModel::clear() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2559-2565 |
| | 4 | 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: | 2207-2214 |
| | 5 | 2 |
QSortFilterProxyModel::buddyName: | QSortFilterProxyModel::buddy | Prototype: | QModelIndex QSortFilterProxyModel::buddy(const QModelIndex &index) const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2231-2241 |
| | 8 | 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: | 1723-1736 |
| | 10 | 1 |
QSocks5SocketEnginePrivate::waitForConnectedName: | QSocks5SocketEnginePrivate::waitForConnected | Prototype: | bool QSocks5SocketEnginePrivate::waitForConnected(int msecs, bool *timedOut) | Coverage: | 86.364% (19/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1717-1743 |
| | 17 | 6 |
QSocks5SocketEnginePrivate::setErrorStateName: | QSocks5SocketEnginePrivate::setErrorState | Prototype: | void QSocks5SocketEnginePrivate::setErrorState(Socks5State state, const QString &extraMessage) | Coverage: | 63.889% (23/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 579-652 |
| | 37 | 21 |
QSocks5SocketEnginePrivate::setErrorStateName: | QSocks5SocketEnginePrivate::setErrorState | Prototype: | void QSocks5SocketEnginePrivate::setErrorState(Socks5State state, Socks5Error socks5error) | Coverage: | 47.368% (9/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 654-698 |
| | 30 | 10 |
QSocks5SocketEnginePrivate::sendRequestMethodName: | QSocks5SocketEnginePrivate::sendRequestMethod | Prototype: | void QSocks5SocketEnginePrivate::sendRequestMethod() | Coverage: | 71.429% (15/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 778-821 |
| | 28 | 6 |
QSocks5SocketEnginePrivate::reauthenticateName: | QSocks5SocketEnginePrivate::reauthenticate | Prototype: | void QSocks5SocketEnginePrivate::reauthenticate() | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 700-730 |
| | 15 | 2 |
QSocks5SocketEnginePrivate::parseRequestMethodReplyName: | QSocks5SocketEnginePrivate::parseRequestMethodReply | Prototype: | void QSocks5SocketEnginePrivate::parseRequestMethodReply() | Coverage: | 84.091% (37/44) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 823-905 |
| | 46 | 13 |
QSocks5SocketEnginePrivate::parseAuthenticationMethodReplyName: | QSocks5SocketEnginePrivate::parseAuthenticationMethodReply | Prototype: | void QSocks5SocketEnginePrivate::parseAuthenticationMethodReply() | Coverage: | 95.238% (20/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 732-765 |
| | 23 | 7 |
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: | 767-776 |
| | 6 | 3 |
QSocks5SocketEnginePrivate::initializeName: | QSocks5SocketEnginePrivate::initialize | Prototype: | void QSocks5SocketEnginePrivate::initialize(Socks5Mode socks5Mode) | Coverage: | 86.667% (13/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 524-577 |
| | 37 | 5 |
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: | 947-956 |
| | 5 | 2 |
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: | 926-935 |
| | 5 | 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: | 966-972 |
| | 3 | 1 |
QSocks5SocketEnginePrivate::checkForDatagramsName: | QSocks5SocketEnginePrivate::checkForDatagrams | Prototype: | void QSocks5SocketEnginePrivate::checkForDatagrams() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1267-1272 |
| | 2 | 2 |
QSocks5SocketEnginePrivate::_q_udpSocketReadNotificationName: | QSocks5SocketEnginePrivate::_q_udpSocketReadNotification | Prototype: | void QSocks5SocketEnginePrivate::_q_udpSocketReadNotification() | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1274-1317 |
| | 22 | 8 |
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: | 937-945 |
| | 4 | 2 |
QSocks5SocketEnginePrivate::_q_emitPendingReadNotificationName: | QSocks5SocketEnginePrivate::_q_emitPendingReadNotification | Prototype: | void QSocks5SocketEnginePrivate::_q_emitPendingReadNotification() | Coverage: | 64.286% (9/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 907-924 |
| | 11 | 4 |
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: | 958-964 |
| | 3 | 1 |
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: | 1261-1264 |
| | 0 | 1 |
QSocks5SocketEnginePrivate::_q_controlSocketReadNotificationName: | QSocks5SocketEnginePrivate::_q_controlSocketReadNotification | Prototype: | void QSocks5SocketEnginePrivate::_q_controlSocketReadNotification() | Coverage: | 62.500% (15/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1163-1209 |
| | 22 | 11 |
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: | 1225-1254 |
| | 19 | 5 |
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: | 1256-1259 |
| | 0 | 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: | 1152-1161 |
| | 6 | 1 |
QSocks5SocketEnginePrivate::_q_controlSocketBytesWrittenName: | QSocks5SocketEnginePrivate::_q_controlSocketBytesWritten | Prototype: | void QSocks5SocketEnginePrivate::_q_controlSocketBytesWritten() | Coverage: | 81.818% (9/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1211-1223 |
| | 7 | 3 |
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: | 499-518 |
| | 1 | 1 |
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: | 1904-1918 |
| | 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: | 1920-1928 |
| | 3 | 2 |
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: | 979-997 |
| | 11 | 5 |
QSocks5SocketEngine::writeDatagramName: | QSocks5SocketEngine::writeDatagram | Prototype: | qint64 QSocks5SocketEngine::writeDatagram(const char *data, qint64 len, const QIpPacketHeader &header) | Coverage: | 26.316% (5/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1618-1656 |
| | 21 | 7 |
QSocks5SocketEngine::writeName: | QSocks5SocketEngine::write | Prototype: | qint64 QSocks5SocketEngine::write(const char *data, qint64 len) | Coverage: | 50.000% (8/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1534-1567 |
| | 16 | 6 |
QSocks5SocketEngine::waitForWriteName: | QSocks5SocketEngine::waitForWrite | Prototype: | bool QSocks5SocketEngine::waitForWrite(int msecs, bool *timedOut) | Coverage: | 68.421% (13/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1797-1821 |
| | 14 | 5 |
QSocks5SocketEngine::waitForReadOrWriteName: | QSocks5SocketEngine::waitForReadOrWrite | Prototype: | bool QSocks5SocketEngine::waitForReadOrWrite(bool *readyToRead, bool *readyToWrite, bool checkRead, bool checkWrite, int msecs, bool *timedOut) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1823-1839 |
| | 10 | 4 |
QSocks5SocketEngine::waitForReadName: | QSocks5SocketEngine::waitForRead | Prototype: | bool QSocks5SocketEngine::waitForRead(int msecs, bool *timedOut) | Coverage: | 57.895% (22/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1745-1794 |
| | 27 | 11 |
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: | 1075-1079 |
| | 2 | 1 |
QSocks5SocketEngine::setWriteNotificationEnabledName: | QSocks5SocketEngine::setWriteNotificationEnabled | Prototype: | void QSocks5SocketEngine::setWriteNotificationEnabled(bool enable) | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1880-1890 |
| | 7 | 3 |
QSocks5SocketEngine::setReadNotificationEnabledName: | QSocks5SocketEngine::setReadNotificationEnabled | Prototype: | void QSocks5SocketEngine::setReadNotificationEnabled(bool enable) | Coverage: | 77.273% (17/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1847-1872 |
| | 15 | 6 |
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: | 1069-1073 |
| | 2 | 1 |
QSocks5SocketEngine::setOptionName: | QSocks5SocketEngine::setOption | Prototype: | bool QSocks5SocketEngine::setOption(SocketOption option, int value) | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1703-1715 |
| | 8 | 4 |
QSocks5SocketEngine::setMulticastInterfaceName: | QSocks5SocketEngine::setMulticastInterface | Prototype: | bool QSocks5SocketEngine::setMulticastInterface(const QNetworkInterface &) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1593-1598 |
| | 3 | 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: | 1898-1902 |
| | 2 | 1 |
QSocks5SocketEngine::readDatagramName: | QSocks5SocketEngine::readDatagram | Prototype: | qint64 QSocks5SocketEngine::readDatagram(char *data, qint64 maxlen, QIpPacketHeader *header, PacketHeaderOptions) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1601-1616 |
| | 10 | 2 |
QSocks5SocketEngine::readName: | QSocks5SocketEngine::read | Prototype: | qint64 QSocks5SocketEngine::read(char *data, qint64 maxlen) | Coverage: | 61.538% (8/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1504-1532 |
| | 17 | 5 |
QSocks5SocketEngine::pendingDatagramSizeName: | QSocks5SocketEngine::pendingDatagramSize | Prototype: | qint64 QSocks5SocketEngine::pendingDatagramSize() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1668-1677 |
| | 5 | 2 |
QSocks5SocketEngine::optionName: | QSocks5SocketEngine::option | Prototype: | int QSocks5SocketEngine::option(SocketOption option) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1690-1701 |
| | 7 | 4 |
QSocks5SocketEngine::multicastInterfaceName: | QSocks5SocketEngine::multicastInterface | Prototype: | QNetworkInterface QSocks5SocketEngine::multicastInterface() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1588-1591 |
| | 1 | 1 |
QSocks5SocketEngine::listenName: | QSocks5SocketEngine::listen | Prototype: | bool QSocks5SocketEngine::listen() | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1415-1432 |
| | 7 | 3 |
QSocks5SocketEngine::leaveMulticastGroupName: | QSocks5SocketEngine::leaveMulticastGroup | Prototype: | bool QSocks5SocketEngine::leaveMulticastGroup(const QHostAddress &, const QNetworkInterface &) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1579-1585 |
| | 3 | 1 |
QSocks5SocketEngine::joinMulticastGroupName: | QSocks5SocketEngine::joinMulticastGroup | Prototype: | bool QSocks5SocketEngine::joinMulticastGroup(const QHostAddress &, const QNetworkInterface &) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1571-1577 |
| | 3 | 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: | 1874-1878 |
| | 2 | 1 |
QSocks5SocketEngine::isValidName: | QSocks5SocketEngine::isValid | Prototype: | bool QSocks5SocketEngine::isValid() const | Coverage: | 72.727% (8/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1081-1089 |
| | 6 | 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: | 1841-1845 |
| | 2 | 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: | 1892-1896 |
| | 2 | 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: | 1001-1011 |
| | 5 | 1 |
QSocks5SocketEngine::initializeName: | QSocks5SocketEngine::initialize | Prototype: | bool QSocks5SocketEngine::initialize(qintptr socketDescriptor, QAbstractSocket::SocketState socketState) | Coverage: | 40.000% (4/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1013-1067 |
| | 39 | 4 |
QSocks5SocketEngine::hasPendingDatagramsName: | QSocks5SocketEngine::hasPendingDatagrams | Prototype: | bool QSocks5SocketEngine::hasPendingDatagrams() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1658-1666 |
| | 4 | 2 |
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: | 1141-1150 |
| | 5 | 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: | 1129-1139 |
| | 5 | 1 |
QSocks5SocketEngine::connectInternalName: | QSocks5SocketEngine::connectInternal | Prototype: | bool QSocks5SocketEngine::connectInternal() | Coverage: | 76.190% (16/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1091-1127 |
| | 20 | 7 |
QSocks5SocketEngine::closeName: | QSocks5SocketEngine::close | Prototype: | void QSocks5SocketEngine::close() | Coverage: | 65.000% (13/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1469-1489 |
| | 12 | 6 |
QSocks5SocketEngine::bytesToWriteName: | QSocks5SocketEngine::bytesToWrite | Prototype: | qint64 QSocks5SocketEngine::bytesToWrite() const | Coverage: | 50.000% (3/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1680-1688 |
| | 4 | 2 |
QSocks5SocketEngine::bytesAvailableName: | QSocks5SocketEngine::bytesAvailable | Prototype: | qint64 QSocks5SocketEngine::bytesAvailable() const | Coverage: | 55.556% (5/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1491-1502 |
| | 7 | 3 |