| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QImage::createAlphaMask| Name: | QImage::createAlphaMask | | Prototype: | QImage QImage::createAlphaMask(Qt::ImageConversionFlags flags) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 2777-2792 |
| | 8 | 4 |
QIdentityProxyModelPrivate::_q_sourceLayoutChanged| Name: | QIdentityProxyModelPrivate::_q_sourceLayoutChanged | | Prototype: | void QIdentityProxyModelPrivate::_q_sourceLayoutChanged(const QList<QPersistentModelIndex> &sourceParents, QAbstractItemModel::LayoutChangeHint hint) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines: | 516-540 |
| | 15 | 4 |
QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged| Name: | QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged | | Prototype: | void QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged(const QList<QPersistentModelIndex> &sourceParents, QAbstractItemModel::LayoutChangeHint hint) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines: | 489-514 |
| | 17 | 4 |
QIcuCodec::codecForMibUnlocked| Name: | QIcuCodec::codecForMibUnlocked | | Prototype: | QTextCodec *QIcuCodec::codecForMibUnlocked(int mib) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 538-549 |
| | 6 | 4 |
QIconModeViewBase::initDynamicLayout| Name: | QIconModeViewBase::initDynamicLayout | | Prototype: | QPoint QIconModeViewBase::initDynamicLayout(const QListViewLayoutInfo &info) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2912-2932 |
| | 15 | 4 |
QIconModeViewBase::initBspTree| Name: | QIconModeViewBase::initBspTree | | Prototype: | void QIconModeViewBase::initBspTree(const QSize &contents) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2895-2910 |
| | 9 | 4 |
QIconModeViewBase::addLeaf| Name: | QIconModeViewBase::addLeaf | | Prototype: | void QIconModeViewBase::addLeaf(QVector<int> &leaf, const QRect &area, uint visited, QBspTree::Data data) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 3130-3148 |
| | 13 | 4 |
QIconLoader::updateSystemTheme| Name: | QIconLoader::updateSystemTheme | | Prototype: | void QIconLoader::updateSystemTheme() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 121-133 |
| | 7 | 4 |
QIconLoader::ensureInitialized| Name: | QIconLoader::ensureInitialized | | Prototype: | void QIconLoader::ensureInitialized() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 95-111 |
| | 8 | 4 |
QIcon::detach| Name: | QIcon::detach | | Prototype: | void QIcon::detach() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 938-950 |
| | 8 | 4 |
QIODevice::ungetChar| Name: | QIODevice::ungetChar | | Prototype: | void QIODevice::ungetChar(char c) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1388-1400 |
| | 5 | 4 |
QIODevice::readLineData| Name: | QIODevice::readLineData | | Prototype: | qint64 QIODevice::readLineData(char *data, qint64 maxSize) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1220-1242 |
| | 13 | 4 |
QHttpThreadDelegate::sslErrorsSlot| Name: | QHttpThreadDelegate::sslErrorsSlot | | Prototype: | void QHttpThreadDelegate::sslErrorsSlot(const QList<QSslError> &errors) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 669-683 |
| | 10 | 4 |
QHttpSocketEngineHandler::createSocketEngine| Name: | QHttpSocketEngineHandler::createSocketEngine | | Prototype: | QAbstractSocketEngine *QHttpSocketEngineHandler::createSocketEngine(QAbstractSocket::SocketType socketType, const QNetworkProxy &proxy, QObject *parent) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 824-842 |
| | 9 | 4 |
QHttpSocketEngine::waitForReadOrWrite| Name: | QHttpSocketEngine::waitForReadOrWrite | | Prototype: | bool QHttpSocketEngine::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/qhttpsocketengine.cpp | | Lines: | 406-425 |
| | 10 | 4 |
QHttpSocketEngine::slotSocketConnected| Name: | QHttpSocketEngine::slotSocketConnected | | Prototype: | void QHttpSocketEngine::slotSocketConnected() | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 476-510 |
| | 24 | 4 |
QHttpSocketEngine::setOption| Name: | QHttpSocketEngine::setOption | | Prototype: | bool QHttpSocketEngine::setOption(SocketOption option, int value) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 318-330 |
| | 8 | 4 |
QHttpSocketEngine::option| Name: | QHttpSocketEngine::option | | Prototype: | int QHttpSocketEngine::option(SocketOption option) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 305-316 |
| | 7 | 4 |
QHttpNetworkReplyPrivate::readReplyBodyRaw| Name: | QHttpNetworkReplyPrivate::readReplyBodyRaw | | Prototype: | qint64 QHttpNetworkReplyPrivate::readReplyBodyRaw(QAbstractSocket *socket, QByteDataBuffer *out, qint64 size) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 810-841 |
| | 19 | 4 |
QHttpNetworkHeaderPrivate::contentLength| Name: | QHttpNetworkHeaderPrivate::contentLength | | Prototype: | qint64 QHttpNetworkHeaderPrivate::contentLength() const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkheader.cpp | | Lines: | 52-70 |
| | 12 | 4 |
QHttpNetworkConnectionPrivate::requeueRequest| Name: | QHttpNetworkConnectionPrivate::requeueRequest | | Prototype: | void QHttpNetworkConnectionPrivate::requeueRequest(const HttpMessagePair &pair) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 640-656 |
| | 8 | 4 |
QHttpNetworkConnectionPrivate::pauseConnection| Name: | QHttpNetworkConnectionPrivate::pauseConnection | | Prototype: | void QHttpNetworkConnectionPrivate::pauseConnection() | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 136-151 |
| | 6 | 4 |
QHttpNetworkConnectionChannel::resetUploadData| Name: | QHttpNetworkConnectionChannel::resetUploadData | | Prototype: | bool QHttpNetworkConnectionChannel::resetUploadData() | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | | Lines: | 595-612 |
| | 10 | 4 |
QHttpNetworkConnectionChannel::close| Name: | QHttpNetworkConnectionChannel::close | | Prototype: | void QHttpNetworkConnectionChannel::close() | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | | Lines: | 188-205 |
| | 8 | 4 |
QHttpNetworkConnectionChannel::abort| Name: | QHttpNetworkConnectionChannel::abort | | Prototype: | void QHttpNetworkConnectionChannel::abort() | | Coverage: | 54.545% (6/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | | Lines: | 208-225 |
| | 8 | 4 |
QHttpNetworkConnectionChannel::_q_proxyAuthenticationRequired| Name: | QHttpNetworkConnectionChannel::_q_proxyAuthenticationRequired | | Prototype: | void QHttpNetworkConnectionChannel::_q_proxyAuthenticationRequired(const QNetworkProxy &proxy, QAuthenticator* auth) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | | Lines: | 997-1012 |
| | 6 | 4 |
QHttpNetworkConnection::ignoreSslErrors| Name: | QHttpNetworkConnection::ignoreSslErrors | | Prototype: | void QHttpNetworkConnection::ignoreSslErrors(int channel) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1402-1416 |
| | 7 | 4 |
QHttpNetworkConnection::ignoreSslErrors| Name: | QHttpNetworkConnection::ignoreSslErrors | | Prototype: | void QHttpNetworkConnection::ignoreSslErrors(const QList<QSslError> &errors, int channel) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1418-1432 |
| | 7 | 4 |
QHostAddress::isMulticast| Name: | QHostAddress::isMulticast | | Prototype: | bool QHostAddress::isMulticast() const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 1110-1118 |
| | 6 | 4 |
QHostAddress::isLoopback| Name: | QHostAddress::isLoopback | | Prototype: | bool QHostAddress::isLoopback() const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 1084-1102 |
| | 9 | 4 |
QHistoryState::setDefaultState| Name: | QHistoryState::setDefaultState | | Prototype: | void QHistoryState::setDefaultState(QAbstractState *state) | | Coverage: | 47.368% (9/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | | Lines: | 213-232 |
| | 13 | 4 |
QHighDpiScaling::setGlobalFactor| Name: | QHighDpiScaling::setGlobalFactor | | Prototype: | void QHighDpiScaling::setGlobalFactor(qreal factor) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 314-326 |
| | 9 | 4 |
QHeaderViewPrivate::updateSectionIndicator| Name: | QHeaderViewPrivate::updateSectionIndicator | | Prototype: | void QHeaderViewPrivate::updateSectionIndicator(int section, int position) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3117-3133 |
| | 9 | 4 |
QHeaderViewPrivate::isSectionSelected| Name: | QHeaderViewPrivate::isSectionSelected | | Prototype: | bool QHeaderViewPrivate::isSectionSelected(int section) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3155-3170 |
| | 12 | 4 |
QHeaderView::setSortIndicatorShown| Name: | QHeaderView::setSortIndicatorShown | | Prototype: | void QHeaderView::setSortIndicatorShown(bool show) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1360-1375 |
| | 9 | 4 |
QHeaderView::setMaximumSectionSize| Name: | QHeaderView::setMaximumSectionSize | | Prototype: | void QHeaderView::setMaximumSectionSize(int size) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1609-1622 |
| | 9 | 4 |
QHeaderView::sectionViewportPosition| Name: | QHeaderView::sectionViewportPosition | | Prototype: | int QHeaderView::sectionViewportPosition(int logicalIndex) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 687-699 |
| | 10 | 4 |
QHeaderView::sectionSizeHint| Name: | QHeaderView::sectionSizeHint | | Prototype: | int QHeaderView::sectionSizeHint(int logicalIndex) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 569-584 |
| | 12 | 4 |
QHeaderView::sectionSize| Name: | QHeaderView::sectionSize | | Prototype: | int QHeaderView::sectionSize(int logicalIndex) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 642-654 |
| | 10 | 4 |
QHeaderView::restoreState| Name: | QHeaderView::restoreState | | Prototype: | bool QHeaderView::restoreState(const QByteArray &state) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1711-1733 |
| | 18 | 4 |
QHeaderView::mouseDoubleClickEvent| Name: | QHeaderView::mouseDoubleClickEvent | | Prototype: | void QHeaderView::mouseDoubleClickEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 2537-2557 |
| | 12 | 4 |
QHeaderView::dataChanged| Name: | QHeaderView::dataChanged | | Prototype: | void QHeaderView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 2852-2865 |
| | 10 | 4 |
QHashData::nextNode| Name: | QHashData::nextNode | | Prototype: | QHashData::Node *QHashData::nextNode(Node *node) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 548-569 |
| | 12 | 4 |
QHashData::free_helper| Name: | QHashData::free_helper | | Prototype: | void QHashData::free_helper(void (*node_delete)(Node *)) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 527-546 |
| | 13 | 4 |
QGuiApplicationPrivate::updateFilteredScreenOrientation| Name: | QGuiApplicationPrivate::updateFilteredScreenOrientation | | Prototype: | void QGuiApplicationPrivate::updateFilteredScreenOrientation(QScreen *s) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 2626-2638 |
| | 10 | 4 |
QGuiApplicationPrivate::tryCloseRemainingWindows| Name: | QGuiApplicationPrivate::tryCloseRemainingWindows | | Prototype: | bool QGuiApplicationPrivate::tryCloseRemainingWindows(QWindowList processedWindows) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 3040-3054 |
| | 10 | 4 |
QGuiApplicationPrivate::shouldQuitInternal| Name: | QGuiApplicationPrivate::shouldQuitInternal | | Prototype: | bool QGuiApplicationPrivate::shouldQuitInternal(const QWindowList &processedWindows) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 3021-3033 |
| | 8 | 4 |
QGuiApplicationPrivate::sendQWindowEventToQPlatformWindow| Name: | QGuiApplicationPrivate::sendQWindowEventToQPlatformWindow | | Prototype: | void QGuiApplicationPrivate::sendQWindowEventToQPlatformWindow(QWindow *window, QEvent *event) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1647-1659 |
| | 8 | 4 |
QGuiApplicationPrivate::processCloseEvent| Name: | QGuiApplicationPrivate::processCloseEvent | | Prototype: | void QGuiApplicationPrivate::processCloseEvent(QWindowSystemInterfacePrivate::CloseEvent *e) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 2192-2206 |
| | 8 | 4 |
QGuiApplication::topLevelWindows| Name: | QGuiApplication::topLevelWindows | | Prototype: | QWindowList QGuiApplication::topLevelWindows() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 887-901 |
| | 8 | 4 |
QGuiApplication::setWindowIcon| Name: | QGuiApplication::setWindowIcon | | Prototype: | void QGuiApplication::setWindowIcon(const QIcon &icon) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 2947-2957 |
| | 8 | 4 |
QGuiApplication::restoreOverrideCursor| Name: | QGuiApplication::restoreOverrideCursor | | Prototype: | void QGuiApplication::restoreOverrideCursor() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 3485-3497 |
| | 8 | 4 |
QGtkStylePrivate::getGConfString| Name: | QGtkStylePrivate::getGConfString | | Prototype: | QString QGtkStylePrivate::getGConfString(const QString &value, const QString &fallback) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | | Lines: | 608-627 |
| | 12 | 4 |
QGtkStylePrivate::cleanupGtkWidgets| Name: | QGtkStylePrivate::cleanupGtkWidgets | | Prototype: | void QGtkStylePrivate::cleanupGtkWidgets() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | | Lines: | 585-594 |
| | 7 | 4 |
QGtkStylePrivate::addWidgetToMap| Name: | QGtkStylePrivate::addWidgetToMap | | Prototype: | void QGtkStylePrivate::addWidgetToMap(GtkWidget *widget) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | | Lines: | 735-747 |
| | 5 | 4 |
QGtkStylePrivate::addAllSubWidgets| Name: | QGtkStylePrivate::addAllSubWidgets | | Prototype: | void QGtkStylePrivate::addAllSubWidgets(GtkWidget *widget, gpointer v) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | | Lines: | 749-755 |
| | 4 | 4 |
QGtkStyle::standardPalette| Name: | QGtkStyle::standardPalette | | Prototype: | QPalette QGtkStyle::standardPalette() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | | Lines: | 352-437 |
| | 65 | 4 |
QGtkStyle::polish| Name: | QGtkStyle::polish | | Prototype: | void QGtkStyle::polish(QWidget *widget) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | | Lines: | 490-511 |
| | 16 | 4 |
QGtk2Painter::renderTheme| Name: | QGtk2Painter::renderTheme | | Prototype: | QPixmap QGtk2Painter::renderTheme(uchar *bdata, uchar *wdata, const QRect &rect) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtk2painter.cpp | | Lines: | 133-158 |
| | 16 | 4 |
QGridLayoutRowData::totalBox| Name: | QGridLayoutRowData::totalBox | | Prototype: | QGridLayoutBox QGridLayoutRowData::totalBox(int start, int end) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 427-441 |
| | 10 | 4 |
QGridLayoutItem::stretchFactor| Name: | QGridLayoutItem::stretchFactor | | Prototype: | int QGridLayoutItem::stretchFactor(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 538-553 |
| | 9 | 4 |
QGridLayoutEngine::removeItem| Name: | QGridLayoutEngine::removeItem | | Prototype: | void QGridLayoutEngine::removeItem(QGridLayoutItem *item) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 956-970 |
| | 7 | 4 |
QGridLayoutEngine::regenerateGrid| Name: | QGridLayoutEngine::regenerateGrid | | Prototype: | void QGridLayoutEngine::regenerateGrid() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1241-1254 |
| | 6 | 4 |
QGridLayoutEngine::ensureColumnAndRowData| Name: | QGridLayoutEngine::ensureColumnAndRowData | | Prototype: | void QGridLayoutEngine::ensureColumnAndRowData(QGridLayoutRowData *rowData, QGridLayoutBox *totalBox, const qreal *colPositions, const qreal *colSizes, Qt::Orientation orientation, const QAbstractLayoutStyleInfo *styleInfo) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1539-1564 |
| | 16 | 4 |
QGridLayoutEngine::effectiveAlignment| Name: | QGridLayoutEngine::effectiveAlignment | | Prototype: | Qt::Alignment QGridLayoutEngine::effectiveAlignment(const QGridLayoutItem *layoutItem) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 908-925 |
| | 10 | 4 |
QGridLayoutEngine::cellRect| Name: | QGridLayoutEngine::cellRect | | Prototype: | QRectF QGridLayoutEngine::cellRect(const QRectF &contentsGeometry, int row, int column, int rowSpan, int columnSpan, const QAbstractLayoutStyleInfo *styleInfo) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1039-1062 |
| | 15 | 4 |
QGraphicsWidgetPrivate::windowFrameHoverLeaveEvent| Name: | QGraphicsWidgetPrivate::windowFrameHoverLeaveEvent | | Prototype: | void QGraphicsWidgetPrivate::windowFrameHoverLeaveEvent(QGraphicsSceneHoverEvent *event) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 715-739 |
| | 14 | 4 |
QGraphicsWidgetPrivate::resolveLayoutDirection| Name: | QGraphicsWidgetPrivate::resolveLayoutDirection | | Prototype: | void QGraphicsWidgetPrivate::resolveLayoutDirection() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 204-219 |
| | 8 | 4 |
QGraphicsWidget::setWindowFrameMargins| Name: | QGraphicsWidget::setWindowFrameMargins | | Prototype: | void QGraphicsWidget::setWindowFrameMargins(qreal left, qreal top, qreal right, qreal bottom) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 545-566 |
| | 18 | 4 |
QGraphicsWidget::setLayout| Name: | QGraphicsWidget::setLayout | | Prototype: | void QGraphicsWidget::setLayout(QGraphicsLayout *l) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 831-854 |
| | 16 | 4 |
QGraphicsWidget::setContentsMargins| Name: | QGraphicsWidget::setContentsMargins | | Prototype: | void QGraphicsWidget::setContentsMargins(qreal left, qreal top, qreal right, qreal bottom) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 486-511 |
| | 18 | 4 |
QGraphicsWidget::close| Name: | QGraphicsWidget::close | | Prototype: | bool QGraphicsWidget::close() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2388-2403 |
| | 9 | 4 |
QGraphicsViewPrivate::processPendingUpdates| Name: | QGraphicsViewPrivate::processPendingUpdates | | Prototype: | void QGraphicsViewPrivate::processPendingUpdates() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 923-938 |
| | 9 | 4 |
QGraphicsViewPrivate::findItems| Name: | QGraphicsViewPrivate::findItems | | Prototype: | QList<QGraphicsItem *> QGraphicsViewPrivate::findItems(const QRegion &exposedRegion, bool *allItems, const QTransform &viewTransform) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1110-1148 |
| | 18 | 4 |
QGraphicsView::resetCachedContent| Name: | QGraphicsView::resetCachedContent | | Prototype: | void QGraphicsView::resetCachedContent() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1606-1623 |
| | 10 | 4 |
QGraphicsView::invalidateScene| Name: | QGraphicsView::invalidateScene | | Prototype: | void QGraphicsView::invalidateScene(const QRectF &rect, QGraphicsScene::SceneLayers layers) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1641-1654 |
| | 7 | 4 |
QGraphicsView::dragLeaveEvent| Name: | QGraphicsView::dragLeaveEvent | | Prototype: | void QGraphicsView::dragLeaveEvent(QDragLeaveEvent *event) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 3067-3102 |
| | 22 | 4 |
QGraphicsView::centerOn| Name: | QGraphicsView::centerOn | | Prototype: | void QGraphicsView::centerOn(const QPointF &pos) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1916-1938 |
| | 16 | 4 |
QGraphicsShaderEffect::draw| Name: | QGraphicsShaderEffect::draw | | Prototype: | void QGraphicsShaderEffect::draw(QPainter *painter) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp | | Lines: | 238-272 |
| | 16 | 4 |
QGraphicsScenePrivate::unregisterTopLevelItem| Name: | QGraphicsScenePrivate::unregisterTopLevelItem | | Prototype: | void QGraphicsScenePrivate::unregisterTopLevelItem(QGraphicsItem *item) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 406-420 |
| | 8 | 4 |
QGraphicsScenePrivate::sendMouseEvent| Name: | QGraphicsScenePrivate::sendMouseEvent | | Prototype: | void QGraphicsScenePrivate::sendMouseEvent(QGraphicsSceneMouseEvent *mouseEvent) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1294-1316 |
| | 14 | 4 |
QGraphicsScenePrivate::removeSceneEventFilter| Name: | QGraphicsScenePrivate::removeSceneEventFilter | | Prototype: | void QGraphicsScenePrivate::removeSceneEventFilter(QGraphicsItem *watched, QGraphicsItem *filter) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1156-1169 |
| | 8 | 4 |
QGraphicsScenePrivate::leaveScene| Name: | QGraphicsScenePrivate::leaveScene | | Prototype: | void QGraphicsScenePrivate::leaveScene(QWidget *viewport) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 3903-3926 |
| | 14 | 4 |
QGraphicsScenePrivate::itemsAtPosition| Name: | QGraphicsScenePrivate::itemsAtPosition | | Prototype: | QList<QGraphicsItem *> QGraphicsScenePrivate::itemsAtPosition(const QPoint &screenPos, const QPointF &scenePos, QWidget *widget) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1107-1127 |
| | 13 | 4 |
QGraphicsScenePrivate::grabKeyboard| Name: | QGraphicsScenePrivate::grabKeyboard | | Prototype: | void QGraphicsScenePrivate::grabKeyboard(QGraphicsItem *item) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1031-1054 |
| | 12 | 4 |
QGraphicsScenePrivate::filterEvent| Name: | QGraphicsScenePrivate::filterEvent | | Prototype: | bool QGraphicsScenePrivate::filterEvent(QGraphicsItem *item, QEvent *event) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1192-1206 |
| | 9 | 4 |
QGraphicsScenePrivate::ensureSequentialTopLevelSiblingIndexes| Name: | QGraphicsScenePrivate::ensureSequentialTopLevelSiblingIndexes | | Prototype: | void QGraphicsScenePrivate::ensureSequentialTopLevelSiblingIndexes() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1492-1504 |
| | 8 | 4 |
QGraphicsSceneFindItemBspTreeVisitor::visit| Name: | QGraphicsSceneFindItemBspTreeVisitor::visit | | Prototype: | void visit(QList<QGraphicsItem *> *items) override | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp | | Lines: | 67-78 |
| | 7 | 4 |
QGraphicsSceneBspTreeIndexPrivate::purgeRemovedItems| Name: | QGraphicsSceneBspTreeIndexPrivate::purgeRemovedItems | | Prototype: | void QGraphicsSceneBspTreeIndexPrivate::purgeRemovedItems() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 180-195 |
| | 9 | 4 |
QGraphicsSceneBspTreeIndex::prepareBoundingRectChange| Name: | QGraphicsSceneBspTreeIndex::prepareBoundingRectChange | | Prototype: | void QGraphicsSceneBspTreeIndex::prepareBoundingRectChange(const QGraphicsItem *item) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 501-517 |
| | 11 | 4 |
QGraphicsSceneBspTreeIndex::event| Name: | QGraphicsSceneBspTreeIndex::event | | Prototype: | bool QGraphicsSceneBspTreeIndex::event(QEvent *event) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 691-705 |
| | 7 | 4 |
QGraphicsSceneBspTree::removeItems| Name: | QGraphicsSceneBspTree::removeItems | | Prototype: | void QGraphicsSceneBspTree::removeItems(const QSet<QGraphicsItem *> &items) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp | | Lines: | 127-139 |
| | 8 | 4 |
QGraphicsSceneBspTree::initialize| Name: | QGraphicsSceneBspTree::initialize | | Prototype: | void QGraphicsSceneBspTree::initialize(const QRectF &rect, int depth, int index) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp | | Lines: | 184-227 |
| | 30 | 4 |
QGraphicsSceneBspTree::debug| Name: | QGraphicsSceneBspTree::debug | | Prototype: | QString QGraphicsSceneBspTree::debug(int index) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp | | Lines: | 158-182 |
| | 15 | 4 |
QGraphicsScene::setItemIndexMethod| Name: | QGraphicsScene::setItemIndexMethod | | Prototype: | void QGraphicsScene::setItemIndexMethod(ItemIndexMethod method) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1846-1862 |
| | 11 | 4 |
QGraphicsScene::sceneRect| Name: | QGraphicsScene::sceneRect | | Prototype: | QRectF QGraphicsScene::sceneRect() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1693-1709 |
| | 11 | 4 |
QGraphicsScene::removeItem| Name: | QGraphicsScene::removeItem | | Prototype: | void QGraphicsScene::removeItem(QGraphicsItem *item) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 2889-2920 |
| | 18 | 4 |
QGraphicsScene::drawForeground| Name: | QGraphicsScene::drawForeground | | Prototype: | void QGraphicsScene::drawForeground(QPainter *painter, const QRectF &rect) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 4238-4250 |
| | 8 | 4 |
QGraphicsScene::drawBackground| Name: | QGraphicsScene::drawBackground | | Prototype: | void QGraphicsScene::drawBackground(QPainter *painter, const QRectF &rect) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 4211-4223 |
| | 8 | 4 |
QGraphicsScene::contextMenuEvent| Name: | QGraphicsScene::contextMenuEvent | | Prototype: | void QGraphicsScene::contextMenuEvent(QGraphicsSceneContextMenuEvent *contextMenuEvent) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 3542-3562 |
| | 10 | 4 |