| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QGraphicsTextItem::setTextCursor| Name:  | QGraphicsTextItem::setTextCursor |  | Prototype:  | void QGraphicsTextItem::setTextCursor(const QTextCursor &cursor) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10697-10700 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::setTabChangesFocus| Name:  | QGraphicsTextItem::setTabChangesFocus |  | Prototype:  | void QGraphicsTextItem::setTabChangesFocus(bool b) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10646-10649 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::setPlainText| Name:  | QGraphicsTextItem::setPlainText |  | Prototype:  | void QGraphicsTextItem::setPlainText(const QString &text) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10005-10008 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::setOpenExternalLinks| Name:  | QGraphicsTextItem::setOpenExternalLinks |  | Prototype:  | void QGraphicsTextItem::setOpenExternalLinks(bool open) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10675-10678 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::setHtml| Name:  | QGraphicsTextItem::setHtml |  | Prototype:  | void QGraphicsTextItem::setHtml(const QString &text) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 9981-9984 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::setFont| Name:  | QGraphicsTextItem::setFont |  | Prototype:  | void QGraphicsTextItem::setFont(const QFont &font) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10027-10030 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::setExtension| Name:  | QGraphicsTextItem::setExtension |  | Prototype:  | void QGraphicsTextItem::setExtension(Extension extension, const QVariant &variant) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10476-10480 |  
  |  | 2 | 1 | 
 QGraphicsTextItem::setDocument| Name:  | QGraphicsTextItem::setDocument |  | Prototype:  | void QGraphicsTextItem::setDocument(QTextDocument *document) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10187-10191 |  
  |  | 2 | 1 | 
 QGraphicsTextItem::setDefaultTextColor| Name:  | QGraphicsTextItem::setDefaultTextColor |  | Prototype:  | void QGraphicsTextItem::setDefaultTextColor(const QColor &col) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10035-10044 |  
  |  | 7 | 2 | 
 QGraphicsTextItem::sceneEvent| Name:  | QGraphicsTextItem::sceneEvent |  | Prototype:  | bool QGraphicsTextItem::sceneEvent(QEvent *event) |  | Coverage:  |   0.000% (0/40) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10204-10250 |  
  |  | 16 | 22 | 
 QGraphicsTextItem::paint| Name:  | QGraphicsTextItem::paint |  | Prototype:  | void QGraphicsTextItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10085-10113 |  
  |  | 16 | 5 | 
 QGraphicsTextItem::openExternalLinks| Name:  | QGraphicsTextItem::openExternalLinks |  | Prototype:  | bool QGraphicsTextItem::openExternalLinks() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10680-10685 |  
  |  | 3 | 2 | 
 QGraphicsTextItem::opaqueArea| Name:  | QGraphicsTextItem::opaqueArea |  | Prototype:  | QPainterPath QGraphicsTextItem::opaqueArea() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10126-10129 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::mouseReleaseEvent| Name:  | QGraphicsTextItem::mouseReleaseEvent |  | Prototype:  | void QGraphicsTextItem::mouseReleaseEvent(QGraphicsSceneMouseEvent *event) |  | Coverage:  |   0.000% (0/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10293-10314 |  
  |  | 13 | 5 | 
 QGraphicsTextItem::mousePressEvent| Name:  | QGraphicsTextItem::mousePressEvent |  | Prototype:  | void QGraphicsTextItem::mousePressEvent(QGraphicsSceneMouseEvent *event) |  | Coverage:  |   0.000% (0/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10255-10275 |  
  |  | 12 | 5 | 
 QGraphicsTextItem::mouseMoveEvent| Name:  | QGraphicsTextItem::mouseMoveEvent |  | Prototype:  | void QGraphicsTextItem::mouseMoveEvent(QGraphicsSceneMouseEvent *event) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10280-10288 |  
  |  | 4 | 2 | 
 QGraphicsTextItem::mouseDoubleClickEvent| Name:  | QGraphicsTextItem::mouseDoubleClickEvent |  | Prototype:  | void QGraphicsTextItem::mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10319-10332 |  
  |  | 7 | 3 | 
 QGraphicsTextItem::keyReleaseEvent| Name:  | QGraphicsTextItem::keyReleaseEvent |  | Prototype:  | void QGraphicsTextItem::keyReleaseEvent(QKeyEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10353-10356 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::keyPressEvent| Name:  | QGraphicsTextItem::keyPressEvent |  | Prototype:  | void QGraphicsTextItem::keyPressEvent(QKeyEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10345-10348 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::isObscuredBy| Name:  | QGraphicsTextItem::isObscuredBy |  | Prototype:  | bool QGraphicsTextItem::isObscuredBy(const QGraphicsItem *item) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10118-10121 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::inputMethodQuery| Name:  | QGraphicsTextItem::inputMethodQuery |  | Prototype:  | QVariant QGraphicsTextItem::inputMethodQuery(Qt::InputMethodQuery query) const |  | Coverage:  |   0.000% (0/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10446-10462 |  
  |  | 14 | 7 | 
 QGraphicsTextItem::inputMethodEvent| Name:  | QGraphicsTextItem::inputMethodEvent |  | Prototype:  | void QGraphicsTextItem::inputMethodEvent(QInputMethodEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10414-10417 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::hoverMoveEvent| Name:  | QGraphicsTextItem::hoverMoveEvent |  | Prototype:  | void QGraphicsTextItem::hoverMoveEvent(QGraphicsSceneHoverEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10430-10433 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::hoverLeaveEvent| Name:  | QGraphicsTextItem::hoverLeaveEvent |  | Prototype:  | void QGraphicsTextItem::hoverLeaveEvent(QGraphicsSceneHoverEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10438-10441 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::hoverEnterEvent| Name:  | QGraphicsTextItem::hoverEnterEvent |  | Prototype:  | void QGraphicsTextItem::hoverEnterEvent(QGraphicsSceneHoverEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10422-10425 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::font| Name:  | QGraphicsTextItem::font |  | Prototype:  | QFont QGraphicsTextItem::font() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10015-10020 |  
  |  | 3 | 2 | 
 QGraphicsTextItem::focusOutEvent| Name:  | QGraphicsTextItem::focusOutEvent |  | Prototype:  | void QGraphicsTextItem::focusOutEvent(QFocusEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10373-10377 |  
  |  | 2 | 1 | 
 QGraphicsTextItem::focusInEvent| Name:  | QGraphicsTextItem::focusInEvent |  | Prototype:  | void QGraphicsTextItem::focusInEvent(QFocusEvent *event) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10361-10368 |  
  |  | 4 | 2 | 
 QGraphicsTextItem::extension| Name:  | QGraphicsTextItem::extension |  | Prototype:  | QVariant QGraphicsTextItem::extension(const QVariant &variant) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10485-10489 |  
  |  | 2 | 1 | 
 QGraphicsTextItem::dropEvent| Name:  | QGraphicsTextItem::dropEvent |  | Prototype:  | void QGraphicsTextItem::dropEvent(QGraphicsSceneDragDropEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10406-10409 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::dragMoveEvent| Name:  | QGraphicsTextItem::dragMoveEvent |  | Prototype:  | void QGraphicsTextItem::dragMoveEvent(QGraphicsSceneDragDropEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10398-10401 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::dragLeaveEvent| Name:  | QGraphicsTextItem::dragLeaveEvent |  | Prototype:  | void QGraphicsTextItem::dragLeaveEvent(QGraphicsSceneDragDropEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10390-10393 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::dragEnterEvent| Name:  | QGraphicsTextItem::dragEnterEvent |  | Prototype:  | void QGraphicsTextItem::dragEnterEvent(QGraphicsSceneDragDropEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10382-10385 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::document| Name:  | QGraphicsTextItem::document |  | Prototype:  | QTextDocument *QGraphicsTextItem::document() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10196-10199 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::defaultTextColor| Name:  | QGraphicsTextItem::defaultTextColor |  | Prototype:  | QColor QGraphicsTextItem::defaultTextColor() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10049-10052 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::contextMenuEvent| Name:  | QGraphicsTextItem::contextMenuEvent |  | Prototype:  | void QGraphicsTextItem::contextMenuEvent(QGraphicsSceneContextMenuEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10337-10340 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::contains| Name:  | QGraphicsTextItem::contains |  | Prototype:  | bool QGraphicsTextItem::contains(const QPointF &point) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10077-10080 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::boundingRect| Name:  | QGraphicsTextItem::boundingRect |  | Prototype:  | QRectF QGraphicsTextItem::boundingRect() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10057-10060 |  
  |  | 1 | 1 | 
 QGraphicsTextItem::adjustSize| Name:  | QGraphicsTextItem::adjustSize |  | Prototype:  | void QGraphicsTextItem::adjustSize() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10178-10182 |  
  |  | 2 | 2 | 
 QGraphicsTextItem::QGraphicsTextItem| Name:  | QGraphicsTextItem::QGraphicsTextItem |  | Prototype:  | QGraphicsTextItem::QGraphicsTextItem(const QString &text, QGraphicsItem *parent) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 9924-9934 |  
  |  | 6 | 2 | 
 QGraphicsTextItem::QGraphicsTextItem| Name:  | QGraphicsTextItem::QGraphicsTextItem |  | Prototype:  | QGraphicsTextItem::QGraphicsTextItem(QGraphicsItem *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 9942-9950 |  
  |  | 4 | 1 | 
 QGraphicsSimpleTextItemPrivate::updateBoundingRect| Name:  | QGraphicsSimpleTextItemPrivate::updateBoundingRect |  | Prototype:  | void QGraphicsSimpleTextItemPrivate::updateBoundingRect() |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10742-10760 |  
  |  | 13 | 3 | 
 QGraphicsSimpleTextItemPrivate::QGraphicsSimpleTextItemPrivate| Name:  | QGraphicsSimpleTextItemPrivate::QGraphicsSimpleTextItemPrivate |  | Prototype:  | inline QGraphicsSimpleTextItemPrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10713-10716 |  
  |  | 2 | 1 | 
 QGraphicsSimpleTextItem::type| Name:  | QGraphicsSimpleTextItem::type |  | Prototype:  | int QGraphicsSimpleTextItem::type() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10954-10957 |  
  |  | 1 | 1 | 
 QGraphicsSimpleTextItem::text| Name:  | QGraphicsSimpleTextItem::text |  | Prototype:  | QString QGraphicsSimpleTextItem::text() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10846-10850 |  
  |  | 2 | 1 | 
 QGraphicsSimpleTextItem::supportsExtension| Name:  | QGraphicsSimpleTextItem::supportsExtension |  | Prototype:  | bool QGraphicsSimpleTextItem::supportsExtension(Extension extension) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10962-10966 |  
  |  | 2 | 1 | 
 QGraphicsSimpleTextItem::shape| Name:  | QGraphicsSimpleTextItem::shape |  | Prototype:  | QPainterPath QGraphicsSimpleTextItem::shape() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10883-10889 |  
  |  | 4 | 1 | 
 QGraphicsSimpleTextItem::setText| Name:  | QGraphicsSimpleTextItem::setText |  | Prototype:  | void QGraphicsSimpleTextItem::setText(const QString &text) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10833-10841 |  
  |  | 6 | 2 | 
 QGraphicsSimpleTextItem::setFont| Name:  | QGraphicsSimpleTextItem::setFont |  | Prototype:  | void QGraphicsSimpleTextItem::setFont(const QFont &font) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10855-10860 |  
  |  | 3 | 1 | 
 QGraphicsSimpleTextItem::setExtension| Name:  | QGraphicsSimpleTextItem::setExtension |  | Prototype:  | void QGraphicsSimpleTextItem::setExtension(Extension extension, const QVariant &variant) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10971-10975 |  
  |  | 2 | 1 | 
 QGraphicsSimpleTextItem::paint| Name:  | QGraphicsSimpleTextItem::paint |  | Prototype:  | void QGraphicsSimpleTextItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10903-10933 |  
  |  | 21 | 3 | 
 QGraphicsSimpleTextItem::opaqueArea| Name:  | QGraphicsSimpleTextItem::opaqueArea |  | Prototype:  | QPainterPath QGraphicsSimpleTextItem::opaqueArea() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10946-10949 |  
  |  | 1 | 1 | 
 QGraphicsSimpleTextItem::isObscuredBy| Name:  | QGraphicsSimpleTextItem::isObscuredBy |  | Prototype:  | bool QGraphicsSimpleTextItem::isObscuredBy(const QGraphicsItem *item) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10938-10941 |  
  |  | 1 | 1 | 
 QGraphicsSimpleTextItem::font| Name:  | QGraphicsSimpleTextItem::font |  | Prototype:  | QFont QGraphicsSimpleTextItem::font() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10865-10869 |  
  |  | 2 | 1 | 
 QGraphicsSimpleTextItem::extension| Name:  | QGraphicsSimpleTextItem::extension |  | Prototype:  | QVariant QGraphicsSimpleTextItem::extension(const QVariant &variant) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10980-10984 |  
  |  | 2 | 1 | 
 QGraphicsSimpleTextItem::contains| Name:  | QGraphicsSimpleTextItem::contains |  | Prototype:  | bool QGraphicsSimpleTextItem::contains(const QPointF &point) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10894-10898 |  
  |  | 2 | 1 | 
 QGraphicsSimpleTextItem::boundingRect| Name:  | QGraphicsSimpleTextItem::boundingRect |  | Prototype:  | QRectF QGraphicsSimpleTextItem::boundingRect() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10874-10878 |  
  |  | 2 | 1 | 
 QGraphicsSimpleTextItem::QGraphicsSimpleTextItem| Name:  | QGraphicsSimpleTextItem::QGraphicsSimpleTextItem |  | Prototype:  | QGraphicsSimpleTextItem::QGraphicsSimpleTextItem(QGraphicsItem *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10802-10805 |  
  |  | 2 | 1 | 
 QGraphicsSimpleTextItem::QGraphicsSimpleTextItem| Name:  | QGraphicsSimpleTextItem::QGraphicsSimpleTextItem |  | Prototype:  | QGraphicsSimpleTextItem::QGraphicsSimpleTextItem(const QString &text, QGraphicsItem *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 10814-10818 |  
  |  | 1 | 1 | 
 QGraphicsShaderEffectPrivate::QGraphicsShaderEffectPrivate| Name:  | QGraphicsShaderEffectPrivate::QGraphicsShaderEffectPrivate |  | Prototype:  | QGraphicsShaderEffectPrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp |  | Lines:  | 164-170 |  
  |  | 2 | 1 | 
 QGraphicsShaderEffect::~QGraphicsShaderEffect| Name:  | QGraphicsShaderEffect::~QGraphicsShaderEffect |  | Prototype:  | QGraphicsShaderEffect::~QGraphicsShaderEffect() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp |  | Lines:  | 189-195 |  
  |  | 2 | 1 | 
 QGraphicsShaderEffect::setUniformsDirty| Name:  | QGraphicsShaderEffect::setUniformsDirty |  | Prototype:  | void QGraphicsShaderEffect::setUniformsDirty() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp |  | Lines:  | 290-297 |  
  |  | 3 | 2 | 
 QGraphicsShaderEffect::setUniforms| Name:  | QGraphicsShaderEffect::setUniforms |  | Prototype:  | void QGraphicsShaderEffect::setUniforms(QGLShaderProgram *program) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp |  | Lines:  | 309-312 |  
  |  | 1 | 1 | 
 QGraphicsShaderEffect::setPixelShaderFragment| Name:  | QGraphicsShaderEffect::setPixelShaderFragment |  | Prototype:  | void QGraphicsShaderEffect::setPixelShaderFragment(const QByteArray& code) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp |  | Lines:  | 229-239 |  
  |  | 5 | 2 | 
 QGraphicsShaderEffect::pixelShaderFragment| Name:  | QGraphicsShaderEffect::pixelShaderFragment |  | Prototype:  | QByteArray QGraphicsShaderEffect::pixelShaderFragment() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp |  | Lines:  | 205-209 |  
  |  | 2 | 1 | 
 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:  | 244-278 |  
  |  | 16 | 4 | 
 QGraphicsShaderEffect::QGraphicsShaderEffect| Name:  | QGraphicsShaderEffect::QGraphicsShaderEffect |  | Prototype:  | QGraphicsShaderEffect::QGraphicsShaderEffect(QObject *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp |  | Lines:  | 181-184 |  
  |  | 2 | 1 | 
 QGraphicsSceneWheelEventPrivate::QGraphicsSceneWheelEventPrivate| Name:  | QGraphicsSceneWheelEventPrivate::QGraphicsSceneWheelEventPrivate |  | Prototype:  | inline QGraphicsSceneWheelEventPrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 695-697 |  
  |  | 1 | 1 | 
 QGraphicsSceneWheelEvent::setScreenPos| Name:  | QGraphicsSceneWheelEvent::setScreenPos |  | Prototype:  | void QGraphicsSceneWheelEvent::setScreenPos(const QPoint &pos) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 783-787 |  
  |  | 2 | 1 | 
 QGraphicsSceneWheelEvent::setScenePos| Name:  | QGraphicsSceneWheelEvent::setScenePos |  | Prototype:  | void QGraphicsSceneWheelEvent::setScenePos(const QPointF &pos) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 762-766 |  
  |  | 2 | 1 | 
 QGraphicsSceneWheelEvent::setPos| Name:  | QGraphicsSceneWheelEvent::setPos |  | Prototype:  | void QGraphicsSceneWheelEvent::setPos(const QPointF &pos) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 741-745 |  
  |  | 2 | 1 | 
 QGraphicsSceneWheelEvent::setOrientation| Name:  | QGraphicsSceneWheelEvent::setOrientation |  | Prototype:  | void QGraphicsSceneWheelEvent::setOrientation(Qt::Orientation orientation) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 866-870 |  
  |  | 2 | 1 | 
 QGraphicsSceneWheelEvent::setModifiers| Name:  | QGraphicsSceneWheelEvent::setModifiers |  | Prototype:  | void QGraphicsSceneWheelEvent::setModifiers(Qt::KeyboardModifiers modifiers) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 824-828 |  
  |  | 2 | 1 | 
 QGraphicsSceneWheelEvent::setDelta| Name:  | QGraphicsSceneWheelEvent::setDelta |  | Prototype:  | void QGraphicsSceneWheelEvent::setDelta(int delta) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 848-852 |  
  |  | 2 | 1 | 
 QGraphicsSceneWheelEvent::setButtons| Name:  | QGraphicsSceneWheelEvent::setButtons |  | Prototype:  | void QGraphicsSceneWheelEvent::setButtons(Qt::MouseButtons buttons) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 803-807 |  
  |  | 2 | 1 | 
 QGraphicsSceneWheelEvent::screenPos| Name:  | QGraphicsSceneWheelEvent::screenPos |  | Prototype:  | QPoint QGraphicsSceneWheelEvent::screenPos() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 774-778 |  
  |  | 2 | 1 | 
 QGraphicsSceneWheelEvent::scenePos| Name:  | QGraphicsSceneWheelEvent::scenePos |  | Prototype:  | QPointF QGraphicsSceneWheelEvent::scenePos() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 753-757 |  
  |  | 2 | 1 | 
 QGraphicsSceneWheelEvent::pos| Name:  | QGraphicsSceneWheelEvent::pos |  | Prototype:  | QPointF QGraphicsSceneWheelEvent::pos() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 732-736 |  
  |  | 2 | 1 | 
 QGraphicsSceneWheelEvent::orientation| Name:  | QGraphicsSceneWheelEvent::orientation |  | Prototype:  | Qt::Orientation QGraphicsSceneWheelEvent::orientation() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 857-861 |  
  |  | 2 | 1 | 
 QGraphicsSceneWheelEvent::modifiers| Name:  | QGraphicsSceneWheelEvent::modifiers |  | Prototype:  | Qt::KeyboardModifiers QGraphicsSceneWheelEvent::modifiers() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 815-819 |  
  |  | 2 | 1 | 
 QGraphicsSceneWheelEvent::delta| Name:  | QGraphicsSceneWheelEvent::delta |  | Prototype:  | int QGraphicsSceneWheelEvent::delta() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 839-843 |  
  |  | 2 | 1 | 
 QGraphicsSceneWheelEvent::buttons| Name:  | QGraphicsSceneWheelEvent::buttons |  | Prototype:  | Qt::MouseButtons QGraphicsSceneWheelEvent::buttons() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 794-798 |  
  |  | 2 | 1 | 
 QGraphicsSceneWheelEvent::QGraphicsSceneWheelEvent| Name:  | QGraphicsSceneWheelEvent::QGraphicsSceneWheelEvent |  | Prototype:  | QGraphicsSceneWheelEvent::QGraphicsSceneWheelEvent(Type type) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 714-717 |  
  |  | 2 | 1 | 
 QGraphicsSceneResizeEvent::setOldSize| Name:  | QGraphicsSceneResizeEvent::setOldSize |  | Prototype:  | void QGraphicsSceneResizeEvent::setOldSize(const QSizeF &size) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 1642-1646 |  
  |  | 2 | 1 | 
 QGraphicsSceneResizeEvent::setNewSize| Name:  | QGraphicsSceneResizeEvent::setNewSize |  | Prototype:  | void QGraphicsSceneResizeEvent::setNewSize(const QSizeF &size) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 1662-1666 |  
  |  | 2 | 1 | 
 QGraphicsSceneResizeEvent::oldSize| Name:  | QGraphicsSceneResizeEvent::oldSize |  | Prototype:  | QSizeF QGraphicsSceneResizeEvent::oldSize() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 1633-1637 |  
  |  | 2 | 1 | 
 QGraphicsSceneResizeEvent::newSize| Name:  | QGraphicsSceneResizeEvent::newSize |  | Prototype:  | QSizeF QGraphicsSceneResizeEvent::newSize() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 1653-1657 |  
  |  | 2 | 1 | 
 QGraphicsSceneResizeEvent::QGraphicsSceneResizeEvent| Name:  | QGraphicsSceneResizeEvent::QGraphicsSceneResizeEvent |  | Prototype:  | QGraphicsSceneResizeEvent::QGraphicsSceneResizeEvent() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp |  | Lines:  | 1615-1618 |  
  |  | 2 | 1 | 
 QGraphicsSceneRemoveItemBspTreeVisitor::visit| Name:  | QGraphicsSceneRemoveItemBspTreeVisitor::visit |  | Prototype:  | void visit(QList<QGraphicsItem *> *items) override |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp |  | Lines:  | 63-64 |  
  |  | 1 | 1 | 
 QGraphicsScenePrivate::updateTouchPointsForItem| Name:  | QGraphicsScenePrivate::updateTouchPointsForItem |  | Prototype:  | void QGraphicsScenePrivate::updateTouchPointsForItem(QGraphicsItem *item, QTouchEvent *touchEvent) |  | Coverage:  |   0.000% (0/2) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 5859-5866 |  
  |  | 4 | 2 | 
 QGraphicsScenePrivate::updatePalette| Name:  | QGraphicsScenePrivate::updatePalette |  | Prototype:  | void QGraphicsScenePrivate::updatePalette(const QPalette &palette) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 1605-1627 |  
  |  | 8 | 3 | 
 QGraphicsScenePrivate::updateInputMethodSensitivityInViews| Name:  | QGraphicsScenePrivate::updateInputMethodSensitivityInViews |  | Prototype:  | void QGraphicsScenePrivate::updateInputMethodSensitivityInViews() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 6088-6092 |  
  |  | 2 | 2 | 
 QGraphicsScenePrivate::updateFont| Name:  | QGraphicsScenePrivate::updateFont |  | Prototype:  | void QGraphicsScenePrivate::updateFont(const QFont &font) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 1548-1570 |  
  |  | 8 | 3 | 
 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:  | 413-427 |  
  |  | 8 | 4 | 
 QGraphicsScenePrivate::unregisterScenePosItem| Name:  | QGraphicsScenePrivate::unregisterScenePosItem |  | Prototype:  | void QGraphicsScenePrivate::unregisterScenePosItem(QGraphicsItem *item) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 539-543 |  
  |  | 2 | 1 | 
 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::ungrabKeyboard| Name:  | QGraphicsScenePrivate::ungrabKeyboard |  | Prototype:  | void QGraphicsScenePrivate::ungrabKeyboard(QGraphicsItem *item, bool itemIsDying) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 1068-1096 |  
  |  | 14 | 5 | 
 QGraphicsScenePrivate::ungrabGesture| Name:  | QGraphicsScenePrivate::ungrabGesture |  | Prototype:  | void QGraphicsScenePrivate::ungrabGesture(QGraphicsItem *item, Qt::GestureType gesture) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 6570-6580 |  
  |  | 6 | 3 | 
 QGraphicsScenePrivate::touchEventHandler| Name:  | QGraphicsScenePrivate::touchEventHandler |  | Prototype:  | void QGraphicsScenePrivate::touchEventHandler(QTouchEvent *sceneTouchEvent) |  | Coverage:  |   0.000% (0/70) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 5882-6010 |  
  |  | 80 | 22 | 
 QGraphicsScenePrivate::storeMouseButtonsForMouseGrabber| Name:  | QGraphicsScenePrivate::storeMouseButtonsForMouseGrabber |  | Prototype:  | void QGraphicsScenePrivate::storeMouseButtonsForMouseGrabber(QGraphicsSceneMouseEvent *event) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 1141-1152 |  
  |  | 7 | 3 |