Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QDBusServiceWatcher::setWatchedServicesName: | QDBusServiceWatcher::setWatchedServices | Prototype: | void QDBusServiceWatcher::setWatchedServices(const QStringList &services) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | Lines: | 269-275 |
| | 4 | 2 |
QDBusServiceWatcherPrivate::addServiceName: | QDBusServiceWatcherPrivate::addService | Prototype: | void QDBusServiceWatcherPrivate::addService(const QString &service) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | Lines: | 102-107 |
| | 3 | 2 |
QDBusServiceWatcherPrivate::removeServiceName: | QDBusServiceWatcherPrivate::removeService | Prototype: | void QDBusServiceWatcherPrivate::removeService(const QString &service) | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | Lines: | 109-114 |
| | 3 | 2 |
QDBusSignature::doCheckName: | QDBusSignature::doCheck | Prototype: | void QDBusSignature::doCheck() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusextratypes.cpp | Lines: | 55-61 |
| | 3 | 2 |
QDBusSpyCallEvent::invokeSpyHooksName: | QDBusSpyCallEvent::invokeSpyHooks | Prototype: | inline void QDBusSpyCallEvent::invokeSpyHooks(const QDBusMessage &msg, const Hook *hooks, int hookCount) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 505-510 |
| | 2 | 2 |
QDBusSpyCallEvent::~QDBusSpyCallEventName: | QDBusSpyCallEvent::~QDBusSpyCallEvent | Prototype: | QDBusSpyCallEvent::~QDBusSpyCallEvent() | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 490-498 |
| | 3 | 2 |
QDBusTrayIcon::actionInvokedName: | QDBusTrayIcon::actionInvoked | Prototype: | void QDBusTrayIcon::actionInvoked(uint id, const QString &action) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 286-290 |
| | 2 | 2 |
QDBusTrayIcon::dBusConnectionName: | QDBusTrayIcon::dBusConnection | Prototype: | QDBusMenuConnection * QDBusTrayIcon::dBusConnection() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 174-184 |
| | 7 | 2 |
QDBusTrayIcon::initName: | QDBusTrayIcon::init | Prototype: | void QDBusTrayIcon::init() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 114-118 |
| | 2 | 2 |
QDBusTrayIcon::isSystemTrayAvailableName: | QDBusTrayIcon::isSystemTrayAvailable | Prototype: | bool QDBusTrayIcon::isSystemTrayAvailable() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 297-302 |
| | 3 | 2 |
QDBusTrayIcon::notificationClosedName: | QDBusTrayIcon::notificationClosed | Prototype: | void QDBusTrayIcon::notificationClosed(uint id, uint reason) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 292-295 |
| | 1 | 2 |
QDBusTrayIcon::updateToolTipName: | QDBusTrayIcon::updateToolTip | Prototype: | void QDBusTrayIcon::updateToolTip(const QString &tooltip) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 201-206 |
| | 3 | 2 |
QDBusUnixFileDescriptor::QDBusUnixFileDescriptorName: | QDBusUnixFileDescriptor::QDBusUnixFileDescriptor | Prototype: | QDBusUnixFileDescriptor::QDBusUnixFileDescriptor(int fileDescriptor) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 155-160 |
| | 2 | 2 |
QDBusUnixFileDescriptor::operator=Name: | QDBusUnixFileDescriptor::operator= | Prototype: | QDBusUnixFileDescriptor &QDBusUnixFileDescriptor::operator=(const QDBusUnixFileDescriptor &other) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 175-180 |
| | 3 | 2 |
QDBusUnixFileDescriptor::setFileDescriptorName: | QDBusUnixFileDescriptor::setFileDescriptor | Prototype: | void QDBusUnixFileDescriptor::setFileDescriptor(int fileDescriptor) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 265-269 |
| | 2 | 2 |
QDBusUnixFileDescriptor::takeFileDescriptorName: | QDBusUnixFileDescriptor::takeFileDescriptor | Prototype: | int QDBusUnixFileDescriptor::takeFileDescriptor() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 302-308 |
| | 3 | 2 |
QDBusUnixFileDescriptorPrivate::~QDBusUnixFileDescriptorPrivateName: | QDBusUnixFileDescriptorPrivate::~QDBusUnixFileDescriptorPrivate | Prototype: | QDBusUnixFileDescriptorPrivate::~QDBusUnixFileDescriptorPrivate() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 310-315 |
| | 3 | 2 |
QDaemonThread::QDaemonThreadName: | QDaemonThread::QDaemonThread | Prototype: | QDaemonThread::QDaemonThread(QObject *parent) | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 883-889 |
| | 2 | 2 |
QDashStroker::QDashStrokerName: | QDashStroker::QDashStroker | Prototype: | QDashStroker::QDashStroker(QStroker *stroker) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 1018-1026 |
| | 4 | 2 |
QDataStream::operator<<Name: | QDataStream::operator<< | Prototype: | QDataStream &QDataStream::operator<<(const char *s) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 1271-1281 |
| | 7 | 2 |
QDataStream::readRawDataName: | QDataStream::readRawData | Prototype: | int QDataStream::readRawData(char *s, int len) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 1056-1060 |
| | 2 | 2 |
QDataStream::setByteOrderName: | QDataStream::setByteOrder | Prototype: | void QDataStream::setByteOrder(ByteOrder bo) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 519-526 |
| | 4 | 2 |
QDataStream::setDeviceName: | QDataStream::setDevice | Prototype: | void QDataStream::setDevice(QIODevice *d) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 391-398 |
| | 4 | 2 |
QDataStream::setFloatingPointPrecisionName: | QDataStream::setFloatingPointPrecision | Prototype: | void QDataStream::setFloatingPointPrecision(QDataStream::FloatingPointPrecision precision) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 456-461 |
| | 3 | 2 |
QDataStream::setStatusName: | QDataStream::setStatus | Prototype: | void QDataStream::setStatus(Status status) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 492-496 |
| | 2 | 2 |
QDataStream::~QDataStreamName: | QDataStream::~QDataStream | Prototype: | QDataStream::~QDataStream() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 366-370 |
| | 2 | 2 |
QDataWidgetMapper::mappedSectionName: | 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::removeMappingName: | QDataWidgetMapper::removeMapping | Prototype: | void QDataWidgetMapper::removeMapping(QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 509-519 |
| | 6 | 2 |
QDataWidgetMapper::setCurrentIndexName: | QDataWidgetMapper::setCurrentIndex | Prototype: | void QDataWidgetMapper::setCurrentIndex(int index) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 689-701 |
| | 8 | 2 |
QDataWidgetMapper::setCurrentModelIndexName: | QDataWidgetMapper::setCurrentModelIndex | Prototype: | void QDataWidgetMapper::setCurrentModelIndex(const QModelIndex &index) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 728-738 |
| | 6 | 2 |
QDataWidgetMapper::setOrientationName: | 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::setSubmitPolicyName: | 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 |
QDataWidgetMapperPrivate::populateName: | QDataWidgetMapperPrivate::populate | Prototype: | void QDataWidgetMapperPrivate::populate() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 172-176 |
| | 2 | 2 |
QDate::addDaysName: | QDate::addDays | Prototype: | QDate QDate::addDays(qint64 ndays) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 1020-1028 |
| | 3 | 2 |
QDate::dayName: | QDate::day | Prototype: | int QDate::day() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 490-496 |
| | 3 | 2 |
QDate::dayOfYearName: | QDate::dayOfYear | Prototype: | int QDate::dayOfYear() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 526-532 |
| | 3 | 2 |
QDate::daysInYearName: | QDate::daysInYear | Prototype: | int QDate::daysInYear() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 562-568 |
| | 3 | 2 |
QDate::daysToName: | QDate::daysTo | Prototype: | qint64 QDate::daysTo(const QDate &d) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 1138-1145 |
| | 3 | 2 |
QDate::fromStringName: | 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::isLeapYearName: | QDate::isLeapYear | Prototype: | bool QDate::isLeapYear(int y) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 1377-1384 |
| | 3 | 2 |
QDate::isValidName: | QDate::isValid | Prototype: | bool QDate::isValid(int year, int month, int day) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 1360-1368 |
| | 4 | 2 |
QDate::monthName: | QDate::month | Prototype: | int QDate::month() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 474-480 |
| | 3 | 2 |
QDate::setDateName: | QDate::setDate | Prototype: | bool QDate::setDate(int year, int month, int day) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 963-971 |
| | 4 | 2 |
QDate::yearName: | QDate::year | Prototype: | int QDate::year() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 442-448 |
| | 3 | 2 |
QDateTime::dateName: | 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::fromStringName: | QDateTime::fromString | Prototype: | QDateTime QDateTime::fromString(const QString &string, const QString &format) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 4696-4710 |
| | 6 | 2 |
QDateTime::msecsToName: | QDateTime::msecsTo | Prototype: | qint64 QDateTime::msecsTo(const QDateTime &other) const | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3910-3916 |
| | 3 | 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::timeName: | 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::sectionAtName: | QDateTimeEdit::sectionAt | Prototype: | QDateTimeEdit::Section QDateTimeEdit::sectionAt(int index) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 686-692 |
| | 4 | 2 |
QDateTimeEdit::sectionTextName: | QDateTimeEdit::sectionText | Prototype: | QString QDateTimeEdit::sectionText(Section section) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 824-834 |
| | 6 | 2 |
QDateTimeEdit::setCalendarPopupName: | QDateTimeEdit::setCalendarPopup | Prototype: | void QDateTimeEdit::setCalendarPopup(bool enable) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 926-939 |
| | 7 | 2 |
QDateTimeEdit::setCurrentSectionIndexName: | QDateTimeEdit::setCurrentSectionIndex | Prototype: | void QDateTimeEdit::setCurrentSectionIndex(int index) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 731-737 |
| | 4 | 2 |
QDateTimeEdit::setDateRangeName: | QDateTimeEdit::setDateRange | Prototype: | void QDateTimeEdit::setDateRange(const QDate &min, const QDate &max) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 586-593 |
| | 4 | 2 |
QDateTimeEdit::setDateTimeRangeName: | QDateTimeEdit::setDateTimeRange | Prototype: | void QDateTimeEdit::setDateTimeRange(const QDateTime &min, const QDateTime &max) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 423-431 |
| | 6 | 2 |
QDateTimeEdit::setMaximumDateName: | QDateTimeEdit::setMaximumDate | Prototype: | void QDateTimeEdit::setMaximumDate(const QDate &max) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 488-494 |
| | 3 | 2 |
QDateTimeEdit::setMaximumDateTimeName: | 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::setMaximumTimeName: | QDateTimeEdit::setMaximumTime | Prototype: | void QDateTimeEdit::setMaximumTime(const QTime &max) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 554-561 |
| | 4 | 2 |
QDateTimeEdit::setMinimumDateName: | QDateTimeEdit::setMinimumDate | Prototype: | void QDateTimeEdit::setMinimumDate(const QDate &min) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 455-461 |
| | 3 | 2 |
QDateTimeEdit::setMinimumDateTimeName: | 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 |
QDateTimeEdit::setMinimumTimeName: | QDateTimeEdit::setMinimumTime | Prototype: | void QDateTimeEdit::setMinimumTime(const QTime &min) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 521-528 |
| | 4 | 2 |
QDateTimeEdit::setTimeName: | QDateTimeEdit::setTime | Prototype: | void QDateTimeEdit::setTime(const QTime &time) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 307-314 |
| | 4 | 2 |
QDateTimeEdit::setTimeRangeName: | QDateTimeEdit::setTimeRange | Prototype: | void QDateTimeEdit::setTimeRange(const QTime &min, const QTime &max) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 613-620 |
| | 4 | 2 |
QDateTimeEdit::setTimeSpecName: | QDateTimeEdit::setTimeSpec | Prototype: | void QDateTimeEdit::setTimeSpec(Qt::TimeSpec spec) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 953-960 |
| | 4 | 2 |
QDateTimeEditPrivate::clearSectionName: | QDateTimeEditPrivate::clearSection | Prototype: | void QDateTimeEditPrivate::clearSection(int index) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 1865-1881 |
| | 12 | 2 |
QDateTimeEditPrivate::getAmPmTextName: | QDateTimeEditPrivate::getAmPmText | Prototype: | QString QDateTimeEditPrivate::getAmPmText(AmPm ap, Case cs) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 2321-2328 |
| | 3 | 2 |
QDateTimeEditPrivate::interpretName: | QDateTimeEditPrivate::interpret | Prototype: | void QDateTimeEditPrivate::interpret(EmitPolicy ep) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 2345-2361 |
| | 12 | 2 |
QDateTimeEditPrivate::newHoverControlName: | QDateTimeEditPrivate::newHoverControl | Prototype: | QStyle::SubControl QDateTimeEditPrivate::newHoverControl(const QPoint &pos) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 2456-2469 |
| | 9 | 2 |
QDateTimeEditPrivate::syncCalendarWidgetName: | 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 |
QDateTimeEditPrivate::updateCacheName: | QDateTimeEditPrivate::updateCache | Prototype: | void QDateTimeEditPrivate::updateCache(const QVariant &val, const QString &str) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 1890-1900 |
| | 7 | 2 |
QDateTimeEditPrivate::updateEditFieldGeometryName: | QDateTimeEditPrivate::updateEditFieldGeometry | Prototype: | void QDateTimeEditPrivate::updateEditFieldGeometry() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 2471-2486 |
| | 10 | 2 |
QDateTimePrivate::zoneMSecsToEpochMSecsName: | QDateTimePrivate::zoneMSecsToEpochMSecs | Prototype: | qint64 QDateTimePrivate::zoneMSecsToEpochMSecs(qint64 zoneMSecs, const QTimeZone &zone, QDate *localDate, QTime *localTime) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2816-2830 |
| | 6 | 2 |
QDebug::putByteArrayName: | QDebug::putByteArray | Prototype: | void QDebug::putByteArray(const char *begin, size_t length, Latin1Content content) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 323-337 |
| | 7 | 2 |
QDebug::putStringName: | 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 |
QDebug::resetFormatName: | QDebug::resetFormat | Prototype: | QDebug &QDebug::resetFormat() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 353-361 |
| | 6 | 2 |
QDebugStateSaverPrivate::QDebugStateSaverPrivateName: | QDebugStateSaverPrivate::QDebugStateSaverPrivate | Prototype: | QDebugStateSaverPrivate(QDebug &dbg) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 828-836 |
| | 2 | 2 |
QDesktopScreenWidget::QDesktopScreenWidgetName: | QDesktopScreenWidget::QDesktopScreenWidget | Prototype: | QDesktopScreenWidget::QDesktopScreenWidget(QScreen *screen, const QRect &geometry) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 52-59 |
| | 4 | 2 |
QDesktopServices::setUrlHandlerName: | QDesktopServices::setUrlHandler | Prototype: | void QDesktopServices::setUrlHandler(const QString &scheme, QObject *receiver, const char *method) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qdesktopservices.cpp | Lines: | 235-249 |
| | 11 | 2 |
QDesktopServices::storageLocationImplName: | QDesktopServices::storageLocationImpl | Prototype: | QString QDesktopServices::storageLocationImpl(QStandardPaths::StandardLocation type) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qdesktopservices.cpp | Lines: | 323-345 |
| | 7 | 2 |
QDesktopWidget::screenName: | QDesktopWidget::screen | Prototype: | QWidget *QDesktopWidget::screen(int screen) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 211-217 |
| | 4 | 2 |
QDesktopWidgetPrivate::_q_availableGeometryChangedName: | QDesktopWidgetPrivate::_q_availableGeometryChanged | Prototype: | void QDesktopWidgetPrivate::_q_availableGeometryChanged() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 175-180 |
| | 3 | 2 |
QDial::mouseMoveEventName: | QDial::mouseMoveEvent | Prototype: | void QDial::mouseMoveEvent(QMouseEvent * e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 324-335 |
| | 8 | 2 |
QDial::mousePressEventName: | QDial::mousePressEvent | Prototype: | void QDial::mousePressEvent(QMouseEvent *e) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 283-299 |
| | 9 | 2 |
QDial::mouseReleaseEventName: | QDial::mouseReleaseEvent | Prototype: | void QDial::mouseReleaseEvent(QMouseEvent * e) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 306-317 |
| | 8 | 2 |
QDial::setWrappingName: | 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 |
QDialog::openName: | QDialog::open | Prototype: | void QDialog::open() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 493-510 |
| | 9 | 2 |
QDialogButtonBox::addButtonName: | QDialogButtonBox::addButton | Prototype: | void QDialogButtonBox::addButton(QAbstractButton *button, ButtonRole role) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 753-763 |
| | 7 | 2 |
QDialogButtonBox::addButtonName: | QDialogButtonBox::addButton | Prototype: | QPushButton *QDialogButtonBox::addButton(const QString &text, ButtonRole role) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 772-782 |
| | 7 | 2 |
QDialogButtonBox::setCenterButtonsName: | QDialogButtonBox::setCenterButtons | Prototype: | void QDialogButtonBox::setCenterButtons(bool center) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 905-912 |
| | 4 | 2 |
QDialogButtonBox::setOrientationName: | 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 |
QDialogButtonBox::standardButtonsName: | QDialogButtonBox::standardButtons | Prototype: | QDialogButtonBox::StandardButtons QDialogButtonBox::standardButtons() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 815-825 |
| | 7 | 2 |
QDialogButtonBoxPrivate::_q_handleButtonDestroyedName: | QDialogButtonBoxPrivate::_q_handleButtonDestroyed | Prototype: | void QDialogButtonBoxPrivate::_q_handleButtonDestroyed() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 885-892 |
| | 4 | 2 |
QDialogButtonBoxPrivate::addButtonName: | QDialogButtonBoxPrivate::addButton | Prototype: | void QDialogButtonBoxPrivate::addButton(QAbstractButton *button, QDialogButtonBox::ButtonRole role, bool doLayout) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 424-433 |
| | 6 | 2 |
QDialogButtonBoxPrivate::addButtonsToLayoutName: | QDialogButtonBoxPrivate::addButtonsToLayout | Prototype: | void QDialogButtonBoxPrivate::addButtonsToLayout(const QList<QAbstractButton *> &buttonList, bool reverse) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 221-233 |
| | 7 | 2 |
QDialogPrivate::canBeNativeDialogName: | QDialogPrivate::canBeNativeDialog | Prototype: | bool QDialogPrivate::canBeNativeDialog() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 116-125 |
| | 7 | 2 |
QDialogPrivate::hideDefaultName: | QDialogPrivate::hideDefault | Prototype: | void QDialogPrivate::hideDefault() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 406-413 |
| | 4 | 2 |
QDialogPrivate::parentWindowName: | QDialogPrivate::parentWindow | Prototype: | QWindow *QDialogPrivate::parentWindow() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 127-132 |
| | 3 | 2 |
QDialogPrivate::resetModalitySetByOpenName: | 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 |
QDialogPrivate::styleHintName: | QDialogPrivate::styleHint | Prototype: | QVariant QDialogPrivate::styleHint(QPlatformDialogHelper::StyleHint hint) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 148-153 |
| | 3 | 2 |