Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 505-509 |
| | 2 | 1 |
QShortcut::setAutoRepeatName: | QShortcut::setAutoRepeat | Prototype: | void QShortcut::setAutoRepeat(bool on) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 606-614 |
| | 6 | 3 |
QShortcut::setContextName: | QShortcut::setContext | Prototype: | void QShortcut::setContext(Qt::ShortcutContext context) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 554-562 |
| | 6 | 3 |
QShortcut::setEnabledName: | QShortcut::setEnabled | Prototype: | void QShortcut::setEnabled(bool enable) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 526-534 |
| | 6 | 3 |
QShortcut::setKeyName: | QShortcut::setKey | Prototype: | void QShortcut::setKey(const QKeySequence &key) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 495-503 |
| | 6 | 3 |
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: | 584-588 |
| | 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: | 590-594 |
| | 2 | 1 |
QShortcut::~QShortcutName: | QShortcut::~QShortcut | Prototype: | QShortcut::~QShortcut() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 477-482 |
| | 3 | 2 |
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: | 67-69 |
| | 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: | 71-73 |
| | 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: | 75-77 |
| | 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: | 79-79 |
| | 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: | 81-82 |
| | 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: | 3628-3631 |
| | 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: | 142-146 |
| | 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: | 159-174 |
| | 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: | 529-533 |
| | 2 | 1 |
QShortcutMap::createNewSequencesName: | QShortcutMap::createNewSequences | Prototype: | void QShortcutMap::createNewSequences(QKeyEvent *e, QVector<QKeySequence> &ksl, int ignoredModifiers) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 539-572 |
| | 24 | 5 |
QShortcutMap::dispatchEventName: | QShortcutMap::dispatchEvent | Prototype: | void QShortcutMap::dispatchEvent(QKeyEvent *e) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 637-675 |
| | 22 | 7 |
QShortcutMap::findName: | QShortcutMap::find | Prototype: | QKeySequence::SequenceMatch QShortcutMap::find(QKeyEvent *e, int ignoredModifiers) | Coverage: | 0.000% (0/54) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 432-522 |
| | 55 | 17 |
QShortcutMap::hasShortcutForKeySequenceName: | QShortcutMap::hasShortcutForKeySequence | Prototype: | bool QShortcutMap::hasShortcutForKeySequence(const QKeySequence &seq) const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 408-423 |
| | 8 | 3 |
QShortcutMap::matchesName: | QShortcutMap::matches | Prototype: | QKeySequence::SequenceMatch QShortcutMap::matches(const QKeySequence &seq1, const QKeySequence &seq2) const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 579-605 |
| | 17 | 6 |
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: | 628-632 |
| | 2 | 1 |
QShortcutMap::nextStateName: | QShortcutMap::nextState | Prototype: | QKeySequence::SequenceMatch QShortcutMap::nextState(QKeyEvent *e) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 367-402 |
| | 17 | 6 |
QShortcutMap::removeShortcutName: | QShortcutMap::removeShortcut | Prototype: | int QShortcutMap::removeShortcut(int id, QObject *owner, const QKeySequence &key) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 185-221 |
| | 22 | 5 |
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: | 302-307 |
| | 3 | 1 |
QShortcutMap::setShortcutAutoRepeatName: | QShortcutMap::setShortcutAutoRepeat | Prototype: | int QShortcutMap::setShortcutAutoRepeat(bool on, int id, QObject *owner, const QKeySequence &key) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 269-297 |
| | 17 | 4 |
QShortcutMap::setShortcutEnabledName: | QShortcutMap::setShortcutEnabled | Prototype: | int QShortcutMap::setShortcutEnabled(bool enable, int id, QObject *owner, const QKeySequence &key) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 231-259 |
| | 17 | 4 |
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: | 312-316 |
| | 2 | 1 |
QShortcutMap::translateModifiersName: | QShortcutMap::translateModifiers | Prototype: | int QShortcutMap::translateModifiers(Qt::KeyboardModifiers modifiers) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 611-623 |
| | 10 | 5 |
QShortcutMap::tryShortcutName: | QShortcutMap::tryShortcut | Prototype: | bool QShortcutMap::tryShortcut(QKeyEvent *e) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | Lines: | 327-359 |
| | 13 | 5 |
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: | 119-124 |
| | 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: | 406-406 |
| | 1 | 1 |
QShortcutPrivate::redoGrabName: | QShortcutPrivate::redoGrab | Prototype: | void QShortcutPrivate::redoGrab(QShortcutMap &map) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 416-433 |
| | 13 | 6 |
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: | 3468-3470 |
| | 1 | 1 |
QSideBarDelegate::initStyleOptionName: | QSideBarDelegate::initStyleOption | Prototype: | void QSideBarDelegate::initStyleOption(QStyleOptionViewItem *option, const QModelIndex &index) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 56-66 |
| | 5 | 3 |
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: | 378-380 |
| | 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: | 486-491 |
| | 3 | 1 |
QSidebar::dragEnterEventName: | QSidebar::dragEnterEvent | Prototype: | void QSidebar::dragEnterEvent(QDragEnterEvent *event) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 409-413 |
| | 2 | 2 |
QSidebar::eventName: | QSidebar::event | Prototype: | bool QSidebar::event(QEvent * event) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 506-516 |
| | 6 | 3 |
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: | 497-501 |
| | 2 | 1 |
QSidebar::removeEntryName: | QSidebar::removeEntry | Prototype: | void QSidebar::removeEntry() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 466-479 |
| | 9 | 4 |
QSidebar::selectUrlName: | QSidebar::selectUrl | Prototype: | void QSidebar::selectUrl(const QUrl &url) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 423-438 |
| | 9 | 3 |
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: | 382-402 |
| | 14 | 1 |
QSidebar::showContextMenuName: | QSidebar::showContextMenu | Prototype: | void QSidebar::showContextMenu(const QPoint &position) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 446-458 |
| | 9 | 4 |
QSidebar::sizeHintName: | QSidebar::sizeHint | Prototype: | QSize QSidebar::sizeHint() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 416-421 |
| | 3 | 2 |
QSignalDumper::clearIgnoredClassesName: | QSignalDumper::clearIgnoredClasses | Prototype: | void QSignalDumper::clearIgnoredClasses() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qsignaldumper.cpp | Lines: | 188-192 |
| | 2 | 2 |
QSignalDumper::ignoreClassName: | QSignalDumper::ignoreClass | Prototype: | void QSignalDumper::ignoreClass(const QByteArray &klass) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qsignaldumper.cpp | Lines: | 182-186 |
| | 2 | 2 |
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: | 169-174 |
| | 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: | 188-192 |
| | 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: | 197-201 |
| | 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: | 208-212 |
| | 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: | 219-223 |
| | 2 | 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: | 163-168 |
| | 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: | 176-181 |
| | 3 | 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: | 452-452 |
| | 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: | 453-453 |
| | 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: | 459-459 |
| | 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: | 447-447 |
| | 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: | 448-448 |
| | 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: | 449-449 |
| | 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: | 450-450 |
| | 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: | 470-470 |
| | 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: | 455-455 |
| | 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: | 456-456 |
| | 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: | 457-457 |
| | 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: | 464-464 |
| | 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: | 466-466 |
| | 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: | 461-461 |
| | 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: | 462-462 |
| | 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: | 468-468 |
| | 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: | 331-333 |
| | 2 | 1 |
QSimpleDrag::cancelName: | QSimpleDrag::cancel | Prototype: | void QSimpleDrag::cancel() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 357-364 |
| | 4 | 2 |
QSimpleDrag::dropName: | QSimpleDrag::drop | Prototype: | void QSimpleDrag::drop(const QPoint &globalPos) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 382-399 |
| | 10 | 3 |
QSimpleDrag::moveName: | QSimpleDrag::move | Prototype: | void QSimpleDrag::move(const QPoint &globalPos) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 366-380 |
| | 9 | 2 |
QSimpleDrag::platformDropDataName: | QSimpleDrag::platformDropData | Prototype: | QMimeData *QSimpleDrag::platformDropData() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 335-340 |
| | 3 | 2 |
QSimpleDrag::startDragName: | QSimpleDrag::startDrag | Prototype: | void QSimpleDrag::startDrag() | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 342-355 |
| | 9 | 2 |
QSimpleTextCodec::convertFromUnicodeName: | QSimpleTextCodec::convertFromUnicode | Prototype: | QByteArray QSimpleTextCodec::convertFromUnicode(const QChar *in, int length, ConverterState *state) const | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | Lines: | 662-703 |
| | 28 | 7 |
QSimpleTextCodec::convertToUnicodeName: | QSimpleTextCodec::convertToUnicode | Prototype: | QString QSimpleTextCodec::convertToUnicode(const char* chars, int len, ConverterState *) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | Lines: | 643-660 |
| | 10 | 4 |
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: | 721-724 |
| | 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: | 79-81 |
| | 2 | 1 |
QSimplex::clearColumnsName: | QSimplex::clearColumns | Prototype: | void QSimplex::clearColumns(int first, int last) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 341-348 |
| | 4 | 3 |
QSimplex::clearDataStructuresName: | QSimplex::clearDataStructures | Prototype: | void QSimplex::clearDataStructures() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 94-117 |
| | 14 | 3 |
QSimplex::clearRowName: | QSimplex::clearRow | Prototype: | void QSimplex::clearRow(int rowIndex) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 331-336 |
| | 3 | 2 |
QSimplex::collectResultsName: | QSimplex::collectResults | Prototype: | void QSimplex::collectResults() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 581-598 |
| | 6 | 4 |
QSimplex::combineRowsName: | QSimplex::combineRows | Prototype: | void QSimplex::combineRows(int toIndex, int fromIndex, qreal factor) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 375-396 |
| | 11 | 5 |
QSimplex::dumpMatrixName: | QSimplex::dumpMatrix | Prototype: | void QSimplex::dumpMatrix() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 353-370 |
| | 12 | 4 |
QSimplex::findPivotColumnName: | QSimplex::findPivotColumn | Prototype: | int QSimplex::findPivotColumn() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 401-414 |
| | 7 | 3 |
QSimplex::iterateName: | QSimplex::iterate | Prototype: | bool QSimplex::iterate() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 472-505 |
| | 16 | 6 |
QSimplex::pivotRowForColumnName: | QSimplex::pivotRowForColumn | Prototype: | int QSimplex::pivotRowForColumn(int column) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 433-453 |
| | 13 | 5 |
QSimplex::reducedRowEchelonName: | QSimplex::reducedRowEchelon | Prototype: | void QSimplex::reducedRowEchelon() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 458-464 |
| | 3 | 2 |
QSimplex::setConstraintsName: | QSimplex::setConstraints | Prototype: | bool QSimplex::setConstraints(const QList<QSimplexConstraint *> &newConstraints) | Coverage: | 0.000% (0/58) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 127-303 |
| | 80 | 20 |
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: | 323-326 |
| | 1 | 1 |
QSimplex::simplifyConstraintsName: | QSimplex::simplifyConstraints | Prototype: | bool QSimplex::simplifyConstraints(QList<QSimplexConstraint *> *constraints) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 605-660 |
| | 28 | 9 |
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: | 570-573 |
| | 1 | 1 |
QSimplex::solveMaxHelperName: | QSimplex::solveMaxHelper | Prototype: | void QSimplex::solveMaxHelper() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 314-318 |
| | 2 | 2 |
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: | 561-564 |
| | 1 | 1 |
QSimplex::solverName: | QSimplex::solver | Prototype: | qreal QSimplex::solver(SolverFactor factor) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 520-555 |
| | 15 | 4 |
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: | 86-89 |
| | 1 | 1 |
QSimplexConstraint::invertName: | QSimplexConstraint::invert | Prototype: | void QSimplexConstraint::invert() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 662-671 |
| | 5 | 2 |