Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QStandardItemModelPrivate::columnsAboutToBeInsertedName: | QStandardItemModelPrivate::columnsAboutToBeInserted | Prototype: | void QStandardItemModelPrivate::columnsAboutToBeInserted(QStandardItem *parent, int start, int end) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 530-536 |
| | 3 | 1 |
QStandardItemModelPrivate::columnsAboutToBeRemovedName: | QStandardItemModelPrivate::columnsAboutToBeRemoved | Prototype: | void QStandardItemModelPrivate::columnsAboutToBeRemoved(QStandardItem *parent, int start, int end) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 552-558 |
| | 3 | 1 |
QStandardItemModelPrivate::initName: | QStandardItemModelPrivate::init | Prototype: | void QStandardItemModelPrivate::init() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 351-356 |
| | 3 | 1 |
QStandardItemModelPrivate::rowsAboutToBeInsertedName: | QStandardItemModelPrivate::rowsAboutToBeInserted | Prototype: | void QStandardItemModelPrivate::rowsAboutToBeInserted(QStandardItem *parent, int start, int end) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 519-525 |
| | 3 | 1 |
QStandardItemModelPrivate::rowsAboutToBeRemovedName: | QStandardItemModelPrivate::rowsAboutToBeRemoved | Prototype: | void QStandardItemModelPrivate::rowsAboutToBeRemoved(QStandardItem *parent, int start, int end) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 541-547 |
| | 3 | 1 |
QStandardItemModelPrivate::~QStandardItemModelPrivateName: | QStandardItemModelPrivate::~QStandardItemModelPrivate | Prototype: | QStandardItemModelPrivate::~QStandardItemModelPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 341-346 |
| | 3 | 1 |
QStandardItemPrivate::childDeletedName: | QStandardItemPrivate::childDeleted | Prototype: | void QStandardItemPrivate::childDeleted(QStandardItem *child) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 190-195 |
| | 3 | 1 |
QStateMachine::QStateMachineName: | QStateMachine::QStateMachine | Prototype: | QStateMachine::QStateMachine(QState::ChildMode childMode, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2450-2456 |
| | 3 | 1 |
QStateMachine::clearErrorName: | QStateMachine::clearError | Prototype: | void QStateMachine::clearError() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2530-2535 |
| | 3 | 1 |
QStateMachine::eventFilterName: | QStateMachine::eventFilter | Prototype: | bool QStateMachine::eventFilter(QObject *watched, QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2879-2884 |
| | 3 | 1 |
QStateMachine::setRunningName: | QStateMachine::setRunning | Prototype: | void QStateMachine::setRunning(bool running) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2665-2671 |
| | 3 | 2 |
QStateMachinePrivate::emitStateFinishedName: | QStateMachinePrivate::emitStateFinished | Prototype: | void QStateMachinePrivate::emitStateFinished(QState *forState, QFinalState *guiltyState) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2103-2114 |
| | 3 | 1 |
QStateMachinePrivate::handleFilteredEventName: | QStateMachinePrivate::handleFilteredEvent | Prototype: | void QStateMachinePrivate::handleFilteredEvent(QObject *watched, QEvent *event) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2398-2404 |
| | 3 | 2 |
QStateMachinePrivate::toFinalStateName: | QStateMachinePrivate::toFinalState | Prototype: | QFinalState *QStateMachinePrivate::toFinalState(QAbstractState *state) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1239-1244 |
| | 3 | 2 |
QStateMachinePrivate::toHistoryStateName: | QStateMachinePrivate::toHistoryState | Prototype: | QHistoryState *QStateMachinePrivate::toHistoryState(QAbstractState *state) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1246-1251 |
| | 3 | 2 |
QStateMachinePrivate::toStandardStateName: | QStateMachinePrivate::toStandardState | Prototype: | QState *QStateMachinePrivate::toStandardState(QAbstractState *state) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1225-1230 |
| | 3 | 2 |
QStateMachinePrivate::toStandardStateName: | QStateMachinePrivate::toStandardState | Prototype: | const QState *QStateMachinePrivate::toStandardState(const QAbstractState *state) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1232-1237 |
| | 3 | 2 |
QStaticText::prepareName: | QStaticText::prepare | Prototype: | void QStaticText::prepare(const QTransform &matrix, const QFont &font) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | Lines: | 211-216 |
| | 3 | 1 |
QStaticText::setTextName: | QStaticText::setText | Prototype: | void QStaticText::setText(const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | Lines: | 264-269 |
| | 3 | 1 |
QStaticText::setTextFormatName: | QStaticText::setTextFormat | Prototype: | void QStaticText::setTextFormat(Qt::TextFormat textFormat) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | Lines: | 282-287 |
| | 3 | 1 |
QStaticText::setTextOptionName: | QStaticText::setTextOption | Prototype: | void QStaticText::setTextOption(const QTextOption &textOption) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | Lines: | 347-352 |
| | 3 | 1 |
QStaticText::setTextWidthName: | QStaticText::setTextWidth | Prototype: | void QStaticText::setTextWidth(qreal textWidth) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | Lines: | 375-380 |
| | 3 | 1 |
QStaticText::sizeName: | QStaticText::size | Prototype: | QSizeF QStaticText::size() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | Lines: | 397-402 |
| | 3 | 2 |
QStaticTextPrivate::~QStaticTextPrivateName: | QStaticTextPrivate::~QStaticTextPrivate | Prototype: | QStaticTextPrivate::~QStaticTextPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | Lines: | 419-424 |
| | 3 | 1 |
QStatusBar::addPermanentWidgetName: | QStatusBar::addPermanentWidget | Prototype: | void QStatusBar::addPermanentWidget(QWidget * widget, int stretch) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | Lines: | 335-340 |
| | 3 | 2 |
QStatusBar::addWidgetName: | QStatusBar::addWidget | Prototype: | void QStatusBar::addWidget(QWidget * widget, int stretch) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | Lines: | 270-275 |
| | 3 | 2 |
QStatusBar::showEventName: | QStatusBar::showEvent | Prototype: | void QStatusBar::showEvent(QShowEvent *) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | Lines: | 649-656 |
| | 3 | 2 |
QStatusBar::~QStatusBarName: | QStatusBar::~QStatusBar | Prototype: | QStatusBar::~QStatusBar() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | Lines: | 248-253 |
| | 3 | 2 |
QStorageInfo::displayNameName: | QStorageInfo::displayName | Prototype: | QString QStorageInfo::displayName() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 290-295 |
| | 3 | 2 |
QString::argName: | QString::arg | Prototype: | QString QString::arg(QChar a, int fieldWidth, QChar fillChar) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7742-7747 |
| | 3 | 1 |
QString::argName: | QString::arg | Prototype: | QString QString::arg(char a, int fieldWidth, QChar fillChar) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7754-7759 |
| | 3 | 1 |
QString::compareName: | QString::compare | Prototype: | int QString::compare(const QString &other, Qt::CaseSensitivity cs) const noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5439-5444 |
| | 3 | 2 |
QString::fromAscii_helperName: | QString::fromAscii_helper | Prototype: | QString::Data *QString::fromAscii_helper(const char *str, int size) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4699-4704 |
| | 3 | 1 |
QString::leftName: | QString::left | Prototype: | QString QString::left(int n) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4358-4363 |
| | 3 | 2 |
QString::leftRefName: | QString::leftRef | Prototype: | QStringRef QString::leftRef(int n) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9542-9547 |
| | 3 | 2 |
QString::normalizedName: | QString::normalized | Prototype: | QString QString::normalized(QString::NormalizationForm mode, QChar::UnicodeVersion version) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7224-7229 |
| | 3 | 1 |
QString::rightName: | QString::right | Prototype: | QString QString::right(int n) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4376-4381 |
| | 3 | 2 |
QString::rightRefName: | QString::rightRef | Prototype: | QStringRef QString::rightRef(int n) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9581-9586 |
| | 3 | 2 |
QString::toLatin1_helperName: | QString::toLatin1_helper | Prototype: | QByteArray QString::toLatin1_helper(const QString &string) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4533-4539 |
| | 3 | 2 |
QString::toUtf8_helperName: | QString::toUtf8_helper | Prototype: | QByteArray QString::toUtf8_helper(const QString &str) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4647-4653 |
| | 3 | 2 |
QString::utf16Name: | QString::utf16 | Prototype: | const ushort *QString::utf16() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5672-5679 |
| | 3 | 2 |
QStringListModel::flagsName: | QStringListModel::flags | Prototype: | Qt::ItemFlags QStringListModel::flags(const QModelIndex &index) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | Lines: | 168-174 |
| | 3 | 2 |
QStringListModel::rowCountName: | QStringListModel::rowCount | Prototype: | int QStringListModel::rowCount(const QModelIndex &parent) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | Lines: | 121-127 |
| | 3 | 2 |
QStringListModel::setStringListName: | QStringListModel::setStringList | Prototype: | void QStringListModel::setStringList(const QStringList &strings) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | Lines: | 314-319 |
| | 3 | 1 |
QStringListModel::siblingName: | QStringListModel::sibling | Prototype: | QModelIndex QStringListModel::sibling(int row, int column, const QModelIndex &idx) const | Coverage: | 75.000% (6/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | Lines: | 132-138 |
| | 3 | 2 |
QStringMatcher::QStringMatcherName: | QStringMatcher::QStringMatcher | Prototype: | QStringMatcher::QStringMatcher(const QString &pattern, Qt::CaseSensitivity cs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 162-168 |
| | 3 | 1 |
QStringMatcher::QStringMatcherName: | QStringMatcher::QStringMatcher | Prototype: | QStringMatcher::QStringMatcher(const QChar *uc, int len, Qt::CaseSensitivity cs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 177-183 |
| | 3 | 1 |
QStringMatcher::patternName: | QStringMatcher::pattern | Prototype: | QString QStringMatcher::pattern() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 238-243 |
| | 3 | 2 |
QStringRef::leftName: | QStringRef::left | Prototype: | QStringRef QStringRef::left(int n) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9522-9527 |
| | 3 | 2 |
QStringRef::rightName: | QStringRef::right | Prototype: | QStringRef QStringRef::right(int n) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9561-9566 |
| | 3 | 2 |
QStringRef::toUtf8Name: | QStringRef::toUtf8 | Prototype: | QByteArray QStringRef::toUtf8() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10341-10347 |
| | 3 | 2 |
QStringSplitter::hasNextName: | QStringSplitter::hasNext | Prototype: | inline bool hasNext() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 74-78 |
| | 3 | 2 |
QStroker::capForJoinModeName: | QStroker::capForJoinMode | Prototype: | Qt::PenCapStyle QStroker::capForJoinMode(LineJoinMode mode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 382-387 |
| | 3 | 3 |
QStroker::joinModeForCapName: | QStroker::joinModeForCap | Prototype: | QStroker::LineJoinMode QStroker::joinModeForCap(Qt::PenCapStyle style) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 389-394 |
| | 3 | 3 |
QStrokerOps::endName: | QStrokerOps::end | Prototype: | void QStrokerOps::end() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 221-226 |
| | 3 | 2 |
QStyle::visualPosName: | QStyle::visualPos | Prototype: | QPoint QStyle::visualPos(Qt::LayoutDirection direction, const QRect &boundingRect, const QPoint &logicalPos) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2154-2159 |
| | 3 | 2 |
QStyleHelper::styleObjectWindowName: | QStyleHelper::styleObjectWindow | Prototype: | QWindow *styleObjectWindow(QObject *so) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | Lines: | 420-426 |
| | 3 | 2 |
QStyleOptionToolBar::QStyleOptionToolBarName: | QStyleOptionToolBar::QStyleOptionToolBar | Prototype: | QStyleOptionToolBar::QStyleOptionToolBar(int version) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp | Lines: | 1102-1107 |
| | 3 | 1 |
QStyleSheetBackgroundData::isTransparentName: | QStyleSheetBackgroundData::isTransparent | Prototype: | bool isTransparent() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 320-324 |
| | 3 | 2 |
QStyleSheetBorderData::QStyleSheetBorderDataName: | QStyleSheetBorderData::QStyleSheetBorderData | Prototype: | QStyleSheetBorderData() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 336-342 |
| | 3 | 2 |
QStyleSheetBoxData::QStyleSheetBoxDataName: | QStyleSheetBoxData::QStyleSheetBoxData | Prototype: | QStyleSheetBoxData(int *m, int *p, int s) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 407-413 |
| | 3 | 2 |
QStyleSheetStyle::QStyleSheetStyleName: | QStyleSheetStyle::QStyleSheetStyle | Prototype: | QStyleSheetStyle::QStyleSheetStyle(QStyle *base) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2696-2703 |
| | 3 | 2 |
QStyleSheetStyle::isNaturalChildName: | QStyleSheetStyle::isNaturalChild | Prototype: | bool QStyleSheetStyle::isNaturalChild(const QObject *obj) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 6015-6021 |
| | 3 | 2 |
QStyleSheetStyle::~QStyleSheetStyleName: | QStyleSheetStyle::~QStyleSheetStyle | Prototype: | QStyleSheetStyle::~QStyleSheetStyle() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2705-2711 |
| | 3 | 2 |
QSurface::~QSurfaceName: | QSurface::~QSurface | Prototype: | QSurface::~QSurface() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurface.cpp | Lines: | 130-137 |
| | 3 | 2 |
QSurfaceFormat::setAlphaBufferSizeName: | QSurfaceFormat::setAlphaBufferSize | Prototype: | void QSurfaceFormat::setAlphaBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 577-583 |
| | 3 | 2 |
QSurfaceFormat::setBlueBufferSizeName: | QSurfaceFormat::setBlueBufferSize | Prototype: | void QSurfaceFormat::setBlueBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 566-572 |
| | 3 | 2 |
QSurfaceFormat::setDepthBufferSizeName: | QSurfaceFormat::setDepthBufferSize | Prototype: | void QSurfaceFormat::setDepthBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 420-426 |
| | 3 | 2 |
QSurfaceFormat::setGreenBufferSizeName: | QSurfaceFormat::setGreenBufferSize | Prototype: | void QSurfaceFormat::setGreenBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 551-557 |
| | 3 | 2 |
QSurfaceFormat::setMajorVersionName: | QSurfaceFormat::setMajorVersion | Prototype: | void QSurfaceFormat::setMajorVersion(int major) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 636-642 |
| | 3 | 2 |
QSurfaceFormat::setMinorVersionName: | QSurfaceFormat::setMinorVersion | Prototype: | void QSurfaceFormat::setMinorVersion(int minor) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 659-665 |
| | 3 | 2 |
QSurfaceFormat::setOptionsName: | QSurfaceFormat::setOptions | Prototype: | void QSurfaceFormat::setOptions(QSurfaceFormat::FormatOptions options) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 365-371 |
| | 3 | 2 |
QSurfaceFormat::setProfileName: | QSurfaceFormat::setProfile | Prototype: | void QSurfaceFormat::setProfile(OpenGLContextProfile profile) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 614-620 |
| | 3 | 2 |
QSurfaceFormat::setRedBufferSizeName: | QSurfaceFormat::setRedBufferSize | Prototype: | void QSurfaceFormat::setRedBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 536-542 |
| | 3 | 2 |
QSurfaceFormat::setRenderableTypeName: | QSurfaceFormat::setRenderableType | Prototype: | void QSurfaceFormat::setRenderableType(RenderableType type) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 590-596 |
| | 3 | 2 |
QSurfaceFormat::setSamplesName: | QSurfaceFormat::setSamples | Prototype: | void QSurfaceFormat::setSamples(int numSamples) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 312-318 |
| | 3 | 2 |
QSurfaceFormat::setStencilBufferSizeName: | QSurfaceFormat::setStencilBufferSize | Prototype: | void QSurfaceFormat::setStencilBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 479-485 |
| | 3 | 2 |
QSurfaceFormat::setSwapBehaviorName: | QSurfaceFormat::setSwapBehavior | Prototype: | void QSurfaceFormat::setSwapBehavior(SwapBehavior behavior) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 445-451 |
| | 3 | 2 |
QSurfaceFormat::setSwapIntervalName: | QSurfaceFormat::setSwapInterval | Prototype: | void QSurfaceFormat::setSwapInterval(int interval) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 719-725 |
| | 3 | 2 |
QSwipeGestureRecognizer::createName: | QSwipeGestureRecognizer::create | Prototype: | QGesture *QSwipeGestureRecognizer::create(QObject *target) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | Lines: | 277-283 |
| | 3 | 2 |
QSyntaxHighlighter::setFormatName: | QSyntaxHighlighter::setFormat | Prototype: | void QSyntaxHighlighter::setFormat(int start, int count, const QColor &color) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 482-487 |
| | 3 | 1 |
QSyntaxHighlighter::setFormatName: | QSyntaxHighlighter::setFormat | Prototype: | void QSyntaxHighlighter::setFormat(int start, int count, const QFont &font) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 500-505 |
| | 3 | 1 |
QSystemTrayIcon::setContextMenuName: | QSystemTrayIcon::setContextMenu | Prototype: | void QSystemTrayIcon::setContextMenu(QMenu *menu) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 173-178 |
| | 3 | 1 |
QSystemTrayIcon::setIconName: | QSystemTrayIcon::setIcon | Prototype: | void QSystemTrayIcon::setIcon(const QIcon &icon) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 198-203 |
| | 3 | 1 |
QSystemTrayIcon::setToolTipName: | QSystemTrayIcon::setToolTip | Prototype: | void QSystemTrayIcon::setToolTip(const QString &tooltip) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 218-223 |
| | 3 | 1 |
QSystemTrayIcon::showMessageName: | QSystemTrayIcon::showMessage | Prototype: | void QSystemTrayIcon::showMessage(const QString& title, const QString& msg, QSystemTrayIcon::MessageIcon icon, int msecs) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 384-390 |
| | 3 | 2 |
QSystemTrayIconPrivate::updateMenu_sys_qpaName: | QSystemTrayIconPrivate::updateMenu_sys_qpa | Prototype: | void QSystemTrayIconPrivate::updateMenu_sys_qpa() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 713-719 |
| | 3 | 2 |
QSystemTrayIconSys::moveEventName: | QSystemTrayIconSys::moveEvent | Prototype: | void QSystemTrayIconSys::moveEvent(QMoveEvent *event) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon_x11.cpp | Lines: | 242-247 |
| | 3 | 2 |
QTabBar::setDocumentModeName: | QTabBar::setDocumentMode | Prototype: | void QTabBar::setDocumentMode(bool enabled) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 2438-2444 |
| | 3 | 1 |
QTabBar::setTabDataName: | QTabBar::setTabData | Prototype: | void QTabBar::setTabData(int index, const QVariant & data) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 1240-1245 |
| | 3 | 2 |
QTabBar::setTabToolTipName: | QTabBar::setTabToolTip | Prototype: | void QTabBar::setTabToolTip(int index, const QString & tip) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 1187-1192 |
| | 3 | 2 |
QTabBar::setTabWhatsThisName: | QTabBar::setTabWhatsThis | Prototype: | void QTabBar::setTabWhatsThis(int index, const QString &text) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 1214-1219 |
| | 3 | 2 |
QTabBarPrivate::autoHideTabsName: | QTabBarPrivate::autoHideTabs | Prototype: | void QTabBarPrivate::autoHideTabs() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 755-761 |
| | 3 | 2 |
QTabBarPrivate::layoutWidgetsName: | QTabBarPrivate::layoutWidgets | Prototype: | void QTabBarPrivate::layoutWidgets(int start) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 747-753 |
| | 3 | 2 |
QTabWidget::changeEventName: | QTabWidget::changeEvent | Prototype: | void QTabWidget::changeEvent(QEvent *ev) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp | Lines: | 1069-1078 |
| | 3 | 2 |
QTabWidget::eventName: | QTabWidget::event | Prototype: | bool QTabWidget::event(QEvent *ev) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp | Lines: | 1059-1064 |
| | 3 | 2 |
QTabWidget::removeTabName: | QTabWidget::removeTab | Prototype: | void QTabWidget::removeTab(int index) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp | Lines: | 612-617 |
| | 3 | 2 |
QTabWidget::setTabIconName: | QTabWidget::setTabIcon | Prototype: | void QTabWidget::setTabIcon(int index, const QIcon &icon) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp | Lines: | 504-509 |
| | 3 | 1 |
QTabWidget::setTabTextName: | QTabWidget::setTabText | Prototype: | void QTabWidget::setTabText(int index, const QString &label) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp | Lines: | 482-487 |
| | 3 | 1 |
QTableModel::isValidName: | QTableModel::isValid | Prototype: | bool QTableModel::isValid(const QModelIndex &index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 736-741 |
| | 3 | 1 |