| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QCollator::setCaseSensitivity| Name: | QCollator::setCaseSensitivity | | Prototype: | void QCollator::setCaseSensitivity(Qt::CaseSensitivity cs) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 190-198 |
| | 5 | 2 |
QCollator::setIgnorePunctuation| Name: | QCollator::setIgnorePunctuation | | Prototype: | void QCollator::setIgnorePunctuation(bool on) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 261-269 |
| | 5 | 2 |
QCollator::setLocale| Name: | QCollator::setLocale | | Prototype: | void QCollator::setLocale(const QLocale &locale) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 165-173 |
| | 5 | 2 |
QCollator::setNumericMode| Name: | QCollator::setNumericMode | | Prototype: | void QCollator::setNumericMode(bool on) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 228-236 |
| | 5 | 2 |
QColorDialog::open| Name: | QColorDialog::open | | Prototype: | void QColorDialog::open(QObject *receiver, const char *member) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2136-2143 |
| | 5 | 1 |
QColorDialogPrivate::_q_newColorTypedIn| Name: | QColorDialogPrivate::_q_newColorTypedIn | | Prototype: | void QColorDialogPrivate::_q_newColorTypedIn(QRgb rgb) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1577-1585 |
| | 5 | 2 |
QColorDialogPrivate::grabScreenColor| Name: | QColorDialogPrivate::grabScreenColor | | Prototype: | QColor QColorDialogPrivate::grabScreenColor(const QPoint &p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1567-1574 |
| | 5 | 1 |
QColorLuminancePicker::setCol| Name: | QColorLuminancePicker::setCol | | Prototype: | void QColorLuminancePicker::setCol(int h, int s , int v) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 852-859 |
| | 5 | 1 |
QColumnView::setModel| Name: | QColumnView::setModel | | Prototype: | void QColumnView::setModel(QAbstractItemModel *model) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 163-170 |
| | 5 | 2 |
QColumnView::sizeHint| Name: | QColumnView::sizeHint | | Prototype: | QSize QColumnView::sizeHint() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 513-521 |
| | 5 | 2 |
QColumnViewGrip::paintEvent| Name: | QColumnViewGrip::paintEvent | | Prototype: | void QColumnViewGrip::paintEvent(QPaintEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnviewgrip.cpp | | Lines: | 123-130 |
| | 5 | 1 |
QComboBox::clearEditText| Name: | QComboBox::clearEditText | | Prototype: | void QComboBox::clearEditText() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2857-2866 |
| | 5 | 2 |
QComboBox::iconSize| Name: | QComboBox::iconSize | | Prototype: | QSize QComboBox::iconSize() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1658-1666 |
| | 5 | 2 |
QComboBox::model| Name: | QComboBox::model | | Prototype: | QAbstractItemModel *QComboBox::model() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1945-1953 |
| | 5 | 2 |
QComboBox::setCurrentText| Name: | QComboBox::setCurrentText | | Prototype: | void QComboBox::setCurrentText(const QString &text) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2093-2102 |
| | 5 | 3 |
QComboBox::setEditText| Name: | QComboBox::setEditText | | Prototype: | void QComboBox::setEditText(const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2871-2880 |
| | 5 | 2 |
QComboBox::setItemDelegate| Name: | QComboBox::setItemDelegate | | Prototype: | void QComboBox::setItemDelegate(QAbstractItemDelegate *delegate) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1931-1939 |
| | 5 | 2 |
QComboBoxPrivate::modelChanged| Name: | QComboBoxPrivate::modelChanged | | Prototype: | void QComboBoxPrivate::modelChanged() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 3328-3337 |
| | 5 | 2 |
QComboBoxPrivateContainer::topMargin| Name: | QComboBoxPrivateContainer::topMargin | | Prototype: | int QComboBoxPrivateContainer::topMargin() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 596-605 |
| | 5 | 3 |
QCommandLineOption::setDefaultValue| Name: | QCommandLineOption::setDefaultValue | | Prototype: | void QCommandLineOption::setDefaultValue(const QString &defaultValue) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | | Lines: | 363-372 |
| | 5 | 2 |
QCommandLineOptionPrivate::removeInvalidNames| Name: | QCommandLineOptionPrivate::removeInvalidNames | | Prototype: | QStringList QCommandLineOptionPrivate::removeInvalidNames(QStringList nameList) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | | Lines: | 286-294 |
| | 5 | 2 |
QCommandLineParser::addPositionalArgument| Name: | QCommandLineParser::addPositionalArgument | | Prototype: | void QCommandLineParser::addPositionalArgument(const QString &name, const QString &description, const QString &syntax) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 469-476 |
| | 5 | 1 |
QCommandLineParser::showVersion| Name: | QCommandLineParser::showVersion | | Prototype: | void QCommandLineParser::showVersion() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 998-1005 |
| | 5 | 1 |
QCommandLineParser::value| Name: | QCommandLineParser::value | | Prototype: | QString QCommandLineParser::value(const QString &optionName) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 834-843 |
| | 5 | 2 |
QCommandLineParserPrivate::aliases| Name: | QCommandLineParserPrivate::aliases | | Prototype: | QStringList QCommandLineParserPrivate::aliases(const QString &optionName) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 129-137 |
| | 5 | 2 |
QCommandLineParserPrivate::registerFoundOption| Name: | QCommandLineParserPrivate::registerFoundOption | | Prototype: | bool QCommandLineParserPrivate::registerFoundOption(const QString &optionName) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 625-634 |
| | 5 | 2 |
QCommandLinkButton::heightForWidth| Name: | QCommandLinkButton::heightForWidth | | Prototype: | int QCommandLinkButton::heightForWidth(int width) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcommandlinkbutton.cpp | | Lines: | 337-345 |
| | 5 | 1 |
QCommonStylePrivate::startAnimation| Name: | QCommonStylePrivate::startAnimation | | Prototype: | void QCommonStylePrivate::startAnimation(QStyleAnimation *animation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 1169-1176 |
| | 5 | 1 |
QCompleter::setCompletionRole| Name: | QCompleter::setCompletionRole | | Prototype: | void QCompleter::setCompletionRole(int role) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1602-1609 |
| | 5 | 2 |
QCompleterPrivate::_q_fileSystemModelDirectoryLoaded| Name: | QCompleterPrivate::_q_fileSystemModelDirectoryLoaded | | Prototype: | void QCompleterPrivate::_q_fileSystemModelDirectoryLoaded(const QString &path) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 944-955 |
| | 5 | 2 |
QCompleterPrivate::init| Name: | QCompleterPrivate::init | | Prototype: | void QCompleterPrivate::init(QAbstractItemModel *m) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 811-822 |
| | 5 | 1 |
QCompletionModel::setFiltered| Name: | QCompletionModel::setFiltered | | Prototype: | void QCompletionModel::setFiltered(bool filtered) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 364-371 |
| | 5 | 2 |
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 |
QConfFileSettingsPrivate::sync| Name: | QConfFileSettingsPrivate::sync | | Prototype: | void QConfFileSettingsPrivate::sync() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1329-1341 |
| | 5 | 3 |
QConicalGradient::QConicalGradient| Name: | QConicalGradient::QConicalGradient | | Prototype: | QConicalGradient::QConicalGradient(const QPointF ¢er, qreal angle) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2197-2204 |
| | 5 | 1 |
QConicalGradient::QConicalGradient| Name: | QConicalGradient::QConicalGradient | | Prototype: | QConicalGradient::QConicalGradient(qreal cx, qreal cy, qreal angle) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2215-2222 |
| | 5 | 1 |
QConicalGradient::QConicalGradient| Name: | QConicalGradient::QConicalGradient | | Prototype: | QConicalGradient::QConicalGradient() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2232-2239 |
| | 5 | 1 |
QCoreApplication::setApplicationVersion| Name: | QCoreApplication::setApplicationVersion | | Prototype: | void QCoreApplication::setApplicationVersion(const QString &version) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2423-2432 |
| | 5 | 3 |
QCoreApplication::setOrganizationDomain| Name: | QCoreApplication::setOrganizationDomain | | Prototype: | void QCoreApplication::setOrganizationDomain(const QString &orgDomain) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2350-2359 |
| | 5 | 3 |
QCoreApplication::setOrganizationName| Name: | QCoreApplication::setOrganizationName | | Prototype: | void QCoreApplication::setOrganizationName(const QString &orgName) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2313-2322 |
| | 5 | 3 |
QCoreApplicationPrivate::appName| Name: | QCoreApplicationPrivate::appName | | Prototype: | QString QCoreApplicationPrivate::appName() const | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 157-169 |
| | 5 | 2 |
QCupsJobWidget::QCupsJobWidget| Name: | QCupsJobWidget::QCupsJobWidget | | Prototype: | QCupsJobWidget::QCupsJobWidget(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 69-79 |
| | 5 | 1 |
QCupsJobWidget::setJobHold| Name: | QCupsJobWidget::setJobHold | | Prototype: | void QCupsJobWidget::setJobHold(QCUPSSupport::JobHoldUntil jobHold, const QTime &holdUntilTime) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 115-123 |
| | 5 | 2 |
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::initialize| Name: | QCursorData::initialize | | Prototype: | void QCursorData::initialize() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 650-657 |
| | 5 | 3 |
QDBusAbstractInterfacePrivate::canMakeCalls| Name: | QDBusAbstractInterfacePrivate::canMakeCalls | | Prototype: | bool QDBusAbstractInterfacePrivate::canMakeCalls() const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 141-150 |
| | 5 | 3 |
QDBusAbstractInterfacePrivate::initOwnerTracking| Name: | QDBusAbstractInterfacePrivate::initOwnerTracking | | Prototype: | void QDBusAbstractInterfacePrivate::initOwnerTracking() | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 132-139 |
| | 5 | 2 |
QDBusArgument::currentSignature| Name: | QDBusArgument::currentSignature | | Prototype: | QString QDBusArgument::currentSignature() const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 570-578 |
| | 5 | 3 |
QDBusArgument::currentType| Name: | QDBusArgument::currentType | | Prototype: | QDBusArgument::ElementType QDBusArgument::currentType() const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 589-596 |
| | 5 | 3 |
QDBusConnectionInterface::unregisterService| Name: | QDBusConnectionInterface::unregisterService | | Prototype: | QDBusReply<bool> QDBusConnectionInterface::unregisterService(const QString &serviceName) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnectioninterface.cpp | | Lines: | 316-325 |
| | 5 | 2 |
QDBusConnectionPrivate::timerEvent| Name: | QDBusConnectionPrivate::timerEvent | | Prototype: | void QDBusConnectionPrivate::timerEvent(QTimerEvent *e) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1173-1183 |
| | 5 | 2 |
QDBusDemarshaller::duplicate| Name: | QDBusDemarshaller::duplicate | | Prototype: | QDBusArgument QDBusDemarshaller::duplicate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusdemarshaller.cpp | | Lines: | 427-435 |
| | 5 | 1 |
QDBusDemarshaller::toVariant| Name: | QDBusDemarshaller::toVariant | | Prototype: | inline QDBusVariant QDBusDemarshaller::toVariant() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusdemarshaller.cpp | | Lines: | 180-188 |
| | 5 | 1 |
QDBusError::QDBusError| Name: | QDBusError::QDBusError | | Prototype: | QDBusError::QDBusError(const DBusError *error) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuserror.cpp | | Lines: | 270-279 |
| | 5 | 2 |
QDBusError::QDBusError| Name: | QDBusError::QDBusError | | Prototype: | QDBusError::QDBusError(const QDBusMessage &qdmsg) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuserror.cpp | | Lines: | 285-294 |
| | 5 | 2 |
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 |
QDBusIntrospection::parseObject| Name: | QDBusIntrospection::parseObject | | Prototype: | QDBusIntrospection::Object QDBusIntrospection::parseObject(const QString &xml, const QString &service, const QString &path) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintrospection.cpp | | Lines: | 373-381 |
| | 5 | 2 |
QDBusMarshaller::append| Name: | QDBusMarshaller::append | | Prototype: | inline void QDBusMarshaller::append(const QDBusUnixFileDescriptor &arg) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp | | Lines: | 156-165 |
| | 5 | 3 |
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::QDBusMenuBar| Name: | QDBusMenuBar::QDBusMenuBar | | Prototype: | QDBusMenuBar::QDBusMenuBar() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusmenubar.cpp | | Lines: | 51-62 |
| | 5 | 1 |
QDBusMessage::createError| Name: | QDBusMessage::createError | | Prototype: | QDBusMessage QDBusMessage::createError(const QString &name, const QString &msg) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp | | Lines: | 445-453 |
| | 5 | 1 |
QDBusMessage::isReplyRequired| Name: | QDBusMessage::isReplyRequired | | Prototype: | bool QDBusMessage::isReplyRequired() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp | | Lines: | 648-657 |
| | 5 | 3 |
QDBusMessagePrivate::~QDBusMessagePrivate| Name: | QDBusMessagePrivate::~QDBusMessagePrivate | | Prototype: | QDBusMessagePrivate::~QDBusMessagePrivate() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp | | Lines: | 77-84 |
| | 5 | 3 |
QDBusPlatformMenuItem::byIds| Name: | QDBusPlatformMenuItem::byIds | | Prototype: | QList<const QDBusPlatformMenuItem *> QDBusPlatformMenuItem::byIds(const QList<int> &ids) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusplatformmenu.cpp | | Lines: | 156-164 |
| | 5 | 3 |
QDBusPlatformMenuItem::setMenu| Name: | QDBusPlatformMenuItem::setMenu | | Prototype: | void QDBusPlatformMenuItem::setMenu(QPlatformMenu *menu) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusplatformmenu.cpp | | Lines: | 93-100 |
| | 5 | 3 |
QDBusServiceWatcher::addWatchedService| Name: | QDBusServiceWatcher::addWatchedService | | Prototype: | void QDBusServiceWatcher::addWatchedService(const QString &newService) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | | Lines: | 282-289 |
| | 5 | 2 |
QDBusTrayIcon::setStatus| Name: | QDBusTrayIcon::setStatus | | Prototype: | void QDBusTrayIcon::setStatus(const QString &status) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | | Lines: | 142-149 |
| | 5 | 3 |
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 |
QDataWidgetMapper::mappedSection| Name: | QDataWidgetMapper::mappedSection | | Prototype: | int QDataWidgetMapper::mappedSection(QWidget *widget) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 527-536 |
| | 5 | 2 |
QDataWidgetMapper::mappedWidgetAt| Name: | QDataWidgetMapper::mappedWidgetAt | | Prototype: | QWidget *QDataWidgetMapper::mappedWidgetAt(int section) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 566-576 |
| | 5 | 3 |
QDataWidgetMapper::setOrientation| Name: | QDataWidgetMapper::setOrientation | | Prototype: | void QDataWidgetMapper::setOrientation(Qt::Orientation orientation) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 791-800 |
| | 5 | 2 |
QDataWidgetMapper::setSubmitPolicy| Name: | QDataWidgetMapper::setSubmitPolicy | | Prototype: | void QDataWidgetMapper::setSubmitPolicy(SubmitPolicy policy) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 815-823 |
| | 5 | 2 |
QDataWidgetMapper::submit| Name: | QDataWidgetMapper::submit | | Prototype: | bool QDataWidgetMapper::submit() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 605-615 |
| | 5 | 3 |
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 |
QDate::dayOfWeek| Name: | QDate::dayOfWeek | | Prototype: | int QDate::dayOfWeek() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 506-515 |
| | 5 | 3 |
QDate::fromString| Name: | QDate::fromString | | Prototype: | QDate QDate::fromString(const QString &string, const QString &format) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 1333-1345 |
| | 5 | 2 |
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 |
QDate::longMonthName| Name: | QDate::longMonthName | | Prototype: | QString QDate::longMonthName(int month, MonthNameType type) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 694-705 |
| | 5 | 4 |
QDate::shortDayName| Name: | QDate::shortDayName | | Prototype: | QString QDate::shortDayName(int weekday, MonthNameType type) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 733-744 |
| | 5 | 4 |
QDate::shortMonthName| Name: | QDate::shortMonthName | | Prototype: | QString QDate::shortMonthName(int month, QDate::MonthNameType type) | | Coverage: | 70.000% (7/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 650-661 |
| | 5 | 4 |
QDateTime::date| Name: | QDateTime::date | | Prototype: | QDate QDateTime::date() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3113-3120 |
| | 5 | 2 |
QDateTime::operator<| Name: | QDateTime::operator< | | Prototype: | bool QDateTime::operator<(const QDateTime &other) const | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4036-4045 |
| | 5 | 2 |
QDateTime::operator==| Name: | QDateTime::operator== | | Prototype: | bool QDateTime::operator==(const QDateTime &other) const | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4008-4017 |
| | 5 | 2 |
QDateTime::setTimeZone| Name: | QDateTime::setTimeZone | | Prototype: | void QDateTime::setTimeZone(const QTimeZone &toZone) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3365-3372 |
| | 5 | 1 |
QDateTime::time| Name: | QDateTime::time | | Prototype: | QTime QDateTime::time() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3128-3135 |
| | 5 | 2 |
QDateTimeEdit::dateTimeFromText| Name: | QDateTimeEdit::dateTimeFromText | | Prototype: | QDateTime QDateTimeEdit::dateTimeFromText(const QString &text) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 1369-1376 |
| | 5 | 1 |
QDateTimeEdit::setMaximumDateTime| Name: | QDateTimeEdit::setMaximumDateTime | | Prototype: | void QDateTimeEdit::setMaximumDateTime(const QDateTime &dt) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 393-401 |
| | 5 | 2 |
QDateTimeEdit::setMinimumDateTime| Name: | QDateTimeEdit::setMinimumDateTime | | Prototype: | void QDateTimeEdit::setMinimumDateTime(const QDateTime &dt) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 350-358 |
| | 5 | 2 |
QDateTimeEditPrivate::syncCalendarWidget| Name: | QDateTimeEditPrivate::syncCalendarWidget | | Prototype: | void QDateTimeEditPrivate::syncCalendarWidget() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 2570-2578 |
| | 5 | 2 |
QDateTimeParser::sectionText| Name: | QDateTimeParser::sectionText | | Prototype: | QString QDateTimeParser::sectionText(const QString &text, int sectionIndex, int index) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 667-679 |
| | 5 | 5 |
QDateTimeParser::stateName| Name: | QDateTimeParser::stateName | | Prototype: | QString QDateTimeParser::stateName(State s) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1674-1682 |
| | 5 | 5 |
QDateTimePrivate::daylightStatus| Name: | QDateTimePrivate::daylightStatus | | Prototype: | QDateTimePrivate::DaylightStatus QDateTimePrivate::daylightStatus() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2707-2714 |
| | 5 | 3 |
QDebug::putString| Name: | QDebug::putString | | Prototype: | void QDebug::putString(const QChar *begin, size_t length) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 305-317 |
| | 5 | 2 |
QDesktopWidget::QDesktopWidget| Name: | QDesktopWidget::QDesktopWidget | | Prototype: | QDesktopWidget::QDesktopWidget() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 182-190 |
| | 5 | 1 |
QDial::setWrapping| Name: | QDial::setWrapping | | Prototype: | void QDial::setWrapping(bool enable) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 347-354 |
| | 5 | 2 |
QDialogButtonBox::setOrientation| Name: | QDialogButtonBox::setOrientation | | Prototype: | void QDialogButtonBox::setOrientation(Qt::Orientation orientation) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | | Lines: | 643-651 |
| | 5 | 2 |
QDialogPrivate::resetModalitySetByOpen| Name: | QDialogPrivate::resetModalitySetByOpen | | Prototype: | void QDialogPrivate::resetModalitySetByOpen() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | | Lines: | 415-428 |
| | 5 | 2 |
QDir::canonicalPath| Name: | QDir::canonicalPath | | Prototype: | QString QDir::canonicalPath() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 655-663 |
| | 5 | 2 |
QDir::match| Name: | QDir::match | | Prototype: | bool QDir::match(const QStringList &filters, const QString &fileName) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 2021-2029 |
| | 5 | 3 |