| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDBusServer::setAnonymousAuthenticationAllowed| Name: | QDBusServer::setAnonymousAuthenticationAllowed | | Prototype: | void QDBusServer::setAnonymousAuthenticationAllowed(bool value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusserver.cpp | | Lines: | 163-166 |
| | 1 | 1 |
QDBusServer::~QDBusServer| Name: | QDBusServer::~QDBusServer | | Prototype: | QDBusServer::~QDBusServer() | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusserver.cpp | | Lines: | 104-116 |
| | 9 | 3 |
QDBusServiceWatcher::QDBusServiceWatcher| Name: | QDBusServiceWatcher::QDBusServiceWatcher | | Prototype: | QDBusServiceWatcher::QDBusServiceWatcher(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | | Lines: | 224-227 |
| | 2 | 1 |
QDBusServiceWatcher::QDBusServiceWatcher| Name: | QDBusServiceWatcher::QDBusServiceWatcher | | Prototype: | QDBusServiceWatcher::QDBusServiceWatcher(const QString &service, const QDBusConnection &connection, WatchMode watchMode, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | | Lines: | 237-241 |
| | 1 | 1 |
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 |
QDBusServiceWatcher::connection| Name: | QDBusServiceWatcher::connection | | Prototype: | QDBusConnection QDBusServiceWatcher::connection() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | | Lines: | 324-327 |
| | 1 | 1 |
QDBusServiceWatcher::removeWatchedService| Name: | QDBusServiceWatcher::removeWatchedService | | Prototype: | bool QDBusServiceWatcher::removeWatchedService(const QString &service) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | | Lines: | 299-304 |
| | 3 | 1 |
QDBusServiceWatcher::setConnection| Name: | QDBusServiceWatcher::setConnection | | Prototype: | void QDBusServiceWatcher::setConnection(const QDBusConnection &connection) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | | Lines: | 341-347 |
| | 4 | 2 |
QDBusServiceWatcher::setWatchMode| Name: | QDBusServiceWatcher::setWatchMode | | Prototype: | void QDBusServiceWatcher::setWatchMode(WatchMode mode) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | | Lines: | 311-317 |
| | 4 | 2 |
QDBusServiceWatcher::setWatchedServices| Name: | 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 |
QDBusServiceWatcher::watchMode| Name: | QDBusServiceWatcher::watchMode | | Prototype: | QDBusServiceWatcher::WatchMode QDBusServiceWatcher::watchMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | | Lines: | 306-309 |
| | 1 | 1 |
QDBusServiceWatcher::watchedServices| Name: | QDBusServiceWatcher::watchedServices | | Prototype: | QStringList QDBusServiceWatcher::watchedServices() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | | Lines: | 256-259 |
| | 1 | 1 |
QDBusServiceWatcherPrivate::QDBusServiceWatcherPrivate| Name: | QDBusServiceWatcherPrivate::QDBusServiceWatcherPrivate | | Prototype: | QDBusServiceWatcherPrivate(const QDBusConnection &c, QDBusServiceWatcher::WatchMode wm) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | | Lines: | 57-60 |
| | 2 | 1 |
QDBusServiceWatcherPrivate::_q_serviceOwnerChanged| Name: | QDBusServiceWatcherPrivate::_q_serviceOwnerChanged | | Prototype: | void QDBusServiceWatcherPrivate::_q_serviceOwnerChanged(const QString &service, const QString &oldOwner, const QString &newOwner) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | | Lines: | 73-81 |
| | 6 | 3 |
QDBusServiceWatcherPrivate::addService| Name: | 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::removeService| Name: | 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 |
QDBusServiceWatcherPrivate::setConnection| Name: | QDBusServiceWatcherPrivate::setConnection | | Prototype: | void QDBusServiceWatcherPrivate::setConnection(const QStringList &s, const QDBusConnection &c, QDBusServiceWatcher::WatchMode wm) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | | Lines: | 83-100 |
| | 9 | 5 |
QDBusSignature::doCheck| Name: | 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::invokeSpyHooks| Name: | 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::placeMetaCall| Name: | QDBusSpyCallEvent::placeMetaCall | | Prototype: | void QDBusSpyCallEvent::placeMetaCall(QObject *) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 500-503 |
| | 1 | 1 |
QDBusSpyCallEvent::~QDBusSpyCallEvent| Name: | 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::QDBusTrayIcon| Name: | QDBusTrayIcon::QDBusTrayIcon | | Prototype: | QDBusTrayIcon::QDBusTrayIcon() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | | Lines: | 80-108 |
| | 13 | 3 |
QDBusTrayIcon::actionInvoked| Name: | 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::attentionTimerExpired| Name: | QDBusTrayIcon::attentionTimerExpired | | Prototype: | void QDBusTrayIcon::attentionTimerExpired() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | | Lines: | 132-140 |
| | 6 | 1 |
QDBusTrayIcon::cleanup| Name: | QDBusTrayIcon::cleanup | | Prototype: | void QDBusTrayIcon::cleanup() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | | Lines: | 120-130 |
| | 8 | 3 |
QDBusTrayIcon::createMenu| Name: | QDBusTrayIcon::createMenu | | Prototype: | QPlatformMenu *QDBusTrayIcon::createMenu() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | | Lines: | 208-211 |
| | 1 | 1 |
QDBusTrayIcon::dBusConnection| Name: | 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::init| Name: | 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::isSystemTrayAvailable| Name: | 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::notificationClosed| Name: | 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::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 |
QDBusTrayIcon::showMessage| Name: | QDBusTrayIcon::showMessage | | Prototype: | void QDBusTrayIcon::showMessage(const QString &title, const QString &msg, const QIcon &icon, QPlatformSystemTrayIcon::MessageIcon iconType, int msecs) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | | Lines: | 233-284 |
| | 31 | 14 |
QDBusTrayIcon::showMessage::[lambda]| Name: | QDBusTrayIcon::showMessage::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | | Lines: | 269-269 |
| | 0 | 1 |
QDBusTrayIcon::tempIcon| Name: | QDBusTrayIcon::tempIcon | | Prototype: | QTemporaryFile *QDBusTrayIcon::tempIcon(const QIcon &icon) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | | Lines: | 151-172 |
| | 14 | 3 |
QDBusTrayIcon::updateIcon| Name: | QDBusTrayIcon::updateIcon | | Prototype: | void QDBusTrayIcon::updateIcon(const QIcon &icon) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | | Lines: | 186-199 |
| | 10 | 5 |
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 |
QDBusTrayIcon::updateToolTip| Name: | 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::QDBusUnixFileDescriptor| Name: | QDBusUnixFileDescriptor::QDBusUnixFileDescriptor | | Prototype: | QDBusUnixFileDescriptor::QDBusUnixFileDescriptor() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | | Lines: | 137-140 |
| | 2 | 1 |
QDBusUnixFileDescriptor::QDBusUnixFileDescriptor| Name: | 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::QDBusUnixFileDescriptor| Name: | QDBusUnixFileDescriptor::QDBusUnixFileDescriptor | | Prototype: | QDBusUnixFileDescriptor::QDBusUnixFileDescriptor(const QDBusUnixFileDescriptor &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | | Lines: | 165-168 |
| | 2 | 1 |
QDBusUnixFileDescriptor::fileDescriptor| Name: | QDBusUnixFileDescriptor::fileDescriptor | | Prototype: | int QDBusUnixFileDescriptor::fileDescriptor() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | | Lines: | 227-230 |
| | 1 | 1 |
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 |
QDBusUnixFileDescriptor::isSupported| Name: | QDBusUnixFileDescriptor::isSupported | | Prototype: | bool QDBusUnixFileDescriptor::isSupported() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | | Lines: | 247-250 |
| | 1 | 1 |
QDBusUnixFileDescriptor::isValid| Name: | QDBusUnixFileDescriptor::isValid | | Prototype: | bool QDBusUnixFileDescriptor::isValid() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | | Lines: | 209-212 |
| | 1 | 1 |
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::setFileDescriptor| Name: | 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::takeFileDescriptor| Name: | 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::QDBusUnixFileDescriptorPrivate| Name: | QDBusUnixFileDescriptorPrivate::QDBusUnixFileDescriptorPrivate | | Prototype: | QDBusUnixFileDescriptorPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | | Lines: | 117-117 |
| | 1 | 1 |
QDBusUnixFileDescriptorPrivate::QDBusUnixFileDescriptorPrivate| Name: | QDBusUnixFileDescriptorPrivate::QDBusUnixFileDescriptorPrivate | | Prototype: | QDBusUnixFileDescriptorPrivate(const QDBusUnixFileDescriptorPrivate &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | | Lines: | 118-120 |
| | 1 | 1 |
QDBusUnixFileDescriptorPrivate::~QDBusUnixFileDescriptorPrivate| Name: | 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 |
QDBusUtil::argumentToString| Name: | QDBusUtil::argumentToString | | Prototype: | QString argumentToString(const QVariant &arg) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 319-330 |
| | 3 | 1 |
QDBusUtil::isValidBasicType| Name: | QDBusUtil::isValidBasicType | | Prototype: | bool isValidBasicType(int c) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 535-538 |
| | 1 | 1 |
QDBusUtil::isValidBusName| Name: | QDBusUtil::isValidBusName | | Prototype: | bool isValidBusName(const QString &busName) | | Coverage: | 62.500% (15/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 437-462 |
| | 17 | 9 |
QDBusUtil::isValidErrorName| Name: | QDBusUtil::isValidErrorName | | Prototype: | bool isValidErrorName(const QString &errorName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 495-498 |
| | 1 | 1 |
QDBusUtil::isValidFixedType| Name: | QDBusUtil::isValidFixedType | | Prototype: | bool isValidFixedType(int c) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 544-547 |
| | 1 | 1 |
QDBusUtil::isValidInterfaceName| Name: | QDBusUtil::isValidInterfaceName | | Prototype: | bool isValidInterfaceName(const QString& ifaceName) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 370-384 |
| | 9 | 5 |
QDBusUtil::isValidMemberName| Name: | QDBusUtil::isValidMemberName | | Prototype: | bool isValidMemberName(const QStringRef &memberName) | | Coverage: | 64.286% (9/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 470-482 |
| | 9 | 5 |
QDBusUtil::isValidObjectPath| Name: | QDBusUtil::isValidObjectPath | | Prototype: | bool isValidObjectPath(const QString &path) | | Coverage: | 78.571% (11/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 513-529 |
| | 10 | 5 |
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 |
QDBusUtil::isValidSingleSignature| Name: | QDBusUtil::isValidSingleSignature | | Prototype: | bool isValidSingleSignature(const QString &signature) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 577-582 |
| | 3 | 1 |
QDBusUtil::isValidUniqueConnectionName| Name: | QDBusUtil::isValidUniqueConnectionName | | Prototype: | bool isValidUniqueConnectionName(const QStringRef &connName) | | Coverage: | 60.000% (12/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 393-414 |
| | 14 | 7 |
QDBusVirtualObject::QDBusVirtualObject| Name: | QDBusVirtualObject::QDBusVirtualObject | | Prototype: | QDBusVirtualObject::QDBusVirtualObject(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusvirtualobject.cpp | | Lines: | 49-52 |
| | 2 | 1 |
QDBusXmlParser::QDBusXmlParser| Name: | QDBusXmlParser::QDBusXmlParser | | Prototype: | QDBusXmlParser::QDBusXmlParser(const QString& service, const QString& path, const QString& xmlData) | | Coverage: | 84.848% (28/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlparser.cpp | | Lines: | 347-400 |
| | 21 | 14 |
QDaemonThread::QDaemonThread| Name: | 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 |
QDaemonThread::QDaemonThread::[lambda]| Name: | QDaemonThread::QDaemonThread::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 888-888 |
| | 1 | 1 |
QDashStroker::QDashStroker| Name: | 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 |
QDashStroker::patternForStyle| Name: | QDashStroker::patternForStyle | | Prototype: | QVector<qfixed> QDashStroker::patternForStyle(Qt::PenStyle style) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | | Lines: | 1032-1058 |
| | 15 | 6 |
QDashStroker::processCurrentSubpath| Name: | QDashStroker::processCurrentSubpath | | Prototype: | void QDashStroker::processCurrentSubpath() | | Coverage: | 0.000% (0/61) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | | Lines: | 1102-1265 |
| | 101 | 19 |
QDashedStrokeProcessor::QDashedStrokeProcessor| Name: | QDashedStrokeProcessor::QDashedStrokeProcessor | | Prototype: | QDashedStrokeProcessor::QDashedStrokeProcessor() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulatingstroker.cpp | | Lines: | 511-518 |
| | 3 | 1 |
QDashedStrokeProcessor::process| Name: | QDashedStrokeProcessor::process | | Prototype: | void QDashedStrokeProcessor::process(const QVectorPath &path, const QPen &pen, const QRectF &clip, QPainter::RenderHints hints) | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulatingstroker.cpp | | Lines: | 520-610 |
| | 63 | 14 |
QDataStream::QDataStream| Name: | QDataStream::QDataStream | | Prototype: | QDataStream::QDataStream() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 279-287 |
| | 6 | 1 |
QDataStream::QDataStream| Name: | QDataStream::QDataStream | | Prototype: | QDataStream::QDataStream(QIODevice *d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 295-303 |
| | 6 | 1 |
QDataStream::QDataStream| Name: | QDataStream::QDataStream | | Prototype: | QDataStream::QDataStream(QByteArray *a, QIODevice::OpenMode flags) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 318-331 |
| | 9 | 1 |
QDataStream::QDataStream| Name: | QDataStream::QDataStream | | Prototype: | QDataStream::QDataStream(const QByteArray &a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 341-355 |
| | 10 | 1 |
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::atEnd| Name: | QDataStream::atEnd | | Prototype: | bool QDataStream::atEnd() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 422-425 |
| | 1 | 1 |
QDataStream::commitTransaction| Name: | QDataStream::commitTransaction | | Prototype: | bool QDataStream::commitTransaction() | | Coverage: | 66.667% (10/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 661-674 |
| | 8 | 5 |
QDataStream::floatingPointPrecision| Name: | QDataStream::floatingPointPrecision | | Prototype: | QDataStream::FloatingPointPrecision QDataStream::floatingPointPrecision() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 434-437 |
| | 1 | 1 |
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<<(qint16 i) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1105-1114 |
| | 6 | 5 |
QDataStream::operator<<| Name: | QDataStream::operator<< | | Prototype: | QDataStream &QDataStream::operator<<(qint32 i) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1123-1132 |
| | 6 | 5 |
QDataStream::operator<<| Name: | QDataStream::operator<< | | Prototype: | QDataStream &QDataStream::operator<<(qint64 i) | | Coverage: | 76.471% (13/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1149-1164 |
| | 10 | 6 |
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<<(float f) | | Coverage: | 42.857% (9/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1196-1222 |
| | 15 | 7 |
QDataStream::operator<<| Name: | QDataStream::operator<< | | Prototype: | QDataStream &QDataStream::operator<<(double f) | | Coverage: | 68.182% (15/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1234-1257 |
| | 13 | 7 |
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::operator>>| Name: | QDataStream::operator>> | | Prototype: | QDataStream &QDataStream::operator>>(qint8 &i) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 780-788 |
| | 6 | 3 |
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::operator>>| Name: | QDataStream::operator>> | | Prototype: | QDataStream &QDataStream::operator>>(qint64 &i) | | Coverage: | 71.429% (10/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 865-883 |
| | 11 | 5 |
QDataStream::operator>>| Name: | QDataStream::operator>> | | Prototype: | QDataStream &QDataStream::operator>>(bool &i) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 889-895 |
| | 4 | 1 |
QDataStream::operator>>| Name: | QDataStream::operator>> | | Prototype: | QDataStream &QDataStream::operator>>(float &f) | | Coverage: | 81.250% (13/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 907-932 |
| | 14 | 5 |
QDataStream::operator>>| Name: | QDataStream::operator>> | | Prototype: | QDataStream &QDataStream::operator>>(double &f) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 944-969 |
| | 14 | 5 |
QDataStream::operator>>| Name: | QDataStream::operator>> | | Prototype: | QDataStream &QDataStream::operator>>(char *&s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 986-990 |
| | 2 | 1 |
QDataStream::readBlock| Name: | QDataStream::readBlock | | Prototype: | int QDataStream::readBlock(char *data, int len) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 755-765 |
| | 6 | 3 |
QDataStream::readBytes| Name: | QDataStream::readBytes | | Prototype: | QDataStream &QDataStream::readBytes(char *&s, uint &l) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1010-1045 |
| | 26 | 6 |
QDataStream::readRawData| Name: | 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::resetStatus| Name: | QDataStream::resetStatus | | Prototype: | void QDataStream::resetStatus() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 479-482 |
| | 1 | 1 |
QDataStream::rollbackTransaction| Name: | QDataStream::rollbackTransaction | | Prototype: | void QDataStream::rollbackTransaction() | | Coverage: | 26.667% (4/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 699-712 |
| | 8 | 5 |