| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
updateCursorBlinking| Name: | QWidgetTextControlPrivate::updateCursorBlinking | | Prototype: | void QWidgetTextControlPrivate::updateCursorBlinking() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 702-713 |
| | 7 | 3 |
updateCurrentCharFormat| Name: | QWidgetTextControlPrivate::updateCurrentCharFormat | | Prototype: | void QWidgetTextControlPrivate::updateCurrentCharFormat() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 300-311 |
| | 7 | 2 |
startDrag| Name: | QWidgetTextControlPrivate::startDrag | | Prototype: | void QWidgetTextControlPrivate::startDrag() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 505-529 |
| | 15 | 4 |
showToolTip| Name: | QWidgetTextControlPrivate::showToolTip | | Prototype: | void QWidgetTextControlPrivate::showToolTip(const QPoint &globalPos, const QPointF &pos, QWidget *contextWidget) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2884-2890 |
| | 4 | 2 |
setCursorVisible| Name: | QWidgetTextControlPrivate::setCursorVisible | | Prototype: | void QWidgetTextControlPrivate::setCursorVisible(bool visible) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 688-700 |
| | 7 | 3 |
setCursorPosition| Name: | QWidgetTextControlPrivate::setCursorPosition | | Prototype: | void QWidgetTextControlPrivate::setCursorPosition(const QPointF &pos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 531-538 |
| | 5 | 2 |
setCursorPosition| Name: | QWidgetTextControlPrivate::setCursorPosition | | Prototype: | void QWidgetTextControlPrivate::setCursorPosition(int pos, QTextCursor::MoveMode mode) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 540-548 |
| | 4 | 2 |
setContent| Name: | QWidgetTextControlPrivate::setContent | | Prototype: | void QWidgetTextControlPrivate::setContent(Qt::TextFormat format, const QString &text, QTextDocument *document) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 415-503 |
| | 48 | 9 |
setClipboardSelection| Name: | QWidgetTextControlPrivate::setClipboardSelection | | Prototype: | void QWidgetTextControlPrivate::setClipboardSelection() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 624-632 |
| | 6 | 2 |
sendMouseEventToInputContext| Name: | QWidgetTextControlPrivate::sendMouseEventToInputContext | | Prototype: | bool QWidgetTextControlPrivate::sendMouseEventToInputContext( QEvent *e, QEvent::Type eventType, Qt::MouseButton button, const QPointF &pos, Qt::KeyboardModifiers modifiers, Qt::MouseButtons buttons, const QPoint &globalPos) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1888-1920 |
| | 18 | 5 |
selectionChanged| Name: | QWidgetTextControlPrivate::selectionChanged | | Prototype: | void QWidgetTextControlPrivate::selectionChanged(bool forceEmitSelectionChanged ) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 577-615 |
| | 25 | 7 |
repaintOldAndNewSelection| Name: | QWidgetTextControlPrivate::repaintOldAndNewSelection | | Prototype: | void QWidgetTextControlPrivate::repaintOldAndNewSelection(const QTextCursor &oldSelection) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 556-575 |
| | 14 | 3 |
repaintCursor| Name: | QWidgetTextControlPrivate::repaintCursor | | Prototype: | void QWidgetTextControlPrivate::repaintCursor() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 550-554 |
| | 2 | 1 |
rectForPosition| Name: | QWidgetTextControlPrivate::rectForPosition | | Prototype: | QRectF QWidgetTextControlPrivate::rectForPosition(int position) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1419-1466 |
| | 32 | 9 |
outdent| Name: | QWidgetTextControlPrivate::outdent | | Prototype: | void QWidgetTextControlPrivate::outdent() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 333-348 |
| | 9 | 2 |
mouseReleaseEvent| Name: | QWidgetTextControlPrivate::mouseReleaseEvent | | Prototype: | void QWidgetTextControlPrivate::mouseReleaseEvent(QEvent *e, Qt::MouseButton button, const QPointF &pos, Qt::KeyboardModifiers modifiers, Qt::MouseButtons buttons, const QPoint &globalPos) | | Coverage: | 0.000% (0/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1778-1844 |
| | 41 | 12 |
mousePressEvent| Name: | QWidgetTextControlPrivate::mousePressEvent | | Prototype: | void QWidgetTextControlPrivate::mousePressEvent(QEvent *e, Qt::MouseButton button, const QPointF &pos, Qt::KeyboardModifiers modifiers, Qt::MouseButtons buttons, const QPoint &globalPos) | | Coverage: | 0.000% (0/68) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1586-1687 |
| | 63 | 16 |
mouseMoveEvent| Name: | QWidgetTextControlPrivate::mouseMoveEvent | | Prototype: | void QWidgetTextControlPrivate::mouseMoveEvent(QEvent *e, Qt::MouseButton button, const QPointF &mousePos, Qt::KeyboardModifiers modifiers, Qt::MouseButtons buttons, const QPoint &globalPos) | | Coverage: | 0.000% (0/67) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1689-1776 |
| | 52 | 18 |
mouseDoubleClickEvent| Name: | QWidgetTextControlPrivate::mouseDoubleClickEvent | | Prototype: | void QWidgetTextControlPrivate::mouseDoubleClickEvent(QEvent *e, Qt::MouseButton button, const QPointF &pos, Qt::KeyboardModifiers modifiers, Qt::MouseButtons buttons, const QPoint &globalPos) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1846-1886 |
| | 24 | 5 |
keyPressEvent| Name: | QWidgetTextControlPrivate::keyPressEvent | | Prototype: | void QWidgetTextControlPrivate::keyPressEvent(QKeyEvent *e) | | Coverage: | 0.000% (0/122) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1230-1395 |
| | 105 | 32 |
isPreediting| Name: | QWidgetTextControlPrivate::isPreediting | | Prototype: | bool QWidgetTextControlPrivate::isPreediting() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2893-2900 |
| | 4 | 2 |
inputMethodEvent| Name: | QWidgetTextControlPrivate::inputMethodEvent | | Prototype: | void QWidgetTextControlPrivate::inputMethodEvent(QInputMethodEvent *e) | | Coverage: | 0.000% (0/47) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2011-2080 |
| | 52 | 13 |
init| Name: | QWidgetTextControlPrivate::init | | Prototype: | void QWidgetTextControlPrivate::init(Qt::TextFormat format, const QString &text, QTextDocument *document) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 406-413 |
| | 4 | 1 |
indent| Name: | QWidgetTextControlPrivate::indent | | Prototype: | void QWidgetTextControlPrivate::indent() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 313-331 |
| | 11 | 3 |
gotoPreviousTableCell| Name: | QWidgetTextControlPrivate::gotoPreviousTableCell | | Prototype: | void QWidgetTextControlPrivate::gotoPreviousTableCell() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 369-386 |
| | 11 | 3 |
gotoNextTableCell| Name: | QWidgetTextControlPrivate::gotoNextTableCell | | Prototype: | void QWidgetTextControlPrivate::gotoNextTableCell() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 350-367 |
| | 11 | 3 |
focusEvent| Name: | QWidgetTextControlPrivate::focusEvent | | Prototype: | void QWidgetTextControlPrivate::focusEvent(QFocusEvent *e) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2162-2188 |
| | 13 | 4 |
extendWordwiseSelection| Name: | QWidgetTextControlPrivate::extendWordwiseSelection | | Prototype: | void QWidgetTextControlPrivate::extendWordwiseSelection(int suggestedNewPosition, qreal mouseXPosition) | | Coverage: | 0.000% (0/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 715-787 |
| | 43 | 12 |
extendBlockwiseSelection| Name: | QWidgetTextControlPrivate::extendBlockwiseSelection | | Prototype: | void QWidgetTextControlPrivate::extendBlockwiseSelection(int suggestedNewPosition) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 789-817 |
| | 16 | 4 |
dropEvent| Name: | QWidgetTextControlPrivate::dropEvent | | Prototype: | bool QWidgetTextControlPrivate::dropEvent(const QMimeData *mimeData, const QPointF &pos, Qt::DropAction dropAction, QObject *source) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1988-2009 |
| | 14 | 3 |
dragMoveEvent| Name: | QWidgetTextControlPrivate::dragMoveEvent | | Prototype: | bool QWidgetTextControlPrivate::dragMoveEvent(QEvent *e, const QMimeData *mimeData, const QPointF &pos) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1964-1986 |
| | 14 | 4 |
dragLeaveEvent| Name: | QWidgetTextControlPrivate::dragLeaveEvent | | Prototype: | void QWidgetTextControlPrivate::dragLeaveEvent() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1953-1962 |
| | 5 | 2 |
dragEnterEvent| Name: | QWidgetTextControlPrivate::dragEnterEvent | | Prototype: | bool QWidgetTextControlPrivate::dragEnterEvent(QEvent *e, const QMimeData *mimeData) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1940-1951 |
| | 6 | 2 |
cursorRectPlusUnicodeDirectionMarkers| Name: | QWidgetTextControlPrivate::cursorRectPlusUnicodeDirectionMarkers | | Prototype: | QRectF QWidgetTextControlPrivate::cursorRectPlusUnicodeDirectionMarkers(const QTextCursor &cursor) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2349-2355 |
| | 3 | 2 |
cursorMoveKeyEvent| Name: | QWidgetTextControlPrivate::cursorMoveKeyEvent | | Prototype: | bool QWidgetTextControlPrivate::cursorMoveKeyEvent(QKeyEvent *e) | | Coverage: | 0.000% (0/107) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 141-298 |
| | 91 | 30 |
createAutoBulletList| Name: | QWidgetTextControlPrivate::createAutoBulletList | | Prototype: | void QWidgetTextControlPrivate::createAutoBulletList() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 388-404 |
| | 9 | 1 |
contextMenuEvent| Name: | QWidgetTextControlPrivate::contextMenuEvent | | Prototype: | void QWidgetTextControlPrivate::contextMenuEvent(const QPoint &screenPos, const QPointF &docPos, QWidget *contextWidget) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1922-1938 |
| | 8 | 3 |
commitPreedit| Name: | QWidgetTextControlPrivate::commitPreedit | | Prototype: | void QWidgetTextControlPrivate::commitPreedit() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2902-2919 |
| | 12 | 3 |
append| Name: | QWidgetTextControlPrivate::append | | Prototype: | void QWidgetTextControlPrivate::append(const QString &text, Qt::TextFormat format) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 3106-3133 |
| | 13 | 4 |
anchorForCursor| Name: | QWidgetTextControlPrivate::anchorForCursor | | Prototype: | QString QWidgetTextControlPrivate::anchorForCursor(const QTextCursor &anchorCursor) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2190-2202 |
| | 9 | 4 |
activateLinkUnderCursor| Name: | QWidgetTextControlPrivate::activateLinkUnderCursor | | Prototype: | void QWidgetTextControlPrivate::activateLinkUnderCursor(QString href) | | Coverage: | 0.000% (0/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2814-2881 |
| | 44 | 15 |
_q_updateCurrentCharFormatAndSelection| Name: | QWidgetTextControlPrivate::_q_updateCurrentCharFormatAndSelection | | Prototype: | void QWidgetTextControlPrivate::_q_updateCurrentCharFormatAndSelection() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 617-621 |
| | 2 | 1 |
_q_updateBlock| Name: | QWidgetTextControlPrivate::_q_updateBlock | | Prototype: | void QWidgetTextControlPrivate::_q_updateBlock(const QTextBlock &block) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1411-1417 |
| | 4 | 1 |
_q_emitCursorPosChanged| Name: | QWidgetTextControlPrivate::_q_emitCursorPosChanged | | Prototype: | void QWidgetTextControlPrivate::_q_emitCursorPosChanged(const QTextCursor &someCursor) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 635-642 |
| | 4 | 2 |
_q_documentLayoutChanged| Name: | QWidgetTextControlPrivate::_q_documentLayoutChanged | | Prototype: | void QWidgetTextControlPrivate::_q_documentLayoutChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 678-686 |
| | 5 | 1 |
_q_deleteSelected| Name: | QWidgetTextControlPrivate::_q_deleteSelected | | Prototype: | void QWidgetTextControlPrivate::_q_deleteSelected() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 819-824 |
| | 3 | 2 |
_q_copyLink| Name: | QWidgetTextControlPrivate::_q_copyLink | | Prototype: | void QWidgetTextControlPrivate::_q_copyLink() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 3240-3247 |
| | 3 | 1 |
_q_contentsChanged| Name: | QWidgetTextControlPrivate::_q_contentsChanged | | Prototype: | void QWidgetTextControlPrivate::_q_contentsChanged(int from, int charsRemoved, int charsAdded) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 644-676 |
| | 15 | 4 |
QWidgetTextControlPrivate| Name: | QWidgetTextControlPrivate::QWidgetTextControlPrivate | | Prototype: | QWidgetTextControlPrivate::QWidgetTextControlPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 114-139 |
| | 1 | 1 |