Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QMetaObjectBuilder::removeMethodName: | QMetaObjectBuilder::removeMethod | Prototype: | void QMetaObjectBuilder::removeMethod(int index) | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 867-880 |
| | 8 | 5 |
QMetaObjectPrivate::checkConnectArgsName: | QMetaObjectPrivate::checkConnectArgs | Prototype: | bool QMetaObjectPrivate::checkConnectArgs(int signalArgc, const QArgumentType *signalTypes, int methodArgc, const QArgumentType *methodTypes) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 884-894 |
| | 6 | 4 |
QMimeBinaryProvider::isValidName: | QMimeBinaryProvider::isValid | Prototype: | bool QMimeBinaryProvider::isValid() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | Lines: | 187-209 |
| | 11 | 4 |
QMimeData::hasTextName: | QMimeData::hasText | Prototype: | bool QMimeData::hasText() const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | Lines: | 410-413 |
| | 1 | 1 |
QMimeDatabase::mimeTypeForFileName: | QMimeDatabase::mimeTypeForFile | Prototype: | QMimeType QMimeDatabase::mimeTypeForFile(const QString &fileName, MatchMode mode) const | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimedatabase.cpp | Lines: | 398-418 |
| | 12 | 4 |
QMimeDatabasePrivate::findByDataName: | QMimeDatabasePrivate::findByData | Prototype: | QMimeType QMimeDatabasePrivate::findByData(const QByteArray &data, int *accuracyPtr) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimedatabase.cpp | Lines: | 133-152 |
| | 11 | 4 |
QMimeType::operator==Name: | QMimeType::operator== | Prototype: | bool QMimeType::operator==(const QMimeType &other) const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetype.cpp | Lines: | 180-183 |
| | 1 | 1 |
QNativeSocketEnginePrivate::nativeHasPendingDatagramsName: | QNativeSocketEnginePrivate::nativeHasPendingDatagrams | Prototype: | bool QNativeSocketEnginePrivate::nativeHasPendingDatagrams() const | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | Lines: | 776-800 |
| | 9 | 2 |
QNetworkAccessCache::addEntryName: | QNetworkAccessCache::addEntry | Prototype: | void QNetworkAccessCache::addEntry(const QByteArray &key, CacheableObject *entry) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccesscache.cpp | Lines: | 238-255 |
| | 13 | 4 |
QNetworkAccessCache::linkEntryName: | QNetworkAccessCache::linkEntry | Prototype: | void QNetworkAccessCache::linkEntry(const QByteArray &key) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccesscache.cpp | Lines: | 133-156 |
| | 15 | 4 |
QNetworkCacheMetaData::operator==Name: | QNetworkCacheMetaData::operator== | Prototype: | bool QNetworkCacheMetaData::operator==(const QNetworkCacheMetaData &other) const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qabstractnetworkcache.cpp | Lines: | 157-164 |
| | 5 | 3 |
QNetworkConfigurationManagerPrivate::updateConfigurationsName: | QNetworkConfigurationManagerPrivate::updateConfigurations | Prototype: | void QNetworkConfigurationManagerPrivate::updateConfigurations() | Coverage: | 80.000% (40/50) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworkconfigmanager_p.cpp | Lines: | 367-450 |
| | 56 | 15 |
QNetworkDiskCache::updateMetaDataName: | QNetworkDiskCache::updateMetaData | Prototype: | void QNetworkDiskCache::updateMetaData(const QNetworkCacheMetaData &metaData) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | Lines: | 442-470 |
| | 13 | 4 |
QNetworkDiskCachePrivate::removeFileName: | QNetworkDiskCachePrivate::removeFile | Prototype: | bool QNetworkDiskCachePrivate::removeFile(const QString &file) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | Lines: | 335-352 |
| | 11 | 4 |
QNetworkInterface::humanReadableNameName: | QNetworkInterface::humanReadableName | Prototype: | QString QNetworkInterface::humanReadableName() const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | Lines: | 481-484 |
| | 1 | 1 |
QNetworkProxy::operator==Name: | QNetworkProxy::operator== | Prototype: | bool QNetworkProxy::operator==(const QNetworkProxy &other) const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | Lines: | 496-499 |
| | 1 | 1 |
QNetworkReplyHttpImplPrivate::isCachingAllowedName: | QNetworkReplyHttpImplPrivate::isCachingAllowed | Prototype: | bool QNetworkReplyHttpImplPrivate::isCachingAllowed() const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | Lines: | 2226-2229 |
| | 1 | 1 |
QNetworkReplyImplPrivate::appendDownstreamDataSignalEmissionsName: | QNetworkReplyImplPrivate::appendDownstreamDataSignalEmissions | Prototype: | void QNetworkReplyImplPrivate::appendDownstreamDataSignalEmissions() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | Lines: | 650-673 |
| | 13 | 4 |
QObject::QObjectName: | QObject::QObject | Prototype: | QObject::QObject(QObject *parent) | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 814-834 |
| | 13 | 5 |
QObject::installEventFilterName: | QObject::installEventFilter | Prototype: | void QObject::installEventFilter(QObject *obj) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 2056-2073 |
| | 11 | 4 |
QPlatformPrinterSupportPlugin::getName: | QPlatformPrinterSupportPlugin::get | Prototype: | QPlatformPrinterSupport *QPlatformPrinterSupportPlugin::get() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintplugin.cpp | Lines: | 76-88 |
| | 7 | 4 |
QPrinterInfo::isNullName: | QPrinterInfo::isNull | Prototype: | bool QPrinterInfo::isNull() const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | Lines: | 200-204 |
| | 2 | 1 |
QProcessEnvironment::operator==Name: | QProcessEnvironment::operator== | Prototype: | bool QProcessEnvironment::operator==(const QProcessEnvironment &other) const | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 270-284 |
| | 8 | 4 |
QRelation::isValidName: | QRelation::isValid | Prototype: | bool QRelation::isValid() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | Lines: | 229-232 |
| | 1 | 1 |
QResource::unregisterResourceName: | QResource::unregisterResource | Prototype: | bool QResource::unregisterResource(const QString &rccFilename, const QString &resourceRoot) | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1087-1109 |
| | 14 | 5 |
QResourceFileEngine::openName: | QResourceFileEngine::open | Prototype: | bool QResourceFileEngine::open(QIODevice::OpenMode flags) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1246-1260 |
| | 10 | 4 |
QSequentialAnimationGroupPrivate::restartName: | QSequentialAnimationGroupPrivate::restart | Prototype: | void QSequentialAnimationGroupPrivate::restart() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 143-160 |
| | 10 | 4 |
QSettings::~QSettingsName: | QSettings::~QSettings | Prototype: | QSettings::~QSettings() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2707-2717 |
| | 3 | 3 |
QSocks5SocketEngine::waitForReadOrWriteName: | QSocks5SocketEngine::waitForReadOrWrite | Prototype: | bool QSocks5SocketEngine::waitForReadOrWrite(bool *readyToRead, bool *readyToWrite, bool checkRead, bool checkWrite, int msecs, bool *timedOut) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1823-1839 |
| | 10 | 4 |
QSortFilterProxyModelPrivate::proxy_item_rangeName: | QSortFilterProxyModelPrivate::proxy_item_range | Prototype: | void QSortFilterProxyModelPrivate::proxy_item_range( const QVector<int> &source_to_proxy, const QVector<int> &source_items, int &proxy_low, int &proxy_high) const | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 977-991 |
| | 9 | 4 |
QSqlCachedResult::fetchLastName: | QSqlCachedResult::fetchLast | Prototype: | bool QSqlCachedResult::fetchLast() | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | Lines: | 216-234 |
| | 11 | 5 |
QSqlDatabase::driversName: | QSqlDatabase::drivers | Prototype: | QStringList QSqlDatabase::drivers() | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | Lines: | 537-594 |
| | 14 | 6 |
QSqlDatabase::isValidName: | QSqlDatabase::isValid | Prototype: | bool QSqlDatabase::isValid() const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | Lines: | 1430-1433 |
| | 1 | 1 |
QSqlQueryModel::canFetchMoreName: | QSqlQueryModel::canFetchMore | Prototype: | bool QSqlQueryModel::canFetchMore(const QModelIndex &parent) const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | Lines: | 203-207 |
| | 2 | 1 |
QSqlQueryModelPrivate::columnInQueryName: | QSqlQueryModelPrivate::columnInQuery | Prototype: | int QSqlQueryModelPrivate::columnInQuery(int modelColumn) const | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | Lines: | 90-95 |
| | 3 | 2 |
QSslSocketPrivate::_q_resumeImplementationName: | QSslSocketPrivate::_q_resumeImplementation | Prototype: | void QSslSocketPrivate::_q_resumeImplementation() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2480-2495 |
| | 10 | 4 |
QState::addTransitionName: | QState::addTransition | Prototype: | void QState::addTransition(QAbstractTransition *transition) | Coverage: | 80.000% (16/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 313-338 |
| | 18 | 6 |
QStateMachinePrivate::isFinalName: | QStateMachinePrivate::isFinal | Prototype: | bool QStateMachinePrivate::isFinal(const QAbstractState *s) | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1184-1187 |
| | 1 | 1 |
QStateMachinePrivate::maybeRegisterSignalTransitionName: | QStateMachinePrivate::maybeRegisterSignalTransition | Prototype: | void QStateMachinePrivate::maybeRegisterSignalTransition(QSignalTransition *transition) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2223-2230 |
| | 4 | 2 |
QStateMachinePrivate::processEventsName: | QStateMachinePrivate::processEvents | Prototype: | void QStateMachinePrivate::processEvents(EventProcessingMode processingMode) | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2013-2029 |
| | 10 | 5 |
QStorageInfoPrivate::mountedVolumesName: | QStorageInfoPrivate::mountedVolumes | Prototype: | QList<QStorageInfo> QStorageInfoPrivate::mountedVolumes() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 545-562 |
| | 10 | 4 |
QString::QStringName: | QString::QString | Prototype: | QString::QString(int size, QChar ch) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1532-1547 |
| | 11 | 4 |
QString::fromUtf16Name: | QString::fromUtf16 | Prototype: | QString QString::fromUtf16(const ushort *unicode, int size) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4809-4819 |
| | 7 | 4 |
QString::setRawDataName: | QString::setRawData | Prototype: | QString &QString::setRawData(const QChar *unicode, int size) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 8214-8228 |
| | 8 | 3 |
QStringListModel::setDataName: | QStringListModel::setData | Prototype: | bool QStringListModel::setData(const QModelIndex &index, const QVariant &value, int role) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | Lines: | 179-194 |
| | 10 | 2 |
QTest::qInvokeTestMethodsName: | QTest::qInvokeTestMethods | Prototype: | static void qInvokeTestMethods(QObject *testObject) | Coverage: | 80.000% (32/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 2560-2625 |
| | 45 | 12 |
QTestResult::compareName: | QTestResult::compare | Prototype: | bool QTestResult::compare(bool success, const char *failureMsg, char *val1, char *val2, const char *actual, const char *expected, const char *file, int line) | Coverage: | 80.000% (20/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestresult.cpp | Lines: | 253-291 |
| | 24 | 8 |
QTextBoundaryFinder::isAtBoundaryName: | QTextBoundaryFinder::isAtBoundary | Prototype: | bool QTextBoundaryFinder::isAtBoundary() const | Coverage: | 80.000% (16/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp | Lines: | 426-443 |
| | 8 | 6 |
QThreadData::~QThreadDataName: | QThreadData::~QThreadData | Prototype: | QThreadData::~QThreadData() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 59-88 |
| | 13 | 4 |
QThreadPool::startName: | QThreadPool::start | Prototype: | void QThreadPool::start(QRunnable *runnable, int priority) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | Lines: | 449-462 |
| | 8 | 4 |
QTimeZone::transitionsName: | QTimeZone::transitions | Prototype: | QTimeZone::OffsetDataList QTimeZone::transitions(const QDateTime &fromDateTime, const QDateTime &toDateTime) const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 763-775 |
| | 8 | 3 |
QVariantAnimationPrivate::setValueAtName: | QVariantAnimationPrivate::setValueAt | Prototype: | void QVariantAnimationPrivate::setValueAt(qreal step, const QVariant &value) | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | Lines: | 310-330 |
| | 11 | 4 |
QXcbClipboard::mimeDataName: | QXcbClipboard::mimeData | Prototype: | QMimeData * QXcbClipboard::mimeData(QClipboard::Mode mode) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | Lines: | 367-381 |
| | 8 | 4 |
QXcbWindow::handleXIEnterLeaveName: | QXcbWindow::handleXIEnterLeave | Prototype: | void QXcbWindow::handleXIEnterLeave(xcb_ge_event_t *event) | Coverage: | 80.000% (16/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 2479-2508 |
| | 17 | 6 |
QXcbWindow::updateNetWmUserTimeName: | QXcbWindow::updateNetWmUserTime | Prototype: | void QXcbWindow::updateNetWmUserTime(xcb_timestamp_t timestamp) | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 1426-1476 |
| | 30 | 5 |
QXmlSimpleReaderPrivate::entityExistName: | QXmlSimpleReaderPrivate::entityExist | Prototype: | bool QXmlSimpleReaderPrivate::entityExist(const QString& e) const | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 7866-7876 |
| | 6 | 2 |
QXmlUtils::isLetterName: | QXmlUtils::isLetter | Prototype: | bool QXmlUtils::isLetter(const QChar c) | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | Lines: | 246-249 |
| | 1 | 1 |
Q_QGS_QSystemLocale_globalSystemLocale::innerFunctionName: | Q_QGS_QSystemLocale_globalSystemLocale::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 74-74 |
| | 1 | 4 |
Q_QGS__q_manager::innerFunctionName: | Q_QGS__q_manager::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | Lines: | 69-69 |
| | 1 | 4 |
Q_QGS__q_sslErrorList::innerFunctionName: | Q_QGS__q_sslErrorList::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 268-268 |
| | 1 | 4 |
Q_QGS_animationTimer::innerFunctionName: | Q_QGS_animationTimer::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 551-551 |
| | 1 | 4 |
Q_QGS_coreappdata::innerFunctionName: | Q_QGS_coreappdata::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 383-383 |
| | 1 | 4 |
Q_QGS_customFormatVectorFunc::innerFunctionName: | Q_QGS_customFormatVectorFunc::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 140-140 |
| | 1 | 4 |
Q_QGS_customTypes::innerFunctionName: | Q_QGS_customTypes::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetatype.cpp | Lines: | 134-134 |
| | 1 | 4 |
Q_QGS_customTypesComparatorRegistry::innerFunctionName: | Q_QGS_customTypesComparatorRegistry::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 573-573 |
| | 1 | 4 |
Q_QGS_customTypesConversionRegistry::innerFunctionName: | Q_QGS_customTypesConversionRegistry::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 572-572 |
| | 1 | 4 |
Q_QGS_customTypesDebugStreamRegistry::innerFunctionName: | Q_QGS_customTypesDebugStreamRegistry::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 574-574 |
| | 1 | 4 |
Q_QGS_customTypesLock::innerFunctionName: | Q_QGS_customTypesLock::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetatype.cpp | Lines: | 135-135 |
| | 1 | 4 |
Q_QGS_dbDict::innerFunctionName: | Q_QGS_dbDict::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | Lines: | 126-126 |
| | 1 | 4 |
Q_QGS_debugpipeBackend::innerFunctionName: | Q_QGS_debugpipeBackend::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | Lines: | 74-74 |
| | 1 | 4 |
Q_QGS_defaultCollator::innerFunctionName: | Q_QGS_defaultCollator::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5561-5561 |
| | 1 | 4 |
Q_QGS_defaultLocalePrivate::innerFunctionName: | Q_QGS_defaultLocalePrivate::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 701-701 |
| | 1 | 4 |
Q_QGS_destructors::innerFunctionName: | Q_QGS_destructors::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadstorage.cpp | Lines: | 68-68 |
| | 1 | 4 |
Q_QGS_devUrandomStorage::innerFunctionName: | Q_QGS_devUrandomStorage::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | Lines: | 918-918 |
| | 1 | 4 |
Q_QGS_factoryData::innerFunctionName: | Q_QGS_factoryData::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessbackend.cpp | Lines: | 69-69 |
| | 1 | 4 |
Q_QGS_fcntlOK::innerFunctionName: | Q_QGS_fcntlOK::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp | Lines: | 126-126 |
| | 1 | 4 |
Q_QGS_fileBackend::innerFunctionName: | Q_QGS_fileBackend::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | Lines: | 68-68 |
| | 1 | 4 |
Q_QGS_fileEngineHandlerMutex::innerFunctionName: | Q_QGS_fileEngineHandlerMutex::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | Lines: | 104-104 |
| | 1 | 4 |
Q_QGS_fileEngineHandlers::innerFunctionName: | Q_QGS_fileEngineHandlers::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | Lines: | 115-115 |
| | 1 | 4 |
Q_QGS_ftpBackend::innerFunctionName: | Q_QGS_ftpBackend::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | Lines: | 70-70 |
| | 1 | 4 |
Q_QGS_getRoot::innerFunctionName: | Q_QGS_getRoot::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 372-372 |
| | 1 | 4 |
Q_QGS_globalData::innerFunctionName: | Q_QGS_globalData::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 339-339 |
| | 1 | 4 |
Q_QGS_globalEngineCache::innerFunctionName: | Q_QGS_globalEngineCache::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 3811-3811 |
| | 1 | 4 |
Q_QGS_globalInstance::innerFunctionName: | Q_QGS_globalInstance::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreglobaldata.cpp | Lines: | 39-39 |
| | 1 | 4 |
Q_QGS_globalLocaleData::innerFunctionName: | Q_QGS_globalLocaleData::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 76-76 |
| | 1 | 4 |
Q_QGS_globalMutexPool::innerFunctionName: | Q_QGS_globalMutexPool::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutexpool.cpp | Lines: | 41-41 |
| | 1 | 4 |
Q_QGS_globalNetworkProxy::innerFunctionName: | Q_QGS_globalNetworkProxy::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | Lines: | 347-347 |
| | 1 | 4 |
Q_QGS_global_callback_table::innerFunctionName: | Q_QGS_global_callback_table::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3849-3849 |
| | 1 | 4 |
Q_QGS_global_tz::innerFunctionName: | Q_QGS_global_tz::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 113-113 |
| | 1 | 4 |
Q_QGS_knownPointers::innerFunctionName: | Q_QGS_knownPointers::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | Lines: | 1477-1477 |
| | 1 | 4 |
Q_QGS_libraryPathMutex::innerFunctionName: | Q_QGS_libraryPathMutex::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2489-2489 |
| | 1 | 4 |
Q_QGS_manager::innerFunctionName: | Q_QGS_manager::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | Lines: | 75-75 |
| | 1 | 4 |
Q_QGS_metadata_shared_invalid::innerFunctionName: | Q_QGS_metadata_shared_invalid::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qabstractnetworkcache.cpp | Lines: | 74-74 |
| | 1 | 4 |
Q_QGS_nullDriver::innerFunctionName: | Q_QGS_nullDriver::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 63-63 |
| | 1 | 4 |
Q_QGS_nullQueryPrivate::innerFunctionName: | Q_QGS_nullQueryPrivate::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 62-62 |
| | 1 | 4 |
Q_QGS_nullResult::innerFunctionName: | Q_QGS_nullResult::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 64-64 |
| | 1 | 4 |
Q_QGS_oidNameMap::innerFunctionName: | Q_QGS_oidNameMap::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | Lines: | 77-77 |
| | 1 | 4 |
Q_QGS_openssl_locks::innerFunctionName: | Q_QGS_openssl_locks::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 162-162 |
| | 1 | 4 |
Q_QGS_pathHashFunc::innerFunctionName: | Q_QGS_pathHashFunc::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 139-139 |
| | 1 | 4 |
Q_QGS_postRList::innerFunctionName: | Q_QGS_postRList::innerFunction | Prototype: | inline Type *innerFunction() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 228-228 |
| | 1 | 4 |