Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QStateMachinePrivate::maybeRegisterEventTransitionName: | QStateMachinePrivate::maybeRegisterEventTransition | Prototype: | void QStateMachinePrivate::maybeRegisterEventTransition(QEventTransition *transition) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2346-2350 |
| | 2 | 2 |
QStateMachinePrivate::maybeRegisterSignalTransitionName: | QStateMachinePrivate::maybeRegisterSignalTransition | Prototype: | void QStateMachinePrivate::maybeRegisterSignalTransition(QSignalTransition *transition) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2230-2237 |
| | 4 | 2 |
QStateMachinePrivate::microstepName: | QStateMachinePrivate::microstep | Prototype: | void QStateMachinePrivate::microstep(QEvent *event, const QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 669-719 |
| | 19 | 2 |
QStateMachinePrivate::registerRestorableName: | QStateMachinePrivate::registerRestorable | Prototype: | void QStateMachinePrivate::registerRestorable(QAbstractState *state, QObject *object, const QByteArray &propertyName, const QVariant &value) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1323-1337 |
| | 4 | 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 |
QStateMachinePrivate::~QStateMachinePrivateName: | QStateMachinePrivate::~QStateMachinePrivate | Prototype: | QStateMachinePrivate::~QStateMachinePrivate() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 412-420 |
| | 4 | 2 |
QStaticText::detachName: | QStaticText::detach | Prototype: | void QStaticText::detach() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | Lines: | 189-193 |
| | 2 | 2 |
QStaticText::setPerformanceHintName: | QStaticText::setPerformanceHint | Prototype: | void QStaticText::setPerformanceHint(PerformanceHint performanceHint) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | Lines: | 321-330 |
| | 6 | 2 |
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::initName: | QStaticTextPrivate::init | Prototype: | void QStaticTextPrivate::init() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | Lines: | 669-707 |
| | 23 | 2 |
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 |
QStatusNotifierItemAdaptor::ActivateName: | QStatusNotifierItemAdaptor::Activate | Prototype: | void QStatusNotifierItemAdaptor::Activate(int x, int y) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | Lines: | 159-163 |
| | 2 | 2 |
QStatusNotifierItemAdaptor::ContextMenuName: | QStatusNotifierItemAdaptor::ContextMenu | Prototype: | void QStatusNotifierItemAdaptor::ContextMenu(int x, int y) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | Lines: | 165-169 |
| | 2 | 2 |
QStatusNotifierItemAdaptor::ScrollName: | QStatusNotifierItemAdaptor::Scroll | Prototype: | void QStatusNotifierItemAdaptor::Scroll(int w, const QString &s) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | Lines: | 171-175 |
| | 1 | 2 |
QStatusNotifierItemAdaptor::SecondaryActivateName: | QStatusNotifierItemAdaptor::SecondaryActivate | Prototype: | void QStatusNotifierItemAdaptor::SecondaryActivate(int x, int y) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | Lines: | 177-181 |
| | 2 | 2 |
QStatusNotifierItemAdaptor::toolTipName: | QStatusNotifierItemAdaptor::toolTip | Prototype: | QXdgDBusToolTipStruct QStatusNotifierItemAdaptor::toolTip() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | Lines: | 146-157 |
| | 7 | 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 |
QStorageInfo::setPathName: | QStorageInfo::setPath | Prototype: | void QStorageInfo::setPath(const QString &path) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 160-167 |
| | 5 | 2 |
QStorageInfoPrivate::doStatName: | QStorageInfoPrivate::doStat | Prototype: | void QStorageInfoPrivate::doStat() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 525-533 |
| | 5 | 2 |
QStorageInfoPrivate::rootName: | QStorageInfoPrivate::root | Prototype: | QStorageInfo QStorageInfoPrivate::root() | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 586-589 |
| | 0 | 2 |
QStorageIterator::~QStorageIteratorName: | QStorageIterator::~QStorageIterator | Prototype: | inline QStorageIterator::~QStorageIterator() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 335-339 |
| | 2 | 2 |
QString::QStringName: | QString::QString | Prototype: | QString::QString(int size, Qt::Initialization) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1562-1568 |
| | 4 | 2 |
QString::QStringName: | QString::QString | Prototype: | QString::QString(QChar ch) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1580-1587 |
| | 5 | 2 |
QString::appendName: | QString::append | Prototype: | QString &QString::append(QChar ch) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2149-2156 |
| | 5 | 2 |
QString::argName: | QString::arg | Prototype: | QString QString::arg(const QString &a, int fieldWidth, QChar fillChar) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7426-7436 |
| | 6 | 2 |
QString::chopName: | QString::chop | Prototype: | void QString::chop(int n) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5081-5085 |
| | 2 | 2 |
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::compare_helperName: | QString::compare_helper | Prototype: | int QString::compare_helper(const QChar *data1, int length1, const QChar *data2, int length2, Qt::CaseSensitivity cs) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5450-5458 |
| | 5 | 2 |
QString::fromUtf8_helperName: | QString::fromUtf8_helper | Prototype: | QString QString::fromUtf8_helper(const char *str, int size) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4813-4820 |
| | 4 | 2 |
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::operator<Name: | QString::operator< | Prototype: | bool QString::operator<(QLatin1String other) const noexcept | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2816-2823 |
| | 4 | 2 |
QString::operator=Name: | QString::operator= | Prototype: | QString &QString::operator=(const QString &other) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1810-1817 |
| | 5 | 2 |
QString::operator=Name: | QString::operator= | Prototype: | QString &QString::operator=(QLatin1String other) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1833-1843 |
| | 6 | 2 |
QString::operator=Name: | QString::operator= | Prototype: | QString &QString::operator=(QChar ch) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1892-1904 |
| | 7 | 2 |
QString::operator>Name: | QString::operator> | Prototype: | bool QString::operator>(QLatin1String other) const noexcept | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2921-2928 |
| | 4 | 2 |
QString::resizeName: | QString::resize | Prototype: | void QString::resize(int size, QChar fillChar) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1701-1708 |
| | 5 | 2 |
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::setUnicodeName: | QString::setUnicode | Prototype: | QString& QString::setUnicode(const QChar *unicode, int size) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4917-4923 |
| | 4 | 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::toLatin1_helper_inplaceName: | QString::toLatin1_helper_inplace | Prototype: | QByteArray QString::toLatin1_helper_inplace(QString &s) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4552-4579 |
| | 12 | 2 |
QString::toLocal8Bit_helperName: | QString::toLocal8Bit_helper | Prototype: | QByteArray QString::toLocal8Bit_helper(const QChar *data, int size) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4625-4633 |
| | 4 | 2 |
QString::toUcs4_helperName: | QString::toUcs4_helper | Prototype: | int QString::toUcs4_helper(const ushort *uc, int length, uint *out) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1454-1463 |
| | 5 | 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::truncateName: | QString::truncate | Prototype: | void QString::truncate(int pos) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5060-5064 |
| | 2 | 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::removeRowsName: | QStringListModel::removeRows | Prototype: | bool QStringListModel::removeRows(int row, int count, const QModelIndex &parent) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | Lines: | 239-252 |
| | 7 | 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::setDataName: | QStringListModel::setData | Prototype: | bool QStringListModel::setData(const QModelIndex &index, const QVariant &value, int role) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | Lines: | 185-200 |
| | 10 | 2 |
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::indexInName: | QStringMatcher::indexIn | Prototype: | int QStringMatcher::indexIn(const QChar *str, int length, int from) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 289-296 |
| | 5 | 2 |
QStringMatcher::indexInName: | QStringMatcher::indexIn | Prototype: | int QStringMatcher::indexIn(const QString &str, int from) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 268-275 |
| | 5 | 2 |
QStringMatcher::operator=Name: | QStringMatcher::operator= | Prototype: | QStringMatcher &QStringMatcher::operator=(const QStringMatcher &other) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 205-213 |
| | 5 | 2 |
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 |
QStringMatcher::setCaseSensitivityName: | QStringMatcher::setCaseSensitivity | Prototype: | void QStringMatcher::setCaseSensitivity(Qt::CaseSensitivity cs) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 251-257 |
| | 4 | 2 |
QStringRef::appendToName: | QStringRef::appendTo | Prototype: | QStringRef QStringRef::appendTo(QString *string) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9333-9340 |
| | 5 | 2 |
QStringRef::endsWithName: | QStringRef::endsWith | Prototype: | bool QStringRef::endsWith(QChar ch, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10010-10021 |
| | 7 | 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::startsWithName: | QStringRef::startsWith | Prototype: | bool QStringRef::startsWith(QChar ch, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9970-9980 |
| | 6 | 2 |
QStringRef::toLocal8BitName: | QStringRef::toLocal8Bit | Prototype: | QByteArray QStringRef::toLocal8Bit() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10321-10329 |
| | 4 | 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 |
QStringSplitter::nextName: | QStringSplitter::next | Prototype: | inline QStringRef next() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 80-85 |
| | 4 | 2 |
QStroker::processCurrentSubpathName: | QStroker::processCurrentSubpath | Prototype: | void QStroker::processCurrentSubpath() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 417-433 |
| | 10 | 2 |
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 |
QStyle::visualRectName: | QStyle::visualRect | Prototype: | QRect QStyle::visualRect(Qt::LayoutDirection direction, const QRect &boundingRect, const QRect &logicalRect) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2135-2143 |
| | 6 | 2 |
QStyleAnimation::updateTargetName: | QStyleAnimation::updateTarget | Prototype: | void QStyleAnimation::updateTarget() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 107-114 |
| | 5 | 2 |
QStyleHelper::backgroundColorName: | QStyleHelper::backgroundColor | Prototype: | QColor backgroundColor(const QPalette &pal, const QWidget* widget) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | Lines: | 412-418 |
| | 4 | 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 |
QStyleHints::setCursorFlashTimeName: | QStyleHints::setCursorFlashTime | Prototype: | void QStyleHints::setCursorFlashTime(int cursorFlashTime) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 303-310 |
| | 5 | 2 |
QStyleHints::setKeyboardInputIntervalName: | QStyleHints::setKeyboardInputInterval | Prototype: | void QStyleHints::setKeyboardInputInterval(int keyboardInputInterval) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 265-272 |
| | 5 | 2 |
QStyleHints::setMouseDoubleClickIntervalName: | QStyleHints::setMouseDoubleClickInterval | Prototype: | void QStyleHints::setMouseDoubleClickInterval(int mouseDoubleClickInterval) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 119-126 |
| | 5 | 2 |
QStyleHints::setMousePressAndHoldIntervalName: | QStyleHints::setMousePressAndHoldInterval | Prototype: | void QStyleHints::setMousePressAndHoldInterval(int mousePressAndHoldInterval) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 147-154 |
| | 5 | 2 |
QStyleHints::setStartDragDistanceName: | QStyleHints::setStartDragDistance | Prototype: | void QStyleHints::setStartDragDistance(int startDragDistance) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 177-184 |
| | 5 | 2 |
QStyleHints::setStartDragTimeName: | QStyleHints::setStartDragTime | Prototype: | void QStyleHints::setStartDragTime(int startDragTime) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 218-225 |
| | 5 | 2 |
QStyleHints::setTabFocusBehaviorName: | QStyleHints::setTabFocusBehavior | Prototype: | void QStyleHints::setTabFocusBehavior(Qt::TabFocusBehavior tabFocusBehavior) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 433-440 |
| | 5 | 2 |
QStyleOptionGraphicsItem::levelOfDetailFromTransformName: | QStyleOptionGraphicsItem::levelOfDetailFromTransform | Prototype: | qreal QStyleOptionGraphicsItem::levelOfDetailFromTransform(const QTransform &worldTransform) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp | Lines: | 3721-3731 |
| | 5 | 2 |
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 |
QStyleSheetBorderData::QStyleSheetBorderDataName: | QStyleSheetBorderData::QStyleSheetBorderData | Prototype: | QStyleSheetBorderData(int *b, QBrush *c, QCss::BorderStyle *s, QSize *r) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 344-352 |
| | 5 | 2 |
QStyleSheetBorderImageData::QStyleSheetBorderImageDataName: | QStyleSheetBorderImageData::QStyleSheetBorderImageData | Prototype: | QStyleSheetBorderImageData() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 302-307 |
| | 2 | 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 |
QStyleSheetOutlineData::QStyleSheetOutlineDataName: | QStyleSheetOutlineData::QStyleSheetOutlineData | Prototype: | QStyleSheetOutlineData() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 387-392 |
| | 2 | 2 |
QStyleSheetOutlineData::QStyleSheetOutlineDataName: | QStyleSheetOutlineData::QStyleSheetOutlineData | Prototype: | QStyleSheetOutlineData(int *b, QBrush *c, QCss::BorderStyle *s, QSize *r, int *o) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 394-400 |
| | 2 | 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::unpolishName: | QStyleSheetStyle::unpolish | Prototype: | void QStyleSheetStyle::unpolish(QApplication *app) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2901-2909 |
| | 6 | 2 |
QStyleSheetStyle::unsetStyleSheetFontName: | QStyleSheetStyle::unsetStyleSheetFont | Prototype: | void QStyleSheetStyle::unsetStyleSheetFont(QWidget *w) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2650-2666 |
| | 10 | 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 |
QStyleSheetStyleRecursionGuard::QStyleSheetStyleRecursionGuardName: | QStyleSheetStyleRecursionGuard::QStyleSheetStyleRecursionGuard | Prototype: | QStyleSheetStyleRecursionGuard(const QStyleSheetStyle *that) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 113-117 |
| | 1 | 2 |