| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QSocks5SocketEngine::pendingDatagramSize| Name:  | 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:  | 1679-1688 |  
  |  | 5 | 2 | 
 QSocks5SocketEngine::read| Name:  | 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:  | 1515-1543 |  
  |  | 17 | 5 | 
 QSocks5SocketEngine::readDatagram| Name:  | 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:  | 1612-1627 |  
  |  | 10 | 2 | 
 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::setMulticastInterface| Name:  | 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:  | 1604-1609 |  
  |  | 3 | 1 | 
 QSocks5SocketEngine::setOption| Name:  | 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:  | 1714-1726 |  
  |  | 8 | 4 | 
 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::setReadNotificationEnabled| Name:  | 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:  | 1858-1883 |  
  |  | 15 | 6 | 
 QSocks5SocketEngine::setWriteNotificationEnabled| Name:  | 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:  | 1891-1901 |  
  |  | 7 | 3 | 
 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::waitForRead| Name:  | 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:  | 1756-1805 |  
  |  | 27 | 11 | 
 QSocks5SocketEngine::waitForReadOrWrite| Name:  | 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:  | 1834-1850 |  
  |  | 10 | 4 | 
 QSocks5SocketEngine::waitForWrite| Name:  | 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:  | 1808-1832 |  
  |  | 14 | 5 | 
 QSocks5SocketEngine::write| Name:  | QSocks5SocketEngine::write |  | Prototype:  | qint64 QSocks5SocketEngine::write(const char *data, qint64 len) |  | Coverage:  |  62.500% (10/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp |  | Lines:  | 1545-1578 |  
  |  | 16 | 6 | 
 QSocks5SocketEngine::writeDatagram| Name:  | 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:  | 1629-1667 |  
  |  | 21 | 7 | 
 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 | 
 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 | 
 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 | 
 QSocks5SocketEnginePrivate::_q_controlSocketBytesWritten| Name:  | 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:  | 1221-1233 |  
  |  | 7 | 3 | 
 QSocks5SocketEnginePrivate::_q_controlSocketConnected| Name:  | 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_controlSocketDisconnected| Name:  | 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_controlSocketError| Name:  | 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_controlSocketReadNotification| Name:  | 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:  | 1173-1219 |  
  |  | 22 | 11 | 
 QSocks5SocketEnginePrivate::_q_controlSocketStateChanged| Name:  | 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_emitPendingConnectionNotification| Name:  | 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_emitPendingReadNotification| Name:  | 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:  | 916-933 |  
  |  | 11 | 4 | 
 QSocks5SocketEnginePrivate::_q_emitPendingWriteNotification| Name:  | 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::_q_udpSocketReadNotification| Name:  | 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:  | 1284-1327 |  
  |  | 22 | 8 | 
 QSocks5SocketEnginePrivate::checkForDatagrams| Name:  | 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:  | 1277-1282 |  
  |  | 2 | 2 | 
 QSocks5SocketEnginePrivate::emitConnectionNotification| Name:  | 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::emitReadNotification| Name:  | 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::emitWriteNotification| Name:  | 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::initialize| Name:  | 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:  | 532-585 |  
  |  | 37 | 5 | 
 QSocks5SocketEnginePrivate::parseAuthenticatingReply| Name:  | 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 | 
 QSocks5SocketEnginePrivate::parseAuthenticationMethodReply| Name:  | 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:  | 740-773 |  
  |  | 23 | 7 | 
 QSocks5SocketEnginePrivate::parseRequestMethodReply| Name:  | 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:  | 831-914 |  
  |  | 47 | 13 | 
 QSocks5SocketEnginePrivate::reauthenticate| Name:  | 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:  | 708-738 |  
  |  | 15 | 2 | 
 QSocks5SocketEnginePrivate::sendRequestMethod| Name:  | 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:  | 786-829 |  
  |  | 28 | 6 | 
 QSocks5SocketEnginePrivate::setErrorState| Name:  | 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:  | 587-660 |  
  |  | 37 | 21 | 
 QSocks5SocketEnginePrivate::setErrorState| Name:  | 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:  | 662-706 |  
  |  | 30 | 10 | 
 QSocks5SocketEnginePrivate::waitForConnected| Name:  | 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:  | 1728-1754 |  
  |  | 17 | 6 | 
 QSortFilterProxyModel::QSortFilterProxyModel| Name:  | 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::buddy| Name:  | 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:  | 2237-2247 |  
  |  | 8 | 3 | 
 QSortFilterProxyModel::canFetchMore| Name:  | 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::clear| Name:  | 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:  | 2565-2571 |  
  |  | 4 | 1 | 
 QSortFilterProxyModel::columnCount| Name:  | 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:  | 1937-1945 |  
  |  | 6 | 2 | 
 QSortFilterProxyModel::data| Name:  | 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:  | 1969-1976 |  
  |  | 5 | 2 | 
 QSortFilterProxyModel::dropMimeData| Name:  | 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::dynamicSortFilter| Name:  | 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:  | 2497-2501 |  
  |  | 2 | 1 | 
 QSortFilterProxyModel::fetchMore| Name:  | 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::filterAcceptsColumn| Name:  | 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::filterAcceptsRow| Name:  | 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::filterCaseSensitivity| Name:  | 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:  | 2368-2372 |  
  |  | 2 | 1 | 
 QSortFilterProxyModel::filterChanged| Name:  | 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:  | 2593-2597 |  
  |  | 2 | 1 | 
 QSortFilterProxyModel::filterKeyColumn| Name:  | 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::filterRegExp| Name:  | 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::filterRole| Name:  | 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:  | 2544-2548 |  
  |  | 2 | 1 | 
 QSortFilterProxyModel::flags| Name:  | 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::hasChildren| Name:  | QSortFilterProxyModel::hasChildren |  | Prototype:  | bool QSortFilterProxyModel::hasChildren(const QModelIndex &parent) const |  | Coverage:  |  83.333% (10/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 1950-1964 |  
  |  | 10 | 4 | 
 QSortFilterProxyModel::headerData| Name:  | 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:  | 1993-2010 |  
  |  | 13 | 5 | 
 QSortFilterProxyModel::index| Name:  | 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::insertColumns| Name:  | 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:  | 2100-2115 |  
  |  | 13 | 4 | 
 QSortFilterProxyModel::insertRows| Name:  | 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:  | 2080-2095 |  
  |  | 13 | 4 | 
 QSortFilterProxyModel::invalidate| Name:  | 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::invalidateFilter| Name:  | 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::isSortLocaleAware| Name:  | 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:  | 2418-2422 |  
  |  | 2 | 1 | 
 QSortFilterProxyModel::lessThan| Name:  | 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:  | 2652-2691 |  
  |  | 21 | 16 | 
 QSortFilterProxyModel::mapFromSource| Name:  | 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::mapSelectionFromSource| Name:  | 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::mapSelectionToSource| Name:  | 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:  | 2776-2779 |  
  |  | 1 | 1 | 
 QSortFilterProxyModel::mapToSource| Name:  | 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::match| Name:  | 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::mimeData| Name:  | 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:  | 2038-2047 |  
  |  | 7 | 2 | 
 QSortFilterProxyModel::mimeTypes| Name:  | 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::parent| Name:  | 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::removeColumns| Name:  | 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:  | 2162-2196 |  
  |  | 27 | 8 | 
 QSortFilterProxyModel::removeRows| Name:  | 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:  | 2120-2157 |  
  |  | 29 | 8 | 
 QSortFilterProxyModel::rowCount| Name:  | 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:  | 1924-1932 |  
  |  | 6 | 2 | 
 QSortFilterProxyModel::setData| Name:  | 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:  | 1981-1988 |  
  |  | 5 | 2 | 
 QSortFilterProxyModel::setDynamicSortFilter| Name:  | 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::setFilterCaseSensitivity| Name:  | 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:  | 2374-2382 |  
  |  | 6 | 2 | 
 QSortFilterProxyModel::setFilterFixedString| Name:  | 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::setFilterKeyColumn| Name:  | 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::setFilterRegExp| Name:  | 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::setFilterRegExp| Name:  | 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::setFilterRole| Name:  | 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::setFilterWildcard| Name:  | QSortFilterProxyModel::setFilterWildcard |  | Prototype:  | void QSortFilterProxyModel::setFilterWildcard(const QString &pattern) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2457-2464 |  
  |  | 5 | 1 | 
 QSortFilterProxyModel::setHeaderData| Name:  | QSortFilterProxyModel::setHeaderData |  | Prototype:  | bool QSortFilterProxyModel::setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role) |  | Coverage:  |  61.111% (11/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2015-2033 |  
  |  | 13 | 5 | 
 QSortFilterProxyModel::setSortCaseSensitivity| Name:  | 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::setSortLocaleAware| Name:  | QSortFilterProxyModel::setSortLocaleAware |  | Prototype:  | void QSortFilterProxyModel::setSortLocaleAware(bool on) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2424-2432 |  
  |  | 5 | 2 | 
 QSortFilterProxyModel::setSortRole| Name:  | 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::setSourceModel| Name:  | QSortFilterProxyModel::setSourceModel |  | Prototype:  | void QSortFilterProxyModel::setSourceModel(QAbstractItemModel *sourceModel) |  | Coverage:  |  66.667% (4/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 1757-1871 |  
  |  | 75 | 2 | 
 QSortFilterProxyModel::sibling| Name:  | QSortFilterProxyModel::sibling |  | Prototype:  | QModelIndex QSortFilterProxyModel::sibling(int row, int column, const QModelIndex &idx) const |  | Coverage:  |  66.667% (6/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 1908-1919 |  
  |  | 7 | 3 | 
 QSortFilterProxyModel::sort| Name:  | 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::sortCaseSensitivity| Name:  | QSortFilterProxyModel::sortCaseSensitivity |  | Prototype:  | Qt::CaseSensitivity QSortFilterProxyModel::sortCaseSensitivity() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2393-2397 |  
  |  | 2 | 1 | 
 QSortFilterProxyModel::sortColumn| Name:  | 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::sortOrder| Name:  | QSortFilterProxyModel::sortOrder |  | Prototype:  | Qt::SortOrder QSortFilterProxyModel::sortOrder() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2303-2307 |  
  |  | 2 | 1 | 
 QSortFilterProxyModel::sortRole| Name:  | QSortFilterProxyModel::sortRole |  | Prototype:  | int QSortFilterProxyModel::sortRole() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2520-2524 |  
  |  | 2 | 1 | 
 QSortFilterProxyModel::span| Name:  | QSortFilterProxyModel::span |  | Prototype:  | QSize QSortFilterProxyModel::span(const QModelIndex &index) const |  | Coverage:  |  33.333% (2/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2262-2269 |  
  |  | 5 | 2 |