Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QLabel::setTextInteractionFlagsName: | QLabel::setTextInteractionFlags | Prototype: | void QLabel::setTextInteractionFlags(Qt::TextInteractionFlags flags) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 710-732 |
| | 15 | 6 |
QLabel::setTextName: | QLabel::setText | Prototype: | void QLabel::setText(const QString &text) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 294-338 |
| | 24 | 6 |
QLabel::changeEventName: | QLabel::changeEvent | Prototype: | void QLabel::changeEvent(QEvent *ev) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1381-1396 |
| | 11 | 6 |
QKeySequence::assignName: | QKeySequence::assign | Prototype: | int QKeySequence::assign(const QString &ks, QKeySequence::SequenceFormat format) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | Lines: | 1002-1036 |
| | 20 | 6 |
QKeyEvent::modifiersName: | QKeyEvent::modifiers | Prototype: | Qt::KeyboardModifiers QKeyEvent::modifiers() const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 1277-1290 |
| | 11 | 6 |
QKdeThemePrivate::readKdeSettingName: | QKdeThemePrivate::readKdeSetting | Prototype: | QVariant QKdeThemePrivate::readKdeSetting(const QString &key, const QStringList &kdeDirs, int kdeVersion, QHash<QString, QSettings*> &kdeSettings) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 346-364 |
| | 12 | 6 |
QKdeThemePrivate::kdeFontName: | QKdeThemePrivate::kdeFont | Prototype: | QFont *QKdeThemePrivate::kdeFont(const QVariant &fontValue) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 449-474 |
| | 14 | 6 |
QKdPointFinder::operator()Name: | QKdPointFinder::operator() | Prototype: | inline QKdPointTree::Traversal operator()(QKdPointTree::Node &node, int depth) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 715-744 |
| | 18 | 6 |
QJsonObject::fromVariantMapName: | QJsonObject::fromVariantMap | Prototype: | QJsonObject QJsonObject::fromVariantMap(const QVariantMap &map) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 204-255 |
| | 35 | 6 |
QJsonObject::detach2Name: | QJsonObject::detach2 | Prototype: | bool QJsonObject::detach2(uint reserve) | Coverage: | 55.556% (10/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 1200-1224 |
| | 19 | 6 |
QJsonArray::replaceName: | QJsonArray::replace | Prototype: | void QJsonArray::replace(int i, const QJsonValue &value) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 531-560 |
| | 21 | 6 |
QJsonArray::fromVariantListName: | QJsonArray::fromVariantList | Prototype: | QJsonArray QJsonArray::fromVariantList(const QVariantList &list) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 262-305 |
| | 30 | 6 |
QJsonArray::detach2Name: | QJsonArray::detach2 | Prototype: | bool QJsonArray::detach2(uint reserve) | Coverage: | 55.556% (10/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 1179-1203 |
| | 19 | 6 |
QItemSelectionModelPrivate::initModelName: | QItemSelectionModelPrivate::initModel | Prototype: | void QItemSelectionModelPrivate::initModel(QAbstractItemModel *m) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 602-648 |
| | 11 | 6 |
QItemSelectionModelPrivate::expandSelectionName: | QItemSelectionModelPrivate::expandSelection | Prototype: | QItemSelection QItemSelectionModelPrivate::expandSelection(const QItemSelection &selection, QItemSelectionModel::SelectionFlags command) const | Coverage: | 83.333% (15/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 658-687 |
| | 19 | 6 |
QItemSelection::splitName: | QItemSelection::split | Prototype: | void QItemSelection::split(const QItemSelectionRange &range, const QItemSelectionRange &other, QItemSelection *result) | Coverage: | 94.444% (17/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 558-599 |
| | 33 | 6 |
QItemDelegate::paintName: | QItemDelegate::paint | Prototype: | void QItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 363-433 |
| | 42 | 6 |
QInternalMimeData::hasFormatHelperName: | QInternalMimeData::hasFormatHelper | Prototype: | bool QInternalMimeData::hasFormatHelper(const QString &mimeType, const QMimeData *data) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 292-309 |
| | 10 | 6 |
QInt64Set::insertName: | QInt64Set::insert | Prototype: | void QInt64Set::insert(quint64 key) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 529-548 |
| | 15 | 6 |
QInputMethod::updateName: | QInputMethod::update | Prototype: | void QInputMethod::update(Qt::InputMethodQueries queries) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 315-337 |
| | 14 | 6 |
QInputDialogPrivate::chooseRightTextInputWidgetName: | QInputDialogPrivate::chooseRightTextInputWidget | Prototype: | void QInputDialogPrivate::chooseRightTextInputWidget() | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 387-413 |
| | 16 | 6 |
QInputDialog::setVisibleName: | QInputDialog::setVisible | Prototype: | void QInputDialog::setVisible(bool visible) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 1122-1139 |
| | 13 | 6 |
QInputDialog::doneName: | QInputDialog::done | Prototype: | void QInputDialog::done(int result) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 1148-1172 |
| | 16 | 6 |
QImageTextureGlyphCache::createTextureDataName: | QImageTextureGlyphCache::createTextureData | Prototype: | void QImageTextureGlyphCache::createTextureData(int width, int height) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | Lines: | 289-307 |
| | 10 | 6 |
QImageReader::autoTransformName: | QImageReader::autoTransform | Prototype: | bool QImageReader::autoTransform() const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | Lines: | 1195-1210 |
| | 7 | 6 |
QImage::setColorCountName: | QImage::setColorCount | Prototype: | void QImage::setColorCount(int colorCount) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 1953-1976 |
| | 15 | 6 |
QImage::pixelIndexName: | QImage::pixelIndex | Prototype: | int QImage::pixelIndex(int x, int y) const | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 2193-2211 |
| | 10 | 6 |
QIcuCodec::getConverterName: | QIcuCodec::getConverter | Prototype: | UConverter *QIcuCodec::getConverter(QTextCodec::ConverterState *state) const | Coverage: | 75.000% (12/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | Lines: | 567-593 |
| | 19 | 6 |
QIconModeViewBase::filterStartDragName: | QIconModeViewBase::filterStartDrag | Prototype: | bool QIconModeViewBase::filterStartDrag(Qt::DropActions supportedActions) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 2741-2769 |
| | 20 | 6 |
QIconLoaderEngine::virtual_hookName: | QIconLoaderEngine::virtual_hook | Prototype: | void QIconLoaderEngine::virtual_hook(int id, void *data) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 721-756 |
| | 18 | 6 |
QIcon::paintName: | QIcon::paint | Prototype: | void QIcon::paint(QPainter *painter, const QRect &rect, Qt::Alignment alignment, Mode mode, State state) const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 888-911 |
| | 18 | 6 |
QIcon::detachName: | QIcon::detach | Prototype: | void QIcon::detach() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 944-961 |
| | 13 | 6 |
QIODevice::writeName: | QIODevice::write | Prototype: | qint64 QIODevice::write(const char *data, qint64 maxSize) | Coverage: | 77.273% (17/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1594-1664 |
| | 12 | 6 |
QHttpThreadDelegate::finishedSlotName: | QHttpThreadDelegate::finishedSlot | Prototype: | void QHttpThreadDelegate::finishedSlot() | Coverage: | 77.778% (14/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 478-514 |
| | 18 | 6 |
QHttpNetworkReplyPrivate::readBodyName: | QHttpNetworkReplyPrivate::readBody | Prototype: | qint64 QHttpNetworkReplyPrivate::readBody(QAbstractSocket *socket, QByteDataBuffer *out) | Coverage: | 100.000% (19/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | Lines: | 700-737 |
| | 16 | 6 |
QHttpNetworkConnectionPrivate::dequeueRequestName: | QHttpNetworkConnectionPrivate::dequeueRequest | Prototype: | bool QHttpNetworkConnectionPrivate::dequeueRequest(QAbstractSocket *socket) | Coverage: | 87.500% (14/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 667-691 |
| | 16 | 6 |
QHttpNetworkConnectionChannel::_q_sslErrorsName: | QHttpNetworkConnectionChannel::_q_sslErrors | Prototype: | void QHttpNetworkConnectionChannel::_q_sslErrors(const QList<QSslError> &errors) | Coverage: | 84.211% (16/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | Lines: | 1109-1135 |
| | 14 | 6 |
QHostInfoRunnable::runName: | QHostInfoRunnable::run | Prototype: | void QHostInfoRunnable::run() | Coverage: | 94.118% (16/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 496-553 |
| | 28 | 6 |
QHeaderViewPrivate::setDefaultSectionSizeName: | QHeaderViewPrivate::setDefaultSectionSize | Prototype: | void QHeaderViewPrivate::setDefaultSectionSize(int size) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 3597-3622 |
| | 20 | 6 |
QHeaderView::sizeHintName: | QHeaderView::sizeHint | Prototype: | QSize QHeaderView::sizeHint() const | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 523-550 |
| | 20 | 6 |
QHeaderView::setSortIndicatorName: | QHeaderView::setSortIndicator | Prototype: | void QHeaderView::setSortIndicator(int logicalIndex, Qt::SortOrder order) | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 1421-1450 |
| | 19 | 6 |
QHeaderView::setSectionResizeModeName: | QHeaderView::setSectionResizeMode | Prototype: | void QHeaderView::setSectionResizeMode(int logicalIndex, ResizeMode mode) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 1249-1269 |
| | 15 | 6 |
QHeaderView::setModelName: | QHeaderView::setModel | Prototype: | void QHeaderView::setModel(QAbstractItemModel *model) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 348-414 |
| | 52 | 6 |
QHashData::previousNodeName: | QHashData::previousNode | Prototype: | QHashData::Node *QHashData::previousNode(Node *node) | Coverage: | 88.235% (15/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 627-660 |
| | 20 | 6 |
QGroupBoxPrivate::_q_setChildrenEnabledName: | QGroupBoxPrivate::_q_setChildrenEnabled | Prototype: | void QGroupBoxPrivate::_q_setChildrenEnabled(bool b) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | Lines: | 655-672 |
| | 10 | 6 |
QGridLayoutPrivate::setSizeName: | QGridLayoutPrivate::setSize | Prototype: | void QGridLayoutPrivate::setSize(int r, int c) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 491-529 |
| | 30 | 6 |
QGridLayoutPrivate::setNextPosAfterName: | QGridLayoutPrivate::setNextPosAfter | Prototype: | void QGridLayoutPrivate::setNextPosAfter(int row, int col) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 531-552 |
| | 13 | 6 |
QGridLayoutPrivate::distributeName: | QGridLayoutPrivate::distribute | Prototype: | void QGridLayoutPrivate::distribute(QRect r, int hSpacing, int vSpacing) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 928-977 |
| | 37 | 6 |
QGridLayoutPrivate::addDataName: | QGridLayoutPrivate::addData | Prototype: | void QGridLayoutPrivate::addData(QGridBox *box, const QGridLayoutSizeTriple &sizes, bool r, bool c) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 589-616 |
| | 19 | 6 |
QGridLayoutEngine::sizeHintName: | QGridLayoutEngine::sizeHint | Prototype: | QSizeF QGridLayoutEngine::sizeHint(Qt::SizeHint which, const QSizeF &constraint, const QAbstractLayoutStyleInfo *styleInfo) const | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 1090-1141 |
| | 31 | 6 |
QGridLayoutEngine::ensureEffectiveFirstAndLastRowsName: | QGridLayoutEngine::ensureEffectiveFirstAndLastRows | Prototype: | void QGridLayoutEngine::ensureEffectiveFirstAndLastRows() const | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 1540-1563 |
| | 15 | 6 |
QGraphicsWidgetPrivate::windowFrameMouseReleaseEventName: | QGraphicsWidgetPrivate::windowFrameMouseReleaseEvent | Prototype: | void QGraphicsWidgetPrivate::windowFrameMouseReleaseEvent(QGraphicsSceneMouseEvent *event) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | Lines: | 365-394 |
| | 22 | 6 |
QGraphicsWidgetPrivate::updateFontName: | QGraphicsWidgetPrivate::updateFont | Prototype: | void QGraphicsWidgetPrivate::updateFont(const QFont &font) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | Lines: | 277-305 |
| | 16 | 6 |
QGraphicsWidget::setWindowFlagsName: | QGraphicsWidget::setWindowFlags | Prototype: | void QGraphicsWidget::setWindowFlags(Qt::WindowFlags wFlags) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | Lines: | 1771-1798 |
| | 17 | 6 |
QGraphicsWidget::getWindowFrameMarginsName: | QGraphicsWidget::getWindowFrameMargins | Prototype: | void QGraphicsWidget::getWindowFrameMargins(qreal *left, qreal *top, qreal *right, qreal *bottom) const | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | Lines: | 582-595 |
| | 11 | 6 |
QGraphicsWidget::getContentsMarginsName: | QGraphicsWidget::getContentsMargins | Prototype: | void QGraphicsWidget::getContentsMargins(qreal *left, qreal *top, qreal *right, qreal *bottom) const | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | Lines: | 527-540 |
| | 11 | 6 |
QGraphicsWidget::focusNextPrevChildName: | QGraphicsWidget::focusNextPrevChild | Prototype: | bool QGraphicsWidget::focusNextPrevChild(bool next) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | Lines: | 1560-1577 |
| | 13 | 6 |
QGraphicsViewPrivate::setUpdateClipName: | QGraphicsViewPrivate::setUpdateClip | Prototype: | void QGraphicsViewPrivate::setUpdateClip(QGraphicsItem *item) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | Lines: | 968-1007 |
| | 23 | 6 |
QGraphicsView::inputMethodQueryName: | QGraphicsView::inputMethodQuery | Prototype: | QVariant QGraphicsView::inputMethodQuery(Qt::InputMethodQuery query) const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | Lines: | 2588-2604 |
| | 13 | 6 |
QGraphicsScenePrivate::ungrabMouseName: | QGraphicsScenePrivate::ungrabMouse | Prototype: | void QGraphicsScenePrivate::ungrabMouse(QGraphicsItem *item, bool itemIsDying) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 983-1025 |
| | 18 | 6 |
QGraphicsScenePrivate::grabMouseName: | QGraphicsScenePrivate::grabMouse | Prototype: | void QGraphicsScenePrivate::grabMouse(QGraphicsItem *item, bool implicit) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 940-978 |
| | 19 | 6 |
QGraphicsSceneBspTreeIndexPrivate::estimateItemsName: | QGraphicsSceneBspTreeIndexPrivate::estimateItems | Prototype: | QList<QGraphicsItem *> QGraphicsSceneBspTreeIndexPrivate::estimateItems(const QRectF &rect, Qt::SortOrder order, bool onlyTopLevelItems) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | Lines: | 378-407 |
| | 18 | 6 |
QGraphicsSceneBspTreeIndexPrivate::climbTreeName: | QGraphicsSceneBspTreeIndexPrivate::climbTree | Prototype: | void QGraphicsSceneBspTreeIndexPrivate::climbTree(QGraphicsItem *item, int *stackingOrder) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | Lines: | 243-262 |
| | 13 | 6 |
QGraphicsScene::setStyleName: | QGraphicsScene::setStyle | Prototype: | void QGraphicsScene::setStyle(QStyle *style) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 5574-5599 |
| | 14 | 6 |
QGraphicsScene::keyReleaseEventName: | QGraphicsScene::keyReleaseEvent | Prototype: | void QGraphicsScene::keyReleaseEvent(QKeyEvent *keyEvent) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 3990-4013 |
| | 13 | 6 |
QGraphicsScene::keyPressEventName: | QGraphicsScene::keyPressEvent | Prototype: | void QGraphicsScene::keyPressEvent(QKeyEvent *keyEvent) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 3958-3981 |
| | 13 | 6 |
QGraphicsScene::inputMethodQueryName: | QGraphicsScene::inputMethodQuery | Prototype: | QVariant QGraphicsScene::inputMethodQuery(Qt::InputMethodQuery query) const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 3164-3180 |
| | 14 | 6 |
QGraphicsScene::helpEventName: | QGraphicsScene::helpEvent | Prototype: | void QGraphicsScene::helpEvent(QGraphicsSceneHelpEvent *helpEvent) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 3793-3828 |
| | 21 | 6 |
QGraphicsLayoutPrivate::activateRecursiveName: | QGraphicsLayoutPrivate::activateRecursive | Prototype: | void QGraphicsLayoutPrivate::activateRecursive(QGraphicsLayoutItem *item) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayout_p.cpp | Lines: | 177-196 |
| | 11 | 6 |
QGraphicsLayout::widgetEventName: | QGraphicsLayout::widgetEvent | Prototype: | void QGraphicsLayout::widgetEvent(QEvent *e) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayout.cpp | Lines: | 391-410 |
| | 10 | 6 |
QGraphicsLayout::updateGeometryName: | QGraphicsLayout::updateGeometry | Prototype: | void QGraphicsLayout::updateGeometry() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayout.cpp | Lines: | 351-376 |
| | 15 | 6 |
QGraphicsLayout::activateName: | QGraphicsLayout::activate | Prototype: | void QGraphicsLayout::activate() | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayout.cpp | Lines: | 258-289 |
| | 19 | 6 |
QGraphicsItemPrivate::setSubFocusName: | QGraphicsItemPrivate::setSubFocus | Prototype: | void QGraphicsItemPrivate::setSubFocus(QGraphicsItem *rootItem, QGraphicsItem *stopItem) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 5683-5706 |
| | 13 | 6 |
QGraphicsItemPrivate::sendScenePosChangeName: | QGraphicsItemPrivate::sendScenePosChange | Prototype: | inline void QGraphicsItemPrivate::sendScenePosChange() | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 4775-4788 |
| | 8 | 6 |
QGraphicsItemPrivate::ensureSceneTransformRecursiveName: | QGraphicsItemPrivate::ensureSceneTransformRecursive | Prototype: | void QGraphicsItemPrivate::ensureSceneTransformRecursive(QGraphicsItem **topMostDirtyItem) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 5651-5678 |
| | 14 | 6 |
QGraphicsItemGroup::addToGroupName: | QGraphicsItemGroup::addToGroup | Prototype: | void QGraphicsItemGroup::addToGroup(QGraphicsItem *item) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 11077-11125 |
| | 32 | 6 |
QGraphicsItem::setTransformName: | QGraphicsItem::setTransform | Prototype: | void QGraphicsItem::setTransform(const QTransform &matrix, bool combine) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 4532-4562 |
| | 18 | 6 |
QGraphicsItem::setScaleName: | QGraphicsItem::setScale | Prototype: | void QGraphicsItem::setScale(qreal factor) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 4061-4090 |
| | 17 | 6 |
QGraphicsItem::setRotationName: | QGraphicsItem::setRotation | Prototype: | void QGraphicsItem::setRotation(qreal angle) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 3995-4024 |
| | 17 | 6 |
QGraphicsItem::setOpacityName: | QGraphicsItem::setOpacity | Prototype: | void QGraphicsItem::setOpacity(qreal opacity) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 2816-2851 |
| | 19 | 6 |
QGraphicsItem::setCursorName: | QGraphicsItem::setCursor | Prototype: | void QGraphicsItem::setCursor(const QCursor &cursor) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 2246-2271 |
| | 17 | 6 |
QGraphicsItem::commonAncestorItemName: | QGraphicsItem::commonAncestorItem | Prototype: | QGraphicsItem *QGraphicsItem::commonAncestorItem(const QGraphicsItem *other) const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 6576-6599 |
| | 18 | 6 |
QGraphicsItem::collidesWithPathName: | QGraphicsItem::collidesWithPath | Prototype: | bool QGraphicsItem::collidesWithPath(const QPainterPath &path, Qt::ItemSelectionMode mode) const | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 5143-5176 |
| | 17 | 6 |
QGraphicsGridLayout::removeAtName: | QGraphicsGridLayout::removeAt | Prototype: | void QGraphicsGridLayout::removeAt(int index) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | Lines: | 579-606 |
| | 16 | 6 |
QGraphicsAnchorLayoutPrivate::solveMinMaxName: | QGraphicsAnchorLayoutPrivate::solveMinMax | Prototype: | bool QGraphicsAnchorLayoutPrivate::solveMinMax(const QList<QSimplexConstraint *> &constraints, const GraphPath &path, qreal *min, qreal *max) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 2777-2815 |
| | 21 | 6 |
QGraphicsAnchorLayoutPrivate::setItemsGeometriesName: | QGraphicsAnchorLayoutPrivate::setItemsGeometries | Prototype: | void QGraphicsAnchorLayoutPrivate::setItemsGeometries(const QRectF &geom) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 2618-2668 |
| | 33 | 6 |
QGraphicsAnchorLayoutPrivate::restoreSimplifiedAnchorName: | QGraphicsAnchorLayoutPrivate::restoreSimplifiedAnchor | Prototype: | void QGraphicsAnchorLayoutPrivate::restoreSimplifiedAnchor(AnchorData *edge) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 1187-1232 |
| | 25 | 6 |
QGraphicsAnchorLayoutPrivate::oppositeEdgeName: | QGraphicsAnchorLayoutPrivate::oppositeEdge | Prototype: | Qt::AnchorPoint QGraphicsAnchorLayoutPrivate::oppositeEdge(Qt::AnchorPoint edge) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 641-660 |
| | 11 | 6 |
QGraphicsAnchorLayoutPrivate::identifyNonFloatItems_helperName: | QGraphicsAnchorLayoutPrivate::identifyNonFloatItems_helper | Prototype: | void QGraphicsAnchorLayoutPrivate::identifyNonFloatItems_helper(const AnchorData *ad, QSet<QGraphicsLayoutItem *> *nonFloatingItemsIdentifiedSoFar) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 2592-2610 |
| | 11 | 6 |
QGraphicsAnchorLayoutPrivate::findPathsName: | QGraphicsAnchorLayoutPrivate::findPaths | Prototype: | void QGraphicsAnchorLayoutPrivate::findPaths(Orientation orientation) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 2311-2351 |
| | 22 | 6 |
QGraphicsAnchorLayoutPrivate::correctEdgeDirectionName: | QGraphicsAnchorLayoutPrivate::correctEdgeDirection | Prototype: | void QGraphicsAnchorLayoutPrivate::correctEdgeDirection(QGraphicsLayoutItem *&firstItem, Qt::AnchorPoint &firstEdge, QGraphicsLayoutItem *&secondItem, Qt::AnchorPoint &secondEdge) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 1987-2014 |
| | 12 | 6 |
QGraphicsAnchorLayoutPrivate::calculateVertexPositionsName: | QGraphicsAnchorLayoutPrivate::calculateVertexPositions | Prototype: | void QGraphicsAnchorLayoutPrivate::calculateVertexPositions( QGraphicsAnchorLayoutPrivate::Orientation orientation) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 2676-2713 |
| | 20 | 6 |
QGLShaderProgram::setUniformValueArrayName: | QGLShaderProgram::setUniformValueArray | Prototype: | void QGLShaderProgram::setUniformValueArray(int location, const GLfloat *values, int count, int tupleSize) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 2664-2679 |
| | 11 | 6 |
QGLShaderProgram::initName: | QGLShaderProgram::init | Prototype: | bool QGLShaderProgram::init() | Coverage: | 50.000% (10/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 677-702 |
| | 20 | 6 |
QGLShaderProgram::addShaderName: | QGLShaderProgram::addShader | Prototype: | bool QGLShaderProgram::addShader(QGLShader *shader) | Coverage: | 40.909% (9/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 716-738 |
| | 17 | 6 |
QGLShaderPrivate::createName: | QGLShaderPrivate::create | Prototype: | bool QGLShaderPrivate::create() | Coverage: | 47.368% (9/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 237-263 |
| | 17 | 6 |
QGLShader::hasOpenGLShadersName: | QGLShader::hasOpenGLShaders | Prototype: | bool QGLShader::hasOpenGLShaders(ShaderType type, const QGLContext *context) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 3214-3233 |
| | 13 | 6 |
QGLPixelBuffer::makeCurrentName: | QGLPixelBuffer::makeCurrent | Prototype: | bool QGLPixelBuffer::makeCurrent() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | Lines: | 217-237 |
| | 17 | 6 |
QGLPaintDevice::getDeviceName: | QGLPaintDevice::getDevice | Prototype: | QGLPaintDevice* QGLPaintDevice::getDevice(QPaintDevice* pd) | Coverage: | 27.273% (3/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | Lines: | 214-240 |
| | 14 | 6 |
QGLFramebufferObject::~QGLFramebufferObjectName: | QGLFramebufferObject::~QGLFramebufferObject | Prototype: | QGLFramebufferObject::~QGLFramebufferObject() | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | Lines: | 968-984 |
| | 12 | 6 |