Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
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: | 1553-1561 |
| | 5 | 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: | 792-798 |
| | 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: | 2519-2530 |
| | 8 | 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: | 2364-2370 |
| | 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: | 2805-2817 |
| | 9 | 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: | 2223-2230 |
| | 4 | 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: | 2822-2829 |
| | 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: | 2834-2841 |
| | 5 | 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: | 2856-2863 |
| | 5 | 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: | 2868-2876 |
| | 6 | 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: | 2881-2889 |
| | 6 | 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: | 2952-2959 |
| | 5 | 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: | 2489-2496 |
| | 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: | 2420-2426 |
| | 4 | 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: | 566-573 |
| | 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: | 3054-3069 |
| | 10 | 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: | 554-561 |
| | 4 | 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: | 165-174 |
| | 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: | 216-223 |
| | 5 | 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: | 406-415 |
| | 6 | 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: | 2658-2664 |
| | 3 | 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: | 1742-1750 |
| | 5 | 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: | 744-753 |
| | 5 | 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: | 1993-1999 |
| | 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: | 1985-1991 |
| | 4 | 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: | 837-847 |
| | 4 | 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: | 2391-2397 |
| | 3 | 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: | 2400-2424 |
| | 13 | 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: | 2339-2343 |
| | 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: | 2223-2230 |
| | 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: | 662-712 |
| | 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: | 1314-1328 |
| | 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: | 1230-1235 |
| | 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: | 1237-1242 |
| | 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: | 1216-1221 |
| | 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: | 1223-1228 |
| | 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: | 405-413 |
| | 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: | 183-187 |
| | 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: | 315-324 |
| | 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: | 391-396 |
| | 3 | 2 |
QStaticTextItem::~QStaticTextItemName: | 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::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: | 663-701 |
| | 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: | 329-334 |
| | 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: | 264-269 |
| | 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: | 643-650 |
| | 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: | 242-247 |
| | 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: | 153-157 |
| | 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: | 159-163 |
| | 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: | 165-169 |
| | 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: | 171-175 |
| | 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: | 140-151 |
| | 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: | 284-289 |
| | 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: | 154-161 |
| | 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: | 506-514 |
| | 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: | 564-567 |
| | 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: | 316-320 |
| | 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: | 1555-1561 |
| | 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: | 1573-1580 |
| | 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: | 2118-2125 |
| | 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: | 7406-7416 |
| | 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: | 5051-5055 |
| | 2 | 2 |
QString::compareName: | 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::compare_helperName: | QString::compare_helper | Prototype: | int QString::compare_helper(const QChar *data1, int length1, const QChar *data2, int length2, Qt::CaseSensitivity cs) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5420-5428 |
| | 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: | 4783-4790 |
| | 4 | 2 |
QString::insertName: | QString::insert | Prototype: | QString &QString::insert(int i, QLatin1String str) | Coverage: | 87.500% (7/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1952-1964 |
| | 8 | 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: | 4328-4333 |
| | 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: | 9449-9454 |
| | 3 | 2 |
QString::operator<Name: | QString::operator< | Prototype: | bool QString::operator<(QLatin1String other) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2786-2793 |
| | 4 | 2 |
QString::operator=Name: | QString::operator= | Prototype: | QString &QString::operator=(const QString &other) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1788-1795 |
| | 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: | 1811-1821 |
| | 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: | 1870-1882 |
| | 7 | 2 |
QString::operator>Name: | QString::operator> | Prototype: | bool QString::operator>(QLatin1String other) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2891-2898 |
| | 4 | 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: | 4346-4351 |
| | 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: | 9488-9493 |
| | 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: | 4887-4893 |
| | 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: | 4503-4509 |
| | 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: | 4522-4549 |
| | 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: | 4595-4603 |
| | 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: | 1447-1456 |
| | 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: | 4617-4623 |
| | 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: | 5030-5034 |
| | 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: | 5642-5649 |
| | 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: | 162-168 |
| | 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: | 115-121 |
| | 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: | 179-194 |
| | 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: | 126-132 |
| | 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: | 283-290 |
| | 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: | 262-269 |
| | 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: | 199-207 |
| | 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: | 232-237 |
| | 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: | 245-251 |
| | 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: | 9240-9247 |
| | 5 | 2 |
QStringRef::endsWithName: | QStringRef::endsWith | Prototype: | bool QStringRef::endsWith(QChar ch, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9917-9928 |
| | 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: | 9429-9434 |
| | 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: | 9468-9473 |
| | 3 | 2 |
QStringRef::startsWithName: | QStringRef::startsWith | Prototype: | bool QStringRef::startsWith(QChar ch, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9877-9887 |
| | 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: | 10228-10236 |
| | 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: | 10248-10254 |
| | 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: | 68-72 |
| | 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: | 74-79 |
| | 4 | 2 |