| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QStandardItemModel::setItemRoleNames| Name: | QStandardItemModel::setItemRoleNames | | Prototype: | void QStandardItemModel::setItemRoleNames(const QHash<int,QByteArray> &roleNames) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2150-2154 |
| | 2 | 1 |
QStandardItemModel::setRowCount| Name: | QStandardItemModel::setRowCount | | Prototype: | void QStandardItemModel::setRowCount(int rows) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2241-2245 |
| | 2 | 1 |
QStandardItemModel::setSortRole| Name: | QStandardItemModel::setSortRole | | Prototype: | void QStandardItemModel::setSortRole(int role) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2710-2714 |
| | 2 | 1 |
QStandardItemModel::sibling| Name: | QStandardItemModel::sibling | | Prototype: | QModelIndex QStandardItemModel::sibling(int row, int column, const QModelIndex &idx) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2767-2770 |
| | 1 | 1 |
QStandardItemModel::sort| Name: | QStandardItemModel::sort | | Prototype: | void QStandardItemModel::sort(int column, Qt::SortOrder order) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2964-2968 |
| | 2 | 1 |
QStandardItemModel::sortRole| Name: | QStandardItemModel::sortRole | | Prototype: | int QStandardItemModel::sortRole() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2704-2708 |
| | 2 | 1 |
QStandardItemModel::supportedDropActions| Name: | QStandardItemModel::supportedDropActions | | Prototype: | Qt::DropActions QStandardItemModel::supportedDropActions () const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2797-2800 |
| | 1 | 1 |
QStandardItemModel::takeColumn| Name: | QStandardItemModel::takeColumn | | Prototype: | QList<QStandardItem*> QStandardItemModel::takeColumn(int column) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2645-2649 |
| | 2 | 1 |
QStandardItemModel::takeItem| Name: | QStandardItemModel::takeItem | | Prototype: | QStandardItem *QStandardItemModel::takeItem(int row, int column) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2613-2617 |
| | 2 | 1 |
QStandardItemModel::takeRow| Name: | QStandardItemModel::takeRow | | Prototype: | QList<QStandardItem*> QStandardItemModel::takeRow(int row) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2629-2633 |
| | 2 | 1 |
QStandardItemModelGreaterThan::operator()| Name: | QStandardItemModelGreaterThan::operator() | | Prototype: | inline bool operator()(const QPair<QStandardItem*, int> &l, const QPair<QStandardItem*, int> &r) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 73-77 |
| | 1 | 1 |
QStandardItemModelLessThan::operator()| Name: | QStandardItemModelLessThan::operator() | | Prototype: | inline bool operator()(const QPair<QStandardItem*, int> &l, const QPair<QStandardItem*, int> &r) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 60-64 |
| | 1 | 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: | 321-327 |
| | 1 | 1 |
QStandardItemModelPrivate::columnsAboutToBeInserted| Name: | QStandardItemModelPrivate::columnsAboutToBeInserted | | Prototype: | void QStandardItemModelPrivate::columnsAboutToBeInserted(QStandardItem *parent, int start, int end) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 521-527 |
| | 3 | 1 |
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 |
QStandardPaths::enableTestMode| Name: | QStandardPaths::enableTestMode | | Prototype: | void QStandardPaths::enableTestMode(bool testMode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | | Lines: | 634-637 |
| | 1 | 1 |
QStandardPaths::isTestModeEnabled| Name: | QStandardPaths::isTestModeEnabled | | Prototype: | bool QStandardPaths::isTestModeEnabled() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | | Lines: | 653-656 |
| | 1 | 1 |
QStandardPaths::setTestModeEnabled| Name: | QStandardPaths::setTestModeEnabled | | Prototype: | void QStandardPaths::setTestModeEnabled(bool testMode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | | Lines: | 640-643 |
| | 1 | 1 |
QState::QState| Name: | QState::QState | | Prototype: | QState::QState(QState *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 170-173 |
| | 2 | 1 |
QState::QState| Name: | QState::QState | | Prototype: | QState::QState(ChildMode childMode, QState *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 179-184 |
| | 2 | 1 |
QState::QState| Name: | QState::QState | | Prototype: | QState::QState(QStatePrivate &dd, QState *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 189-192 |
| | 2 | 1 |
QState::childMode| Name: | QState::childMode | | Prototype: | QState::ChildMode QState::childMode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 508-512 |
| | 2 | 1 |
QState::errorState| Name: | QState::errorState | | Prototype: | QAbstractState *QState::errorState() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 277-281 |
| | 2 | 1 |
QState::initialState| Name: | QState::initialState | | Prototype: | QAbstractState *QState::initialState() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 476-480 |
| | 2 | 1 |
QState::onEntry| Name: | QState::onEntry | | Prototype: | void QState::onEntry(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 460-463 |
| | 1 | 1 |
QState::onExit| Name: | QState::onExit | | Prototype: | void QState::onExit(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 468-471 |
| | 1 | 1 |
QState::transitions| Name: | QState::transitions | | Prototype: | QList<QAbstractTransition*> QState::transitions() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 451-455 |
| | 2 | 1 |
QStateMachine::QStateMachine| Name: | QStateMachine::QStateMachine | | Prototype: | QStateMachine::QStateMachine(QStateMachinePrivate &dd, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2454-2458 |
| | 1 | 1 |
QStateMachine::QStateMachine| Name: | QStateMachine::QStateMachine | | Prototype: | QStateMachine::QStateMachine(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2429-2435 |
| | 1 | 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::SignalEvent::SignalEvent| Name: | QStateMachine::SignalEvent::SignalEvent | | Prototype: | QStateMachine::SignalEvent::SignalEvent(QObject *sender, int signalIndex, const QList<QVariant> &arguments) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 3128-3133 |
| | 2 | 1 |
QStateMachine::WrappedEvent::WrappedEvent| Name: | QStateMachine::WrappedEvent::WrappedEvent | | Prototype: | QStateMachine::WrappedEvent::WrappedEvent(QObject *object, QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 3193-3196 |
| | 2 | 1 |
QStateMachine::WrappedEvent::~WrappedEvent| Name: | QStateMachine::WrappedEvent::~WrappedEvent | | Prototype: | QStateMachine::WrappedEvent::~WrappedEvent() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 3201-3204 |
| | 1 | 1 |
QStateMachine::addDefaultAnimation| Name: | QStateMachine::addDefaultAnimation | | Prototype: | void QStateMachine::addDefaultAnimation(QAbstractAnimation *animation) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2975-2979 |
| | 2 | 1 |
QStateMachine::beginMicrostep| Name: | QStateMachine::beginMicrostep | | Prototype: | void QStateMachine::beginMicrostep(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2913-2916 |
| | 1 | 1 |
QStateMachine::beginSelectTransitions| Name: | QStateMachine::beginSelectTransitions | | Prototype: | void QStateMachine::beginSelectTransitions(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2888-2891 |
| | 1 | 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::configuration| Name: | QStateMachine::configuration | | Prototype: | QSet<QAbstractState*> QStateMachine::configuration() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2812-2816 |
| | 2 | 1 |
QStateMachine::defaultAnimations| Name: | QStateMachine::defaultAnimations | | Prototype: | QList<QAbstractAnimation*> QStateMachine::defaultAnimations() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2984-2988 |
| | 2 | 1 |
QStateMachine::endMicrostep| Name: | QStateMachine::endMicrostep | | Prototype: | void QStateMachine::endMicrostep(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2926-2929 |
| | 1 | 1 |
QStateMachine::endSelectTransitions| Name: | QStateMachine::endSelectTransitions | | Prototype: | void QStateMachine::endSelectTransitions(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2901-2904 |
| | 1 | 1 |
QStateMachine::error| Name: | QStateMachine::error | | Prototype: | QStateMachine::Error QStateMachine::error() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2505-2509 |
| | 2 | 1 |
QStateMachine::errorString| Name: | QStateMachine::errorString | | Prototype: | QString QStateMachine::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2514-2518 |
| | 2 | 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::globalRestorePolicy| Name: | QStateMachine::globalRestorePolicy | | Prototype: | QState::RestorePolicy QStateMachine::globalRestorePolicy() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2535-2539 |
| | 2 | 1 |
QStateMachine::isAnimated| Name: | QStateMachine::isAnimated | | Prototype: | bool QStateMachine::isAnimated() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2957-2961 |
| | 2 | 1 |
QStateMachine::isRunning| Name: | QStateMachine::isRunning | | Prototype: | bool QStateMachine::isRunning() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2596-2600 |
| | 2 | 1 |
QStateMachine::onEntry| Name: | QStateMachine::onEntry | | Prototype: | void QStateMachine::onEntry(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2935-2939 |
| | 2 | 1 |
QStateMachine::onExit| Name: | QStateMachine::onExit | | Prototype: | void QStateMachine::onExit(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2946-2950 |
| | 2 | 1 |
QStateMachine::removeDefaultAnimation| Name: | QStateMachine::removeDefaultAnimation | | Prototype: | void QStateMachine::removeDefaultAnimation(QAbstractAnimation *animation) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2993-2997 |
| | 2 | 1 |
QStateMachine::setAnimated| Name: | QStateMachine::setAnimated | | Prototype: | void QStateMachine::setAnimated(bool enabled) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2966-2970 |
| | 2 | 1 |
QStateMachine::setGlobalRestorePolicy| Name: | QStateMachine::setGlobalRestorePolicy | | Prototype: | void QStateMachine::setGlobalRestorePolicy(QState::RestorePolicy restorePolicy) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2547-2551 |
| | 2 | 1 |
QStateMachinePrivate::QStateMachinePrivate| Name: | QStateMachinePrivate::QStateMachinePrivate | | Prototype: | QStateMachinePrivate::QStateMachinePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 388-403 |
| | 10 | 1 |
QStateMachinePrivate::_q_killDelayedEventTimer| Name: | QStateMachinePrivate::_q_killDelayedEventTimer | | Prototype: | void QStateMachinePrivate::_q_killDelayedEventTimer(int id, int timerId) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1965-1971 |
| | 4 | 1 |
QStateMachinePrivate::computeExitSet| Name: | QStateMachinePrivate::computeExitSet | | Prototype: | QList<QAbstractState*> QStateMachinePrivate::computeExitSet(const QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 734-742 |
| | 4 | 1 |
QStateMachinePrivate::createInitialTransition::InitialTransition| Name: | QStateMachinePrivate::createInitialTransition::InitialTransition | | Prototype: | InitialTransition(const QList<QAbstractState *> &targets) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1720-1722 |
| | 1 | 1 |
QStateMachinePrivate::createInitialTransition::eventTest| Name: | QStateMachinePrivate::createInitialTransition::eventTest | | Prototype: | bool eventTest(QEvent *) override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1724-1724 |
| | 1 | 1 |
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::endMacrostep| Name: | QStateMachinePrivate::endMacrostep | | Prototype: | void QStateMachinePrivate::endMacrostep(bool didChange) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2087-2090 |
| | 1 | 1 |
QStateMachinePrivate::findLCCA| Name: | QStateMachinePrivate::findLCCA | | Prototype: | QState *QStateMachinePrivate::findLCCA(const QList<QAbstractState*> &states) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 539-542 |
| | 1 | 1 |
QStateMachinePrivate::hasRestorable| Name: | QStateMachinePrivate::hasRestorable | | Prototype: | bool QStateMachinePrivate::hasRestorable(QAbstractState *state, QObject *object, const QByteArray &propertyName) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1276-1281 |
| | 2 | 1 |
QStateMachinePrivate::isAtomic| Name: | QStateMachinePrivate::isAtomic | | Prototype: | bool QStateMachinePrivate::isAtomic(const QAbstractState *s) const | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1207-1214 |
| | 5 | 1 |
QStateMachinePrivate::isExternalEventQueueEmpty| Name: | QStateMachinePrivate::isExternalEventQueueEmpty | | Prototype: | bool QStateMachinePrivate::isExternalEventQueueEmpty() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2007-2011 |
| | 2 | 1 |
QStateMachinePrivate::isFinal| Name: | QStateMachinePrivate::isFinal | | Prototype: | bool QStateMachinePrivate::isFinal(const QAbstractState *s) | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1184-1187 |
| | 1 | 1 |
QStateMachinePrivate::isInternalEventQueueEmpty| Name: | QStateMachinePrivate::isInternalEventQueueEmpty | | Prototype: | bool QStateMachinePrivate::isInternalEventQueueEmpty() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2001-2005 |
| | 2 | 1 |
QStateMachinePrivate::isParallel| Name: | QStateMachinePrivate::isParallel | | Prototype: | bool QStateMachinePrivate::isParallel(const QAbstractState *s) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1189-1193 |
| | 2 | 1 |
QStateMachinePrivate::postExternalEvent| Name: | QStateMachinePrivate::postExternalEvent | | Prototype: | void QStateMachinePrivate::postExternalEvent(QEvent *e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1979-1983 |
| | 2 | 1 |
QStateMachinePrivate::postInternalEvent| Name: | QStateMachinePrivate::postInternalEvent | | Prototype: | void QStateMachinePrivate::postInternalEvent(QEvent *e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1973-1977 |
| | 2 | 1 |
QStateMachinePrivate::processedPendingEvents| Name: | QStateMachinePrivate::processedPendingEvents | | Prototype: | void QStateMachinePrivate::processedPendingEvents(bool didChange) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2079-2082 |
| | 1 | 1 |
QStateMachinePrivate::rootState| Name: | QStateMachinePrivate::rootState | | Prototype: | QState *QStateMachinePrivate::rootState() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 415-418 |
| | 1 | 1 |
QStatePrivate::QStatePrivate| Name: | QStatePrivate::QStatePrivate | | Prototype: | QStatePrivate::QStatePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 144-149 |
| | 2 | 1 |
QStatePrivate::emitFinished| Name: | QStatePrivate::emitFinished | | Prototype: | void QStatePrivate::emitFinished() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 155-159 |
| | 2 | 1 |
QStatePrivate::emitPropertiesAssigned| Name: | QStatePrivate::emitPropertiesAssigned | | Prototype: | void QStatePrivate::emitPropertiesAssigned() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 161-165 |
| | 2 | 1 |
QStaticPlugin::metaData| Name: | QStaticPlugin::metaData | | Prototype: | QJsonObject QStaticPlugin::metaData() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | | Lines: | 467-470 |
| | 1 | 1 |
QStaticText::QStaticText| Name: | QStaticText::QStaticText | | Prototype: | QStaticText::QStaticText(const QStaticText &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | | Lines: | 167-170 |
| | 1 | 1 |
QStaticText::QStaticText| Name: | QStaticText::QStaticText | | Prototype: | QStaticText::QStaticText() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | | Lines: | 149-152 |
| | 2 | 1 |
QStaticText::QStaticText| Name: | QStaticText::QStaticText | | Prototype: | QStaticText::QStaticText(const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | | Lines: | 157-162 |
| | 2 | 1 |
QStaticText::operator!=| Name: | QStaticText::operator!= | | Prototype: | bool QStaticText::operator!=(const QStaticText &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | | Lines: | 246-249 |
| | 1 | 1 |
QStaticText::operator=| Name: | QStaticText::operator= | | Prototype: | QStaticText &QStaticText::operator=(const QStaticText &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | | Lines: | 216-220 |
| | 2 | 1 |
QStaticText::operator==| Name: | QStaticText::operator== | | Prototype: | bool QStaticText::operator==(const QStaticText &other) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | | Lines: | 234-240 |
| | 4 | 1 |
QStaticText::performanceHint| Name: | QStaticText::performanceHint | | Prototype: | QStaticText::PerformanceHint QStaticText::performanceHint() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | | Lines: | 331-334 |
| | 1 | 1 |
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::text| Name: | QStaticText::text | | Prototype: | QString QStaticText::text() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | | Lines: | 298-301 |
| | 1 | 1 |
QStaticText::textFormat| Name: | QStaticText::textFormat | | Prototype: | Qt::TextFormat QStaticText::textFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | | Lines: | 288-291 |
| | 1 | 1 |
QStaticText::textOption| Name: | QStaticText::textOption | | Prototype: | QTextOption QStaticText::textOption() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | | Lines: | 351-354 |
| | 1 | 1 |
QStaticText::textWidth| Name: | QStaticText::textWidth | | Prototype: | qreal QStaticText::textWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | | Lines: | 381-384 |
| | 1 | 1 |
QStaticText::~QStaticText| Name: | QStaticText::~QStaticText | | Prototype: | QStaticText::~QStaticText() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | | Lines: | 175-178 |
| | 1 | 1 |
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: | 398-403 |
| | 2 | 1 |
QStaticTextPrivate::QStaticTextPrivate| Name: | QStaticTextPrivate::QStaticTextPrivate | | Prototype: | QStaticTextPrivate::QStaticTextPrivate(const QStaticTextPrivate &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | | Lines: | 405-411 |
| | 2 | 1 |
QStaticTextPrivate::get| Name: | QStaticTextPrivate::get | | Prototype: | QStaticTextPrivate *QStaticTextPrivate::get(const QStaticText *q) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp | | Lines: | 420-423 |
| | 1 | 1 |
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 |