| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QCalendarMonthValidator::text| Name: | QCalendarMonthValidator::text | | Prototype: | QString QCalendarMonthValidator::text(const QDate &date, int repeat) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 318-329 |
| | 7 | 4 |
QCalendarView::mouseDoubleClickEvent| Name: | QCalendarView::mouseDoubleClickEvent | | Prototype: | void QCalendarView::mouseDoubleClickEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1454-1470 |
| | 10 | 4 |
QCalendarWidget::eventFilter| Name: | QCalendarWidget::eventFilter | | Prototype: | bool QCalendarWidget::eventFilter(QObject *watched, QEvent *event) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 3057-3077 |
| | 13 | 4 |
QCalendarWidget::setDateRange| Name: | QCalendarWidget::setDateRange | | Prototype: | void QCalendarWidget::setDateRange(const QDate &min, const QDate &max) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 2576-2596 |
| | 16 | 4 |
QCalendarWidgetPrivate::updateCurrentPage| Name: | QCalendarWidgetPrivate::updateCurrentPage | | Prototype: | void QCalendarWidgetPrivate::updateCurrentPage(const QDate &date) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1845-1864 |
| | 14 | 4 |
QCheckBox::mouseMoveEvent| Name: | QCheckBox::mouseMoveEvent | | Prototype: | void QCheckBox::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 319-334 |
| | 9 | 4 |
QCollator::operator=| Name: | QCollator::operator= | | Prototype: | QCollator &QCollator::operator=(const QCollator &other) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 107-116 |
| | 6 | 4 |
QCollator::sortKey| Name: | QCollator::sortKey | | Prototype: | QCollatorSortKey QCollator::sortKey(const QString &string) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator_icu.cpp | | Lines: | 132-151 |
| | 13 | 4 |
QColor::getCmyk| Name: | QColor::getCmyk | | Prototype: | void QColor::getCmyk(int *c, int *m, int *y, int *k, int *a) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2144-2161 |
| | 11 | 4 |
QColor::getCmykF| Name: | QColor::getCmykF | | Prototype: | void QColor::getCmykF(qreal *c, qreal *m, qreal *y, qreal *k, qreal *a) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2173-2190 |
| | 11 | 4 |
QColor::getHsl| Name: | QColor::getHsl | | Prototype: | void QColor::getHsl(int *h, int *s, int *l, int *a) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 776-792 |
| | 10 | 4 |
QColor::getHslF| Name: | QColor::getHslF | | Prototype: | void QColor::getHslF(qreal *h, qreal *s, qreal *l, qreal *a) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 746-762 |
| | 10 | 4 |
QColor::getHsv| Name: | QColor::getHsv | | Prototype: | void QColor::getHsv(int *h, int *s, int *v, int *a) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 665-681 |
| | 10 | 4 |
QColor::getHsvF| Name: | QColor::getHsvF | | Prototype: | void QColor::getHsvF(qreal *h, qreal *s, qreal *v, qreal *a) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 637-653 |
| | 10 | 4 |
QColor::getRgb| Name: | QColor::getRgb | | Prototype: | void QColor::getRgb(int *r, int *g, int *b, int *a) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 888-904 |
| | 10 | 4 |
QColor::getRgbF| Name: | QColor::getRgbF | | Prototype: | void QColor::getRgbF(qreal *r, qreal *g, qreal *b, qreal *a) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 859-876 |
| | 10 | 4 |
QColor::toCmyk| Name: | QColor::toCmyk | | Prototype: | QColor QColor::toCmyk() const noexcept | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1828-1862 |
| | 23 | 4 |
QColorDialog::setOptions| Name: | QColorDialog::setOptions | | Prototype: | void QColorDialog::setOptions(ColorDialogOptions options) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2040-2056 |
| | 10 | 4 |
QColorDialogPrivate::setCurrentColor| Name: | QColorDialogPrivate::setCurrentColor | | Prototype: | void QColorDialogPrivate::setCurrentColor(const QColor &color, SetColorMode setColorMode) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1955-1968 |
| | 8 | 4 |
QColorDialogStaticData::QColorDialogStaticData| Name: | QColorDialogStaticData::QColorDialogStaticData | | Prototype: | QColorDialogStaticData::QColorDialogStaticData() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 245-254 |
| | 7 | 4 |
QColorDialogStaticData::readSettings| Name: | QColorDialogStaticData::readSettings | | Prototype: | void QColorDialogStaticData::readSettings() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 256-266 |
| | 4 | 4 |
QColorDialogStaticData::writeSettings| Name: | QColorDialogStaticData::writeSettings | | Prototype: | void QColorDialogStaticData::writeSettings() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 268-277 |
| | 3 | 4 |
QColumnView::setResizeGripsVisible| Name: | QColumnView::setResizeGripsVisible | | Prototype: | void QColumnView::setResizeGripsVisible(bool visible) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 134-152 |
| | 13 | 4 |
QColumnView::setRootIndex| Name: | QColumnView::setRootIndex | | Prototype: | void QColumnView::setRootIndex(const QModelIndex &index) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 175-192 |
| | 12 | 4 |
QColumnView::visualRect| Name: | QColumnView::visualRect | | Prototype: | QRect QColumnView::visualRect(const QModelIndex &index) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 222-236 |
| | 9 | 4 |
QColumnView::visualRegionForSelection| Name: | QColumnView::visualRegionForSelection | | Prototype: | QRegion QColumnView::visualRegionForSelection(const QItemSelection &selection) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 459-484 |
| | 15 | 4 |
QColumnViewGrip::moveGrip| Name: | QColumnViewGrip::moveGrip | | Prototype: | int QColumnViewGrip::moveGrip(int offset) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnviewgrip.cpp | | Lines: | 96-118 |
| | 15 | 4 |
QComboBox::setAutoCompletion| Name: | QComboBox::setAutoCompletion | | Prototype: | void QComboBox::setAutoCompletion(bool enable) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1453-1478 |
| | 15 | 4 |
QComboBoxPrivate::showPopupFromMouseEvent| Name: | QComboBoxPrivate::showPopupFromMouseEvent | | Prototype: | void QComboBoxPrivate::showPopupFromMouseEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 3058-3097 |
| | 16 | 4 |
QComboBoxPrivate::updateDelegate| Name: | QComboBoxPrivate::updateDelegate | | Prototype: | void QComboBoxPrivate::updateDelegate(bool force) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1705-1717 |
| | 8 | 4 |
QComboBoxPrivate::updateViewContainerPaletteAndOpacity| Name: | QComboBoxPrivate::updateViewContainerPaletteAndOpacity | | Prototype: | void QComboBoxPrivate::updateViewContainerPaletteAndOpacity() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1100-1121 |
| | 14 | 4 |
QComboBoxPrivateContainer::QComboBoxPrivateContainer| Name: | QComboBoxPrivateContainer::QComboBoxPrivateContainer | | Prototype: | QComboBoxPrivateContainer::QComboBoxPrivateContainer(QAbstractItemView *itemView, QComboBox *parent) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 425-473 |
| | 27 | 4 |
QCommandLineParser::isSet| Name: | QCommandLineParser::isSet | | Prototype: | bool QCommandLineParser::isSet(const QString &name) const | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 803-814 |
| | 8 | 4 |
QCommandLinkButtonPrivate::descriptionHeight| Name: | QCommandLinkButtonPrivate::descriptionHeight | | Prototype: | int QCommandLinkButtonPrivate::descriptionHeight(int widgetWidth) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcommandlinkbutton.cpp | | Lines: | 231-252 |
| | 14 | 4 |
QCommonListViewBase::verticalScrollToValue| Name: | QCommonListViewBase::verticalScrollToValue | | Prototype: | int QCommonListViewBase::verticalScrollToValue(int , QListView::ScrollHint hint, bool above, bool below, const QRect &area, const QRect &rect) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1944-1956 |
| | 9 | 4 |
QCompleter::setWidget| Name: | QCompleter::setWidget | | Prototype: | void QCompleter::setWidget(QWidget *widget) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1007-1019 |
| | 9 | 4 |
QCompletionEngine::filterHistory| Name: | QCompletionEngine::filterHistory | | Prototype: | QMatchData QCompletionEngine::filterHistory() | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 458-490 |
| | 17 | 4 |
QCompletionEngine::matchHint| Name: | QCompletionEngine::matchHint | | Prototype: | bool QCompletionEngine::matchHint(QString part, const QModelIndex& parent, QMatchData *hint) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 493-510 |
| | 10 | 4 |
QCompletionModel::currentIndex| Name: | QCompletionModel::currentIndex | | Prototype: | QModelIndex QCompletionModel::currentIndex(bool sourceIndex) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 299-312 |
| | 9 | 4 |
QCompletionModel::hasChildren| Name: | QCompletionModel::hasChildren | | Prototype: | bool QCompletionModel::hasChildren(const QModelIndex &parent) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 373-386 |
| | 8 | 4 |
QCompletionModel::rowCount| Name: | QCompletionModel::rowCount | | Prototype: | int QCompletionModel::rowCount(const QModelIndex &parent) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 347-362 |
| | 9 | 4 |
QCompletionModel::setCurrentRow| Name: | QCompletionModel::setCurrentRow | | Prototype: | bool QCompletionModel::setCurrentRow(int row) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 284-297 |
| | 8 | 4 |
QConfFile::fromName| Name: | QConfFile::fromName | | Prototype: | QConfFile *QConfFile::fromName(const QString &fileName, bool _userPerms) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 201-220 |
| | 12 | 4 |
QConfFile::isWritable| Name: | QConfFile::isWritable | | Prototype: | bool QConfFile::isWritable() const | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 176-199 |
| | 10 | 4 |
QConfFileSettingsPrivate::initAccess| Name: | QConfFileSettingsPrivate::initAccess | | Prototype: | void QConfFileSettingsPrivate::initAccess() | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 950-960 |
| | 5 | 4 |
QCoreApplication::compressEvent| Name: | QCoreApplication::compressEvent | | Prototype: | bool QCoreApplication::compressEvent(QEvent *event, QObject *receiver, QPostEventList *postedEvents) | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1443-1478 |
| | 12 | 4 |
QCoreApplication::installTranslator| Name: | QCoreApplication::installTranslator | | Prototype: | bool QCoreApplication::installTranslator(QTranslator *translationFile) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1882-1903 |
| | 11 | 4 |
QCoreApplication::notifyInternal2| Name: | QCoreApplication::notifyInternal2 | | Prototype: | bool QCoreApplication::notifyInternal2(QObject *receiver, QEvent *event) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 965-989 |
| | 13 | 4 |
QCoreApplication::processEvents| Name: | QCoreApplication::processEvents | | Prototype: | void QCoreApplication::processEvents(QEventLoop::ProcessEventsFlags flags, int maxtime) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1196-1210 |
| | 8 | 4 |
QCoreApplication::setApplicationName| Name: | QCoreApplication::setApplicationName | | Prototype: | void QCoreApplication::setApplicationName(const QString &application) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2384-2397 |
| | 9 | 4 |
QCoreApplication::~QCoreApplication| Name: | QCoreApplication::~QCoreApplication | | Prototype: | QCoreApplication::~QCoreApplication() | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 821-854 |
| | 14 | 4 |
QCoreApplicationPrivate::QCoreApplicationPrivate| Name: | QCoreApplicationPrivate::QCoreApplicationPrivate | | Prototype: | QCoreApplicationPrivate::QCoreApplicationPrivate(int &aargc, char **aargv, uint flags) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 392-442 |
| | 11 | 4 |
QCoreApplicationPrivate::cleanupThreadData| Name: | QCoreApplicationPrivate::cleanupThreadData | | Prototype: | void QCoreApplicationPrivate::cleanupThreadData() | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 457-480 |
| | 14 | 4 |
QCoreApplicationPrivate::sendPostedEvents::~CleanUp| Name: | QCoreApplicationPrivate::sendPostedEvents::~CleanUp | | Prototype: | inline ~CleanUp() | | Coverage: | 77.778% (14/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1552-1572 |
| | 11 | 4 |
QCryptographicHash::addData| Name: | QCryptographicHash::addData | | Prototype: | bool QCryptographicHash::addData(QIODevice* device) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | | Lines: | 350-365 |
| | 9 | 4 |
QCursor::operator=| Name: | QCursor::operator= | | Prototype: | QCursor &QCursor::operator=(const QCursor &c) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 587-597 |
| | 8 | 4 |
QCursor::setPos| Name: | QCursor::setPos | | Prototype: | void QCursor::setPos(QScreen *screen, int x, int y) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 242-254 |
| | 5 | 4 |
QCursorData::cleanup| Name: | QCursorData::cleanup | | Prototype: | void QCursorData::cleanup() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 635-647 |
| | 7 | 4 |
QDBusAbstractInterface::connectNotify| Name: | QDBusAbstractInterface::connectNotify | | Prototype: | void QDBusAbstractInterface::connectNotify(const QMetaMethod &signal) | | Coverage: | 70.000% (7/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 607-624 |
| | 9 | 4 |
QDBusAbstractInterfacePrivate::setProperty| Name: | QDBusAbstractInterfacePrivate::setProperty | | Prototype: | bool QDBusAbstractInterfacePrivate::setProperty(const QMetaProperty &mp, const QVariant &value) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 235-253 |
| | 11 | 4 |
QDBusAdaptorConnector::polish| Name: | QDBusAdaptorConnector::polish | | Prototype: | void QDBusAdaptorConnector::polish() | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | | Lines: | 260-277 |
| | 11 | 4 |
QDBusArgumentPrivate::checkReadAndDetach| Name: | QDBusArgumentPrivate::checkReadAndDetach | | Prototype: | bool QDBusArgumentPrivate::checkReadAndDetach(QDBusArgumentPrivate *&d) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 150-166 |
| | 11 | 4 |
QDBusArgumentPrivate::createSignature| Name: | QDBusArgumentPrivate::createSignature | | Prototype: | QByteArray QDBusArgumentPrivate::createSignature(int id) | | Coverage: | 86.364% (19/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 67-104 |
| | 28 | 4 |
QDBusConnection::call| Name: | QDBusConnection::call | | Prototype: | QDBusMessage QDBusConnection::call(const QDBusMessage &message, QDBus::CallMode mode, int timeout) const | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 667-685 |
| | 12 | 4 |
QDBusConnection::disconnect| Name: | QDBusConnection::disconnect | | Prototype: | bool QDBusConnection::disconnect(const QString &service, const QString &path, const QString& interface, const QString &name, const QStringList &argumentMatch, const QString &signature, QObject *receiver, const char *slot) | | Coverage: | 40.000% (8/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 850-862 |
| | 7 | 4 |
QDBusConnectionInterface::disconnectNotify| Name: | QDBusConnectionInterface::disconnectNotify | | Prototype: | void QDBusConnectionInterface::disconnectNotify(const QMetaMethod &signal) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnectioninterface.cpp | | Lines: | 359-377 |
| | 6 | 4 |
QDBusConnectionPrivate::getNameOwner| Name: | QDBusConnectionPrivate::getNameOwner | | Prototype: | QString QDBusConnectionPrivate::getNameOwner(const QString& serviceName) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2485-2502 |
| | 9 | 4 |
QDBusConnectionPrivate::relaySignal| Name: | QDBusConnectionPrivate::relaySignal | | Prototype: | void QDBusConnectionPrivate::relaySignal(QObject *obj, const QMetaObject *mo, int signalId, const QVariantList &args) | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1248-1288 |
| | 26 | 4 |
QDBusConnectionPrivate::sendWithReply| Name: | QDBusConnectionPrivate::sendWithReply | | Prototype: | QDBusMessage QDBusConnectionPrivate::sendWithReply(const QDBusMessage &message, int sendMode, int timeout) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2038-2067 |
| | 16 | 4 |
QDBusConnectionPrivate::serviceOwnerChangedNoLock| Name: | QDBusConnectionPrivate::serviceOwnerChangedNoLock | | Prototype: | void QDBusConnectionPrivate::serviceOwnerChangedNoLock(const QString &name, const QString &oldOwner, const QString &newOwner) | | Coverage: | 63.636% (7/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1290-1304 |
| | 9 | 4 |
QDBusConnectionPrivate::shouldWatchService| Name: | QDBusConnectionPrivate::shouldWatchService | | Prototype: | bool QDBusConnectionPrivate::shouldWatchService(const QString &service) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2440-2452 |
| | 7 | 4 |
QDBusConnectionPrivate::socketRead| Name: | QDBusConnectionPrivate::socketRead | | Prototype: | void QDBusConnectionPrivate::socketRead(int fd) | | Coverage: | 50.000% (8/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1203-1216 |
| | 9 | 4 |
QDBusConnectionPrivate::socketWrite| Name: | QDBusConnectionPrivate::socketWrite | | Prototype: | void QDBusConnectionPrivate::socketWrite(int fd) | | Coverage: | 62.500% (10/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1218-1230 |
| | 8 | 4 |
QDBusInterfacePrivate::QDBusInterfacePrivate| Name: | QDBusInterfacePrivate::QDBusInterfacePrivate | | Prototype: | QDBusInterfacePrivate::QDBusInterfacePrivate(const QString &serv, const QString &p, const QString &iface, const QDBusConnection &con) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusinterface.cpp | | Lines: | 150-167 |
| | 5 | 4 |
QDBusMarshaller::append| Name: | QDBusMarshaller::append | | Prototype: | inline void QDBusMarshaller::append(const QStringList &arg) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp | | Lines: | 227-242 |
| | 10 | 4 |
QDBusMarshaller::beginMap| Name: | QDBusMarshaller::beginMap | | Prototype: | inline QDBusMarshaller *QDBusMarshaller::beginMap(int kid, int vid) | | Coverage: | 41.667% (5/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp | | Lines: | 264-300 |
| | 29 | 4 |
QDBusMarshaller::close| Name: | QDBusMarshaller::close | | Prototype: | void QDBusMarshaller::close() | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp | | Lines: | 365-373 |
| | 5 | 4 |
QDBusMenuBar::registerMenuBar| Name: | QDBusMenuBar::registerMenuBar | | Prototype: | void QDBusMenuBar::registerMenuBar() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusmenubar.cpp | | Lines: | 141-158 |
| | 10 | 4 |
QDBusMenuBar::unregisterMenuBar| Name: | QDBusMenuBar::unregisterMenuBar | | Prototype: | void QDBusMenuBar::unregisterMenuBar() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusmenubar.cpp | | Lines: | 160-175 |
| | 10 | 4 |
QDBusMenuConnection::registerTrayIcon| Name: | QDBusMenuConnection::registerTrayIcon | | Prototype: | bool QDBusMenuConnection::registerTrayIcon(QDBusTrayIcon *item) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusmenuconnection.cpp | | Lines: | 104-129 |
| | 17 | 4 |
QDBusMessage::errorMessage| Name: | QDBusMessage::errorMessage | | Prototype: | QString QDBusMessage::errorMessage() const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp | | Lines: | 90-99 |
| | 6 | 4 |
QDBusMessagePrivate::fromDBusMessage| Name: | QDBusMessagePrivate::fromDBusMessage | | Prototype: | QDBusMessage QDBusMessagePrivate::fromDBusMessage(DBusMessage *dmsg, QDBusConnection::ConnectionCapabilities capabilities) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp | | Lines: | 231-253 |
| | 18 | 4 |
QDBusPendingCallPrivate::setMetaTypes| Name: | QDBusPendingCallPrivate::setMetaTypes | | Prototype: | void QDBusPendingCallPrivate::setMetaTypes(int count, const int *types) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuspendingcall.cpp | | Lines: | 188-207 |
| | 12 | 4 |
QDBusPendingCallWatcher::QDBusPendingCallWatcher| Name: | QDBusPendingCallWatcher::QDBusPendingCallWatcher | | Prototype: | QDBusPendingCallWatcher::QDBusPendingCallWatcher(const QDBusPendingCall &call, QObject *parent) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuspendingcall.cpp | | Lines: | 502-516 |
| | 7 | 4 |
QDBusPlatformMenu::insertMenuItem| Name: | QDBusPlatformMenu::insertMenuItem | | Prototype: | void QDBusPlatformMenu::insertMenuItem(QPlatformMenuItem *menuItem, QPlatformMenuItem *before) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusplatformmenu.cpp | | Lines: | 183-197 |
| | 11 | 4 |
QDBusTrayIcon::updateMenu| Name: | QDBusTrayIcon::updateMenu | | Prototype: | void QDBusTrayIcon::updateMenu(QPlatformMenu * menu) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | | Lines: | 213-231 |
| | 13 | 4 |
QDBusUnixFileDescriptor::giveFileDescriptor| Name: | QDBusUnixFileDescriptor::giveFileDescriptor | | Prototype: | void QDBusUnixFileDescriptor::giveFileDescriptor(int fileDescriptor) | | Coverage: | 54.545% (6/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | | Lines: | 277-292 |
| | 8 | 4 |
QDBusUtil::isValidPartOfObjectPath| Name: | QDBusUtil::isValidPartOfObjectPath | | Prototype: | bool isValidPartOfObjectPath(const QStringRef &part) | | Coverage: | 55.556% (5/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 337-348 |
| | 7 | 4 |
QDBusUtil::isValidSignature| Name: | QDBusUtil::isValidSignature | | Prototype: | bool isValidSignature(const QString &signature) | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 558-569 |
| | 7 | 4 |
QDataStream::abortTransaction| Name: | QDataStream::abortTransaction | | Prototype: | void QDataStream::abortTransaction() | | Coverage: | 33.333% (4/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 735-745 |
| | 6 | 4 |
QDataStream::operator<<| Name: | QDataStream::operator<< | | Prototype: | QDataStream &QDataStream::operator<<(qint8 i) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1081-1087 |
| | 4 | 4 |
QDataStream::operator<<| Name: | QDataStream::operator<< | | Prototype: | QDataStream &QDataStream::operator<<(bool i) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1179-1185 |
| | 4 | 4 |
QDataStream::operator>>| Name: | QDataStream::operator>> | | Prototype: | QDataStream &QDataStream::operator>>(qint16 &i) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 806-818 |
| | 7 | 4 |
QDataStream::operator>>| Name: | QDataStream::operator>> | | Prototype: | QDataStream &QDataStream::operator>>(qint32 &i) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 836-848 |
| | 7 | 4 |
QDataStream::startTransaction| Name: | QDataStream::startTransaction | | Prototype: | void QDataStream::startTransaction() | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 628-639 |
| | 6 | 4 |
QDataStream::writeBytes| Name: | QDataStream::writeBytes | | Prototype: | QDataStream &QDataStream::writeBytes(const char *s, uint len) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1294-1301 |
| | 5 | 4 |
QDataStream::writeRawData| Name: | QDataStream::writeRawData | | Prototype: | int QDataStream::writeRawData(const char *s, int len) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1312-1319 |
| | 5 | 4 |
QDataWidgetMapperPrivate::_q_dataChanged| Name: | QDataWidgetMapperPrivate::_q_dataChanged | | Prototype: | void QDataWidgetMapperPrivate::_q_dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 185-194 |
| | 5 | 4 |
QDataWidgetMapperPrivate::commit| Name: | QDataWidgetMapperPrivate::commit | | Prototype: | bool QDataWidgetMapperPrivate::commit(const WidgetMapper &m) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 142-158 |
| | 9 | 4 |
QDate::longDayName| Name: | QDate::longDayName | | Prototype: | QString QDate::longDayName(int weekday, MonthNameType type) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 772-783 |
| | 5 | 4 |