| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QLabel::setTextInteractionFlags| Name: | 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::setText| Name: | 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::changeEvent| Name: | 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::assign| Name: | 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::modifiers| Name: | 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::readKdeSetting| Name: | 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::kdeFont| Name: | 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::fromVariantMap| Name: | 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::detach2| Name: | 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::replace| Name: | 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::fromVariantList| Name: | 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::detach2| Name: | 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::initModel| Name: | 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::expandSelection| Name: | 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::split| Name: | 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::paint| Name: | 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::hasFormatHelper| Name: | 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::insert| Name: | 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::update| Name: | 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::chooseRightTextInputWidget| Name: | 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::setVisible| Name: | 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::done| Name: | 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::createTextureData| Name: | 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::autoTransform| Name: | 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::setColorCount| Name: | 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::pixelIndex| Name: | 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::getConverter| Name: | 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::filterStartDrag| Name: | 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_hook| Name: | 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::paint| Name: | 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::detach| Name: | 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::write| Name: | 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::finishedSlot| Name: | 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::readBody| Name: | 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::dequeueRequest| Name: | 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_sslErrors| Name: | 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::run| Name: | 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::setDefaultSectionSize| Name: | 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::sizeHint| Name: | 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::setSortIndicator| Name: | 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::setSectionResizeMode| Name: | 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::setModel| Name: | 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::previousNode| Name: | 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_setChildrenEnabled| Name: | 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::setSize| Name: | 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::setNextPosAfter| Name: | 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::distribute| Name: | 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::addData| Name: | 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::sizeHint| Name: | 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::ensureEffectiveFirstAndLastRows| Name: | 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::windowFrameMouseReleaseEvent| Name: | 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::updateFont| Name: | 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::setWindowFlags| Name: | 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::getWindowFrameMargins| Name: | 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::getContentsMargins| Name: | 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::focusNextPrevChild| Name: | 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::setUpdateClip| Name: | 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::inputMethodQuery| Name: | 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::ungrabMouse| Name: | 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::grabMouse| Name: | 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::estimateItems| Name: | 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::climbTree| Name: | 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::setStyle| Name: | 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::keyReleaseEvent| Name: | 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::keyPressEvent| Name: | 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::inputMethodQuery| Name: | 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::helpEvent| Name: | 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::activateRecursive| Name: | 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::widgetEvent| Name: | 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::updateGeometry| Name: | 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::activate| Name: | 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::setSubFocus| Name: | 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::sendScenePosChange| Name: | 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::ensureSceneTransformRecursive| Name: | 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::addToGroup| Name: | 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::setTransform| Name: | 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::setScale| Name: | 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::setRotation| Name: | 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::setOpacity| Name: | 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::setCursor| Name: | 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::commonAncestorItem| Name: | 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::collidesWithPath| Name: | 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::removeAt| Name: | 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::solveMinMax| Name: | 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::setItemsGeometries| Name: | 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::restoreSimplifiedAnchor| Name: | 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::oppositeEdge| Name: | 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_helper| Name: | 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::findPaths| Name: | 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::correctEdgeDirection| Name: | 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::calculateVertexPositions| Name: | 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::setUniformValueArray| Name: | 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::init| Name: | 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::addShader| Name: | 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::create| Name: | 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::hasOpenGLShaders| Name: | 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::makeCurrent| Name: | 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::getDevice| Name: | 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::~QGLFramebufferObject| Name: | 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 |