Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
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::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::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::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::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::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::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::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::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::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::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: | 2816-2823 |
| | 4 | 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::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::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::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::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::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::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::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::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 |
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 |
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 |
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 |
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 |
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 |
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 |
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::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::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::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 |
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 |
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::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::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 |
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 |
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 |
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::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 |
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 |
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::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::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::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::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::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::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::handleTransitionSignalName: | QStateMachinePrivate::handleTransitionSignal | Prototype: | void QStateMachinePrivate::handleTransitionSignal(QObject *sender, int signalIndex, void **argv) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2407-2431 |
| | 13 | 2 |
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::executeTransitionContentName: | QStateMachinePrivate::executeTransitionContent | Prototype: | void QStateMachinePrivate::executeTransitionContent(QEvent *event, const QList<QAbstractTransition*> &enabledTransitions) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 844-854 |
| | 4 | 2 |
QStateMachinePrivate::dequeueInternalEventName: | QStateMachinePrivate::dequeueInternalEvent | Prototype: | QEvent *QStateMachinePrivate::dequeueInternalEvent() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1992-1998 |
| | 4 | 2 |
QStateMachinePrivate::dequeueExternalEventName: | QStateMachinePrivate::dequeueExternalEvent | Prototype: | QEvent *QStateMachinePrivate::dequeueExternalEvent() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2000-2006 |
| | 4 | 2 |
QStateMachinePrivate::computeExitSet_UnorderedName: | QStateMachinePrivate::computeExitSet_Unordered | Prototype: | QSet<QAbstractState*> QStateMachinePrivate::computeExitSet_Unordered(const QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 751-760 |
| | 5 | 2 |
QStateMachinePrivate::clearHistoryName: | QStateMachinePrivate::clearHistory | Prototype: | void QStateMachinePrivate::clearHistory() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1745-1753 |
| | 5 | 2 |
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 |
QState::addTransitionName: | QState::addTransition | Prototype: | QAbstractTransition *QState::addTransition(QAbstractState *target) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 412-421 |
| | 6 | 2 |
QStandardItemPrivate::itemDataName: | QStandardItemPrivate::itemData | Prototype: | const QMap<int, QVariant> QStandardItemPrivate::itemData() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 225-232 |
| | 5 | 2 |
QStandardItemPrivate::changeFlagsName: | QStandardItemPrivate::changeFlags | Prototype: | void QStandardItemPrivate::changeFlags(bool enable, Qt::ItemFlags f) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 176-185 |
| | 6 | 2 |
QStandardItemModelPrivate::rowsInsertedName: | QStandardItemModelPrivate::rowsInserted | Prototype: | void QStandardItemModelPrivate::rowsInserted(QStandardItem *parent, int row, int count) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 563-570 |
| | 4 | 2 |
QStandardItemModelPrivate::decodeDataRecursiveName: | QStandardItemModelPrivate::decodeDataRecursive | Prototype: | void QStandardItemModelPrivate::decodeDataRecursive(QDataStream &stream, QStandardItem *item) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 3063-3078 |
| | 10 | 2 |
QStandardItemModelPrivate::columnsInsertedName: | QStandardItemModelPrivate::columnsInserted | Prototype: | void QStandardItemModelPrivate::columnsInserted(QStandardItem *parent, int column, int count) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 575-582 |
| | 4 | 2 |
QStandardItemModel::verticalHeaderItemName: | QStandardItemModel::verticalHeaderItem | Prototype: | QStandardItem *QStandardItemModel::verticalHeaderItem(int row) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2433-2439 |
| | 4 | 2 |
QStandardItemModel::setItemPrototypeName: | QStandardItemModel::setItemPrototype | Prototype: | void QStandardItemModel::setItemPrototype(const QStandardItem *item) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2502-2509 |
| | 4 | 2 |
QStandardItemModel::setItemDataName: | QStandardItemModel::setItemData | Prototype: | bool QStandardItemModel::setItemData(const QModelIndex &index, const QMap<int, QVariant> &roles) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2965-2972 |
| | 5 | 2 |
QStandardItemModel::removeRowsName: | QStandardItemModel::removeRows | Prototype: | bool QStandardItemModel::removeRows(int row, int count, const QModelIndex &parent) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2894-2902 |
| | 6 | 2 |
QStandardItemModel::removeColumnsName: | QStandardItemModel::removeColumns | Prototype: | bool QStandardItemModel::removeColumns(int column, int count, const QModelIndex &parent) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2881-2889 |
| | 6 | 2 |
QStandardItemModel::parentName: | QStandardItemModel::parent | Prototype: | QModelIndex QStandardItemModel::parent(const QModelIndex &child) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2869-2876 |
| | 5 | 2 |
QStandardItemModel::insertRowsName: | QStandardItemModel::insertRows | Prototype: | bool QStandardItemModel::insertRows(int row, int count, const QModelIndex &parent) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2847-2854 |
| | 5 | 2 |
QStandardItemModel::insertColumnsName: | QStandardItemModel::insertColumns | Prototype: | bool QStandardItemModel::insertColumns(int column, int count, const QModelIndex &parent) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2835-2842 |
| | 5 | 2 |
QStandardItemModel::indexFromItemName: | QStandardItemModel::indexFromItem | Prototype: | QModelIndex QStandardItemModel::indexFromItem(const QStandardItem *item) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2236-2243 |
| | 4 | 2 |
QStandardItemModel::indexName: | QStandardItemModel::index | Prototype: | QModelIndex QStandardItemModel::index(int row, int column, const QModelIndex &parent) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2818-2830 |
| | 9 | 2 |
QStandardItemModel::horizontalHeaderItemName: | QStandardItemModel::horizontalHeaderItem | Prototype: | QStandardItem *QStandardItemModel::horizontalHeaderItem(int column) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2377-2383 |
| | 4 | 2 |
QStandardItemModel::findItemsName: | QStandardItemModel::findItems | Prototype: | QList<QStandardItem*> QStandardItemModel::findItems(const QString &text, Qt::MatchFlags flags, int column) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2532-2543 |
| | 8 | 2 |
QStandardItem::parentName: | QStandardItem::parent | Prototype: | QStandardItem *QStandardItem::parent() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 801-807 |
| | 4 | 2 |
QStandardItem::insertRowsName: | QStandardItem::insertRows | Prototype: | void QStandardItem::insertRows(int row, const QList<QStandardItem*> &items) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1533-1539 |
| | 4 | 2 |
QStandardItem::insertRowsName: | QStandardItem::insertRows | Prototype: | void QStandardItem::insertRows(int row, int count) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1562-1570 |
| | 5 | 2 |
QStandardItem::insertColumnsName: | QStandardItem::insertColumns | Prototype: | void QStandardItem::insertColumns(int column, int count) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1577-1585 |
| | 5 | 2 |
QStandardItem::flagsName: | QStandardItem::flags | Prototype: | Qt::ItemFlags QStandardItem::flags() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 907-914 |
| | 5 | 2 |
QStandardItem::emitDataChangedName: | QStandardItem::emitDataChanged | Prototype: | void QStandardItem::emitDataChanged() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 877-882 |
| | 3 | 2 |
QStandardItem::childName: | QStandardItem::child | Prototype: | QStandardItem *QStandardItem::child(int row, int column) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1765-1772 |
| | 5 | 2 |
QStackedWidget::setCurrentWidgetName: | QStackedWidget::setCurrentWidget | Prototype: | void QStackedWidget::setCurrentWidget(QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 243-251 |
| | 5 | 2 |
QStackedLayout::widgetName: | QStackedLayout::widget | Prototype: | QWidget *QStackedLayout::widget(int index) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 398-404 |
| | 4 | 2 |
QStackedLayout::setCurrentWidgetName: | QStackedLayout::setCurrentWidget | Prototype: | void QStackedLayout::setCurrentWidget(QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 369-377 |
| | 5 | 2 |
QStackedLayout::addItemName: | QStackedLayout::addItem | Prototype: | void QStackedLayout::addItem(QLayoutItem *item) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 422-431 |
| | 6 | 2 |
QSslSocketPrivate::sslLibraryVersionNumberName: | QSslSocketPrivate::sslLibraryVersionNumber | Prototype: | long QSslSocketPrivate::sslLibraryVersionNumber() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 584-590 |
| | 3 | 2 |
QSslSocketPrivate::sslLibraryBuildVersionStringName: | QSslSocketPrivate::sslLibraryBuildVersionString | Prototype: | QString QSslSocketPrivate::sslLibraryBuildVersionString() | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 609-615 |
| | 0 | 2 |
QSslSocketPrivate::resumeSocketNotifiersName: | QSslSocketPrivate::resumeSocketNotifiers | Prototype: | void QSslSocketPrivate::resumeSocketNotifiers(QSslSocket *socket) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2309-2314 |
| | 3 | 2 |
QSslSocketPrivate::pauseSocketNotifiersName: | QSslSocketPrivate::pauseSocketNotifiers | Prototype: | void QSslSocketPrivate::pauseSocketNotifiers(QSslSocket *socket) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2302-2307 |
| | 3 | 2 |
QSslSocketPrivate::ensureInitializedName: | QSslSocketPrivate::ensureInitialized | Prototype: | void QSslSocketPrivate::ensureInitialized() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 576-582 |
| | 3 | 2 |
QSslSocketPrivate::checkSettingSslContextName: | QSslSocketPrivate::checkSettingSslContext | Prototype: | void QSslSocketPrivate::checkSettingSslContext(QSslSocket* socket, QSharedPointer<QSslContext> sslContext) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2650-2654 |
| | 2 | 2 |
QSslSocketPrivate::addDefaultCaCertificatesName: | QSslSocketPrivate::addDefaultCaCertificates | Prototype: | bool QSslSocketPrivate::addDefaultCaCertificates(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2154-2166 |
| | 8 | 2 |
QSslSocketPrivate::_q_flushWriteBufferName: | QSslSocketPrivate::_q_flushWriteBuffer | Prototype: | void QSslSocketPrivate::_q_flushWriteBuffer() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2509-2514 |
| | 3 | 2 |
QSslSocketPrivate::_q_flushReadBufferName: | QSslSocketPrivate::_q_flushReadBuffer | Prototype: | void QSslSocketPrivate::_q_flushReadBuffer() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2519-2524 |
| | 2 | 2 |
QSslSocketPrivate::_q_errorSlotName: | QSslSocketPrivate::_q_errorSlot | Prototype: | void QSslSocketPrivate::_q_errorSlot(QAbstractSocket::SocketError error) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2429-2447 |
| | 7 | 2 |
QSslSocketPrivate::_q_channelReadyReadSlotName: | QSslSocketPrivate::_q_channelReadyReadSlot | Prototype: | void QSslSocketPrivate::_q_channelReadyReadSlot(int channel) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2471-2476 |
| | 3 | 2 |
QSslSocketPrivate::_q_channelBytesWrittenSlotName: | QSslSocketPrivate::_q_channelBytesWrittenSlot | Prototype: | void QSslSocketPrivate::_q_channelBytesWrittenSlot(int channel, qint64 written) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2499-2504 |
| | 3 | 2 |