Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QSharedMemory::sizeName: | QSharedMemory::size | Prototype: | int QSharedMemory::size() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | Lines: | 361-365 |
| | 2 | 1 |
QSharedMemory::~QSharedMemoryName: | QSharedMemory::~QSharedMemory | Prototype: | QSharedMemory::~QSharedMemory() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | Lines: | 172-175 |
| | 1 | 1 |
QSharedMemoryPrivate::QSharedMemoryPrivateName: | QSharedMemoryPrivate::QSharedMemoryPrivate | Prototype: | QSharedMemoryPrivate::QSharedMemoryPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_unix.cpp | Lines: | 61-72 |
| | 2 | 1 |
QSharedMemoryPrivate::cleanHandleName: | QSharedMemoryPrivate::cleanHandle | Prototype: | bool QSharedMemoryPrivate::cleanHandle() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_systemv.cpp | Lines: | 123-127 |
| | 2 | 1 |
QSharedNetworkSessionManager::setSessionName: | QSharedNetworkSessionManager::setSession | Prototype: | void QSharedNetworkSessionManager::setSession(QNetworkConfiguration config, QSharedPointer<QNetworkSession> session) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qsharednetworksession.cpp | Lines: | 74-78 |
| | 2 | 1 |
QShortcut::QShortcutName: | QShortcut::QShortcut | Prototype: | QShortcut::QShortcut(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 436-440 |
| | 1 | 1 |
QShortcut::autoRepeatName: | QShortcut::autoRepeat | Prototype: | bool QShortcut::autoRepeat() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 610-614 |
| | 2 | 1 |
QShortcut::contextName: | QShortcut::context | Prototype: | Qt::ShortcutContext QShortcut::context() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 558-562 |
| | 2 | 1 |
QShortcut::idName: | QShortcut::id | Prototype: | int QShortcut::id() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 621-625 |
| | 2 | 1 |
QShortcut::isEnabledName: | QShortcut::isEnabled | Prototype: | bool QShortcut::isEnabled() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 530-534 |
| | 2 | 1 |
QShortcut::keyName: | QShortcut::key | Prototype: | QKeySequence QShortcut::key() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 499-503 |
| | 2 | 1 |
QShortcut::setWhatsThisName: | QShortcut::setWhatsThis | Prototype: | void QShortcut::setWhatsThis(const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 578-582 |
| | 2 | 1 |
QShortcut::whatsThisName: | QShortcut::whatsThis | Prototype: | QString QShortcut::whatsThis() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 584-588 |
| | 2 | 1 |
QShortcutEntry::QShortcutEntryName: | QShortcutEntry::QShortcutEntry | Prototype: | QShortcutEntry() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 61-63 |
| | 1 | 1 |
QShortcutEntry::QShortcutEntryName: | QShortcutEntry::QShortcutEntry | Prototype: | QShortcutEntry(const QKeySequence &k) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 65-67 |
| | 1 | 1 |
QShortcutEntry::QShortcutEntryName: | QShortcutEntry::QShortcutEntry | Prototype: | QShortcutEntry(QObject *o, const QKeySequence &k, Qt::ShortcutContext c, int i, bool a, QShortcutMap::ContextMatcher m) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 69-71 |
| | 1 | 1 |
QShortcutEntry::correctContextName: | QShortcutEntry::correctContext | Prototype: | bool correctContext() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 73-73 |
| | 1 | 1 |
QShortcutEntry::operator<Name: | QShortcutEntry::operator< | Prototype: | bool operator<(const QShortcutEntry &f) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 75-76 |
| | 1 | 1 |
QShortcutEvent::QShortcutEventName: | QShortcutEvent::QShortcutEvent | Prototype: | QShortcutEvent::QShortcutEvent(const QKeySequence &key, int id, bool ambiguous) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 3562-3565 |
| | 2 | 1 |
QShortcutMap::QShortcutMapName: | QShortcutMap::QShortcutMap | Prototype: | QShortcutMap::QShortcutMap() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 135-139 |
| | 1 | 1 |
QShortcutMap::addShortcutName: | QShortcutMap::addShortcut | Prototype: | int QShortcutMap::addShortcut(QObject *owner, const QKeySequence &key, Qt::ShortcutContext context, ContextMatcher matcher) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 152-167 |
| | 7 | 1 |
QShortcutMap::clearSequenceName: | QShortcutMap::clearSequence | Prototype: | void QShortcutMap::clearSequence(QVector<QKeySequence> &ksl) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 523-527 |
| | 2 | 1 |
QShortcutMap::matchesName: | QShortcutMap::matches | Prototype: | QVector<const QShortcutEntry*> QShortcutMap::matches() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 622-626 |
| | 2 | 1 |
QShortcutMap::resetStateName: | QShortcutMap::resetState | Prototype: | void QShortcutMap::resetState() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 295-300 |
| | 3 | 1 |
QShortcutMap::stateName: | QShortcutMap::state | Prototype: | QKeySequence::SequenceMatch QShortcutMap::state() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 305-309 |
| | 2 | 1 |
QShortcutMapPrivate::QShortcutMapPrivateName: | QShortcutMapPrivate::QShortcutMapPrivate | Prototype: | QShortcutMapPrivate(QShortcutMap* parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 112-117 |
| | 2 | 1 |
QShortcutPrivate::QShortcutPrivateName: | QShortcutPrivate::QShortcutPrivate | Prototype: | QShortcutPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 400-400 |
| | 1 | 1 |
QShowEvent::QShowEventName: | QShowEvent::QShowEvent | Prototype: | QShowEvent::QShowEvent() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 3402-3404 |
| | 1 | 1 |
QSidebar::QSidebarName: | QSidebar::QSidebar | Prototype: | QSidebar::QSidebar(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 372-374 |
| | 2 | 1 |
QSidebar::clickedName: | QSidebar::clicked | Prototype: | void QSidebar::clicked(const QModelIndex &index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 480-485 |
| | 3 | 1 |
QSidebar::focusInEventName: | QSidebar::focusInEvent | Prototype: | void QSidebar::focusInEvent(QFocusEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 491-495 |
| | 2 | 1 |
QSidebar::setModelAndUrlsName: | QSidebar::setModelAndUrls | Prototype: | void QSidebar::setModelAndUrls(QFileSystemModel *model, const QList<QUrl> &newUrls) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 376-396 |
| | 14 | 1 |
QSignalDumper::endDumpName: | QSignalDumper::endDump | Prototype: | void QSignalDumper::endDump() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qsignaldumper.cpp | Lines: | 170-174 |
| | 1 | 1 |
QSignalDumper::startDumpName: | QSignalDumper::startDump | Prototype: | void QSignalDumper::startDump() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qsignaldumper.cpp | Lines: | 163-168 |
| | 1 | 1 |
QSignalEventGenerator::QSignalEventGeneratorName: | QSignalEventGenerator::QSignalEventGenerator | Prototype: | QSignalEventGenerator::QSignalEventGenerator(QStateMachine *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 3097-3100 |
| | 2 | 1 |
QSignalEventGenerator::executeName: | QSignalEventGenerator::execute | Prototype: | void QSignalEventGenerator::execute(void **_a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 3089-3095 |
| | 4 | 1 |
QSignalMapper::QSignalMapperName: | QSignalMapper::QSignalMapper | Prototype: | QSignalMapper::QSignalMapper(QObject* parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 111-114 |
| | 2 | 1 |
QSignalMapper::mapName: | QSignalMapper::map | Prototype: | void QSignalMapper::map() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 240-240 |
| | 1 | 1 |
QSignalMapper::mappingName: | QSignalMapper::mapping | Prototype: | QObject *QSignalMapper::mapping(int id) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 182-186 |
| | 2 | 1 |
QSignalMapper::mappingName: | QSignalMapper::mapping | Prototype: | QObject *QSignalMapper::mapping(const QString &id) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 191-195 |
| | 2 | 1 |
QSignalMapper::mappingName: | QSignalMapper::mapping | Prototype: | QObject *QSignalMapper::mapping(QWidget *widget) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 202-206 |
| | 2 | 1 |
QSignalMapper::mappingName: | QSignalMapper::mapping | Prototype: | QObject *QSignalMapper::mapping(QObject *object) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 213-217 |
| | 2 | 1 |
QSignalMapper::removeMappingsName: | QSignalMapper::removeMappings | Prototype: | void QSignalMapper::removeMappings(QObject *sender) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 227-235 |
| | 5 | 1 |
QSignalMapper::setMappingName: | QSignalMapper::setMapping | Prototype: | void QSignalMapper::setMapping(QObject *sender, QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 157-162 |
| | 3 | 1 |
QSignalMapper::setMappingName: | QSignalMapper::setMapping | Prototype: | void QSignalMapper::setMapping(QObject *sender, QObject *object) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 170-175 |
| | 3 | 1 |
QSignalMapper::setMappingName: | QSignalMapper::setMapping | Prototype: | void QSignalMapper::setMapping(QObject *sender, int id) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 131-136 |
| | 3 | 1 |
QSignalMapper::setMappingName: | QSignalMapper::setMapping | Prototype: | void QSignalMapper::setMapping(QObject *sender, const QString &text) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 144-149 |
| | 3 | 1 |
QSignalMapperPrivate::_q_senderDestroyedName: | QSignalMapperPrivate::_q_senderDestroyed | Prototype: | void _q_senderDestroyed() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 44-47 |
| | 2 | 1 |
QSignalTransition::QSignalTransitionName: | QSignalTransition::QSignalTransition | Prototype: | QSignalTransition::QSignalTransition(QState *sourceState) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | Lines: | 129-132 |
| | 2 | 1 |
QSignalTransition::QSignalTransitionName: | QSignalTransition::QSignalTransition | Prototype: | QSignalTransition::QSignalTransition(const QObject *sender, const char *signal, QState *sourceState) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | Lines: | 138-146 |
| | 4 | 1 |
QSignalTransition::eventName: | QSignalTransition::event | Prototype: | bool QSignalTransition::event(QEvent *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | Lines: | 232-235 |
| | 1 | 1 |
QSignalTransition::onTransitionName: | QSignalTransition::onTransition | Prototype: | void QSignalTransition::onTransition(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | Lines: | 224-227 |
| | 1 | 1 |
QSignalTransition::senderObjectName: | QSignalTransition::senderObject | Prototype: | QObject *QSignalTransition::senderObject() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | Lines: | 158-162 |
| | 2 | 1 |
QSignalTransition::signalName: | QSignalTransition::signal | Prototype: | QByteArray QSignalTransition::signal() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | Lines: | 181-185 |
| | 2 | 1 |
QSignalTransitionPrivate::QSignalTransitionPrivateName: | QSignalTransitionPrivate::QSignalTransitionPrivate | Prototype: | QSignalTransitionPrivate::QSignalTransitionPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | Lines: | 105-109 |
| | 2 | 1 |
QSimdSse2::v_addName: | QSimdSse2::v_add | Prototype: | static inline Float32x4 v_add(Float32x4 a, Float32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 445-445 |
| | 1 | 1 |
QSimdSse2::v_addName: | QSimdSse2::v_add | Prototype: | static inline Int32x4 v_add(Int32x4 a, Int32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 446-446 |
| | 1 | 1 |
QSimdSse2::v_andName: | QSimdSse2::v_and | Prototype: | static inline Int32x4 v_and(Int32x4 a, Int32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 452-452 |
| | 1 | 1 |
QSimdSse2::v_dupName: | QSimdSse2::v_dup | Prototype: | static inline Float32x4 v_dup(float x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 440-440 |
| | 1 | 1 |
QSimdSse2::v_dupName: | QSimdSse2::v_dup | Prototype: | static inline Float32x4 v_dup(double x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 441-441 |
| | 1 | 1 |
QSimdSse2::v_dupName: | QSimdSse2::v_dup | Prototype: | static inline Int32x4 v_dup(int x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 442-442 |
| | 1 | 1 |
QSimdSse2::v_dupName: | QSimdSse2::v_dup | Prototype: | static inline Int32x4 v_dup(uint x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 443-443 |
| | 1 | 1 |
QSimdSse2::v_greaterOrEqualName: | QSimdSse2::v_greaterOrEqual | Prototype: | static inline Int32x4 v_greaterOrEqual(Float32x4 a, Float32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 463-463 |
| | 1 | 1 |
QSimdSse2::v_maxName: | QSimdSse2::v_max | Prototype: | static inline Float32x4 v_max(Float32x4 a, Float32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 448-448 |
| | 1 | 1 |
QSimdSse2::v_minName: | QSimdSse2::v_min | Prototype: | static inline Float32x4 v_min(Float32x4 a, Float32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 449-449 |
| | 1 | 1 |
QSimdSse2::v_min_16Name: | QSimdSse2::v_min_16 | Prototype: | static inline Int32x4 v_min_16(Int32x4 a, Int32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 450-450 |
| | 1 | 1 |
QSimdSse2::v_mulName: | QSimdSse2::v_mul | Prototype: | static inline Float32x4 v_mul(Float32x4 a, Float32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 457-457 |
| | 1 | 1 |
QSimdSse2::v_sqrtName: | QSimdSse2::v_sqrt | Prototype: | static inline Float32x4 v_sqrt(Float32x4 x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 459-459 |
| | 1 | 1 |
QSimdSse2::v_subName: | QSimdSse2::v_sub | Prototype: | static inline Float32x4 v_sub(Float32x4 a, Float32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 454-454 |
| | 1 | 1 |
QSimdSse2::v_subName: | QSimdSse2::v_sub | Prototype: | static inline Int32x4 v_sub(Int32x4 a, Int32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 455-455 |
| | 1 | 1 |
QSimdSse2::v_toIntName: | QSimdSse2::v_toInt | Prototype: | static inline Int32x4 v_toInt(Float32x4 x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 461-461 |
| | 1 | 1 |
QSimpleDrag::QSimpleDragName: | QSimpleDrag::QSimpleDrag | Prototype: | QSimpleDrag::QSimpleDrag() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 317-319 |
| | 2 | 1 |
QSimpleTextCodec::QSimpleTextCodecName: | QSimpleTextCodec::QSimpleTextCodec | Prototype: | QSimpleTextCodec::QSimpleTextCodec(int i) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | Lines: | 602-604 |
| | 2 | 1 |
QSimpleTextCodec::mibEnumName: | QSimpleTextCodec::mibEnum | Prototype: | int QSimpleTextCodec::mibEnum() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | Lines: | 715-718 |
| | 1 | 1 |
QSimpleTextCodec::nameName: | QSimpleTextCodec::name | Prototype: | QByteArray QSimpleTextCodec::name() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | Lines: | 699-702 |
| | 1 | 1 |
QSimpleTextCodec::~QSimpleTextCodecName: | QSimpleTextCodec::~QSimpleTextCodec | Prototype: | QSimpleTextCodec::~QSimpleTextCodec() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | Lines: | 607-610 |
| | 1 | 1 |
QSimplex::QSimplexName: | QSimplex::QSimplex | Prototype: | QSimplex::QSimplex() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 73-75 |
| | 2 | 1 |
QSimplex::setObjectiveName: | QSimplex::setObjective | Prototype: | void QSimplex::setObjective(QSimplexConstraint *newObjective) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 315-318 |
| | 1 | 1 |
QSimplex::solveMaxName: | QSimplex::solveMax | Prototype: | qreal QSimplex::solveMax() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 562-565 |
| | 1 | 1 |
QSimplex::solveMinName: | QSimplex::solveMin | Prototype: | qreal QSimplex::solveMin() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 553-556 |
| | 1 | 1 |
QSimplex::~QSimplexName: | QSimplex::~QSimplex | Prototype: | QSimplex::~QSimplex() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 80-83 |
| | 1 | 1 |
QSingleShotTimer::QSingleShotTimerName: | QSingleShotTimer::QSingleShotTimer | Prototype: | QSingleShotTimer::QSingleShotTimer(int msec, Qt::TimerType timerType, const QObject *r, const char *member) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | Lines: | 269-274 |
| | 2 | 1 |
QSize::transposeName: | QSize::transpose | Prototype: | void QSize::transpose() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | Lines: | 160-165 |
| | 3 | 1 |
QSizeF::transposeName: | QSizeF::transpose | Prototype: | void QSizeF::transpose() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | Lines: | 593-598 |
| | 3 | 1 |
QSizeGrip::QSizeGripName: | QSizeGrip::QSizeGrip | Prototype: | QSizeGrip::QSizeGrip(QWidget * parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 212-217 |
| | 2 | 1 |
QSizeGrip::eventName: | QSizeGrip::event | Prototype: | bool QSizeGrip::event(QEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 496-499 |
| | 1 | 1 |
QSizeGrip::hideEventName: | QSizeGrip::hideEvent | Prototype: | void QSizeGrip::hideEvent(QHideEvent *hideEvent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 458-464 |
| | 1 | 1 |
QSizeGrip::paintEventName: | QSizeGrip::paintEvent | Prototype: | void QSizeGrip::paintEvent(QPaintEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 259-268 |
| | 7 | 1 |
QSizeGrip::setVisibleName: | QSizeGrip::setVisible | Prototype: | void QSizeGrip::setVisible(bool visible) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 469-472 |
| | 1 | 1 |
QSizeGrip::showEventName: | QSizeGrip::showEvent | Prototype: | void QSizeGrip::showEvent(QShowEvent *showEvent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 447-453 |
| | 1 | 1 |
QSizeGrip::sizeHintName: | QSizeGrip::sizeHint | Prototype: | QSize QSizeGrip::sizeHint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 244-250 |
| | 4 | 1 |
QSizeGripPrivate::QSizeGripPrivateName: | QSizeGripPrivate::QSizeGripPrivate | Prototype: | QSizeGripPrivate::QSizeGripPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 130-137 |
| | 2 | 1 |
QSizeGripPrivate::atBottomName: | QSizeGripPrivate::atBottom | Prototype: | inline bool atBottom() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 83-86 |
| | 1 | 1 |
QSizeGripPrivate::atLeftName: | QSizeGripPrivate::atLeft | Prototype: | inline bool atLeft() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 88-91 |
| | 1 | 1 |
QSizeGripPrivate::initName: | QSizeGripPrivate::init | Prototype: | void QSizeGripPrivate::init() | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 220-231 |
| | 6 | 1 |
QSizePolicy::controlTypeName: | QSizePolicy::controlType | Prototype: | QSizePolicy::ControlType QSizePolicy::controlType() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qsizepolicy.cpp | Lines: | 229-232 |
| | 1 | 1 |
QSlider::QSliderName: | QSlider::QSlider | Prototype: | QSlider::QSlider(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 280-285 |
| | 2 | 1 |
QSlider::QSliderName: | QSlider::QSlider | Prototype: | QSlider::QSlider(Qt::Orientation orientation, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 293-298 |
| | 2 | 1 |
QSlider::setTickIntervalName: | QSlider::setTickInterval | Prototype: | void QSlider::setTickInterval(int ts) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 535-539 |
| | 2 | 1 |
QSlider::setTickPositionName: | QSlider::setTickPosition | Prototype: | void QSlider::setTickPosition(TickPosition position) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 509-516 |
| | 5 | 1 |