| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDomElementPrivate::setAttributeNS| Name: | QDomElementPrivate::setAttributeNS | | Prototype: | void QDomElementPrivate::setAttributeNS(const QString& nsURI, const QString& qName, const QString& newValue) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4466-4483 |
| | 10 | 2 |
QDomElement::tagName| Name: | QDomElement::tagName | | Prototype: | QString QDomElement::tagName() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4766-4771 |
| | 3 | 2 |
QDomElement::attribute| Name: | QDomElement::attribute | | Prototype: | QString QDomElement::attribute(const QString& name, const QString& defValue) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4792-4797 |
| | 3 | 2 |
QDomDocumentPrivate::documentElement| Name: | QDomDocumentPrivate::documentElement | | Prototype: | QDomElementPrivate* QDomDocumentPrivate::documentElement() | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6252-6259 |
| | 4 | 2 |
QDomDocumentPrivate::createTextNode| Name: | QDomDocumentPrivate::createTextNode | | Prototype: | QDomTextPrivate* QDomDocumentPrivate::createTextNode(const QString &data) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6292-6302 |
| | 7 | 2 |
QDomDocumentPrivate::createElementNS| Name: | QDomDocumentPrivate::createElementNS | | Prototype: | QDomElementPrivate* QDomDocumentPrivate::createElementNS(const QString &nsURI, const QString &qName) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6273-6283 |
| | 7 | 2 |
QDomDocumentPrivate::createElement| Name: | QDomDocumentPrivate::createElement | | Prototype: | QDomElementPrivate* QDomDocumentPrivate::createElement(const QString &tagName) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6261-6271 |
| | 7 | 2 |
QDomDocument::documentElement| Name: | QDomDocument::documentElement | | Prototype: | QDomElement QDomDocument::documentElement() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6882-6887 |
| | 3 | 2 |
QDir::addSearchPath| Name: | QDir::addSearchPath | | Prototype: | void QDir::addSearchPath(const QString &prefix, const QString &path) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1049-1056 |
| | 4 | 2 |
QDataStream::setDevice| Name: | 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::setByteOrder| Name: | 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::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::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 |
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::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::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::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 |
QDBusPendingReplyData::argumentAt| Name: | QDBusPendingReplyData::argumentAt | | Prototype: | QVariant QDBusPendingReplyData::argumentAt(int index) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuspendingreply.cpp | | Lines: | 278-286 |
| | 4 | 2 |
QDBusPendingCallPrivate::~QDBusPendingCallPrivate| Name: | QDBusPendingCallPrivate::~QDBusPendingCallPrivate | | Prototype: | QDBusPendingCallPrivate::~QDBusPendingCallPrivate() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuspendingcall.cpp | | Lines: | 134-141 |
| | 4 | 2 |
QDBusPendingCall::fromCompletedCall| Name: | QDBusPendingCall::fromCompletedCall | | Prototype: | QDBusPendingCall QDBusPendingCall::fromCompletedCall(const QDBusMessage &msg) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuspendingcall.cpp | | Lines: | 469-480 |
| | 7 | 2 |
QDBusMetaType::marshall| Name: | QDBusMetaType::marshall | | Prototype: | bool QDBusMetaType::marshall(QDBusArgument &arg, int id, const void *data) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetatype.cpp | | Lines: | 238-259 |
| | 13 | 3 |
QDBusMetaType::demarshall| Name: | QDBusMetaType::demarshall | | Prototype: | bool QDBusMetaType::demarshall(const QDBusArgument &arg, int id, void *data) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetatype.cpp | | Lines: | 267-294 |
| | 14 | 3 |
QDBusMetaObject::outputTypesForMethod| Name: | QDBusMetaObject::outputTypesForMethod | | Prototype: | const int *QDBusMetaObject::outputTypesForMethod(int id) const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetaobject.cpp | | Lines: | 676-684 |
| | 4 | 2 |
QDBusMetaObject::inputTypesForMethod| Name: | QDBusMetaObject::inputTypesForMethod | | Prototype: | const int *QDBusMetaObject::inputTypesForMethod(int id) const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetaobject.cpp | | Lines: | 666-674 |
| | 4 | 2 |
QDBusMessage::member| Name: | QDBusMessage::member | | Prototype: | QString QDBusMessage::member() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp | | Lines: | 616-621 |
| | 3 | 2 |
QDBusMarshaller::error| Name: | QDBusMarshaller::error | | Prototype: | void QDBusMarshaller::error(const QString &msg) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp | | Lines: | 375-382 |
| | 4 | 2 |
QDBusMarshaller::beginArray| Name: | QDBusMarshaller::beginArray | | Prototype: | inline QDBusMarshaller *QDBusMarshaller::beginArray(int id) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp | | Lines: | 249-262 |
| | 9 | 2 |
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 |
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 |
QDBusConnectionPrivate::socketRead| Name: | QDBusConnectionPrivate::socketRead | | Prototype: | void QDBusConnectionPrivate::socketRead(int fd) | | Coverage: | 50.000% (8/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1203-1216 |
| | 9 | 4 |
QDBusConnectionPrivate::sendWithReplyLocal| Name: | QDBusConnectionPrivate::sendWithReplyLocal | | Prototype: | QDBusMessage QDBusConnectionPrivate::sendWithReplyLocal(const QDBusMessage &message) | | Coverage: | 50.000% (9/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2069-2100 |
| | 21 | 6 |
QDBusConnectionPrivate::handleError| Name: | QDBusConnectionPrivate::handleError | | Prototype: | bool QDBusConnectionPrivate::handleError(const QDBusErrorInternal &error) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1162-1171 |
| | 4 | 2 |
QDBusConnectionPrivate::handleDBusDisconnection| Name: | QDBusConnectionPrivate::handleDBusDisconnection | | Prototype: | void QDBusConnectionPrivate::handleDBusDisconnection() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1150-1154 |
| | 2 | 2 |
QDBusConnectionPrivate::disconnectRelay| Name: | QDBusConnectionPrivate::disconnectRelay | | Prototype: | void QDBusConnectionPrivate::disconnectRelay(const QString &service, const QString &path, const QString &interface, QDBusAbstractInterface *receiver, const QMetaMethod &signal) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2419-2438 |
| | 10 | 2 |
QDBusConnection::unregisterObject| Name: | QDBusConnection::unregisterObject | | Prototype: | void QDBusConnection::unregisterObject(const QString &path, UnregisterMode mode) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 991-998 |
| | 4 | 2 |
QDBusConnection::interface| Name: | QDBusConnection::interface | | Prototype: | QDBusConnectionInterface *QDBusConnection::interface() const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 1043-1048 |
| | 3 | 2 |
QDBusConnection::connectToPeer| Name: | QDBusConnection::connectToPeer | | Prototype: | QDBusConnection QDBusConnection::connectToPeer(const QString &address, const QString &name) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 519-527 |
| | 4 | 2 |
QDBusConnection::connectToBus| Name: | QDBusConnection::connectToBus | | Prototype: | QDBusConnection QDBusConnection::connectToBus(BusType type, const QString &name) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 491-498 |
| | 4 | 2 |
QDBusConnection::connectToBus| Name: | QDBusConnection::connectToBus | | Prototype: | QDBusConnection QDBusConnection::connectToBus(const QString &address, const QString &name) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 504-512 |
| | 4 | 2 |
QDBusArgument::atEnd| Name: | QDBusArgument::atEnd | | Prototype: | bool QDBusArgument::atEnd() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 1090-1096 |
| | 3 | 2 |
QDBusArgument::asVariant| Name: | QDBusArgument::asVariant | | Prototype: | QVariant QDBusArgument::asVariant() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 1118-1124 |
| | 3 | 2 |
QDBusArgument::QDBusArgument| Name: | QDBusArgument::QDBusArgument | | Prototype: | QDBusArgument::QDBusArgument() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 290-303 |
| | 7 | 2 |
QDBusAdaptorConnector::relaySlot| Name: | QDBusAdaptorConnector::relaySlot | | Prototype: | void QDBusAdaptorConnector::relaySlot(void **argv) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | | Lines: | 279-291 |
| | 8 | 2 |
QDBusActivateObjectEvent::~QDBusActivateObjectEvent| Name: | QDBusActivateObjectEvent::~QDBusActivateObjectEvent | | Prototype: | QDBusActivateObjectEvent::~QDBusActivateObjectEvent() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1590-1600 |
| | 3 | 2 |
QDBusAbstractInterface::disconnectNotify| Name: | QDBusAbstractInterface::disconnectNotify | | Prototype: | void QDBusAbstractInterface::disconnectNotify(const QMetaMethod &signal) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 630-640 |
| | 4 | 2 |
QDBusAbstractInterface::callWithCallback| Name: | QDBusAbstractInterface::callWithCallback | | Prototype: | bool QDBusAbstractInterface::callWithCallback(const QString &method, const QList<QVariant> &args, QObject *receiver, const char *returnMethod, const char *errorMethod) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 551-575 |
| | 15 | 2 |
QCoreApplicationPrivate::threadRequiresCoreApplication| Name: | QCoreApplicationPrivate::threadRequiresCoreApplication | | Prototype: | bool QCoreApplicationPrivate::threadRequiresCoreApplication() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 521-527 |
| | 4 | 2 |
QCoreApplicationPrivate::setApplicationFilePath| Name: | QCoreApplicationPrivate::setApplicationFilePath | | Prototype: | void QCoreApplicationPrivate::setApplicationFilePath(const QString &path) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2060-2066 |
| | 3 | 2 |
QCoreApplicationPrivate::createEventDispatcher| Name: | QCoreApplicationPrivate::createEventDispatcher | | Prototype: | void QCoreApplicationPrivate::createEventDispatcher() | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 482-508 |
| | 4 | 2 |
QCoreApplicationPrivate::checkInstance| Name: | QCoreApplicationPrivate::checkInstance | | Prototype: | bool QCoreApplicationPrivate::checkInstance(const char *function) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 174-180 |
| | 4 | 2 |
QCoreApplication::setEventDispatcher| Name: | QCoreApplication::setEventDispatcher | | Prototype: | void QCoreApplication::setEventDispatcher(QAbstractEventDispatcher *eventDispatcher) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2738-2744 |
| | 4 | 2 |
QCoreApplication::exec| Name: | QCoreApplication::exec | | Prototype: | int QCoreApplication::exec() | | Coverage: | 50.000% (8/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1242-1272 |
| | 22 | 6 |
QCoreApplication::eventDispatcher| Name: | QCoreApplication::eventDispatcher | | Prototype: | QAbstractEventDispatcher *QCoreApplication::eventDispatcher() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2725-2730 |
| | 3 | 2 |
QConfFileSettingsPrivate::set| Name: | QConfFileSettingsPrivate::set | | Prototype: | void QConfFileSettingsPrivate::set(const QString &key, const QVariant &value) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1229-1239 |
| | 7 | 2 |
QConfFileSettingsPrivate::fileName| Name: | QConfFileSettingsPrivate::fileName | | Prototype: | QString QConfFileSettingsPrivate::fileName() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1348-1354 |
| | 4 | 2 |
QConfFileSettingsPrivate::clear| Name: | QConfFileSettingsPrivate::clear | | Prototype: | void QConfFileSettingsPrivate::clear() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1317-1327 |
| | 7 | 2 |
QCommandLineParser::process| Name: | QCommandLineParser::process | | Prototype: | void QCommandLineParser::process(const QStringList &arguments) | | Coverage: | 50.000% (8/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 587-600 |
| | 6 | 6 |
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 |
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::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::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::compare| Name: | QCollator::compare | | Prototype: | int QCollator::compare(const QString &s1, const QString &s2) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator_icu.cpp | | Lines: | 116-122 |
| | 3 | 2 |
QChar::toUpper| Name: | QChar::toUpper | | Prototype: | uint QChar::toUpper(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1486-1491 |
| | 3 | 2 |
QChar::toTitleCase| Name: | QChar::toTitleCase | | Prototype: | uint QChar::toTitleCase(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1506-1511 |
| | 3 | 2 |
QChar::toLower| Name: | QChar::toLower | | Prototype: | uint QChar::toLower(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1466-1471 |
| | 3 | 2 |
QChar::toCaseFolded| Name: | QChar::toCaseFolded | | Prototype: | uint QChar::toCaseFolded(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1547-1552 |
| | 3 | 2 |
QChar::script| Name: | QChar::script | | Prototype: | QChar::Script QChar::script(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1405-1410 |
| | 3 | 2 |
QChar::mirroredChar| Name: | QChar::mirroredChar | | Prototype: | uint QChar::mirroredChar(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1274-1279 |
| | 3 | 2 |
QChar::joiningType| Name: | QChar::joiningType | | Prototype: | QChar::JoiningType QChar::joiningType(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1133-1138 |
| | 3 | 2 |
QChar::isSpace_helper| Name: | QChar::isSpace_helper | | Prototype: | bool QChar::isSpace_helper(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 741-749 |
| | 6 | 2 |
QChar::isPrint| Name: | QChar::isPrint | | Prototype: | bool QChar::isPrint(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 708-718 |
| | 8 | 2 |
QChar::isMark| Name: | QChar::isMark | | Prototype: | bool QChar::isMark(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 767-775 |
| | 6 | 2 |
QChar::isLetter_helper| Name: | QChar::isLetter_helper | | Prototype: | bool QChar::isLetter_helper(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 849-859 |
| | 8 | 2 |
QChar::isLetterOrNumber_helper| Name: | QChar::isLetterOrNumber_helper | | Prototype: | bool QChar::isLetterOrNumber_helper(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 913-926 |
| | 11 | 2 |
QChar::hasMirrored| Name: | QChar::hasMirrored | | Prototype: | bool QChar::hasMirrored(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1192-1197 |
| | 3 | 2 |
QChar::direction| Name: | QChar::direction | | Prototype: | QChar::Direction QChar::direction(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1110-1115 |
| | 3 | 2 |
QChar::combiningClass| Name: | QChar::combiningClass | | Prototype: | unsigned char QChar::combiningClass(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1384-1389 |
| | 3 | 2 |
QByteDeviceWrappingIoDevice::size| Name: | QByteDeviceWrappingIoDevice::size | | Prototype: | qint64 QByteDeviceWrappingIoDevice::size() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 436-442 |
| | 3 | 2 |
QByteArrayMatcher::indexIn| Name: | QByteArrayMatcher::indexIn | | Prototype: | int QByteArrayMatcher::indexIn(const QByteArray &ba, int from) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 199-205 |
| | 4 | 2 |
QByteArrayMatcher::indexIn| Name: | QByteArrayMatcher::indexIn | | Prototype: | int QByteArrayMatcher::indexIn(const char *str, int len, int from) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 214-220 |
| | 4 | 2 |
QByteArray::QByteArray| Name: | QByteArray::QByteArray | | Prototype: | QByteArray::QByteArray(int size, Qt::Initialization) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1618-1624 |
| | 4 | 2 |
QBuffer::setData| Name: | QBuffer::setData | | Prototype: | void QBuffer::setData(const QByteArray &data) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | | Lines: | 299-307 |
| | 5 | 2 |
QBuffer::setBuffer| Name: | QBuffer::setBuffer | | Prototype: | void QBuffer::setBuffer(QByteArray *byteArray) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | | Lines: | 236-249 |
| | 8 | 3 |
QBenchmarkGlobalData::adjustMedianIterationCount| Name: | QBenchmarkGlobalData::adjustMedianIterationCount | | Prototype: | int QBenchmarkGlobalData::adjustMedianIterationCount() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 106-113 |
| | 3 | 2 |
QAuthenticatorPrivate::calculateResponse| Name: | QAuthenticatorPrivate::calculateResponse | | Prototype: | QByteArray QAuthenticatorPrivate::calculateResponse(const QByteArray &requestMethod, const QByteArray &path) | | Coverage: | 50.000% (14/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | | Lines: | 458-531 |
| | 36 | 12 |
QAuthenticator::operator=| Name: | QAuthenticator::operator= | | Prototype: | QAuthenticator &QAuthenticator::operator=(const QAuthenticator &other) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | | Lines: | 169-192 |
| | 16 | 4 |
QAssociativeIterable::value| Name: | QAssociativeIterable::value | | Prototype: | QVariant QAssociativeIterable::value(const QVariant &key) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4264-4270 |
| | 4 | 2 |
QAssociativeIterable::const_iterator::operator*| Name: | QAssociativeIterable::const_iterator::operator* | | Prototype: | const QVariant QAssociativeIterable::const_iterator::operator*() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4334-4341 |
| | 5 | 2 |
QAssociativeIterable::const_iterator::key| Name: | QAssociativeIterable::const_iterator::key | | Prototype: | const QVariant QAssociativeIterable::const_iterator::key() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4346-4353 |
| | 5 | 2 |
QAnimationGroup::takeAnimation| Name: | QAnimationGroup::takeAnimation | | Prototype: | QAbstractAnimation *QAnimationGroup::takeAnimation(int index) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp | | Lines: | 235-250 |
| | 10 | 2 |
QAnimationGroup::animationAt| Name: | QAnimationGroup::animationAt | | Prototype: | QAbstractAnimation *QAnimationGroup::animationAt(int index) const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp | | Lines: | 127-137 |
| | 5 | 2 |
QAbstractSocketPrivate::startConnectingByName| Name: | QAbstractSocketPrivate::startConnectingByName | | Prototype: | void QAbstractSocketPrivate::startConnectingByName(const QString &host) | | Coverage: | 50.000% (8/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 950-979 |
| | 14 | 4 |
QAbstractItemModel::supportedDragActions| Name: | QAbstractItemModel::supportedDragActions | | Prototype: | Qt::DropActions QAbstractItemModel::supportedDragActions() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 1996-2002 |
| | 4 | 2 |
QAbstractItemModel::changePersistentIndex| Name: | QAbstractItemModel::changePersistentIndex | | Prototype: | void QAbstractItemModel::changePersistentIndex(const QModelIndex &from, const QModelIndex &to) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3194-3210 |
| | 11 | 4 |
PageItem::paint| Name: | PageItem::paint | | Prototype: | void PageItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | | Lines: | 85-144 |
| | 33 | 2 |
DBusConnection::getAddressFromXCB| Name: | DBusConnection::getAddressFromXCB | | Prototype: | QString DBusConnection::getAddressFromXCB() | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/dbusconnection.cpp | | Lines: | 89-103 |
| | 10 | 4 |
QGL2PEXVertexArray::addPath| Name: | QGL2PEXVertexArray::addPath | | Prototype: | void QGL2PEXVertexArray::addPath(const QVectorPath &path, GLfloat curveInverseScale, bool outline) | | Coverage: | 48.837% (21/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | | Lines: | 86-157 |
| | 43 | 16 |
QGL2PaintEngineExPrivate::writeClip| Name: | QGL2PaintEngineExPrivate::writeClip | | Prototype: | void QGL2PaintEngineExPrivate::writeClip(const QVectorPath &path, uint value) | | Coverage: | 48.718% (19/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 2225-2297 |
| | 42 | 9 |
QXcbShmImage::QXcbShmImage| Name: | QXcbShmImage::QXcbShmImage | | Prototype: | QXcbShmImage::QXcbShmImage(QXcbScreen *screen, const QSize &size, uint depth, QImage::Format format) | | Coverage: | 48.571% (17/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 146-215 |
| | 46 | 9 |
QCommandLineParserPrivate::helpText| Name: | QCommandLineParserPrivate::helpText | | Prototype: | QString QCommandLineParserPrivate::helpText() const | | Coverage: | 48.571% (17/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 1086-1138 |
| | 46 | 15 |