Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QAbstractSpinBox::minimumSizeHintName: | QAbstractSpinBox::minimumSizeHint | Prototype: | QSize QAbstractSpinBox::minimumSizeHint() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | Lines: | 887-923 |
| | 26 | 3 |
QAbstractSpinBox::sizeHintName: | QAbstractSpinBox::sizeHint | Prototype: | QSize QAbstractSpinBox::sizeHint() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | Lines: | 848-881 |
| | 26 | 3 |
QAbstractSpinBoxPrivate::_q_editorTextChangedName: | QAbstractSpinBoxPrivate::_q_editorTextChanged | Prototype: | void QAbstractSpinBoxPrivate::_q_editorTextChanged(const QString &t) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | Lines: | 1477-1495 |
| | 11 | 3 |
QAbstractSpinBoxPrivate::setRangeName: | QAbstractSpinBoxPrivate::setRange | Prototype: | void QAbstractSpinBoxPrivate::setRange(const QVariant &min, const QVariant &max) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | Lines: | 1762-1780 |
| | 12 | 3 |
QAbstractSpinBoxPrivate::setValueName: | QAbstractSpinBoxPrivate::setValue | Prototype: | void QAbstractSpinBoxPrivate::setValue(const QVariant &val, EmitPolicy ep, bool doUpdate) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | Lines: | 1705-1721 |
| | 10 | 3 |
QAbstractSpinBoxPrivate::updateStateName: | QAbstractSpinBoxPrivate::updateState | Prototype: | void QAbstractSpinBoxPrivate::updateState(bool up, bool fromKeyboard ) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | Lines: | 1602-1618 |
| | 11 | 3 |
QAbstractStatePrivate::machineName: | QAbstractStatePrivate::machine | Prototype: | QStateMachine *QAbstractStatePrivate::machine() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstractstate.cpp | Lines: | 88-97 |
| | 6 | 3 |
QAbstractTestLogger::QAbstractTestLoggerName: | QAbstractTestLogger::QAbstractTestLogger | Prototype: | QAbstractTestLogger::QAbstractTestLogger(const char *filename) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qabstracttestlogger.cpp | Lines: | 53-74 |
| | 7 | 3 |
QAbstractTestLogger::filterUnprintableName: | QAbstractTestLogger::filterUnprintable | Prototype: | void QAbstractTestLogger::filterUnprintable(char *str) const | Coverage: | 76.923% (10/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qabstracttestlogger.cpp | Lines: | 85-93 |
| | 5 | 3 |
QAbstractTestLogger::outputStringName: | QAbstractTestLogger::outputString | Prototype: | void QAbstractTestLogger::outputString(const char *msg) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qabstracttestlogger.cpp | Lines: | 95-108 |
| | 8 | 3 |
QAbstractTestLogger::~QAbstractTestLoggerName: | QAbstractTestLogger::~QAbstractTestLogger | Prototype: | QAbstractTestLogger::~QAbstractTestLogger() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qabstracttestlogger.cpp | Lines: | 76-83 |
| | 4 | 3 |
QAbstractTextDocumentLayout::unregisterHandlerName: | QAbstractTextDocumentLayout::unregisterHandler | Prototype: | void QAbstractTextDocumentLayout::unregisterHandler(int objectType, QObject *component) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qabstracttextdocumentlayout.cpp | Lines: | 446-456 |
| | 6 | 3 |
QAbstractTextDocumentLayoutPrivate::_q_handlerDestroyedName: | QAbstractTextDocumentLayoutPrivate::_q_handlerDestroyed | Prototype: | void QAbstractTextDocumentLayoutPrivate::_q_handlerDestroyed(QObject *obj) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qabstracttextdocumentlayout.cpp | Lines: | 547-555 |
| | 5 | 3 |
QAbstractTransition::setTargetStateName: | QAbstractTransition::setTargetState | Prototype: | void QAbstractTransition::setTargetState(QAbstractState* target) | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 219-231 |
| | 8 | 3 |
QAbstractTransition::targetStatesName: | QAbstractTransition::targetStates | Prototype: | QList<QAbstractState*> QAbstractTransition::targetStates() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 237-247 |
| | 7 | 3 |
QAbstractTransitionPrivate::machineName: | QAbstractTransitionPrivate::machine | Prototype: | QStateMachine *QAbstractTransitionPrivate::machine() const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 137-145 |
| | 6 | 3 |
QAccessible::setRootObjectName: | QAccessible::setRootObject | Prototype: | void QAccessible::setRootObject(QObject *object) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | Lines: | 817-826 |
| | 5 | 3 |
QAccessibleBridgeUtils::performActionName: | QAccessibleBridgeUtils::performAction | Prototype: | static bool performAction(QAccessibleInterface *iface, const QString &actionName) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/accessibility/qaccessiblebridgeutils.cpp | Lines: | 42-51 |
| | 5 | 3 |
QAccessibleCache::acquireIdName: | QAccessibleCache::acquireId | Prototype: | QAccessible::Id QAccessibleCache::acquireId() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessiblecache.cpp | Lines: | 58-73 |
| | 5 | 3 |
QAccessibleCache::deleteInterfaceName: | QAccessibleCache::deleteInterface | Prototype: | void QAccessibleCache::deleteInterface(QAccessible::Id id, QObject *obj) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessiblecache.cpp | Lines: | 115-128 |
| | 7 | 3 |
QAccessibleCalendarWidget::calendarViewName: | QAccessibleCalendarWidget::calendarView | Prototype: | QAbstractItemView *QAccessibleCalendarWidget::calendarView() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | Lines: | 537-544 |
| | 4 | 3 |
QAccessibleCalendarWidget::childName: | QAccessibleCalendarWidget::child | Prototype: | QAccessibleInterface *QAccessibleCalendarWidget::child(int index) const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | Lines: | 521-530 |
| | 5 | 3 |
QAccessibleCalendarWidget::indexOfChildName: | QAccessibleCalendarWidget::indexOfChild | Prototype: | int QAccessibleCalendarWidget::indexOfChild(const QAccessibleInterface *child) const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | Lines: | 512-519 |
| | 5 | 3 |
QAccessibleCalendarWidget::navigationBarName: | QAccessibleCalendarWidget::navigationBar | Prototype: | QWidget *QAccessibleCalendarWidget::navigationBar() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | Lines: | 546-553 |
| | 4 | 3 |
QAccessibleComboBox::childName: | QAccessibleComboBox::child | Prototype: | QAccessibleInterface *QAccessibleComboBox::child(int index) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/complexwidgets.cpp | Lines: | 269-279 |
| | 6 | 3 |
QAccessibleComboBox::doActionName: | QAccessibleComboBox::doAction | Prototype: | void QAccessibleComboBox::doAction(const QString &actionName) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/complexwidgets.cpp | Lines: | 345-354 |
| | 4 | 3 |
QAccessibleComboBox::indexOfChildName: | QAccessibleComboBox::indexOfChild | Prototype: | int QAccessibleComboBox::indexOfChild(const QAccessibleInterface *child) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/complexwidgets.cpp | Lines: | 294-301 |
| | 5 | 3 |
QAccessibleDisplay::imagePositionName: | QAccessibleDisplay::imagePosition | Prototype: | QPoint QAccessibleDisplay::imagePosition() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | Lines: | 507-517 |
| | 7 | 3 |
QAccessibleDisplay::imageSizeName: | QAccessibleDisplay::imageSize | Prototype: | QSize QAccessibleDisplay::imageSize() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | Lines: | 495-504 |
| | 7 | 3 |
QAccessibleDockWidget::indexOfChildName: | QAccessibleDockWidget::indexOfChild | Prototype: | int QAccessibleDockWidget::indexOfChild(const QAccessibleInterface *child) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | Lines: | 597-607 |
| | 5 | 3 |
QAccessibleDockWidget::textName: | QAccessibleDockWidget::text | Prototype: | QString QAccessibleDockWidget::text(QAccessible::Text t) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | Lines: | 628-636 |
| | 5 | 3 |
QAccessibleLineEdit::interface_castName: | QAccessibleLineEdit::interface_cast | Prototype: | void *QAccessibleLineEdit::interface_cast(QAccessible::InterfaceType t) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | Lines: | 682-689 |
| | 5 | 3 |
QAccessibleLineEdit::stateName: | QAccessibleLineEdit::state | Prototype: | QAccessible::State QAccessibleLineEdit::state() const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | Lines: | 665-680 |
| | 9 | 3 |
QAccessibleLineEdit::textName: | QAccessibleLineEdit::text | Prototype: | QString QAccessibleLineEdit::text(int startOffset, int endOffset) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | Lines: | 746-755 |
| | 5 | 3 |
QAccessibleLineEdit::textAfterOffsetName: | QAccessibleLineEdit::textAfterOffset | Prototype: | QString QAccessibleLineEdit::textAfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | Lines: | 769-779 |
| | 6 | 3 |
QAccessibleLineEdit::textAtOffsetName: | QAccessibleLineEdit::textAtOffset | Prototype: | QString QAccessibleLineEdit::textAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | Lines: | 781-791 |
| | 6 | 3 |
QAccessibleLineEdit::textBeforeOffsetName: | QAccessibleLineEdit::textBeforeOffset | Prototype: | QString QAccessibleLineEdit::textBeforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | Lines: | 757-767 |
| | 6 | 3 |
QAccessibleMdiArea::indexOfChildName: | QAccessibleMdiArea::indexOfChild | Prototype: | int QAccessibleMdiArea::indexOfChild(const QAccessibleInterface *child) const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | Lines: | 376-384 |
| | 5 | 3 |
QAccessibleMdiSubWindow::rectName: | QAccessibleMdiSubWindow::rect | Prototype: | QRect QAccessibleMdiSubWindow::rect() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | Lines: | 460-468 |
| | 6 | 3 |
QAccessibleMenu::textName: | QAccessibleMenu::text | Prototype: | QString QAccessibleMenu::text(QAccessible::Text t) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblemenu.cpp | Lines: | 84-93 |
| | 6 | 3 |
QAccessibleMenuItem::actionNamesName: | QAccessibleMenuItem::actionNames | Prototype: | QStringList QAccessibleMenuItem::actionNames() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblemenu.cpp | Lines: | 323-335 |
| | 7 | 3 |
QAccessibleMenuItem::childAtName: | QAccessibleMenuItem::childAt | Prototype: | QAccessibleInterface *QAccessibleMenuItem::childAt(int x, int y ) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblemenu.cpp | Lines: | 176-185 |
| | 5 | 3 |
QAccessibleMenuItem::rectName: | QAccessibleMenuItem::rect | Prototype: | QRect QAccessibleMenuItem::rect() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblemenu.cpp | Lines: | 242-259 |
| | 11 | 3 |
QAccessibleObject::childAtName: | QAccessibleObject::childAt | Prototype: | QAccessibleInterface *QAccessibleObject::childAt(int x, int y) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessibleobject.cpp | Lines: | 117-126 |
| | 6 | 3 |
QAccessiblePlainTextEdit::interface_castName: | QAccessiblePlainTextEdit::interface_cast | Prototype: | void *QAccessiblePlainTextEdit::interface_cast(QAccessible::InterfaceType t) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | Lines: | 135-142 |
| | 5 | 3 |
QAccessiblePlainTextEdit::setTextName: | QAccessiblePlainTextEdit::setText | Prototype: | void QAccessiblePlainTextEdit::setText(QAccessible::Text t, const QString &text) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | Lines: | 113-123 |
| | 6 | 3 |
QAccessibleTabBar::textName: | QAccessibleTabBar::text | Prototype: | QString QAccessibleTabBar::text(QAccessible::Text t) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/complexwidgets.cpp | Lines: | 231-239 |
| | 5 | 3 |
QAccessibleTable::cellAtName: | QAccessibleTable::cellAt | Prototype: | QAccessibleInterface *QAccessibleTable::cellAt(int row, int column) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | Lines: | 129-140 |
| | 8 | 3 |
QAccessibleTable::horizontalHeaderName: | QAccessibleTable::horizontalHeader | Prototype: | QHeaderView *QAccessibleTable::horizontalHeader() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | Lines: | 101-115 |
| | 5 | 3 |
QAccessibleTable::parentName: | QAccessibleTable::parent | Prototype: | QAccessibleInterface *QAccessibleTable::parent() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | Lines: | 458-467 |
| | 5 | 3 |
QAccessibleTable::selectedCellsName: | QAccessibleTable::selectedCells | Prototype: | QList<QAccessibleInterface *> QAccessibleTable::selectedCells() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | Lines: | 196-206 |
| | 8 | 3 |
QAccessibleTable::selectedColumnsName: | QAccessibleTable::selectedColumns | Prototype: | QList<int> QAccessibleTable::selectedColumns() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | Lines: | 208-219 |
| | 8 | 3 |
QAccessibleTable::selectedRowsName: | QAccessibleTable::selectedRows | Prototype: | QList<int> QAccessibleTable::selectedRows() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | Lines: | 221-232 |
| | 8 | 3 |
QAccessibleTableCell::doActionName: | QAccessibleTableCell::doAction | Prototype: | void QAccessibleTableCell::doAction(const QString& actionName) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | Lines: | 902-910 |
| | 4 | 3 |
QAccessibleTableCell::horizontalHeaderName: | QAccessibleTableCell::horizontalHeader | Prototype: | QHeaderView *QAccessibleTableCell::horizontalHeader() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | Lines: | 846-862 |
| | 5 | 3 |
QAccessibleTableCell::interface_castName: | QAccessibleTableCell::interface_cast | Prototype: | void *QAccessibleTableCell::interface_cast(QAccessible::InterfaceType t) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | Lines: | 814-821 |
| | 5 | 3 |
QAccessibleTextEdit::interface_castName: | QAccessibleTextEdit::interface_cast | Prototype: | void *QAccessibleTextEdit::interface_cast(QAccessible::InterfaceType t) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | Lines: | 261-268 |
| | 5 | 3 |
QAccessibleTextEdit::setTextName: | QAccessibleTextEdit::setText | Prototype: | void QAccessibleTextEdit::setText(QAccessible::Text t, const QString &text) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | Lines: | 239-249 |
| | 6 | 3 |
QAccessibleToolButton::roleName: | QAccessibleToolButton::role | Prototype: | QAccessible::Role QAccessibleToolButton::role() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | Lines: | 300-313 |
| | 7 | 3 |
QAccessibleToolButton::stateName: | QAccessibleToolButton::state | Prototype: | QAccessible::State QAccessibleToolButton::state() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | Lines: | 283-293 |
| | 6 | 3 |
QAccessibleTree::childAtName: | QAccessibleTree::childAt | Prototype: | QAccessibleInterface *QAccessibleTree::childAt(int x, int y) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | Lines: | 653-670 |
| | 12 | 3 |
QAccessibleWidget::actionNamesName: | QAccessibleWidget::actionNames | Prototype: | QStringList QAccessibleWidget::actionNames() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | Lines: | 445-453 |
| | 5 | 3 |
QAccessibleWidget::windowName: | QAccessibleWidget::window | Prototype: | QWindow *QAccessibleWidget::window() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | Lines: | 207-217 |
| | 7 | 3 |
QAction::eventName: | QAction::event | Prototype: | bool QAction::event(QEvent *e) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | Lines: | 1079-1096 |
| | 18 | 3 |
QAction::setAutoRepeatName: | QAction::setAutoRepeat | Prototype: | void QAction::setAutoRepeat(bool on) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | Lines: | 512-522 |
| | 8 | 3 |
QAction::setCheckedName: | QAction::setChecked | Prototype: | void QAction::setChecked(bool b) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | Lines: | 971-982 |
| | 8 | 3 |
QAction::setIconVisibleInMenuName: | QAction::setIconVisibleInMenu | Prototype: | void QAction::setIconVisibleInMenu(bool visible) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | Lines: | 1275-1288 |
| | 8 | 3 |
QAction::setMenuName: | QAction::setMenu | Prototype: | void QAction::setMenu(QMenu *menu) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | Lines: | 665-674 |
| | 7 | 3 |
QAction::setShortcutName: | QAction::setShortcut | Prototype: | void QAction::setShortcut(const QKeySequence &shortcut) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | Lines: | 388-399 |
| | 7 | 3 |
QAction::setShortcutContextName: | QAction::setShortcutContext | Prototype: | void QAction::setShortcutContext(Qt::ShortcutContext context) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | Lines: | 484-494 |
| | 8 | 3 |
QAction::setVisibleName: | QAction::setVisible | Prototype: | void QAction::setVisible(bool b) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | Lines: | 1054-1067 |
| | 9 | 3 |
QAction::shortcutsName: | QAction::shortcuts | Prototype: | QList<QKeySequence> QAction::shortcuts() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | Lines: | 466-475 |
| | 7 | 3 |
QAction::toolTipName: | QAction::toolTip | Prototype: | QString QAction::toolTip() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | Lines: | 803-812 |
| | 6 | 3 |
QActionGroup::removeActionName: | QActionGroup::removeAction | Prototype: | void QActionGroup::removeAction(QAction *action) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 231-242 |
| | 8 | 3 |
QActionGroup::setEnabledName: | QActionGroup::setEnabled | Prototype: | void QActionGroup::setEnabled(bool b) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 293-303 |
| | 6 | 3 |
QActionGroup::setVisibleName: | QActionGroup::setVisible | Prototype: | void QActionGroup::setVisible(bool b) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 330-340 |
| | 6 | 3 |
QActionPrivate::sendDataChangedName: | QActionPrivate::sendDataChanged | Prototype: | void QActionPrivate::sendDataChanged() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | Lines: | 101-118 |
| | 10 | 3 |
QAlphaPaintEnginePrivate::canSeeTroughBackgroundName: | QAlphaPaintEnginePrivate::canSeeTroughBackground | Prototype: | bool QAlphaPaintEnginePrivate::canSeeTroughBackground(bool somethingInRectHasAlpha, const QRectF &rect) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_alpha.cpp | Lines: | 436-446 |
| | 6 | 3 |
QAlphaPaintEnginePrivate::drawAlphaImageName: | QAlphaPaintEnginePrivate::drawAlphaImage | Prototype: | void QAlphaPaintEnginePrivate::drawAlphaImage(const QRectF &rect) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_alpha.cpp | Lines: | 448-493 |
| | 32 | 3 |
QAnimationGroup::insertAnimationName: | QAnimationGroup::insertAnimation | Prototype: | void QAnimationGroup::insertAnimation(int index, QAbstractAnimation *animation) | Coverage: | 66.667% (6/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp | Lines: | 180-197 |
| | 10 | 3 |
QAnimationGroup::removeAnimationName: | QAnimationGroup::removeAnimation | Prototype: | void QAnimationGroup::removeAnimation(QAbstractAnimation *animation) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp | Lines: | 205-220 |
| | 9 | 3 |
QAnimationTimer::registerAnimationName: | QAnimationTimer::registerAnimation | Prototype: | void QAnimationTimer::registerAnimation(QAbstractAnimation *animation, bool isTopLevel) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 661-674 |
| | 9 | 3 |
QAnimationTimer::registerRunningAnimationName: | QAnimationTimer::registerRunningAnimation | Prototype: | void QAnimationTimer::registerRunningAnimation(QAbstractAnimation *animation) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 706-715 |
| | 5 | 3 |
QAnimationTimer::startAnimationsName: | QAnimationTimer::startAnimations | Prototype: | void QAnimationTimer::startAnimations() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 633-647 |
| | 8 | 3 |
QAnimationTimer::unregisterRunningAnimationName: | QAnimationTimer::unregisterRunningAnimation | Prototype: | void QAnimationTimer::unregisterRunningAnimation(QAbstractAnimation *animation) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 717-727 |
| | 6 | 3 |
QApplication::desktopName: | QApplication::desktop | Prototype: | QDesktopWidget *QApplication::desktop() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 2867-2875 |
| | 5 | 3 |
QApplication::fontName: | QApplication::font | Prototype: | QFont QApplication::font(const char *className) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 1626-1635 |
| | 6 | 3 |
QApplication::topLevelAtName: | QApplication::topLevelAt | Prototype: | QWidget *QApplication::topLevelAt(const QPoint &pos) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 375-382 |
| | 4 | 3 |
QApplication::topLevelWidgetsName: | QApplication::topLevelWidgets | Prototype: | QWidgetList QApplication::topLevelWidgets() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 1776-1787 |
| | 7 | 3 |
QApplicationPrivate::activateImplicitTouchGrabName: | QApplicationPrivate::activateImplicitTouchGrab | Prototype: | void QApplicationPrivate::activateImplicitTouchGrab(QWidget *widget, QTouchEvent *touchEvent) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 4385-4394 |
| | 5 | 3 |
QApplicationPrivate::notifyLayoutDirectionChangeName: | QApplicationPrivate::notifyLayoutDirectionChange | Prototype: | void QApplicationPrivate::notifyLayoutDirectionChange() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 2089-2108 |
| | 10 | 3 |
QApplicationPrivate::notifyWindowIconChangedName: | QApplicationPrivate::notifyWindowIconChanged | Prototype: | void QApplicationPrivate::notifyWindowIconChanged() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 1745-1762 |
| | 9 | 3 |
QApplicationPrivate::setSystemFontName: | QApplicationPrivate::setSystemFont | Prototype: | void QApplicationPrivate::setSystemFont(const QFont &font) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 1701-1710 |
| | 5 | 3 |
QApplicationPrivate::setSystemPaletteName: | QApplicationPrivate::setSystemPalette | Prototype: | void QApplicationPrivate::setSystemPalette(const QPalette &pal) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 1545-1572 |
| | 7 | 3 |
QApplicationPrivate::tryModalHelperName: | QApplicationPrivate::tryModalHelper | Prototype: | bool QApplicationPrivate::tryModalHelper(QWidget *widget, QWidget **rettop) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 2617-2628 |
| | 6 | 3 |
QApplicationPrivate::updateTouchPointsForWidgetName: | QApplicationPrivate::updateTouchPointsForWidget | Prototype: | bool QApplicationPrivate::updateTouchPointsForWidget(QWidget *widget, QTouchEvent *touchEvent) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 4320-4340 |
| | 13 | 3 |
QAsn1Element::fromObjectIdName: | QAsn1Element::fromObjectId | Prototype: | QAsn1Element QAsn1Element::fromObjectId(const QByteArray &id) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | Lines: | 185-206 |
| | 17 | 3 |
QAsn1Element::toVectorName: | QAsn1Element::toVector | Prototype: | QVector<QAsn1Element> QAsn1Element::toVector() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | Lines: | 292-302 |
| | 7 | 3 |
QAsn1Element::writeName: | QAsn1Element::write | Prototype: | void QAsn1Element::write(QDataStream &stream) const | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | Lines: | 131-156 |
| | 13 | 3 |
QAuthenticator::detachName: | QAuthenticator::detach | Prototype: | void QAuthenticator::detach() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 254-263 |
| | 5 | 3 |