| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QShortcutMap::QShortcutMap| Name:  | 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 | 
 QShortcutEvent::QShortcutEvent| Name:  | 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 | 
 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 | 
 QShortcutEntry::correctContext| Name:  | 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::QShortcutEntry| Name:  | 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::QShortcutEntry| Name:  | 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::QShortcutEntry| Name:  | 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 | 
 QShortcut::~QShortcut| Name:  | 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:  | 471-476 |  
  |  | 3 | 2 | 
 QShortcut::whatsThis| Name:  | 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 | 
 QShortcut::setWhatsThis| Name:  | 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::setKey| Name:  | 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:  | 489-497 |  
  |  | 6 | 3 | 
 QShortcut::setEnabled| Name:  | 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:  | 520-528 |  
  |  | 6 | 3 | 
 QShortcut::setContext| Name:  | 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:  | 548-556 |  
  |  | 6 | 3 | 
 QShortcut::setAutoRepeat| Name:  | 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:  | 600-608 |  
  |  | 6 | 3 | 
 QShortcut::key| Name:  | 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::isEnabled| Name:  | 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::id| Name:  | 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::event| Name:  | QShortcut::event |  | Prototype:  | bool QShortcut::event(QEvent *e) |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp |  | Lines:  | 630-651 |  
  |  | 13 | 5 | 
 QShortcut::context| Name:  | 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::autoRepeat| Name:  | 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::QShortcut| Name:  | 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::QShortcut| Name:  | QShortcut::QShortcut |  | Prototype:  | QShortcut::QShortcut(const QKeySequence &key, QWidget *parent, const char *member, const char *ambiguousMember, Qt::ShortcutContext context) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp |  | Lines:  | 450-466 |  
  |  | 10 | 4 | 
 QSharedNetworkSessionManager::setSession| Name:  | 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 | 
 QSharedMemory::data| Name:  | QSharedMemory::data |  | Prototype:  | const void *QSharedMemory::data() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp |  | Lines:  | 479-483 |  
  |  | 2 | 1 | 
 QSharedMemory::constData| Name:  | QSharedMemory::constData |  | Prototype:  | const void* QSharedMemory::constData() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp |  | Lines:  | 470-474 |  
  |  | 2 | 1 | 
 QSharedDataPointer::clone| Name:  | QSharedDataPointer::clone |  | Prototype:  | template <> inline QUrlQueryPrivate * QSharedDataPointer<QUrlQueryPrivate>::clone() |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp |  | Lines:  | 323-327 |  
  |  | 1 | 1 | 
 QShapedPixmapWindow::updateGeometry| Name:  | QShapedPixmapWindow::updateGeometry |  | Prototype:  | void QShapedPixmapWindow::updateGeometry(const QPoint &pos) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshapedpixmapdndwindow.cpp |  | Lines:  | 90-99 |  
  |  | 6 | 2 | 
 QShapedPixmapWindow::setPixmap| Name:  | QShapedPixmapWindow::setPixmap |  | Prototype:  | void QShapedPixmapWindow::setPixmap(const QPixmap &pixmap) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshapedpixmapdndwindow.cpp |  | Lines:  | 59-70 |  
  |  | 7 | 4 | 
 QShapedPixmapWindow::setHotspot| Name:  | QShapedPixmapWindow::setHotspot |  | Prototype:  | void QShapedPixmapWindow::setHotspot(const QPoint &hotspot) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshapedpixmapdndwindow.cpp |  | Lines:  | 72-75 |  
  |  | 1 | 1 | 
 QShapedPixmapWindow::paintEvent| Name:  | QShapedPixmapWindow::paintEvent |  | Prototype:  | void QShapedPixmapWindow::paintEvent(QPaintEvent *) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshapedpixmapdndwindow.cpp |  | Lines:  | 77-88 |  
  |  | 7 | 3 | 
 QShapedPixmapWindow::QShapedPixmapWindow| Name:  | QShapedPixmapWindow::QShapedPixmapWindow |  | Prototype:  | QShapedPixmapWindow::QShapedPixmapWindow(QScreen *screen) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshapedpixmapdndwindow.cpp |  | Lines:  | 44-53 |  
  |  | 6 | 1 | 
 QSettingsIniKey::QSettingsIniKey| Name:  | QSettingsIniKey::QSettingsIniKey |  | Prototype:  | inline QSettingsIniKey() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp |  | Lines:  | 1788-1788 |  
  |  | 1 | 1 | 
 QSettings::setIniCodec| Name:  | QSettings::setIniCodec |  | Prototype:  | void QSettings::setIniCodec(QTextCodec *codec) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp |  | Lines:  | 2837-2841 |  
  |  | 2 | 1 | 
 QSettings::iniCodec| Name:  | QSettings::iniCodec |  | Prototype:  | QTextCodec *QSettings::iniCodec() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp |  | Lines:  | 2868-2872 |  
  |  | 2 | 1 | 
 QSessionManagerPrivate::~QSessionManagerPrivate| Name:  | QSessionManagerPrivate::~QSessionManagerPrivate |  | Prototype:  | QSessionManagerPrivate::~QSessionManagerPrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 125-129 |  
  |  | 2 | 1 | 
 QSessionManagerPrivate::QSessionManagerPrivate| Name:  | QSessionManagerPrivate::QSessionManagerPrivate |  | Prototype:  | QSessionManagerPrivate::QSessionManagerPrivate(const QString &id, const QString &key) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 116-123 |  
  |  | 9 | 1 | 
 QSessionManager::setRestartHint| Name:  | QSessionManager::setRestartHint |  | Prototype:  | void QSessionManager::setRestartHint(QSessionManager::RestartHint hint) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 263-267 |  
  |  | 2 | 1 | 
 QSessionManager::setRestartCommand| Name:  | QSessionManager::setRestartCommand |  | Prototype:  | void QSessionManager::setRestartCommand(const QStringList &command) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 304-308 |  
  |  | 2 | 1 | 
 QSessionManager::setManagerProperty| Name:  | QSessionManager::setManagerProperty |  | Prototype:  | void QSessionManager::setManagerProperty(const QString &name, const QString &value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 359-364 |  
  |  | 2 | 1 | 
 QSessionManager::setManagerProperty| Name:  | QSessionManager::setManagerProperty |  | Prototype:  | void QSessionManager::setManagerProperty(const QString &name, const QStringList &value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 372-377 |  
  |  | 2 | 1 | 
 QSessionManager::setDiscardCommand| Name:  | QSessionManager::setDiscardCommand |  | Prototype:  | void QSessionManager::setDiscardCommand(const QStringList &command) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 330-334 |  
  |  | 2 | 1 | 
 QSessionManager::sessionKey| Name:  | QSessionManager::sessionKey |  | Prototype:  | QString QSessionManager::sessionKey() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 166-170 |  
  |  | 2 | 1 | 
 QSessionManager::sessionId| Name:  | QSessionManager::sessionId |  | Prototype:  | QString QSessionManager::sessionId() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 148-152 |  
  |  | 2 | 1 | 
 QSessionManager::restartHint| Name:  | QSessionManager::restartHint |  | Prototype:  | QSessionManager::RestartHint QSessionManager::restartHint() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 277-281 |  
  |  | 2 | 1 | 
 QSessionManager::restartCommand| Name:  | QSessionManager::restartCommand |  | Prototype:  | QStringList QSessionManager::restartCommand() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 319-323 |  
  |  | 2 | 1 | 
 QSessionManager::requestPhase2| Name:  | QSessionManager::requestPhase2 |  | Prototype:  | void QSessionManager::requestPhase2() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 408-412 |  
  |  | 2 | 1 | 
 QSessionManager::release| Name:  | QSessionManager::release |  | Prototype:  | void QSessionManager::release() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 231-235 |  
  |  | 2 | 1 | 
 QSessionManager::isPhase2| Name:  | QSessionManager::isPhase2 |  | Prototype:  | bool QSessionManager::isPhase2() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 385-389 |  
  |  | 2 | 1 | 
 QSessionManager::discardCommand| Name:  | QSessionManager::discardCommand |  | Prototype:  | QStringList QSessionManager::discardCommand() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 345-349 |  
  |  | 2 | 1 | 
 QSessionManager::cancel| Name:  | QSessionManager::cancel |  | Prototype:  | void QSessionManager::cancel() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 243-247 |  
  |  | 2 | 1 | 
 QSessionManager::allowsInteraction| Name:  | QSessionManager::allowsInteraction |  | Prototype:  | bool QSessionManager::allowsInteraction() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 202-206 |  
  |  | 2 | 1 | 
 QSessionManager::allowsErrorInteraction| Name:  | QSessionManager::allowsErrorInteraction |  | Prototype:  | bool QSessionManager::allowsErrorInteraction() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 219-223 |  
  |  | 2 | 1 | 
 QSessionManager::QSessionManager| Name:  | QSessionManager::QSessionManager |  | Prototype:  | QSessionManager::QSessionManager(QGuiApplication *app, QString &id, QString &key) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsessionmanager.cpp |  | Lines:  | 131-134 |  
  |  | 2 | 1 | 
 QSequentialIterable::const_iterator::operator==| Name:  | QSequentialIterable::const_iterator::operator== |  | Prototype:  | bool QSequentialIterable::const_iterator::operator==(const const_iterator &other) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 4016-4019 |  
  |  | 1 | 1 | 
 QSequentialIterable::const_iterator::operator-=| Name:  | QSequentialIterable::const_iterator::operator-= |  | Prototype:  | QSequentialIterable::const_iterator &QSequentialIterable::const_iterator::operator-=(int j) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 4117-4121 |  
  |  | 2 | 1 | 
 QSequentialIterable::const_iterator::operator--| Name:  | QSequentialIterable::const_iterator::operator-- |  | Prototype:  | QSequentialIterable::const_iterator &QSequentialIterable::const_iterator::operator--() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 4073-4077 |  
  |  | 2 | 1 | 
 QSequentialIterable::const_iterator::operator--| Name:  | QSequentialIterable::const_iterator::operator-- |  | Prototype:  | QSequentialIterable::const_iterator QSequentialIterable::const_iterator::operator--(int) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 4090-4096 |  
  |  | 4 | 1 | 
 QSequentialIterable::const_iterator::operator-| Name:  | QSequentialIterable::const_iterator::operator- |  | Prototype:  | QSequentialIterable::const_iterator QSequentialIterable::const_iterator::operator-(int j) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 4146-4152 |  
  |  | 4 | 1 | 
 QSequentialIterable::const_iterator::operator+=| Name:  | QSequentialIterable::const_iterator::operator+= |  | Prototype:  | QSequentialIterable::const_iterator &QSequentialIterable::const_iterator::operator+=(int j) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 4103-4107 |  
  |  | 2 | 1 | 
 QSequentialIterable::const_iterator::const_iterator| Name:  | QSequentialIterable::const_iterator::const_iterator |  | Prototype:  | QSequentialIterable::const_iterator::const_iterator(const const_iterator &other) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 3977-3981 |  
  |  | 1 | 1 | 
 QSequentialIterable::canReverseIterate| Name:  | QSequentialIterable::canReverseIterate |  | Prototype:  | bool QSequentialIterable::canReverseIterate() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 3944-3947 |  
  |  | 1 | 1 | 
 QSequentialAnimationGroup::insertPause| Name:  | QSequentialAnimationGroup::insertPause |  | Prototype:  | QPauseAnimation *QSequentialAnimationGroup::insertPause(int index, int msecs) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp |  | Lines:  | 282-294 |  
  |  | 7 | 2 | 
 QSequentialAnimationGroup::QSequentialAnimationGroup| Name:  | QSequentialAnimationGroup::QSequentialAnimationGroup |  | Prototype:  | QSequentialAnimationGroup::QSequentialAnimationGroup(QSequentialAnimationGroupPrivate &dd, QObject *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp |  | Lines:  | 248-252 |  
  |  | 2 | 1 | 
 QSegfaultHandler::initialize| Name:  | QSegfaultHandler::initialize |  | Prototype:  | void QSegfaultHandler::initialize(char **argv, int argc) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcrashhandler.cpp |  | Lines:  | 400-411 |  
  |  | 7 | 1 | 
 QScrollerPropertiesPrivate::operator==| Name:  | QScrollerPropertiesPrivate::operator== |  | Prototype:  | bool QScrollerPropertiesPrivate::operator==(const QScrollerPropertiesPrivate &p) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp |  | Lines:  | 149-173 |  
  |  | 22 | 1 | 
 QScrollerPropertiesPrivate::defaults| Name:  | QScrollerPropertiesPrivate::defaults |  | Prototype:  | QScrollerPropertiesPrivate *QScrollerPropertiesPrivate::defaults() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp |  | Lines:  | 49-81 |  
  |  | 24 | 2 | 
 QScrollerProperties::unsetDefaultScrollerProperties| Name:  | QScrollerProperties::unsetDefaultScrollerProperties |  | Prototype:  | void QScrollerProperties::unsetDefaultScrollerProperties() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp |  | Lines:  | 201-205 |  
  |  | 2 | 1 | 
 QScrollerProperties::setScrollMetric| Name:  | QScrollerProperties::setScrollMetric |  | Prototype:  | void QScrollerProperties::setScrollMetric(ScrollMetric metric, const QVariant &value) |  | Coverage:  |   0.000% (0/43) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp |  | Lines:  | 245-270 |  
  |  | 22 | 22 | 
 QScrollerProperties::setDefaultScrollerProperties| Name:  | QScrollerProperties::setDefaultScrollerProperties |  | Prototype:  | void QScrollerProperties::setDefaultScrollerProperties(const QScrollerProperties &sp) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp |  | Lines:  | 187-193 |  
  |  | 3 | 2 | 
 QScrollerProperties::scrollMetric| Name:  | QScrollerProperties::scrollMetric |  | Prototype:  | QVariant QScrollerProperties::scrollMetric(ScrollMetric metric) const |  | Coverage:  |   0.000% (0/43) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp |  | Lines:  | 212-238 |  
  |  | 23 | 22 | 
 QScrollerProperties::operator==| Name:  | QScrollerProperties::operator== |  | Prototype:  | bool QScrollerProperties::operator==(const QScrollerProperties &sp) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp |  | Lines:  | 136-139 |  
  |  | 1 | 1 | 
 QScrollerProperties::operator=| Name:  | QScrollerProperties::operator= |  | Prototype:  | QScrollerProperties &QScrollerProperties::operator=(const QScrollerProperties &sp) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp |  | Lines:  | 120-124 |  
  |  | 2 | 1 | 
 QScrollerProperties::operator!=| Name:  | QScrollerProperties::operator!= |  | Prototype:  | bool QScrollerProperties::operator!=(const QScrollerProperties &sp) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp |  | Lines:  | 144-147 |  
  |  | 1 | 1 | 
 QScrollerProperties::QScrollerProperties| Name:  | QScrollerProperties::QScrollerProperties |  | Prototype:  | QScrollerProperties::QScrollerProperties() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp |  | Lines:  | 104-107 |  
  |  | 2 | 1 | 
 QScrollerProperties::QScrollerProperties| Name:  | QScrollerProperties::QScrollerProperties |  | Prototype:  | QScrollerProperties::QScrollerProperties(const QScrollerProperties &sp) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp |  | Lines:  | 112-115 |  
  |  | 2 | 1 | 
 QScrollerPrivate::updateVelocity| Name:  | QScrollerPrivate::updateVelocity |  | Prototype:  | void QScrollerPrivate::updateVelocity(const QPointF &deltaPixelRaw, qint64 deltaTime) |  | Coverage:  |   0.000% (0/22) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1071-1110 |  
  |  | 17 | 6 | 
 QScrollerPrivate::timerTick| Name:  | QScrollerPrivate::timerTick |  | Prototype:  | void QScrollerPrivate::timerTick() |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 936-961 |  
  |  | 10 | 3 | 
 QScrollerPrivate::timerEventWhileScrolling| Name:  | QScrollerPrivate::timerEventWhileScrolling |  | Prototype:  | void QScrollerPrivate::timerEventWhileScrolling() |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1669-1676 |  
  |  | 3 | 2 | 
 QScrollerPrivate::timerEventWhileDragging| Name:  | QScrollerPrivate::timerEventWhileDragging |  | Prototype:  | void QScrollerPrivate::timerEventWhileDragging() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1611-1619 |  
  |  | 3 | 2 | 
 QScrollerPrivate::targetDestroyed| Name:  | QScrollerPrivate::targetDestroyed |  | Prototype:  | void QScrollerPrivate::targetDestroyed() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 928-934 |  
  |  | 2 | 1 | 
 QScrollerPrivate::stateName| Name:  | QScrollerPrivate::stateName |  | Prototype:  | const char *QScrollerPrivate::stateName(QScroller::State state) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 907-916 |  
  |  | 6 | 6 | 
 QScrollerPrivate::setState| Name:  | QScrollerPrivate::setState |  | Prototype:  | void QScrollerPrivate::setState(QScroller::State newstate) |  | Coverage:  |   0.000% (0/27) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1698-1757 |  
  |  | 29 | 10 | 
 QScrollerPrivate::setDpiFromWidget| Name:  | QScrollerPrivate::setDpiFromWidget |  | Prototype:  | void QScrollerPrivate::setDpiFromWidget(QWidget *widget) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1061-1065 |  
  |  | 2 | 1 | 
 QScrollerPrivate::setDpi| Name:  | QScrollerPrivate::setDpi |  | Prototype:  | void QScrollerPrivate::setDpi(const QPointF &dpi) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1053-1056 |  
  |  | 1 | 1 | 
 QScrollerPrivate::setContentPositionHelperScrolling| Name:  | QScrollerPrivate::setContentPositionHelperScrolling |  | Prototype:  | void QScrollerPrivate::setContentPositionHelperScrolling() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1864-1886 |  
  |  | 10 | 1 | 
 QScrollerPrivate::setContentPositionHelperDragging| Name:  | QScrollerPrivate::setContentPositionHelperDragging |  | Prototype:  | void QScrollerPrivate::setContentPositionHelperDragging(const QPointF &deltaPos) |  | Coverage:  |   0.000% (0/43) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1772-1834 |  
  |  | 36 | 3 | 
 QScrollerPrivate::sendEvent| Name:  | QScrollerPrivate::sendEvent |  | Prototype:  | void QScrollerPrivate::sendEvent(QObject *o, QEvent *e) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 902-905 |  
  |  | 1 | 1 | 
 QScrollerPrivate::scrollingSegmentsValid| Name:  | QScrollerPrivate::scrollingSegmentsValid |  | Prototype:  | bool QScrollerPrivate::scrollingSegmentsValid(Qt::Orientation orientation) |  | Coverage:  |   0.000% (0/33) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1179-1219 |  
  |  | 27 | 8 | 
 QScrollerPrivate::scrollingSegmentsEndPos| Name:  | QScrollerPrivate::scrollingSegmentsEndPos |  | Prototype:  | qreal QScrollerPrivate::scrollingSegmentsEndPos(Qt::Orientation orientation) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1161-1174 |  
  |  | 7 | 4 | 
 QScrollerPrivate::releaseWhilePressed| Name:  | QScrollerPrivate::releaseWhilePressed |  | Prototype:  | bool QScrollerPrivate::releaseWhilePressed(const QPointF &, qint64) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1544-1553 |  
  |  | 5 | 2 | 
 QScrollerPrivate::releaseWhileDragging| Name:  | QScrollerPrivate::releaseWhileDragging |  | Prototype:  | bool QScrollerPrivate::releaseWhileDragging(const QPointF &position, qint64 timestamp) |  | Coverage:  |   0.000% (0/33) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1621-1667 |  
  |  | 26 | 8 | 
 QScrollerPrivate::recalcScrollingSegments| Name:  | QScrollerPrivate::recalcScrollingSegments |  | Prototype:  | void QScrollerPrivate::recalcScrollingSegments(bool forceRecalc) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1145-1156 |  
  |  | 7 | 2 | 
 QScrollerPrivate::realDpi| Name:  | QScrollerPrivate::realDpi |  | Prototype:  | QPointF QScrollerPrivate::realDpi(int screen) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1008-1034 |  
  |  | 2 | 1 | 
 QScrollerPrivate::pushSegment| Name:  | QScrollerPrivate::pushSegment |  | Prototype:  | void QScrollerPrivate::pushSegment(ScrollType type, qreal deltaTime, qreal stopProgress, qreal startPos, qreal deltaPos, qreal stopPos, QEasingCurve::Type curve, Qt::Orientation orientation) |  | Coverage:  |   0.000% (0/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1112-1139 |  
  |  | 18 | 5 | 
 QScrollerPrivate::pressWhileScrolling| Name:  | QScrollerPrivate::pressWhileScrolling |  | Prototype:  | bool QScrollerPrivate::pressWhileScrolling(const QPointF &position, qint64 timestamp) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1678-1693 |  
  |  | 10 | 2 | 
 QScrollerPrivate::pressWhileInactive| Name:  | QScrollerPrivate::pressWhileInactive |  | Prototype:  | bool QScrollerPrivate::pressWhileInactive(const QPointF &position, qint64 timestamp) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1527-1542 |  
  |  | 9 | 3 | 
 QScrollerPrivate::prepareScrolling| Name:  | QScrollerPrivate::prepareScrolling |  | Prototype:  | bool QScrollerPrivate::prepareScrolling(const QPointF &position) |  | Coverage:  |   0.000% (0/33) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1425-1472 |  
  |  | 28 | 11 | 
 QScrollerPrivate::nextSnapPos| Name:  | QScrollerPrivate::nextSnapPos |  | Prototype:  | qreal QScrollerPrivate::nextSnapPos(qreal p, int dir, Qt::Orientation orientation) |  | Coverage:  |   0.000% (0/101) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1896-2008 |  
  |  | 71 | 25 | 
 QScrollerPrivate::nextSegmentPosition| Name:  | QScrollerPrivate::nextSegmentPosition |  | Prototype:  | qreal QScrollerPrivate::nextSegmentPosition(QQueue<ScrollSegment> &segments, qint64 now, qreal oldPos) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1837-1862 |  
  |  | 15 | 5 | 
 QScrollerPrivate::moveWhilePressed| Name:  | QScrollerPrivate::moveWhilePressed |  | Prototype:  | bool QScrollerPrivate::moveWhilePressed(const QPointF &position, qint64 timestamp) |  | Coverage:  |   0.000% (0/28) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp |  | Lines:  | 1555-1602 |  
  |  | 28 | 10 |