| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QStandardItemModelPrivate::columnsAboutToBeRemoved| Name: | 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: | 543-549 |
| | 3 | 1 |
QStandardItemModelPrivate::init| Name: | 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: | 342-347 |
| | 3 | 1 |
QStandardItemModelPrivate::rowsAboutToBeInserted| Name: | 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: | 510-516 |
| | 3 | 1 |
QStandardItemModelPrivate::rowsAboutToBeRemoved| Name: | 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: | 532-538 |
| | 3 | 1 |
QStandardItemModelPrivate::~QStandardItemModelPrivate| Name: | 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: | 332-337 |
| | 3 | 1 |
QStandardItemPrivate::childDeleted| Name: | 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: | 179-184 |
| | 3 | 1 |
QStateMachine::QStateMachine| Name: | 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: | 2443-2449 |
| | 3 | 1 |
QStateMachine::clearError| Name: | 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: | 2523-2528 |
| | 3 | 1 |
QStateMachine::eventFilter| Name: | 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: | 2872-2877 |
| | 3 | 1 |
QStateMachine::setRunning| Name: | 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: | 2658-2664 |
| | 3 | 2 |
QStateMachinePrivate::emitStateFinished| Name: | 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: | 2096-2107 |
| | 3 | 1 |
QStateMachinePrivate::handleFilteredEvent| Name: | 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: | 2391-2397 |
| | 3 | 2 |
QStateMachinePrivate::toFinalState| Name: | 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: | 1230-1235 |
| | 3 | 2 |
QStateMachinePrivate::toHistoryState| Name: | 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: | 1237-1242 |
| | 3 | 2 |
QStateMachinePrivate::toStandardState| Name: | 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: | 1216-1221 |
| | 3 | 2 |
QStateMachinePrivate::toStandardState| Name: | 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: | 1223-1228 |
| | 3 | 2 |
QStaticText::prepare| Name: | 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: | 205-210 |
| | 3 | 1 |
QStaticText::setText| Name: | 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: | 258-263 |
| | 3 | 1 |
QStaticText::setTextFormat| Name: | 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: | 276-281 |
| | 3 | 1 |
QStaticText::setTextOption| Name: | 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: | 341-346 |
| | 3 | 1 |
QStaticText::setTextWidth| Name: | 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: | 369-374 |
| | 3 | 1 |
QStaticText::size| Name: | 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: | 391-396 |
| | 3 | 2 |
QStaticTextItem::~QStaticTextItem| Name: | QStaticTextItem::~QStaticTextItem | | Prototype: | QStaticTextItem::~QStaticTextItem() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | | Lines: | 703-708 |
| | 3 | 2 |
QStaticTextPrivate::~QStaticTextPrivate| Name: | 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: | 413-418 |
| | 3 | 1 |
QStatusBar::addPermanentWidget| Name: | 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: | 329-334 |
| | 3 | 2 |
QStatusBar::addWidget| Name: | 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: | 264-269 |
| | 3 | 2 |
QStatusBar::showEvent| Name: | 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: | 643-650 |
| | 3 | 2 |
QStatusBar::~QStatusBar| Name: | 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: | 242-247 |
| | 3 | 2 |
QStorageInfo::displayName| Name: | 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: | 284-289 |
| | 3 | 2 |
QString::arg| Name: | 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: | 7722-7727 |
| | 3 | 1 |
QString::arg| Name: | 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: | 7734-7739 |
| | 3 | 1 |
QString::compare| Name: | QString::compare | | Prototype: | int QString::compare(const QString &other, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5409-5414 |
| | 3 | 2 |
QString::fromAscii_helper| Name: | 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: | 4669-4674 |
| | 3 | 1 |
QString::left| Name: | 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: | 4328-4333 |
| | 3 | 2 |
QString::leftRef| Name: | 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: | 9449-9454 |
| | 3 | 2 |
QString::normalized| Name: | 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: | 7204-7209 |
| | 3 | 1 |
QString::right| Name: | 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: | 4346-4351 |
| | 3 | 2 |
QString::rightRef| Name: | 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: | 9488-9493 |
| | 3 | 2 |
QString::toLatin1_helper| Name: | 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: | 4503-4509 |
| | 3 | 2 |
QString::toUtf8_helper| Name: | 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: | 4617-4623 |
| | 3 | 2 |
QString::utf16| Name: | 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: | 5642-5649 |
| | 3 | 2 |
QStringListModel::flags| Name: | 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: | 162-168 |
| | 3 | 2 |
QStringListModel::rowCount| Name: | 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: | 115-121 |
| | 3 | 2 |
QStringListModel::setStringList| Name: | 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: | 308-313 |
| | 3 | 1 |
QStringListModel::sibling| Name: | 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: | 126-132 |
| | 3 | 2 |
QStringMatcher::QStringMatcher| Name: | 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: | 156-162 |
| | 3 | 1 |
QStringMatcher::QStringMatcher| Name: | 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: | 171-177 |
| | 3 | 1 |
QStringMatcher::pattern| Name: | 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: | 232-237 |
| | 3 | 2 |
QStringRef::left| Name: | 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: | 9429-9434 |
| | 3 | 2 |
QStringRef::right| Name: | 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: | 9468-9473 |
| | 3 | 2 |
QStringRef::toUtf8| Name: | 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: | 10248-10254 |
| | 3 | 2 |
QStringSplitter::hasNext| Name: | 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: | 68-72 |
| | 3 | 2 |
QStroker::capForJoinMode| Name: | 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: | 376-381 |
| | 3 | 3 |
QStroker::joinModeForCap| Name: | 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: | 383-388 |
| | 3 | 3 |
QStrokerOps::end| Name: | 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: | 215-220 |
| | 3 | 2 |
QStyle::visualPos| Name: | 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: | 2137-2142 |
| | 3 | 2 |
QStyleHelper::styleObjectWindow| Name: | 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: | 414-420 |
| | 3 | 2 |
QStyleOptionToolBar::QStyleOptionToolBar| Name: | 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: | 1096-1101 |
| | 3 | 1 |
QStyleSheetBackgroundData::isTransparent| Name: | QStyleSheetBackgroundData::isTransparent | | Prototype: | bool isTransparent() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 314-318 |
| | 3 | 2 |
QStyleSheetBorderData::QStyleSheetBorderData| Name: | QStyleSheetBorderData::QStyleSheetBorderData | | Prototype: | QStyleSheetBorderData() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 330-336 |
| | 3 | 2 |
QStyleSheetBoxData::QStyleSheetBoxData| Name: | 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: | 401-407 |
| | 3 | 2 |
QStyleSheetStyle::QStyleSheetStyle| Name: | 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: | 2632-2639 |
| | 3 | 2 |
QStyleSheetStyle::isNaturalChild| Name: | 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: | 5932-5938 |
| | 3 | 2 |
QStyleSheetStyle::~QStyleSheetStyle| Name: | 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: | 2641-2647 |
| | 3 | 2 |
QSurface::~QSurface| Name: | 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: | 124-131 |
| | 3 | 2 |
QSurfaceFormat::setAlphaBufferSize| Name: | 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: | 574-580 |
| | 3 | 2 |
QSurfaceFormat::setBlueBufferSize| Name: | 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: | 563-569 |
| | 3 | 2 |
QSurfaceFormat::setDepthBufferSize| Name: | 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: | 417-423 |
| | 3 | 2 |
QSurfaceFormat::setGreenBufferSize| Name: | 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: | 548-554 |
| | 3 | 2 |
QSurfaceFormat::setMajorVersion| Name: | 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: | 633-639 |
| | 3 | 2 |
QSurfaceFormat::setMinorVersion| Name: | 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: | 656-662 |
| | 3 | 2 |
QSurfaceFormat::setOptions| Name: | 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: | 362-368 |
| | 3 | 2 |
QSurfaceFormat::setProfile| Name: | 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: | 611-617 |
| | 3 | 2 |
QSurfaceFormat::setRedBufferSize| Name: | 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: | 533-539 |
| | 3 | 2 |
QSurfaceFormat::setRenderableType| Name: | 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: | 587-593 |
| | 3 | 2 |
QSurfaceFormat::setSamples| Name: | 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: | 309-315 |
| | 3 | 2 |
QSurfaceFormat::setStencilBufferSize| Name: | 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: | 476-482 |
| | 3 | 2 |
QSurfaceFormat::setSwapBehavior| Name: | 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: | 442-448 |
| | 3 | 2 |
QSurfaceFormat::setSwapInterval| Name: | 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: | 716-722 |
| | 3 | 2 |
QSwipeGestureRecognizer::create| Name: | 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: | 271-277 |
| | 3 | 2 |
QSyntaxHighlighter::setFormat| Name: | 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: | 474-479 |
| | 3 | 1 |
QSyntaxHighlighter::setFormat| Name: | 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: | 492-497 |
| | 3 | 1 |
QSystemTrayIcon::setContextMenu| Name: | 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: | 167-172 |
| | 3 | 1 |
QSystemTrayIcon::setIcon| Name: | 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: | 192-197 |
| | 3 | 1 |
QSystemTrayIcon::setToolTip| Name: | 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: | 212-217 |
| | 3 | 1 |
QSystemTrayIcon::showMessage| Name: | 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: | 378-384 |
| | 3 | 2 |
QSystemTrayIconPrivate::updateMenu_sys_qpa| Name: | 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: | 710-716 |
| | 3 | 2 |
QSystemTrayIconSys::moveEvent| Name: | 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: | 234-239 |
| | 3 | 2 |
QTabBar::setDocumentMode| Name: | 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: | 2351-2357 |
| | 3 | 1 |
QTabBar::setTabData| Name: | 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: | 1165-1170 |
| | 3 | 2 |
QTabBar::setTabToolTip| Name: | 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: | 1112-1117 |
| | 3 | 2 |
QTabBar::setTabWhatsThis| Name: | 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: | 1139-1144 |
| | 3 | 2 |
QTabBarPrivate::autoHideTabs| Name: | 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: | 665-671 |
| | 3 | 2 |
QTabBarPrivate::extraWidth| Name: | QTabBarPrivate::extraWidth | | Prototype: | int QTabBarPrivate::extraWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 384-389 |
| | 3 | 1 |
QTabBarPrivate::layoutWidgets| Name: | 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: | 657-663 |
| | 3 | 2 |
QTabWidget::changeEvent| Name: | 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: | 1063-1072 |
| | 3 | 2 |
QTabWidget::event| Name: | 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: | 1053-1058 |
| | 3 | 2 |
QTabWidget::removeTab| Name: | 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: | 606-611 |
| | 3 | 2 |
QTabWidget::setTabIcon| Name: | 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: | 498-503 |
| | 3 | 1 |
QTabWidget::setTabText| Name: | 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: | 476-481 |
| | 3 | 1 |