| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QNetworkAccessManager::cookieJar| Name: | QNetworkAccessManager::cookieJar | | Prototype: | QNetworkCookieJar *QNetworkAccessManager::cookieJar() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 645-651 |
| | 4 | 2 |
QNetworkAccessFileBackend::loadFileInfo| Name: | QNetworkAccessFileBackend::loadFileInfo | | Prototype: | bool QNetworkAccessFileBackend::loadFileInfo() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessfilebackend.cpp | | Lines: | 238-255 |
| | 10 | 2 |
QNetworkAccessDebugPipeBackend::socketDisconnected| Name: | QNetworkAccessDebugPipeBackend::socketDisconnected | | Prototype: | void QNetworkAccessDebugPipeBackend::socketDisconnected() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessdebugpipebackend.cpp | | Lines: | 267-280 |
| | 6 | 2 |
QNetworkAccessCache::requestEntry| Name: | QNetworkAccessCache::requestEntry | | Prototype: | bool QNetworkAccessCache::requestEntry(const QByteArray &key, QObject *target, const char *member) | | Coverage: | 50.000% (6/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccesscache.cpp | | Lines: | 268-295 |
| | 15 | 4 |
QNetworkAccessCache::emitEntryReady| Name: | QNetworkAccessCache::emitEntryReady | | Prototype: | bool QNetworkAccessCache::emitEntryReady(Node *node, QObject *target, const char *member) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccesscache.cpp | | Lines: | 210-220 |
| | 6 | 2 |
QNetworkAccessBackend::networkCache| Name: | QNetworkAccessBackend::networkCache | | Prototype: | QAbstractNetworkCache *QNetworkAccessBackend::networkCache() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessbackend.cpp | | Lines: | 223-228 |
| | 3 | 2 |
QNetworkAccessBackend::emitReplyUploadProgress| Name: | QNetworkAccessBackend::emitReplyUploadProgress | | Prototype: | void QNetworkAccessBackend::emitReplyUploadProgress(qint64 bytesSent, qint64 bytesTotal) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessbackend.cpp | | Lines: | 146-151 |
| | 3 | 2 |
QNativeSocketEnginePrivate::setOption| Name: | QNativeSocketEnginePrivate::setOption | | Prototype: | bool QNativeSocketEnginePrivate::setOption(QNativeSocketEngine::SocketOption opt, int v) | | Coverage: | 50.000% (8/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines: | 314-371 |
| | 15 | 7 |
QNativeSocketEnginePrivate::nativeSetMulticastInterface| Name: | QNativeSocketEnginePrivate::nativeSetMulticastInterface | | Prototype: | bool QNativeSocketEnginePrivate::nativeSetMulticastInterface(const QNetworkInterface &iface) | | Coverage: | 50.000% (9/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines: | 720-745 |
| | 17 | 6 |
QNativeSocketEngine::waitForReadOrWrite| Name: | QNativeSocketEngine::waitForReadOrWrite | | Prototype: | bool QNativeSocketEngine::waitForReadOrWrite(bool *readyToRead, bool *readyToWrite, bool checkRead, bool checkWrite, int msecs, bool *timedOut) | | Coverage: | 50.000% (8/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 1053-1103 |
| | 20 | 6 |
QNativeSocketEngine::setSendBufferSize| Name: | QNativeSocketEngine::setSendBufferSize | | Prototype: | void QNativeSocketEngine::setSendBufferSize(qint64 size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 1158-1162 |
| | 2 | 2 |
QNativeSocketEngine::setReceiveBufferSize| Name: | QNativeSocketEngine::setReceiveBufferSize | | Prototype: | void QNativeSocketEngine::setReceiveBufferSize(qint64 size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 1132-1136 |
| | 2 | 2 |
QNativeSocketEngine::sendBufferSize| Name: | QNativeSocketEngine::sendBufferSize | | Prototype: | qint64 QNativeSocketEngine::sendBufferSize() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 1143-1147 |
| | 2 | 2 |
QNativeSocketEngine::receiveBufferSize| Name: | QNativeSocketEngine::receiveBufferSize | | Prototype: | qint64 QNativeSocketEngine::receiveBufferSize() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 1111-1115 |
| | 2 | 2 |
QNativeSocketEngine::initialize| Name: | QNativeSocketEngine::initialize | | Prototype: | bool QNativeSocketEngine::initialize(qintptr socketDescriptor, QAbstractSocket::SocketState socketState) | | Coverage: | 50.000% (9/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 477-517 |
| | 21 | 6 |
QMutexPool::globalInstanceGet| Name: | QMutexPool::globalInstanceGet | | Prototype: | QMutex *QMutexPool::globalInstanceGet(const void *address) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutexpool.cpp | | Lines: | 142-148 |
| | 4 | 2 |
QMutexPool::createMutex| Name: | QMutexPool::createMutex | | Prototype: | QMutex *QMutexPool::createMutex(int index) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutexpool.cpp | | Lines: | 130-137 |
| | 4 | 2 |
QMimeXMLProvider::load| Name: | QMimeXMLProvider::load | | Prototype: | void QMimeXMLProvider::load(const QString &fileName) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 797-802 |
| | 3 | 2 |
QMimeTypeParserBase::parseNumber| Name: | QMimeTypeParserBase::parseNumber | | Prototype: | bool QMimeTypeParserBase::parseNumber(const QStringRef &n, int *target, QString *errorMessage) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetypeparser.cpp | | Lines: | 163-172 |
| | 6 | 2 |
QMetaType::unregisterConverterFunction| Name: | QMetaType::unregisterConverterFunction | | Prototype: | void QMetaType::unregisterConverterFunction(int from, int to) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 660-665 |
| | 3 | 2 |
QMetaType::registerDebugStreamOperatorFunction| Name: | QMetaType::registerDebugStreamOperatorFunction | | Prototype: | bool QMetaType::registerDebugStreamOperatorFunction(const QtPrivate::AbstractDebugStreamFunction *f, int type) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 692-700 |
| | 4 | 2 |
QMetaType::registerComparatorFunction| Name: | QMetaType::registerComparatorFunction | | Prototype: | bool QMetaType::registerComparatorFunction(const QtPrivate::AbstractComparatorFunction *f, int type) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 667-674 |
| | 4 | 2 |
QMetaType::createExtended| Name: | QMetaType::createExtended | | Prototype: | void *QMetaType::createExtended(const void *copy) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 2386-2391 |
| | 3 | 2 |
QMetaPropertyBuilderPrivate::QMetaPropertyBuilderPrivate| Name: | QMetaPropertyBuilderPrivate::QMetaPropertyBuilderPrivate | | Prototype: | QMetaPropertyBuilderPrivate (const QByteArray& _name, const QByteArray& _type, int notifierIdx=-1, int _revision = 0) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 154-166 |
| | 3 | 2 |
QMetaProperty::typeName| Name: | QMetaProperty::typeName | | Prototype: | const char *QMetaProperty::typeName() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 2809-2815 |
| | 4 | 2 |
QMetaProperty::isWritable| Name: | QMetaProperty::isWritable | | Prototype: | bool QMetaProperty::isWritable() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3296-3302 |
| | 4 | 2 |
QMetaProperty::isResettable| Name: | QMetaProperty::isResettable | | Prototype: | bool QMetaProperty::isResettable() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3189-3195 |
| | 4 | 2 |
QMetaProperty::isReadable| Name: | QMetaProperty::isReadable | | Prototype: | bool QMetaProperty::isReadable() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3202-3208 |
| | 4 | 2 |
QMetaProperty::isFinal| Name: | QMetaProperty::isFinal | | Prototype: | bool QMetaProperty::isFinal() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3428-3434 |
| | 4 | 2 |
QMetaProperty::isEnumType| Name: | QMetaProperty::isEnumType | | Prototype: | bool QMetaProperty::isEnumType() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 2915-2922 |
| | 5 | 2 |
QMetaProperty::isConstant| Name: | QMetaProperty::isConstant | | Prototype: | bool QMetaProperty::isConstant() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3413-3419 |
| | 4 | 2 |
QMetaProperty::hasStdCppSet| Name: | QMetaProperty::hasStdCppSet | | Prototype: | bool QMetaProperty::hasStdCppSet() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 2933-2940 |
| | 5 | 2 |
QMetaProperty::hasNotifySignal| Name: | QMetaProperty::hasNotifySignal | | Prototype: | bool QMetaProperty::hasNotifySignal() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3216-3222 |
| | 4 | 2 |
QMetaObjectPrivate::signalIndex| Name: | QMetaObjectPrivate::signalIndex | | Prototype: | int QMetaObjectPrivate::signalIndex(const QMetaMethod &m) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 855-860 |
| | 3 | 2 |
QMetaObjectBuilder::relatedMetaObject| Name: | QMetaObjectBuilder::relatedMetaObject | | Prototype: | const QMetaObject *QMetaObjectBuilder::relatedMetaObject(int index) const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 825-831 |
| | 3 | 2 |
QMetaObjectBuilder::fromRelocatableData| Name: | QMetaObjectBuilder::fromRelocatableData | | Prototype: | void QMetaObjectBuilder::fromRelocatableData(QMetaObject *output, const QMetaObject *superclass, const QByteArray &data) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 1535-1554 |
| | 12 | 2 |
QMetaObject::metacall| Name: | QMetaObject::metacall | | Prototype: | int QMetaObject::metacall(QObject *object, Call cl, int idx, void **argv) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 296-302 |
| | 3 | 2 |
QMetaObject::activate| Name: | QMetaObject::activate | | Prototype: | void QMetaObject::activate(QObject *sender, int signal_index, void **argv) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3784-3790 |
| | 4 | 2 |
QMetaMethod::typeName| Name: | QMetaMethod::typeName | | Prototype: | const char *QMetaMethod::typeName() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1900-1905 |
| | 3 | 2 |
QMetaMethod::tag| Name: | QMetaMethod::tag | | Prototype: | const char *QMetaMethod::tag() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1948-1953 |
| | 3 | 2 |
QMetaMethod::returnType| Name: | QMetaMethod::returnType | | Prototype: | int QMetaMethod::returnType() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1804-1809 |
| | 3 | 2 |
QMetaMethod::parameterTypes| Name: | QMetaMethod::parameterTypes | | Prototype: | QList<QByteArray> QMetaMethod::parameterTypes() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1874-1879 |
| | 3 | 2 |
QMetaMethod::parameterNames| Name: | QMetaMethod::parameterNames | | Prototype: | QList<QByteArray> QMetaMethod::parameterNames() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1886-1892 |
| | 4 | 2 |
QMetaMethod::parameterCount| Name: | QMetaMethod::parameterCount | | Prototype: | int QMetaMethod::parameterCount() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1818-1823 |
| | 3 | 2 |
QMetaMethod::name| Name: | QMetaMethod::name | | Prototype: | QByteArray QMetaMethod::name() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1787-1792 |
| | 3 | 2 |
QMetaMethod::methodType| Name: | QMetaMethod::methodType | | Prototype: | QMetaMethod::MethodType QMetaMethod::methodType() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 2019-2024 |
| | 3 | 2 |
QMetaMethod::invokeOnGadget| Name: | QMetaMethod::invokeOnGadget | | Prototype: | bool QMetaMethod::invokeOnGadget(void* gadget, QGenericReturnArgument returnValue, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const | | Coverage: | 50.000% (16/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 2361-2424 |
| | 49 | 10 |
QMetaMethod::getParameterTypes| Name: | QMetaMethod::getParameterTypes | | Prototype: | void QMetaMethod::getParameterTypes(int *types) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1862-1867 |
| | 3 | 2 |
QMetaMethod::access| Name: | QMetaMethod::access | | Prototype: | QMetaMethod::Access QMetaMethod::access() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 2007-2012 |
| | 3 | 2 |
QMetaEnumBuilder::keyCount| Name: | QMetaEnumBuilder::keyCount | | Prototype: | int QMetaEnumBuilder::keyCount() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 2640-2647 |
| | 4 | 2 |
QMetaEnumBuilder::isFlag| Name: | QMetaEnumBuilder::isFlag | | Prototype: | bool QMetaEnumBuilder::isFlag() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 2614-2621 |
| | 4 | 2 |
QMetaEnumBuilder::addKey| Name: | QMetaEnumBuilder::addKey | | Prototype: | int QMetaEnumBuilder::addKey(const QByteArray& name, int value) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 2685-2696 |
| | 7 | 2 |
QMetaEnum::keyCount| Name: | QMetaEnum::keyCount | | Prototype: | int QMetaEnum::keyCount() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 2507-2512 |
| | 3 | 2 |
QMetaClassInfo::value| Name: | QMetaClassInfo::value | | Prototype: | const char* QMetaClassInfo::value() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3511-3516 |
| | 3 | 2 |
QMetaClassInfo::name| Name: | QMetaClassInfo::name | | Prototype: | const char *QMetaClassInfo::name() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3499-3504 |
| | 3 | 2 |
QMessageLogger::warning| Name: | QMessageLogger::warning | | Prototype: | void QMessageLogger::warning(const char *msg, ...) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 552-561 |
| | 6 | 2 |
QMessageLogger::info| Name: | QMessageLogger::info | | Prototype: | void QMessageLogger::info(const char *msg, ...) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 309-318 |
| | 6 | 2 |
QMessageLogger::debug| Name: | QMessageLogger::debug | | Prototype: | void QMessageLogger::debug(const char *msg, ...) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 289-298 |
| | 6 | 2 |
QMessageLogger::critical| Name: | QMessageLogger::critical | | Prototype: | void QMessageLogger::critical(const char *msg, ...) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 668-677 |
| | 6 | 2 |
QLockFilePrivate::removeStaleLock| Name: | QLockFilePrivate::removeStaleLock | | Prototype: | bool QLockFilePrivate::removeStaleLock() | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp | | Lines: | 229-238 |
| | 7 | 2 |
QLocale::toUpper| Name: | QLocale::toUpper | | Prototype: | QString QLocale::toUpper(const QString &str) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 2439-2449 |
| | 5 | 2 |
QLocale::toLower| Name: | QLocale::toLower | | Prototype: | QString QLocale::toLower(const QString &str) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 2463-2473 |
| | 5 | 2 |
QLocale::scriptToString| Name: | QLocale::scriptToString | | Prototype: | QString QLocale::scriptToString(QLocale::Script script) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1174-1179 |
| | 3 | 2 |
QLocale::languageToString| Name: | QLocale::languageToString | | Prototype: | QString QLocale::languageToString(Language language) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1147-1152 |
| | 3 | 2 |
QLocale::countryToString| Name: | QLocale::countryToString | | Prototype: | QString QLocale::countryToString(Country country) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1160-1165 |
| | 3 | 2 |
QLocalSocketPrivate::cancelDelayedConnect| Name: | QLocalSocketPrivate::cancelDelayedConnect | | Prototype: | void QLocalSocketPrivate::cancelDelayedConnect() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | | Lines: | 375-385 |
| | 7 | 2 |
QLocalSocket::setServerName| Name: | QLocalSocket::setServerName | | Prototype: | void QLocalSocket::setServerName(const QString & name) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | | Lines: | 397-405 |
| | 5 | 2 |
QListData::realloc_grow| Name: | QListData::realloc_grow | | Prototype: | void QListData::realloc_grow(int growth) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 149-158 |
| | 6 | 2 |
QLineF::unitVector| Name: | QLineF::unitVector | | Prototype: | QLineF QLineF::unitVector() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 631-645 |
| | 7 | 2 |
QLibraryPrivate::unload_sys| Name: | QLibraryPrivate::unload_sys | | Prototype: | bool QLibraryPrivate::unload_sys() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | | Lines: | 271-293 |
| | 5 | 2 |
QLibraryPrivate::resolve| Name: | QLibraryPrivate::resolve | | Prototype: | QFunctionPointer QLibraryPrivate::resolve(const char *symbol) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 515-520 |
| | 3 | 2 |
QLibraryInfo::platformPluginArguments| Name: | QLibraryInfo::platformPluginArguments | | Prototype: | QStringList QLibraryInfo::platformPluginArguments(const QString &platformName) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 603-616 |
| | 8 | 2 |
QLibrary::setFileNameAndVersion| Name: | QLibrary::setFileNameAndVersion | | Prototype: | void QLibrary::setFileNameAndVersion(const QString &fileName, int verNum) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 953-963 |
| | 7 | 2 |
QLibrary::setFileNameAndVersion| Name: | QLibrary::setFileNameAndVersion | | Prototype: | void QLibrary::setFileNameAndVersion(const QString &fileName, const QString &version) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 974-984 |
| | 7 | 2 |
QLibrary::fileName| Name: | QLibrary::fileName | | Prototype: | QString QLibrary::fileName() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 937-942 |
| | 3 | 2 |
QLatin1Codec::convertToUnicode| Name: | QLatin1Codec::convertToUnicode | | Prototype: | QString QLatin1Codec::convertToUnicode(const char *chars, int len, ConverterState *) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 51-57 |
| | 3 | 2 |
QJsonValue::toObject| Name: | QJsonValue::toObject | | Prototype: | QJsonObject QJsonValue::toObject(const QJsonObject &defaultValue) const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 598-604 |
| | 3 | 2 |
QJsonValue::toBool| Name: | QJsonValue::toBool | | Prototype: | bool QJsonValue::toBool(bool defaultValue) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 506-511 |
| | 3 | 2 |
QJsonPrivate::Entry::operator==| Name: | QJsonPrivate::Entry::operator== | | Prototype: | bool Entry::operator==(QLatin1String key) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 274-280 |
| | 3 | 2 |
QJsonPrivate::Entry::operator ==| Name: | QJsonPrivate::Entry::operator == | | Prototype: | bool Entry::operator ==(const QString &key) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 266-272 |
| | 3 | 2 |
QJsonPrivate::Data::valid| Name: | QJsonPrivate::Data::valid | | Prototype: | bool Data::valid() const | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 132-146 |
| | 9 | 3 |
QJsonObject::valueAt| Name: | QJsonObject::valueAt | | Prototype: | QJsonValue QJsonObject::valueAt(int i) const | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 1253-1260 |
| | 4 | 2 |
QJsonObject::size| Name: | QJsonObject::size | | Prototype: | int QJsonObject::size() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 337-343 |
| | 3 | 2 |
QJsonObject::insert| Name: | QJsonObject::insert | | Prototype: | QJsonObject::iterator QJsonObject::insert(const QString &key, const QJsonValue &value) | | Coverage: | 50.000% (12/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 460-503 |
| | 31 | 8 |
QJsonObject::contains| Name: | QJsonObject::contains | | Prototype: | bool QJsonObject::contains(QLatin1String key) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 575-583 |
| | 5 | 2 |
QJsonDocument::isObject| Name: | QJsonDocument::isObject | | Prototype: | bool QJsonDocument::isObject() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 424-431 |
| | 4 | 2 |
QJsonDocument::isArray| Name: | QJsonDocument::isArray | | Prototype: | bool QJsonDocument::isArray() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 410-417 |
| | 4 | 2 |
QJsonDocument::QJsonDocument| Name: | QJsonDocument::QJsonDocument | | Prototype: | QJsonDocument::QJsonDocument(const QJsonDocument &other) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 132-137 |
| | 3 | 2 |
QItemSelectionRange::intersected| Name: | QItemSelectionRange::intersected | | Prototype: | QItemSelectionRange QItemSelectionRange::intersected(const QItemSelectionRange &other) const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 246-258 |
| | 9 | 2 |
QItemSelectionModelPrivate::_q_layoutAboutToBeChanged| Name: | QItemSelectionModelPrivate::_q_layoutAboutToBeChanged | | Prototype: | void QItemSelectionModelPrivate::_q_layoutAboutToBeChanged(const QList<QPersistentModelIndex> &, QAbstractItemModel::LayoutChangeHint hint) | | Coverage: | 50.000% (10/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 856-894 |
| | 23 | 4 |
QItemSelectionModel::setModel| Name: | QItemSelectionModel::setModel | | Prototype: | void QItemSelectionModel::setModel(QAbstractItemModel *model) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1787-1795 |
| | 5 | 2 |
QIcuTimeZonePrivate::init| Name: | QIcuTimeZonePrivate::init | | Prototype: | void QIcuTimeZonePrivate::init(const QByteArray &ianaId) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | | Lines: | 313-327 |
| | 8 | 2 |
QIcuCodec::codecForMibUnlocked| Name: | QIcuCodec::codecForMibUnlocked | | Prototype: | QTextCodec *QIcuCodec::codecForMibUnlocked(int mib) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 544-555 |
| | 6 | 4 |
QIODevice::startTransaction| Name: | QIODevice::startTransaction | | Prototype: | void QIODevice::startTransaction() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1516-1525 |
| | 6 | 2 |
QIODevice::setCurrentReadChannel| Name: | QIODevice::setCurrentReadChannel | | Prototype: | void QIODevice::setCurrentReadChannel(int channel) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 664-679 |
| | 5 | 2 |
QHttpThreadDelegate::synchronousHeaderChangedSlot| Name: | QHttpThreadDelegate::synchronousHeaderChangedSlot | | Prototype: | void QHttpThreadDelegate::synchronousHeaderChangedSlot() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 630-645 |
| | 8 | 2 |
QHttpThreadDelegate::synchronousFinishedWithErrorSlot| Name: | QHttpThreadDelegate::synchronousFinishedWithErrorSlot | | Prototype: | void QHttpThreadDelegate::synchronousFinishedWithErrorSlot(QNetworkReply::NetworkError errorCode, const QString &detail) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 562-578 |
| | 8 | 2 |
QHttpThreadDelegate::encryptedSlot| Name: | QHttpThreadDelegate::encryptedSlot | | Prototype: | void QHttpThreadDelegate::encryptedSlot() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 666-673 |
| | 4 | 2 |
QHttpSocketEngine::setOption| Name: | QHttpSocketEngine::setOption | | Prototype: | bool QHttpSocketEngine::setOption(SocketOption option, int value) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 344-356 |
| | 8 | 4 |
QHttpSocketEngine::initialize| Name: | QHttpSocketEngine::initialize | | Prototype: | bool QHttpSocketEngine::initialize(QAbstractSocket::SocketType type, QAbstractSocket::NetworkLayerProtocol protocol) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 65-104 |
| | 28 | 2 |