| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QAbstractSocketEngine::outboundStreamCount| Name: | QAbstractSocketEngine::outboundStreamCount | | Prototype: | int QAbstractSocketEngine::outboundStreamCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 271-274 |
| | 1 | 1 |
QAbstractSocketEngine::localPort| Name: | QAbstractSocketEngine::localPort | | Prototype: | quint16 QAbstractSocketEngine::localPort() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 236-239 |
| | 1 | 1 |
QAbstractSocketEngine::localAddress| Name: | QAbstractSocketEngine::localAddress | | Prototype: | QHostAddress QAbstractSocketEngine::localAddress() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 226-229 |
| | 1 | 1 |
QAbstractSocketEngine::inboundStreamCount| Name: | QAbstractSocketEngine::inboundStreamCount | | Prototype: | int QAbstractSocketEngine::inboundStreamCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 266-269 |
| | 1 | 1 |
QAbstractSocketEngine::errorString| Name: | QAbstractSocketEngine::errorString | | Prototype: | QString QAbstractSocketEngine::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 140-143 |
| | 1 | 1 |
QAbstractSocketEngine::error| Name: | QAbstractSocketEngine::error | | Prototype: | QAbstractSocket::SocketError QAbstractSocketEngine::error() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 135-138 |
| | 1 | 1 |
QAbstractSocket::state| Name: | QAbstractSocket::state | | Prototype: | QAbstractSocket::SocketState QAbstractSocket::state() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2844-2847 |
| | 1 | 1 |
QAbstractSocket::socketType| Name: | QAbstractSocket::socketType | | Prototype: | QAbstractSocket::SocketType QAbstractSocket::socketType() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2864-2867 |
| | 1 | 1 |
QAbstractSocket::setSocketState| Name: | QAbstractSocket::setSocketState | | Prototype: | void QAbstractSocket::setSocketState(SocketState state) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2854-2857 |
| | 1 | 1 |
QAbstractSocket::setSocketError| Name: | QAbstractSocket::setSocketError | | Prototype: | void QAbstractSocket::setSocketError(SocketError socketError) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2884-2887 |
| | 1 | 1 |
QAbstractSocket::setPauseMode| Name: | QAbstractSocket::setPauseMode | | Prototype: | void QAbstractSocket::setPauseMode(PauseModes pauseMode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1495-1498 |
| | 1 | 1 |
QAbstractSocket::resume| Name: | QAbstractSocket::resume | | Prototype: | void QAbstractSocket::resume() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1463-1466 |
| | 1 | 1 |
QAbstractSocket::readLineData| Name: | QAbstractSocket::readLineData | | Prototype: | qint64 QAbstractSocket::readLineData(char *data, qint64 maxlen) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2485-2488 |
| | 1 | 1 |
QAbstractSocket::readBufferSize| Name: | QAbstractSocket::readBufferSize | | Prototype: | qint64 QAbstractSocket::readBufferSize() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2796-2799 |
| | 1 | 1 |
QAbstractSocket::pauseMode| Name: | QAbstractSocket::pauseMode | | Prototype: | QAbstractSocket::PauseModes QAbstractSocket::pauseMode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1475-1478 |
| | 1 | 1 |
QAbstractSocket::isValid| Name: | QAbstractSocket::isValid | | Prototype: | bool QAbstractSocket::isValid() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1604-1607 |
| | 1 | 1 |
QAbstractSocket::isSequential| Name: | QAbstractSocket::isSequential | | Prototype: | bool QAbstractSocket::isSequential() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2400-2403 |
| | 1 | 1 |
QAbstractSocket::error| Name: | QAbstractSocket::error | | Prototype: | QAbstractSocket::SocketError QAbstractSocket::error() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2874-2877 |
| | 1 | 1 |
QAbstractSocket::connectToHost| Name: | QAbstractSocket::connectToHost | | Prototype: | void QAbstractSocket::connectToHost(const QHostAddress &address, quint16 port, OpenMode openMode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1731-1739 |
| | 1 | 1 |
QAbstractSocket::bind| Name: | QAbstractSocket::bind | | Prototype: | bool QAbstractSocket::bind(quint16 port, BindMode mode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1590-1593 |
| | 1 | 1 |
QAbstractSocket::atEnd| Name: | QAbstractSocket::atEnd | | Prototype: | bool QAbstractSocket::atEnd() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2417-2420 |
| | 1 | 1 |
QAbstractSlider::sliderChange| Name: | QAbstractSlider::sliderChange | | Prototype: | void QAbstractSlider::sliderChange(SliderChange) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractslider.cpp | | Lines: | 692-695 |
| | 1 | 1 |
QAbstractSlider::event| Name: | QAbstractSlider::event | | Prototype: | bool QAbstractSlider::event(QEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractslider.cpp | | Lines: | 945-959 |
| | 1 | 1 |
QAbstractScrollAreaPrivate::setScrollBarTransient| Name: | QAbstractScrollAreaPrivate::setScrollBarTransient | | Prototype: | void QAbstractScrollAreaPrivate::setScrollBarTransient(QScrollBar *scrollBar, bool transient) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1515-1518 |
| | 1 | 1 |
QAbstractScrollAreaPrivate::_q_showOrHideScrollBars| Name: | QAbstractScrollAreaPrivate::_q_showOrHideScrollBars | | Prototype: | void QAbstractScrollAreaPrivate::_q_showOrHideScrollBars() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1538-1548 |
| | 1 | 1 |
QAbstractScrollArea::setupViewport| Name: | QAbstractScrollArea::setupViewport | | Prototype: | void QAbstractScrollArea::setupViewport(QWidget *viewport) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1660-1663 |
| | 1 | 1 |
QAbstractScrollArea::scrollContentsBy| Name: | QAbstractScrollArea::scrollContentsBy | | Prototype: | void QAbstractScrollArea::scrollContentsBy(int, int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1474-1477 |
| | 1 | 1 |
QAbstractScrollArea::mouseReleaseEvent| Name: | QAbstractScrollArea::mouseReleaseEvent | | Prototype: | void QAbstractScrollArea::mouseReleaseEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1279-1282 |
| | 1 | 1 |
QAbstractScrollArea::mousePressEvent| Name: | QAbstractScrollArea::mousePressEvent | | Prototype: | void QAbstractScrollArea::mousePressEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1267-1270 |
| | 1 | 1 |
QAbstractScrollArea::mouseMoveEvent| Name: | QAbstractScrollArea::mouseMoveEvent | | Prototype: | void QAbstractScrollArea::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1303-1306 |
| | 1 | 1 |
QAbstractScrollArea::mouseDoubleClickEvent| Name: | QAbstractScrollArea::mouseDoubleClickEvent | | Prototype: | void QAbstractScrollArea::mouseDoubleClickEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1291-1294 |
| | 1 | 1 |
QAbstractScrollArea::contextMenuEvent| Name: | QAbstractScrollArea::contextMenuEvent | | Prototype: | void QAbstractScrollArea::contextMenuEvent(QContextMenuEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1334-1337 |
| | 1 | 1 |
QAbstractProxyModel::sibling| Name: | QAbstractProxyModel::sibling | | Prototype: | QModelIndex QAbstractProxyModel::sibling(int row, int column, const QModelIndex &idx) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp | | Lines: | 376-379 |
| | 1 | 1 |
QAbstractProxyModel::setItemData| Name: | QAbstractProxyModel::setItemData | | Prototype: | bool QAbstractProxyModel::setItemData(const QModelIndex &index, const QMap< int, QVariant >& roles) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp | | Lines: | 297-300 |
| | 1 | 1 |
QAbstractProxyModel::itemData| Name: | QAbstractProxyModel::itemData | | Prototype: | QMap<int, QVariant> QAbstractProxyModel::itemData(const QModelIndex &proxyIndex) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp | | Lines: | 271-274 |
| | 1 | 1 |
QAbstractProxyModel::QAbstractProxyModel| Name: | QAbstractProxyModel::QAbstractProxyModel | | Prototype: | QAbstractProxyModel::QAbstractProxyModel(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp | | Lines: | 100-104 |
| | 1 | 1 |
QAbstractProxyModel::QAbstractProxyModel| Name: | QAbstractProxyModel::QAbstractProxyModel | | Prototype: | QAbstractProxyModel::QAbstractProxyModel(QAbstractProxyModelPrivate &dd, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp | | Lines: | 110-114 |
| | 1 | 1 |
QAbstractProtocolHandler::setReply| Name: | QAbstractProtocolHandler::setReply | | Prototype: | void QAbstractProtocolHandler::setReply(QHttpNetworkReply *reply) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qabstractprotocolhandler.cpp | | Lines: | 59-62 |
| | 1 | 1 |
QAbstractNativeEventFilter::QAbstractNativeEventFilter| Name: | QAbstractNativeEventFilter::QAbstractNativeEventFilter | | Prototype: | QAbstractNativeEventFilter::QAbstractNativeEventFilter() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstractnativeeventfilter.cpp | | Lines: | 60-63 |
| | 1 | 1 |
QAbstractListModel::sibling| Name: | QAbstractListModel::sibling | | Prototype: | QModelIndex QAbstractListModel::sibling(int row, int column, const QModelIndex &) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3544-3547 |
| | 1 | 1 |
QAbstractListModel::parent| Name: | QAbstractListModel::parent | | Prototype: | QModelIndex QAbstractListModel::parent(const QModelIndex & ) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3536-3539 |
| | 1 | 1 |
QAbstractListModel::index| Name: | QAbstractListModel::index | | Prototype: | QModelIndex QAbstractListModel::index(int row, int column, const QModelIndex &parent) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3525-3528 |
| | 1 | 1 |
QAbstractListModel::hasChildren| Name: | QAbstractListModel::hasChildren | | Prototype: | bool QAbstractListModel::hasChildren(const QModelIndex &parent) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3573-3576 |
| | 1 | 1 |
QAbstractListModel::columnCount| Name: | QAbstractListModel::columnCount | | Prototype: | int QAbstractListModel::columnCount(const QModelIndex &parent) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3568-3571 |
| | 1 | 1 |
QAbstractItemViewPrivate::selectedDraggableIndexes::[lambda]| Name: | QAbstractItemViewPrivate::selectedDraggableIndexes::[lambda] | | Prototype: | [this](const QModelIndex &index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4479-4481 |
| | 1 | 1 |
QAbstractItemViewPrivate::hasEditor| Name: | QAbstractItemViewPrivate::hasEditor | | Prototype: | bool QAbstractItemViewPrivate::hasEditor(const QModelIndex &index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4335-4339 |
| | 1 | 1 |
QAbstractItemViewPrivate::_q_rowsMoved| Name: | QAbstractItemViewPrivate::_q_rowsMoved | | Prototype: | void QAbstractItemViewPrivate::_q_rowsMoved(const QModelIndex &, int, int, const QModelIndex &, int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3586-3589 |
| | 1 | 1 |
QAbstractItemViewPrivate::_q_columnsMoved| Name: | QAbstractItemViewPrivate::_q_columnsMoved | | Prototype: | void QAbstractItemViewPrivate::_q_columnsMoved(const QModelIndex &, int, int, const QModelIndex &, int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3591-3594 |
| | 1 | 1 |
QAbstractItemViewPrivate::QAbstractItemViewPrivate| Name: | QAbstractItemViewPrivate::QAbstractItemViewPrivate | | Prototype: | QAbstractItemViewPrivate::QAbstractItemViewPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 75-118 |
| | 1 | 1 |
QAbstractItemView::viewportSizeHint| Name: | QAbstractItemView::viewportSizeHint | | Prototype: | QSize QAbstractItemView::viewportSizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1430-1433 |
| | 1 | 1 |
QAbstractItemView::verticalStepsPerItem| Name: | QAbstractItemView::verticalStepsPerItem | | Prototype: | int QAbstractItemView::verticalStepsPerItem() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2969-2972 |
| | 1 | 1 |
QAbstractItemView::textElideMode| Name: | QAbstractItemView::textElideMode | | Prototype: | Qt::TextElideMode QAbstractItemView::textElideMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1616-1619 |
| | 1 | 1 |
QAbstractItemView::stopAutoScroll| Name: | QAbstractItemView::stopAutoScroll | | Prototype: | void QAbstractItemView::stopAutoScroll() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3840-3843 |
| | 1 | 1 |
QAbstractItemView::startAutoScroll| Name: | QAbstractItemView::startAutoScroll | | Prototype: | void QAbstractItemView::startAutoScroll() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3832-3835 |
| | 1 | 1 |
QAbstractItemView::setVerticalStepsPerItem| Name: | QAbstractItemView::setVerticalStepsPerItem | | Prototype: | void QAbstractItemView::setVerticalStepsPerItem(int steps) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2957-2961 |
| | 1 | 1 |
QAbstractItemView::setHorizontalStepsPerItem| Name: | QAbstractItemView::setHorizontalStepsPerItem | | Prototype: | void QAbstractItemView::setHorizontalStepsPerItem(int steps) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2928-2932 |
| | 1 | 1 |
QAbstractItemView::selectedIndexes::[lambda]| Name: | QAbstractItemView::selectedIndexes::[lambda] | | Prototype: | [this](const QModelIndex &idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2614-2616 |
| | 1 | 1 |
QAbstractItemView::scrollToTop| Name: | QAbstractItemView::scrollToTop | | Prototype: | void QAbstractItemView::scrollToTop() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3242-3245 |
| | 1 | 1 |
QAbstractItemView::rootIndex| Name: | QAbstractItemView::rootIndex | | Prototype: | QModelIndex QAbstractItemView::rootIndex() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1161-1164 |
| | 1 | 1 |
QAbstractItemView::itemDelegate| Name: | QAbstractItemView::itemDelegate | | Prototype: | QAbstractItemDelegate *QAbstractItemView::itemDelegate() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 875-878 |
| | 1 | 1 |
QAbstractItemView::horizontalStepsPerItem| Name: | QAbstractItemView::horizontalStepsPerItem | | Prototype: | int QAbstractItemView::horizontalStepsPerItem() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2940-2943 |
| | 1 | 1 |
QAbstractItemView::QAbstractItemView| Name: | QAbstractItemView::QAbstractItemView | | Prototype: | QAbstractItemView::QAbstractItemView(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 618-622 |
| | 1 | 1 |
QAbstractItemView::QAbstractItemView| Name: | QAbstractItemView::QAbstractItemView | | Prototype: | QAbstractItemView::QAbstractItemView(QAbstractItemViewPrivate &dd, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 627-631 |
| | 1 | 1 |
QAbstractItemModelPrivate::staticEmptyModel| Name: | QAbstractItemModelPrivate::staticEmptyModel | | Prototype: | QAbstractItemModel *QAbstractItemModelPrivate::staticEmptyModel() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 500-503 |
| | 1 | 1 |
QAbstractItemModelPrivate::defaultRoleNames| Name: | QAbstractItemModelPrivate::defaultRoleNames | | Prototype: | const QHash<int,QByteArray> &QAbstractItemModelPrivate::defaultRoleNames() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 545-548 |
| | 1 | 1 |
QAbstractItemModel::~QAbstractItemModel| Name: | QAbstractItemModel::~QAbstractItemModel | | Prototype: | QAbstractItemModel::~QAbstractItemModel() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 1481-1484 |
| | 1 | 1 |
QAbstractItemModel::supportedDropActions| Name: | QAbstractItemModel::supportedDropActions | | Prototype: | Qt::DropActions QAbstractItemModel::supportedDropActions() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 1980-1983 |
| | 1 | 1 |
QAbstractItemModel::submit| Name: | QAbstractItemModel::submit | | Prototype: | bool QAbstractItemModel::submit() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2417-2420 |
| | 1 | 1 |
QAbstractItemModel::span| Name: | QAbstractItemModel::span | | Prototype: | QSize QAbstractItemModel::span(const QModelIndex &) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2342-2345 |
| | 1 | 1 |
QAbstractItemModel::sibling| Name: | QAbstractItemModel::sibling | | Prototype: | QModelIndex QAbstractItemModel::sibling(int row, int column, const QModelIndex &idx) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 1753-1756 |
| | 1 | 1 |
QAbstractItemModel::removeRows| Name: | QAbstractItemModel::removeRows | | Prototype: | bool QAbstractItemModel::removeRows(int, int, const QModelIndex &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2102-2105 |
| | 1 | 1 |
QAbstractItemModel::removeColumns| Name: | QAbstractItemModel::removeColumns | | Prototype: | bool QAbstractItemModel::removeColumns(int, int, const QModelIndex &) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2123-2126 |
| | 1 | 1 |
QAbstractItemModel::moveRows| Name: | QAbstractItemModel::moveRows | | Prototype: | bool QAbstractItemModel::moveRows(const QModelIndex &, int , int , const QModelIndex &, int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2144-2147 |
| | 1 | 1 |
QAbstractItemModel::moveColumns| Name: | QAbstractItemModel::moveColumns | | Prototype: | bool QAbstractItemModel::moveColumns(const QModelIndex &, int , int , const QModelIndex &, int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2165-2168 |
| | 1 | 1 |
QAbstractItemModel::insertRows| Name: | QAbstractItemModel::insertRows | | Prototype: | bool QAbstractItemModel::insertRows(int, int, const QModelIndex &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2052-2055 |
| | 1 | 1 |
QAbstractItemModel::insertColumns| Name: | QAbstractItemModel::insertColumns | | Prototype: | bool QAbstractItemModel::insertColumns(int, int, const QModelIndex &) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2081-2084 |
| | 1 | 1 |
QAbstractItemModel::hasChildren| Name: | QAbstractItemModel::hasChildren | | Prototype: | bool QAbstractItemModel::hasChildren(const QModelIndex &parent) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 1734-1737 |
| | 1 | 1 |
QAbstractItemModel::canFetchMore| Name: | QAbstractItemModel::canFetchMore | | Prototype: | bool QAbstractItemModel::canFetchMore(const QModelIndex &) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2196-2199 |
| | 1 | 1 |
QAbstractItemModel::buddy| Name: | QAbstractItemModel::buddy | | Prototype: | QModelIndex QAbstractItemModel::buddy(const QModelIndex &index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2240-2243 |
| | 1 | 1 |
QAbstractItemModel::beginResetModel| Name: | QAbstractItemModel::beginResetModel | | Prototype: | void QAbstractItemModel::beginResetModel() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3161-3164 |
| | 1 | 1 |
QAbstractItemDelegate::paintingRoles| Name: | QAbstractItemDelegate::paintingRoles | | Prototype: | QVector<int> QAbstractItemDelegate::paintingRoles() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp | | Lines: | 422-425 |
| | 1 | 1 |
QAbstractItemDelegate::elidedText| Name: | QAbstractItemDelegate::elidedText | | Prototype: | QString QAbstractItemDelegate::elidedText(const QFontMetrics &fontMetrics, int width, Qt::TextElideMode mode, const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp | | Lines: | 353-357 |
| | 1 | 1 |
QAbstractItemDelegate::editorEvent| Name: | QAbstractItemDelegate::editorEvent | | Prototype: | bool QAbstractItemDelegate::editorEvent(QEvent *, QAbstractItemModel *, const QStyleOptionViewItem &, const QModelIndex &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp | | Lines: | 330-337 |
| | 1 | 1 |
QAbstractItemDelegate::createEditor| Name: | QAbstractItemDelegate::createEditor | | Prototype: | QWidget *QAbstractItemDelegate::createEditor(QWidget *, const QStyleOptionViewItem &, const QModelIndex &) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp | | Lines: | 245-250 |
| | 1 | 1 |
QAbstractHostInfoLookupManager::globalInstance| Name: | QAbstractHostInfoLookupManager::globalInstance | | Prototype: | QAbstractHostInfoLookupManager* QAbstractHostInfoLookupManager::globalInstance() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | | Lines: | 811-814 |
| | 1 | 1 |
QAbstractGraphicsShapeItem::isObscuredBy| Name: | QAbstractGraphicsShapeItem::isObscuredBy | | Prototype: | bool QAbstractGraphicsShapeItem::isObscuredBy(const QGraphicsItem *item) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8280-8283 |
| | 1 | 1 |
QAbstractFileEngineIterator::setPath| Name: | QAbstractFileEngineIterator::setPath | | Prototype: | void QAbstractFileEngineIterator::setPath(const QString &path) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 951-954 |
| | 1 | 1 |
QAbstractFileEngineIterator::path| Name: | QAbstractFileEngineIterator::path | | Prototype: | QString QAbstractFileEngineIterator::path() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 940-943 |
| | 1 | 1 |
QAbstractFileEngineIterator::nameFilters| Name: | QAbstractFileEngineIterator::nameFilters | | Prototype: | QStringList QAbstractFileEngineIterator::nameFilters() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 961-964 |
| | 1 | 1 |
QAbstractFileEngineIterator::filters| Name: | QAbstractFileEngineIterator::filters | | Prototype: | QDir::Filters QAbstractFileEngineIterator::filters() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 971-974 |
| | 1 | 1 |
QAbstractFileEngine::syncToDisk| Name: | QAbstractFileEngine::syncToDisk | | Prototype: | bool QAbstractFileEngine::syncToDisk() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 408-411 |
| | 1 | 1 |
QAbstractFileEngine::size| Name: | QAbstractFileEngine::size | | Prototype: | qint64 QAbstractFileEngine::size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 427-430 |
| | 1 | 1 |
QAbstractFileEngine::setFileName| Name: | QAbstractFileEngine::setFileName | | Prototype: | void QAbstractFileEngine::setFileName(const QString &file) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 755-758 |
| | 1 | 1 |
QAbstractFileEngine::remove| Name: | QAbstractFileEngine::remove | | Prototype: | bool QAbstractFileEngine::remove() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 479-482 |
| | 1 | 1 |
QAbstractFileEngine::pos| Name: | QAbstractFileEngine::pos | | Prototype: | qint64 QAbstractFileEngine::pos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 437-440 |
| | 1 | 1 |
QAbstractFileEngine::isSequential| Name: | QAbstractFileEngine::isSequential | | Prototype: | bool QAbstractFileEngine::isSequential() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 466-469 |
| | 1 | 1 |
QAbstractFileEngine::isRelativePath| Name: | QAbstractFileEngine::isRelativePath | | Prototype: | bool QAbstractFileEngine::isRelativePath() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 613-616 |
| | 1 | 1 |
QAbstractFileEngine::handle| Name: | QAbstractFileEngine::handle | | Prototype: | int QAbstractFileEngine::handle() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 765-768 |
| | 1 | 1 |
QAbstractFileEngine::flush| Name: | QAbstractFileEngine::flush | | Prototype: | bool QAbstractFileEngine::flush() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 419-422 |
| | 1 | 1 |
QAbstractFileEngine::endEntryList| Name: | QAbstractFileEngine::endEntryList | | Prototype: | QAbstractFileEngine::Iterator *QAbstractFileEngine::endEntryList() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 1083-1086 |
| | 1 | 1 |