Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QMetaProperty::isEditableName: | QMetaProperty::isEditable | Prototype: | bool QMetaProperty::isEditable(const QObject *object) const | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 3437-3449 |
| | 9 | 3 |
QMetaProperty::isDesignableName: | QMetaProperty::isDesignable | Prototype: | bool QMetaProperty::isDesignable(const QObject *object) const | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 3304-3318 |
| | 9 | 3 |
QMetaObjectPrivate::indexOfSignalRelativeName: | QMetaObjectPrivate::indexOfSignalRelative | Prototype: | int QMetaObjectPrivate::indexOfSignalRelative(const QMetaObject **baseObject, const QByteArray &name, int argc, const QArgumentType *types) | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 710-728 |
| | 10 | 3 |
QMetaObjectPrivate::indexOfConstructorName: | QMetaObjectPrivate::indexOfConstructor | Prototype: | int QMetaObjectPrivate::indexOfConstructor(const QMetaObject *m, const QByteArray &name, int argc, const QArgumentType *types) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 786-795 |
| | 5 | 3 |
QMetaObjectPrivate::decodeMethodSignatureName: | QMetaObjectPrivate::decodeMethodSignature | Prototype: | QByteArray QMetaObjectPrivate::decodeMethodSignature( const char *signature, QArgumentTypeArray &types) | Coverage: | 44.444% (4/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 665-678 |
| | 10 | 3 |
QMetaObjectBuilderPrivate::hasRevisionedPropertiesName: | QMetaObjectBuilderPrivate::hasRevisionedProperties | Prototype: | bool QMetaObjectBuilderPrivate::hasRevisionedProperties() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 226-233 |
| | 4 | 3 |
QMetaObjectBuilderPrivate::hasRevisionedMethodsName: | QMetaObjectBuilderPrivate::hasRevisionedMethods | Prototype: | bool QMetaObjectBuilderPrivate::hasRevisionedMethods() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 235-242 |
| | 4 | 3 |
QMetaObjectBuilder::indexOfSlotName: | QMetaObjectBuilder::indexOfSlot | Prototype: | int QMetaObjectBuilder::indexOfSlot(const QByteArray& signature) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 992-1001 |
| | 6 | 3 |
QMetaObjectBuilder::indexOfSignalName: | QMetaObjectBuilder::indexOfSignal | Prototype: | int QMetaObjectBuilder::indexOfSignal(const QByteArray& signature) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 975-984 |
| | 6 | 3 |
QMetaObjectBuilder::indexOfPropertyName: | QMetaObjectBuilder::indexOfProperty | Prototype: | int QMetaObjectBuilder::indexOfProperty(const QByteArray& name) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 1025-1032 |
| | 4 | 3 |
QMetaObjectBuilder::indexOfMethodName: | QMetaObjectBuilder::indexOfMethod | Prototype: | int QMetaObjectBuilder::indexOfMethod(const QByteArray& signature) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 959-967 |
| | 5 | 3 |
QMetaObjectBuilder::indexOfEnumeratorName: | QMetaObjectBuilder::indexOfEnumerator | Prototype: | int QMetaObjectBuilder::indexOfEnumerator(const QByteArray& name) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 1040-1047 |
| | 4 | 3 |
QMetaObjectBuilder::indexOfConstructorName: | QMetaObjectBuilder::indexOfConstructor | Prototype: | int QMetaObjectBuilder::indexOfConstructor(const QByteArray& signature) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 1009-1017 |
| | 5 | 3 |
QMetaObjectBuilder::indexOfClassInfoName: | QMetaObjectBuilder::indexOfClassInfo | Prototype: | int QMetaObjectBuilder::indexOfClassInfo(const QByteArray& name) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 1056-1063 |
| | 4 | 3 |
QMetaObjectBuilder::addPropertyName: | QMetaObjectBuilder::addProperty | Prototype: | QMetaPropertyBuilder QMetaObjectBuilder::addProperty(const QMetaProperty& prototype) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 580-606 |
| | 22 | 3 |
QMetaObject::userPropertyName: | QMetaObject::userProperty | Prototype: | QMetaProperty QMetaObject::userProperty() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1149-1158 |
| | 6 | 3 |
QMetaObject::methodName: | QMetaObject::method | Prototype: | QMetaMethod QMetaObject::method(int index) const | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1051-1064 |
| | 9 | 3 |
QMetaObject::enumeratorName: | QMetaObject::enumerator | Prototype: | QMetaEnum QMetaObject::enumerator(int index) const | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1071-1084 |
| | 9 | 3 |
QMetaObject::classInfoName: | QMetaObject::classInfo | Prototype: | QMetaClassInfo QMetaObject::classInfo(int index) const | Coverage: | 72.727% (8/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1170-1183 |
| | 9 | 3 |
QMetaMethodPrivate::signatureName: | QMetaMethodPrivate::signature | Prototype: | QByteArray QMetaMethodPrivate::signature() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1639-1654 |
| | 12 | 3 |
QMetaMethodBuilder::setRevisionName: | QMetaMethodBuilder::setRevision | Prototype: | void QMetaMethodBuilder::setRevision(int revision) | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 2098-2108 |
| | 6 | 3 |
QMetaMethodBuilder::d_funcName: | QMetaMethodBuilder::d_func | Prototype: | QMetaMethodBuilderPrivate *QMetaMethodBuilder::d_func() const | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 1875-1884 |
| | 5 | 3 |
QMetaMethod::revisionName: | QMetaMethod::revision | Prototype: | int QMetaMethod::revision() const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1973-1984 |
| | 8 | 3 |
QMetaMethod::fromSignalImplName: | QMetaMethod::fromSignalImpl | Prototype: | QMetaMethod QMetaMethod::fromSignalImpl(const QMetaObject *metaObject, void **signal) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 2035-2049 |
| | 10 | 3 |
QMetaEnum::valueName: | QMetaEnum::value | Prototype: | int QMetaEnum::value(int index) const | Coverage: | 44.444% (4/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 2526-2535 |
| | 7 | 3 |
QMetaEnum::keyName: | QMetaEnum::key | Prototype: | const char *QMetaEnum::key(int index) const | Coverage: | 44.444% (4/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 2509-2518 |
| | 7 | 3 |
QMetaCallEvent::placeMetaCallName: | QMetaCallEvent::placeMetaCall | Prototype: | void QMetaCallEvent::placeMetaCall(QObject *object) | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 490-499 |
| | 5 | 3 |
QMessageLogger::warningName: | QMessageLogger::warning | Prototype: | void QMessageLogger::warning(const QLoggingCategory &cat, const char *msg, ...) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 567-583 |
| | 11 | 3 |
QMessageLogger::warningName: | QMessageLogger::warning | Prototype: | void QMessageLogger::warning(QMessageLogger::CategoryFunction catFunc, const char *msg, ...) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 592-610 |
| | 12 | 3 |
QMessageLogger::infoName: | QMessageLogger::info | Prototype: | void QMessageLogger::info(const QLoggingCategory &cat, const char *msg, ...) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 449-465 |
| | 11 | 3 |
QMessageLogger::infoName: | QMessageLogger::info | Prototype: | void QMessageLogger::info(QMessageLogger::CategoryFunction catFunc, const char *msg, ...) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 474-492 |
| | 12 | 3 |
QMessageLogger::debugName: | QMessageLogger::debug | Prototype: | void QMessageLogger::debug(const QLoggingCategory &cat, const char *msg, ...) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 338-354 |
| | 11 | 3 |
QMessageLogger::debugName: | QMessageLogger::debug | Prototype: | void QMessageLogger::debug(QMessageLogger::CategoryFunction catFunc, const char *msg, ...) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 363-381 |
| | 12 | 3 |
QMessageLogger::criticalName: | QMessageLogger::critical | Prototype: | void QMessageLogger::critical(const QLoggingCategory &cat, const char *msg, ...) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 683-699 |
| | 11 | 3 |
QMessageLogger::criticalName: | QMessageLogger::critical | Prototype: | void QMessageLogger::critical(QMessageLogger::CategoryFunction catFunc, const char *msg, ...) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 708-726 |
| | 12 | 3 |
QMessageBoxPrivate::execReturnCodeName: | QMessageBoxPrivate::execReturnCode | Prototype: | int QMessageBoxPrivate::execReturnCode(QAbstractButton *button) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 483-492 |
| | 6 | 3 |
QMessageBoxPrivate::abstractButtonForIdName: | QMessageBoxPrivate::abstractButtonForId | Prototype: | QAbstractButton *QMessageBoxPrivate::abstractButtonForId(int id) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 2013-2022 |
| | 7 | 3 |
QMessageBoxPrivate::_q_buttonClickedName: | QMessageBoxPrivate::_q_buttonClicked | Prototype: | void QMessageBoxPrivate::_q_buttonClicked(QAbstractButton *button) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 494-517 |
| | 14 | 3 |
QMessageBox::showEventName: | QMessageBox::showEvent | Prototype: | void QMessageBox::showEvent(QShowEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 1594-1619 |
| | 10 | 3 |
QMessageBox::setStandardButtonsName: | QMessageBox::setStandardButtons | Prototype: | void QMessageBox::setStandardButtons(StandardButtons buttons) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 929-941 |
| | 9 | 3 |
QMessageBox::setButtonTextName: | QMessageBox::setButtonText | Prototype: | void QMessageBox::setButtonText(int button, const QString &text) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 2504-2513 |
| | 5 | 3 |
QMessageBox::removeButtonName: | QMessageBox::removeButton | Prototype: | void QMessageBox::removeButton(QAbstractButton *button) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 906-916 |
| | 8 | 3 |
QMessageBox::buttonTextName: | QMessageBox::buttonText | Prototype: | QString QMessageBox::buttonText(int button) const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 2482-2493 |
| | 6 | 3 |
QMessageAuthenticationCode::resultName: | QMessageAuthenticationCode::result | Prototype: | QByteArray QMessageAuthenticationCode::result() const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmessageauthenticationcode.cpp | Lines: | 257-280 |
| | 14 | 3 |
QMenuSloppyState::leaveName: | QMenuSloppyState::leave | Prototype: | void QMenuSloppyState::leave() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 663-670 |
| | 4 | 3 |
QMenuSloppyState::enterName: | QMenuSloppyState::enter | Prototype: | void QMenuSloppyState::enter() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 644-654 |
| | 6 | 3 |
QMenuSloppyState::childLeaveName: | QMenuSloppyState::childLeave | Prototype: | void QMenuSloppyState::childLeave() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 672-679 |
| | 4 | 3 |
QMenuPrivate::syncPlatformMenuName: | QMenuPrivate::syncPlatformMenu | Prototype: | void QMenuPrivate::syncPlatformMenu() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 172-192 |
| | 16 | 3 |
QMenuPrivate::setPlatformMenuName: | QMenuPrivate::setPlatformMenu | Prototype: | void QMenuPrivate::setPlatformMenu(QPlatformMenu *menu) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 156-167 |
| | 7 | 3 |
QMenuBarPrivate::initName: | QMenuBarPrivate::init | Prototype: | void QMenuBarPrivate::init() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 687-715 |
| | 13 | 3 |
QMenuBarPrivate::activateActionName: | QMenuBarPrivate::activateAction | Prototype: | void QMenuBarPrivate::activateAction(QAction *action, QAction::ActionEvent action_e) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 493-506 |
| | 6 | 3 |
QMenuBarPrivate::actionAtName: | QMenuBarPrivate::actionAt | Prototype: | QAction *QMenuBarPrivate::actionAt(QPoint p) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 108-115 |
| | 4 | 3 |
QMenuBarPrivate::_q_internalShortcutActivatedName: | QMenuBarPrivate::_q_internalShortcutActivated | Prototype: | void QMenuBarPrivate::_q_internalShortcutActivated(int id) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 1700-1713 |
| | 8 | 3 |
QMenuBarPrivate::_q_actionHoveredName: | QMenuBarPrivate::_q_actionHovered | Prototype: | void QMenuBarPrivate::_q_actionHovered() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 517-531 |
| | 8 | 3 |
QMenuBar::setVisibleName: | QMenuBar::setVisible | Prototype: | void QMenuBar::setVisible(bool visible) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 1011-1019 |
| | 5 | 3 |
QMenuBar::mouseMoveEventName: | QMenuBar::mouseMoveEvent | Prototype: | void QMenuBar::mouseMoveEvent(QMouseEvent *e) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 1182-1191 |
| | 7 | 3 |
QMenu::isEmptyName: | QMenu::isEmpty | Prototype: | bool QMenu::isEmpty() const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1998-2008 |
| | 6 | 3 |
QMenu::clearName: | QMenu::clear | Prototype: | void QMenu::clear() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 2016-2025 |
| | 5 | 3 |
QMdiSubWindowPrivate::updateDirtyRegionsName: | QMdiSubWindowPrivate::updateDirtyRegions | Prototype: | void QMdiSubWindowPrivate::updateDirtyRegions() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1088-1096 |
| | 4 | 3 |
QMdiSubWindowPrivate::updateCursorName: | QMdiSubWindowPrivate::updateCursor | Prototype: | void QMdiSubWindowPrivate::updateCursor() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1064-1083 |
| | 7 | 3 |
QMdiSubWindowPrivate::titleBarHeightName: | QMdiSubWindowPrivate::titleBarHeight | Prototype: | int QMdiSubWindowPrivate::titleBarHeight(const QStyleOptionTitleBar &options) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1708-1720 |
| | 8 | 3 |
QMdiSubWindowPrivate::storeFocusWidgetName: | QMdiSubWindowPrivate::storeFocusWidget | Prototype: | inline void QMdiSubWindowPrivate::storeFocusWidget() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1317-1323 |
| | 3 | 3 |
QMdiSubWindowPrivate::restoreFocusName: | QMdiSubWindowPrivate::restoreFocus | Prototype: | bool QMdiSubWindowPrivate::restoreFocus() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 2055-2068 |
| | 10 | 3 |
QMdiSubWindowPrivate::originalWindowTitleName: | QMdiSubWindowPrivate::originalWindowTitle | Prototype: | QString QMdiSubWindowPrivate::originalWindowTitle() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 245-254 |
| | 6 | 3 |
QMdiSubWindowPrivate::menuBarName: | QMdiSubWindowPrivate::menuBar | Prototype: | QMenuBar *QMdiSubWindowPrivate::menuBar() const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 730-744 |
| | 6 | 3 |
QMdiSubWindowPrivate::leaveInteractiveModeName: | QMdiSubWindowPrivate::leaveInteractiveMode | Prototype: | void QMdiSubWindowPrivate::leaveInteractiveMode() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 967-982 |
| | 10 | 3 |
QMdiSubWindowPrivate::getOperationName: | QMdiSubWindowPrivate::getOperation | Prototype: | QMdiSubWindowPrivate::Operation QMdiSubWindowPrivate::getOperation(const QPoint &pos) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1604-1611 |
| | 5 | 3 |
QMdiSubWindowPrivate::enterRubberBandModeName: | QMdiSubWindowPrivate::enterRubberBandMode | Prototype: | void QMdiSubWindowPrivate::enterRubberBandMode() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1884-1902 |
| | 14 | 3 |
QMdiSubWindowPrivate::_q_updateStaysOnTopHintName: | QMdiSubWindowPrivate::_q_updateStaysOnTopHint | Prototype: | void QMdiSubWindowPrivate::_q_updateStaysOnTopHint() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 889-903 |
| | 7 | 3 |
QMdiSubWindowPrivate::_q_processFocusChangedName: | QMdiSubWindowPrivate::_q_processFocusChanged | Prototype: | void QMdiSubWindowPrivate::_q_processFocusChanged(QWidget *old, QWidget *now) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 953-962 |
| | 6 | 3 |
QMdiSubWindow::moveEventName: | QMdiSubWindow::moveEvent | Prototype: | void QMdiSubWindow::moveEvent(QMoveEvent *moveEvent) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 3113-3123 |
| | 6 | 3 |
QMdiSubWindow::contextMenuEventName: | QMdiSubWindow::contextMenuEvent | Prototype: | void QMdiSubWindow::contextMenuEvent(QContextMenuEvent *contextMenuEvent) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 3438-3452 |
| | 8 | 3 |
QMdiSubWindow::childEventName: | QMdiSubWindow::childEvent | Prototype: | void QMdiSubWindow::childEvent(QChildEvent *childEvent) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 3474-3482 |
| | 4 | 3 |
QMdiAreaTabBar::mousePressEventName: | QMdiAreaTabBar::mousePressEvent | Prototype: | void QMdiAreaTabBar::mousePressEvent(QMouseEvent *event) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 582-596 |
| | 8 | 3 |
QMdiAreaPrivate::showRubberBandForName: | QMdiAreaPrivate::showRubberBandFor | Prototype: | void QMdiAreaPrivate::showRubberBandFor(QMdiSubWindow *subWindow) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1531-1543 |
| | 7 | 3 |
QMdiAreaPrivate::activateHighlightedWindowName: | QMdiAreaPrivate::activateHighlightedWindow | Prototype: | void QMdiAreaPrivate::activateHighlightedWindow() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1025-1038 |
| | 7 | 3 |
QMdiArea::setOptionName: | QMdiArea::setOption | Prototype: | void QMdiArea::setOption(AreaOption option, bool on) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 2099-2106 |
| | 5 | 3 |
QMdiArea::activatePreviousSubWindowName: | QMdiArea::activatePreviousSubWindow | Prototype: | void QMdiArea::activatePreviousSubWindow() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1927-1936 |
| | 6 | 3 |
QMdiArea::activateNextSubWindowName: | QMdiArea::activateNextSubWindow | Prototype: | void QMdiArea::activateNextSubWindow() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1909-1918 |
| | 6 | 3 |
QMatrix::mapName: | QMatrix::map | Prototype: | QRegion QMatrix::map(const QRegion &r) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 665-677 |
| | 8 | 3 |
QMatrix4x4::transposedName: | QMatrix4x4::transposed | Prototype: | QMatrix4x4 QMatrix4x4::transposed() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 579-590 |
| | 6 | 3 |
QMatrix4x4::toTransformName: | QMatrix4x4::toTransform | Prototype: | QTransform QMatrix4x4::toTransform(float distanceToPlane) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1705-1730 |
| | 12 | 3 |
QMatrix4x4::perspectiveName: | QMatrix4x4::perspective | Prototype: | void QMatrix4x4::perspective(float verticalAngle, float aspectRatio, float nearPlane, float farPlane) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1485-1519 |
| | 27 | 3 |
QMatrix4x4::copyDataToName: | QMatrix4x4::copyDataTo | Prototype: | void QMatrix4x4::copyDataTo(float *values) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1649-1654 |
| | 3 | 3 |
QMatrix4x4::QMatrix4x4Name: | QMatrix4x4::QMatrix4x4 | Prototype: | QMatrix4x4::QMatrix4x4(const float *values) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 98-104 |
| | 4 | 3 |
QMapDataBase::freeTreeName: | QMapDataBase::freeTree | Prototype: | void QMapDataBase::freeTree(QMapNodeBase *root, int alignment) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | Lines: | 343-350 |
| | 5 | 3 |
QMainWindowTabBar::mouseReleaseEventName: | QMainWindowTabBar::mouseReleaseEvent | Prototype: | void QMainWindowTabBar::mouseReleaseEvent(QMouseEvent *e) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1596-1606 |
| | 6 | 3 |
QMainWindowLayoutState::unplugName: | QMainWindowLayoutState::unplug | Prototype: | QLayoutItem *QMainWindowLayoutState::unplug(const QList<int> &path, QMainWindowLayoutState *other) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 809-826 |
| | 6 | 3 |
QMainWindowLayoutState::takeAtName: | QMainWindowLayoutState::takeAt | Prototype: | QLayoutItem *QMainWindowLayoutState::takeAt(int index, int *x) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 536-555 |
| | 5 | 3 |
QMainWindowLayoutState::saveStateName: | QMainWindowLayoutState::saveState | Prototype: | void QMainWindowLayoutState::saveState(QDataStream &stream) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 828-847 |
| | 9 | 3 |
QMainWindowLayoutState::removeName: | QMainWindowLayoutState::remove | Prototype: | void QMainWindowLayoutState::remove(const QList<int> &path) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 687-700 |
| | 5 | 3 |
QMainWindowLayoutState::removeName: | QMainWindowLayoutState::remove | Prototype: | void QMainWindowLayoutState::remove(QLayoutItem *item) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 702-716 |
| | 5 | 3 |
QMainWindowLayoutState::plugName: | QMainWindowLayoutState::plug | Prototype: | QLayoutItem *QMainWindowLayoutState::plug(const QList<int> &path) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 792-807 |
| | 6 | 3 |
QMainWindowLayoutState::itemRectName: | QMainWindowLayoutState::itemRect | Prototype: | QRect QMainWindowLayoutState::itemRect(const QList<int> &path) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 758-773 |
| | 6 | 3 |
QMainWindowLayoutState::itemAtName: | QMainWindowLayoutState::itemAt | Prototype: | QLayoutItem *QMainWindowLayoutState::itemAt(int index, int *x) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 518-534 |
| | 5 | 3 |
QMainWindowLayoutState::itemName: | QMainWindowLayoutState::item | Prototype: | QLayoutItem *QMainWindowLayoutState::item(const QList<int> &path) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 738-756 |
| | 8 | 3 |
QMainWindowLayoutState::gapRectName: | QMainWindowLayoutState::gapRect | Prototype: | QRect QMainWindowLayoutState::gapRect(const QList<int> &path) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 775-790 |
| | 6 | 3 |
QMainWindowLayout::toggleToolBarsVisibleName: | QMainWindowLayout::toggleToolBarsVisible | Prototype: | void QMainWindowLayout::toggleToolBarsVisible() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1216-1283 |
| | 10 | 3 |
QMainWindowLayout::setTabPositionName: | QMainWindowLayout::setTabPosition | Prototype: | void QMainWindowLayout::setTabPosition(Qt::DockWidgetAreas areas, QTabWidget::TabPosition tabPosition) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1431-1451 |
| | 16 | 3 |
QMainWindowLayout::setGeometryName: | QMainWindowLayout::setGeometry | Prototype: | void QMainWindowLayout::setGeometry(const QRect &_r) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1816-1838 |
| | 15 | 3 |