| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QDBusContext::isDelayedReply| Name: | QDBusContext::isDelayedReply | | Prototype: | bool QDBusContext::isDelayedReply() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuscontext.cpp | | Lines: | 152-155 |
| | 1 | 1 |
QDBusContext::connection| Name: | QDBusContext::connection | | Prototype: | QDBusConnection QDBusContext::connection() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuscontext.cpp | | Lines: | 134-137 |
| | 1 | 1 |
QDBusContext::calledFromDBus| Name: | QDBusContext::calledFromDBus | | Prototype: | bool QDBusContext::calledFromDBus() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuscontext.cpp | | Lines: | 126-129 |
| | 1 | 1 |
QDBusConnectionPrivate::unregisterServiceNoLock| Name: | QDBusConnectionPrivate::unregisterServiceNoLock | | Prototype: | void QDBusConnectionPrivate::unregisterServiceNoLock(const QString &serviceName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2594-2597 |
| | 1 | 1 |
QDBusConnectionPrivate::registerServiceNoLock| Name: | QDBusConnectionPrivate::registerServiceNoLock | | Prototype: | void QDBusConnectionPrivate::registerServiceNoLock(const QString &serviceName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2583-2586 |
| | 1 | 1 |
QDBusConnectionManager::instance| Name: | QDBusConnectionManager::instance | | Prototype: | QDBusConnectionManager* QDBusConnectionManager::instance() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 160-163 |
| | 1 | 1 |
QDBusConnectionManager::connection| Name: | QDBusConnectionManager::connection | | Prototype: | QDBusConnectionPrivate *QDBusConnectionManager::connection(const QString &name) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 119-122 |
| | 1 | 1 |
QDBusConnectionInterface::staticInterfaceName| Name: | QDBusConnectionInterface::staticInterfaceName | | Prototype: | const char *QDBusConnectionInterface::staticInterfaceName() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnectioninterface.cpp | | Lines: | 155-156 |
| | 1 | 1 |
QDBusConnectionInterface::startService| Name: | QDBusConnectionInterface::startService | | Prototype: | QDBusReply<void> QDBusConnectionInterface::startService(const QString &name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnectioninterface.cpp | | Lines: | 234-237 |
| | 1 | 1 |
QDBusConnectionInterface::serviceOwner| Name: | QDBusConnectionInterface::serviceOwner | | Prototype: | QDBusReply<QString> QDBusConnectionInterface::serviceOwner(const QString &name) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnectioninterface.cpp | | Lines: | 185-188 |
| | 1 | 1 |
QDBusConnectionInterface::registeredServiceNames| Name: | QDBusConnectionInterface::registeredServiceNames | | Prototype: | QDBusReply<QStringList> QDBusConnectionInterface::registeredServiceNames() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnectioninterface.cpp | | Lines: | 196-199 |
| | 1 | 1 |
QDBusConnection::systemBus| Name: | QDBusConnection::systemBus | | Prototype: | QDBusConnection QDBusConnection::systemBus() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 1187-1190 |
| | 1 | 1 |
QDBusConnection::sessionBus| Name: | QDBusConnection::sessionBus | | Prototype: | QDBusConnection QDBusConnection::sessionBus() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 1175-1178 |
| | 1 | 1 |
QDBusConnection::sender| Name: | QDBusConnection::sender | | Prototype: | QDBusConnection QDBusConnection::sender() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 1201-1204 |
| | 1 | 1 |
QDBusConnection::registerObject| Name: | QDBusConnection::registerObject | | Prototype: | bool QDBusConnection::registerObject(const QString &path, QObject *object, RegisterOptions options) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 876-879 |
| | 1 | 1 |
QDBusConnection::name| Name: | QDBusConnection::name | | Prototype: | QString QDBusConnection::name() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 1119-1122 |
| | 1 | 1 |
QDBusConnection::lastError| Name: | QDBusConnection::lastError | | Prototype: | QDBusError QDBusConnection::lastError() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 1082-1085 |
| | 1 | 1 |
QDBusConnection::isConnected| Name: | QDBusConnection::isConnected | | Prototype: | bool QDBusConnection::isConnected() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 1068-1071 |
| | 1 | 1 |
QDBusConnection::internalPointer| Name: | QDBusConnection::internalPointer | | Prototype: | void *QDBusConnection::internalPointer() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 1060-1063 |
| | 1 | 1 |
QDBusConnection::disconnect| Name: | QDBusConnection::disconnect | | Prototype: | bool QDBusConnection::disconnect(const QString &service, const QString &path, const QString& interface, const QString &name, const QString &signature, QObject *receiver, const char *slot) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 832-837 |
| | 1 | 1 |
QDBusConnection::disconnect| Name: | QDBusConnection::disconnect | | Prototype: | bool QDBusConnection::disconnect(const QString &service, const QString &path, const QString &interface, const QString &name, QObject *receiver, const char *slot) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 816-820 |
| | 1 | 1 |
QDBusConnection::connectionCapabilities| Name: | QDBusConnection::connectionCapabilities | | Prototype: | QDBusConnection::ConnectionCapabilities QDBusConnection::connectionCapabilities() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 1131-1134 |
| | 1 | 1 |
QDBusConnection::connect| Name: | QDBusConnection::connect | | Prototype: | bool QDBusConnection::connect(const QString &service, const QString &path, const QString& interface, const QString &name, QObject *receiver, const char *slot) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 725-729 |
| | 1 | 1 |
QDBusConnection::connect| Name: | QDBusConnection::connect | | Prototype: | bool QDBusConnection::connect(const QString &service, const QString &path, const QString& interface, const QString &name, const QString &signature, QObject *receiver, const char *slot) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 748-753 |
| | 1 | 1 |
QDBusConnection::callWithCallback| Name: | QDBusConnection::callWithCallback | | Prototype: | bool QDBusConnection::callWithCallback(const QDBusMessage &message, QObject *receiver, const char *returnMethod, int timeout) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 638-642 |
| | 1 | 1 |
QDBusConnection::baseService| Name: | QDBusConnection::baseService | | Prototype: | QString QDBusConnection::baseService() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 1097-1100 |
| | 1 | 1 |
QDBusAdaptorConnector::disconnectAllSignals| Name: | QDBusAdaptorConnector::disconnectAllSignals | | Prototype: | void QDBusAdaptorConnector::disconnectAllSignals(QObject *obj) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | | Lines: | 250-253 |
| | 1 | 1 |
QDBusAdaptorConnector::connectAllSignals| Name: | QDBusAdaptorConnector::connectAllSignals | | Prototype: | void QDBusAdaptorConnector::connectAllSignals(QObject *obj) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | | Lines: | 255-258 |
| | 1 | 1 |
QDBusAbstractInterface::timeout| Name: | QDBusAbstractInterface::timeout | | Prototype: | int QDBusAbstractInterface::timeout() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 430-433 |
| | 1 | 1 |
QDBusAbstractInterface::setTimeout| Name: | QDBusAbstractInterface::setTimeout | | Prototype: | void QDBusAbstractInterface::setTimeout(int timeout) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 419-422 |
| | 1 | 1 |
QDBusAbstractInterface::service| Name: | QDBusAbstractInterface::service | | Prototype: | QString QDBusAbstractInterface::service() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 383-386 |
| | 1 | 1 |
QDBusAbstractInterface::path| Name: | QDBusAbstractInterface::path | | Prototype: | QString QDBusAbstractInterface::path() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 391-394 |
| | 1 | 1 |
QDBusAbstractInterface::lastError| Name: | QDBusAbstractInterface::lastError | | Prototype: | QDBusError QDBusAbstractInterface::lastError() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 408-411 |
| | 1 | 1 |
QDBusAbstractInterface::internalPropSet| Name: | QDBusAbstractInterface::internalPropSet | | Prototype: | void QDBusAbstractInterface::internalPropSet(const char *propname, const QVariant &value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 688-691 |
| | 1 | 1 |
QDBusAbstractInterface::internalPropGet| Name: | QDBusAbstractInterface::internalPropGet | | Prototype: | QVariant QDBusAbstractInterface::internalPropGet(const char *propname) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 676-682 |
| | 1 | 1 |
QDBusAbstractInterface::internalConstCall| Name: | QDBusAbstractInterface::internalConstCall | | Prototype: | QDBusMessage QDBusAbstractInterface::internalConstCall(QDBus::CallMode mode, const QString &method, const QList<QVariant> &args) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 858-864 |
| | 1 | 1 |
QDBusAbstractInterface::interface| Name: | QDBusAbstractInterface::interface | | Prototype: | QString QDBusAbstractInterface::interface() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 399-402 |
| | 1 | 1 |
QDBusAbstractInterface::connection| Name: | QDBusAbstractInterface::connection | | Prototype: | QDBusConnection QDBusAbstractInterface::connection() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 375-378 |
| | 1 | 1 |
QDBusAbstractInterface::callWithCallback| Name: | QDBusAbstractInterface::callWithCallback | | Prototype: | bool QDBusAbstractInterface::callWithCallback(const QString &method, const QList<QVariant> &args, QObject *receiver, const char *slot) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 595-601 |
| | 1 | 1 |
QDBusAbstractInterface::call| Name: | QDBusAbstractInterface::call | | Prototype: | QDBusMessage QDBusAbstractInterface::call(const QString &method, const QVariant &arg1, const QVariant &arg2, const QVariant &arg3, const QVariant &arg4, const QVariant &arg5, const QVariant &arg6, const QVariant &arg7, const QVariant &arg8) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 714-724 |
| | 1 | 1 |
QDBusAbstractInterface::QDBusAbstractInterface| Name: | QDBusAbstractInterface::QDBusAbstractInterface | | Prototype: | QDBusAbstractInterface::QDBusAbstractInterface(QDBusAbstractInterfacePrivate &d, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 325-329 |
| | 1 | 1 |
QDBusAbstractInterface::QDBusAbstractInterface| Name: | QDBusAbstractInterface::QDBusAbstractInterface | | Prototype: | QDBusAbstractInterface::QDBusAbstractInterface(const QString &service, const QString &path, const char *interface, const QDBusConnection &con, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 336-344 |
| | 1 | 1 |
QDBusAbstractAdaptorPrivate::saveIntrospectionXml| Name: | QDBusAbstractAdaptorPrivate::saveIntrospectionXml | | Prototype: | void QDBusAbstractAdaptorPrivate::saveIntrospectionXml(QDBusAbstractAdaptor *adaptor, const QString &xml) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | | Lines: | 107-111 |
| | 1 | 1 |
QDBusAbstractAdaptorPrivate::retrieveIntrospectionXml| Name: | QDBusAbstractAdaptorPrivate::retrieveIntrospectionXml | | Prototype: | QString QDBusAbstractAdaptorPrivate::retrieveIntrospectionXml(QDBusAbstractAdaptor *adaptor) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | | Lines: | 102-105 |
| | 1 | 1 |
QDBusAbstractAdaptor::autoRelaySignals| Name: | QDBusAbstractAdaptor::autoRelaySignals | | Prototype: | bool QDBusAbstractAdaptor::autoRelaySignals() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | | Lines: | 202-205 |
| | 1 | 1 |
QCursor::setPos| Name: | QCursor::setPos | | Prototype: | void QCursor::setPos(int x, int y) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 267-270 |
| | 1 | 1 |
QCursor::pos| Name: | QCursor::pos | | Prototype: | QPoint QCursor::pos() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 216-219 |
| | 1 | 1 |
QCursor::QCursor| Name: | QCursor::QCursor | | Prototype: | QCursor::QCursor(const QBitmap &bitmap, const QBitmap &mask, int hotX, int hotY) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 436-440 |
| | 1 | 1 |
QCupsJobWidget::startBannerPage| Name: | QCupsJobWidget::startBannerPage | | Prototype: | QCUPSSupport::BannerPage QCupsJobWidget::startBannerPage() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 200-203 |
| | 1 | 1 |
QCupsJobWidget::setStartBannerPage| Name: | QCupsJobWidget::setStartBannerPage | | Prototype: | void QCupsJobWidget::setStartBannerPage(const QCUPSSupport::BannerPage bannerPage) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 195-198 |
| | 1 | 1 |
QCupsJobWidget::setPrinter| Name: | QCupsJobWidget::setPrinter | | Prototype: | void QCupsJobWidget::setPrinter(QPrinter *printer) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 85-88 |
| | 1 | 1 |
QCupsJobWidget::setJobPriority| Name: | QCupsJobWidget::setJobPriority | | Prototype: | void QCupsJobWidget::setJobPriority(int jobPriority) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 163-166 |
| | 1 | 1 |
QCupsJobWidget::setJobBilling| Name: | QCupsJobWidget::setJobBilling | | Prototype: | void QCupsJobWidget::setJobBilling(const QString &jobBilling) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 148-151 |
| | 1 | 1 |
QCupsJobWidget::setEndBannerPage| Name: | QCupsJobWidget::setEndBannerPage | | Prototype: | void QCupsJobWidget::setEndBannerPage(const QCUPSSupport::BannerPage bannerPage) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 205-208 |
| | 1 | 1 |
QCupsJobWidget::jobPriority| Name: | QCupsJobWidget::jobPriority | | Prototype: | int QCupsJobWidget::jobPriority() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 168-171 |
| | 1 | 1 |
QCupsJobWidget::jobHoldTime| Name: | QCupsJobWidget::jobHoldTime | | Prototype: | QTime QCupsJobWidget::jobHoldTime() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 138-141 |
| | 1 | 1 |
QCupsJobWidget::jobHold| Name: | QCupsJobWidget::jobHold | | Prototype: | QCUPSSupport::JobHoldUntil QCupsJobWidget::jobHold() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 125-128 |
| | 1 | 1 |
QCupsJobWidget::jobBilling| Name: | QCupsJobWidget::jobBilling | | Prototype: | QString QCupsJobWidget::jobBilling() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 153-156 |
| | 1 | 1 |
QCupsJobWidget::initJobPriority| Name: | QCupsJobWidget::initJobPriority | | Prototype: | void QCupsJobWidget::initJobPriority() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 158-161 |
| | 1 | 1 |
QCupsJobWidget::initJobBilling| Name: | QCupsJobWidget::initJobBilling | | Prototype: | void QCupsJobWidget::initJobBilling() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 143-146 |
| | 1 | 1 |
QCupsJobWidget::endBannerPage| Name: | QCupsJobWidget::endBannerPage | | Prototype: | QCUPSSupport::BannerPage QCupsJobWidget::endBannerPage() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 210-213 |
| | 1 | 1 |
QCssScanner_Generated::next| Name: | QCssScanner_Generated::next | | Prototype: | inline QChar next() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssscanner.cpp | | Lines: | 46-48 |
| | 1 | 1 |
QCryptographicHash::~QCryptographicHash| Name: | QCryptographicHash::~QCryptographicHash | | Prototype: | QCryptographicHash::~QCryptographicHash() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | | Lines: | 231-234 |
| | 1 | 1 |
QCryptographicHash::addData| Name: | QCryptographicHash::addData | | Prototype: | void QCryptographicHash::addData(const QByteArray &data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | | Lines: | 340-343 |
| | 1 | 1 |
QCrossingEdge::operator<| Name: | QCrossingEdge::operator< | | Prototype: | bool operator<(const QCrossingEdge &edge) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1751-1754 |
| | 1 | 1 |
QCoreGlobalData::instance| Name: | QCoreGlobalData::instance | | Prototype: | QCoreGlobalData *QCoreGlobalData::instance() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreglobaldata.cpp | | Lines: | 59-62 |
| | 1 | 1 |
QCoreApplicationPrivate::sendPostedEvents::~MutexUnlocker| Name: | QCoreApplicationPrivate::sendPostedEvents::~MutexUnlocker | | Prototype: | ~MutexUnlocker() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1642-1642 |
| | 1 | 1 |
QCoreApplicationPrivate::sendPostedEvents::MutexUnlocker| Name: | QCoreApplicationPrivate::sendPostedEvents::MutexUnlocker | | Prototype: | MutexUnlocker(QMutexLocker &m) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1641-1641 |
| | 1 | 1 |
QCoreApplicationPrivate::sendPostedEvents::CleanUp| Name: | QCoreApplicationPrivate::sendPostedEvents::CleanUp | | Prototype: | inline CleanUp(QObject *receiver, int event_type, QThreadData *data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1549-1551 |
| | 1 | 1 |
QCoreApplicationPrivate::ref| Name: | QCoreApplicationPrivate::ref | | Prototype: | void QCoreApplicationPrivate::ref() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1802-1805 |
| | 1 | 1 |
QCoreApplicationData::QCoreApplicationData| Name: | QCoreApplicationData::QCoreApplicationData | | Prototype: | QCoreApplicationData() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 333-335 |
| | 1 | 1 |
QCoreApplication::testAttribute| Name: | QCoreApplication::testAttribute | | Prototype: | bool QCoreApplication::testAttribute(Qt::ApplicationAttribute attribute) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 915-918 |
| | 1 | 1 |
QCoreApplication::startingUp| Name: | QCoreApplication::startingUp | | Prototype: | bool QCoreApplication::startingUp() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1132-1135 |
| | 1 | 1 |
QCoreApplication::setSetuidAllowed| Name: | QCoreApplication::setSetuidAllowed | | Prototype: | void QCoreApplication::setSetuidAllowed(bool allow) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 876-879 |
| | 1 | 1 |
QCoreApplication::setQuitLockEnabled| Name: | QCoreApplication::setQuitLockEnabled | | Prototype: | void QCoreApplication::setQuitLockEnabled(bool enabled) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 941-944 |
| | 1 | 1 |
QCoreApplication::quit| Name: | QCoreApplication::quit | | Prototype: | void QCoreApplication::quit() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1834-1837 |
| | 1 | 1 |
QCoreApplication::organizationName| Name: | QCoreApplication::organizationName | | Prototype: | QString QCoreApplication::organizationName() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2324-2327 |
| | 1 | 1 |
QCoreApplication::organizationDomain| Name: | QCoreApplication::organizationDomain | | Prototype: | QString QCoreApplication::organizationDomain() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2361-2364 |
| | 1 | 1 |
QCoreApplication::notifyInternal| Name: | QCoreApplication::notifyInternal | | Prototype: | bool QCoreApplication::notifyInternal(QObject *receiver, QEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 953-956 |
| | 1 | 1 |
QCoreApplication::isSetuidAllowed| Name: | QCoreApplication::isSetuidAllowed | | Prototype: | bool QCoreApplication::isSetuidAllowed() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 889-892 |
| | 1 | 1 |
QCoreApplication::isQuitLockEnabled| Name: | QCoreApplication::isQuitLockEnabled | | Prototype: | bool QCoreApplication::isQuitLockEnabled() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 934-937 |
| | 1 | 1 |
QCoreApplication::closingDown| Name: | QCoreApplication::closingDown | | Prototype: | bool QCoreApplication::closingDown() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1144-1147 |
| | 1 | 1 |
QCoreApplication::applicationVersion| Name: | QCoreApplication::applicationVersion | | Prototype: | QString QCoreApplication::applicationVersion() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2434-2437 |
| | 1 | 1 |
QCoreApplication::applicationPid| Name: | QCoreApplication::applicationPid | | Prototype: | qint64 QCoreApplication::applicationPid() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2201-2210 |
| | 1 | 1 |
QCoreApplication::applicationName| Name: | QCoreApplication::applicationName | | Prototype: | QString QCoreApplication::applicationName() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2399-2402 |
| | 1 | 1 |
QCoreApplication::QCoreApplication| Name: | QCoreApplication::QCoreApplication | | Prototype: | QCoreApplication::QCoreApplication(QCoreApplicationPrivate &p) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 672-682 |
| | 1 | 1 |
QContiguousCacheData::freeData| Name: | QContiguousCacheData::freeData | | Prototype: | void QContiguousCacheData::freeData(QContiguousCacheData *data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcontiguouscache.cpp | | Lines: | 62-65 |
| | 1 | 1 |
QContiguousCacheData::allocateData| Name: | QContiguousCacheData::allocateData | | Prototype: | QContiguousCacheData *QContiguousCacheData::allocateData(int size, int alignment) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcontiguouscache.cpp | | Lines: | 57-60 |
| | 1 | 1 |
QContextMenuEvent::QContextMenuEvent| Name: | QContextMenuEvent::QContextMenuEvent | | Prototype: | QContextMenuEvent::QContextMenuEvent(Reason reason, const QPoint &pos, const QPoint &globalPos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 1769-1771 |
| | 1 | 1 |
QContextMenuEvent::QContextMenuEvent| Name: | QContextMenuEvent::QContextMenuEvent | | Prototype: | QContextMenuEvent::QContextMenuEvent(Reason reason, const QPoint &pos, const QPoint &globalPos, Qt::KeyboardModifiers modifiers) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 1784-1787 |
| | 1 | 1 |
QContextMenuEvent::QContextMenuEvent| Name: | QContextMenuEvent::QContextMenuEvent | | Prototype: | QContextMenuEvent::QContextMenuEvent(Reason reason, const QPoint &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 1808-1814 |
| | 1 | 1 |
QConnectionSenderSwitcher::QConnectionSenderSwitcher| Name: | QConnectionSenderSwitcher::QConnectionSenderSwitcher | | Prototype: | inline QConnectionSenderSwitcher() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 163-163 |
| | 1 | 1 |
QConnectionSenderSwitcher::QConnectionSenderSwitcher| Name: | QConnectionSenderSwitcher::QConnectionSenderSwitcher | | Prototype: | inline QConnectionSenderSwitcher(QObject *receiver, QObject *sender, int signal_absolute_id) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 165-168 |
| | 1 | 1 |
QConfFileSettingsPrivate::flush| Name: | QConfFileSettingsPrivate::flush | | Prototype: | void QConfFileSettingsPrivate::flush() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1343-1346 |
| | 1 | 1 |
QConfFile::QConfFile| Name: | QConfFile::QConfFile | | Prototype: | QConfFile::QConfFile(const QString &fileName, bool _userPerms) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 152-156 |
| | 1 | 1 |
QCompletionModel::QCompletionModel| Name: | QCompletionModel::QCompletionModel | | Prototype: | QCompletionModel::QCompletionModel(QCompleterPrivate *c, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 161-166 |
| | 1 | 1 |
QCompleter::event| Name: | QCompleter::event | | Prototype: | bool QCompleter::event(QEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1257-1260 |
| | 1 | 1 |
QCommonStylePrivate::animationTargets| Name: | QCommonStylePrivate::animationTargets | | Prototype: | QList<const QObject*> QCommonStylePrivate::animationTargets() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 1157-1160 |
| | 1 | 1 |
QCommonStylePrivate::animation| Name: | QCommonStylePrivate::animation | | Prototype: | QStyleAnimation * QCommonStylePrivate::animation(const QObject *target) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 1163-1166 |
| | 1 | 1 |
QCommonStyle::unpolish| Name: | QCommonStyle::unpolish | | Prototype: | void QCommonStyle::unpolish(QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 6244-6247 |
| | 1 | 1 |