| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QOpenGLDebugMessage::createThirdPartyMessage| Name: | QOpenGLDebugMessage::createThirdPartyMessage | | Prototype: | QOpenGLDebugMessage QOpenGLDebugMessage::createThirdPartyMessage(const QString &text, GLuint id, QOpenGLDebugMessage::Severity severity, QOpenGLDebugMessage::Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | | Lines: | 1006-1018 |
| | 7 | 1 |
QOpenGLDebugMessage::createApplicationMessage| Name: | QOpenGLDebugMessage::createApplicationMessage | | Prototype: | QOpenGLDebugMessage QOpenGLDebugMessage::createApplicationMessage(const QString &text, GLuint id, QOpenGLDebugMessage::Severity severity, QOpenGLDebugMessage::Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | | Lines: | 985-997 |
| | 7 | 1 |
QOpenGLBuffer::operator=| Name: | QOpenGLBuffer::operator= | | Prototype: | QOpenGLBuffer &QOpenGLBuffer::operator=(const QOpenGLBuffer &other) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | | Lines: | 218-229 |
| | 7 | 3 |
QOpenGL2PaintEngineExPrivate::setScissor| Name: | QOpenGL2PaintEngineExPrivate::setScissor | | Prototype: | void QOpenGL2PaintEngineExPrivate::setScissor(const QRect &rect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 2222-2233 |
| | 7 | 2 |
QOpenGL2PaintEngineExPrivate::prepareForCachedGlyphDraw| Name: | QOpenGL2PaintEngineExPrivate::prepareForCachedGlyphDraw | | Prototype: | bool QOpenGL2PaintEngineExPrivate::prepareForCachedGlyphDraw(const QFontEngineGlyphCache &cache) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 1135-1147 |
| | 7 | 1 |
QOpenGL2GradientCache::cleanCache| Name: | QOpenGL2GradientCache::cleanCache | | Prototype: | void QOpenGL2GradientCache::cleanCache() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | | Lines: | 95-105 |
| | 7 | 2 |
QObjectPrivate::_q_reregisterTimers| Name: | QObjectPrivate::_q_reregisterTimers | | Prototype: | void QObjectPrivate::_q_reregisterTimers(void *pointer) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1576-1586 |
| | 7 | 2 |
QNonContiguousByteDeviceRingBufferImpl::readPointer| Name: | QNonContiguousByteDeviceRingBufferImpl::readPointer | | Prototype: | const char* QNonContiguousByteDeviceRingBufferImpl::readPointer(qint64 maximumLength, qint64 &len) | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 240-253 |
| | 7 | 3 |
QNonContiguousByteDeviceByteArrayImpl::readPointer| Name: | QNonContiguousByteDeviceByteArrayImpl::readPointer | | Prototype: | const char* QNonContiguousByteDeviceByteArrayImpl::readPointer(qint64 maximumLength, qint64 &len) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 187-200 |
| | 7 | 3 |
QNetworkReplyImplPrivate::error| Name: | QNetworkReplyImplPrivate::error | | Prototype: | void QNetworkReplyImplPrivate::error(QNetworkReplyImpl::NetworkError code, const QString &errorMessage) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 847-863 |
| | 7 | 2 |
QNetworkReplyImplPrivate::_q_networkSessionUsagePoliciesChanged| Name: | QNetworkReplyImplPrivate::_q_networkSessionUsagePoliciesChanged | | Prototype: | void QNetworkReplyImplPrivate::_q_networkSessionUsagePoliciesChanged(QNetworkSession::UsagePolicies newPolicies) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 347-361 |
| | 7 | 4 |
QNetworkReplyImpl::setReadBufferSize| Name: | QNetworkReplyImpl::setReadBufferSize | | Prototype: | void QNetworkReplyImpl::setReadBufferSize(qint64 size) | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 991-1002 |
| | 7 | 3 |
QNetworkReplyHttpImplPrivate::error| Name: | QNetworkReplyHttpImplPrivate::error | | Prototype: | void QNetworkReplyHttpImplPrivate::error(QNetworkReplyImpl::NetworkError code, const QString &errorMessage) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 2098-2114 |
| | 7 | 2 |
QNetworkReplyHttpImplPrivate::checkForRedirect| Name: | QNetworkReplyHttpImplPrivate::checkForRedirect | | Prototype: | void QNetworkReplyHttpImplPrivate::checkForRedirect(const int statusCode) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1134-1151 |
| | 7 | 6 |
QNetworkReplyHttpImplPrivate::_q_networkSessionUsagePoliciesChanged| Name: | QNetworkReplyHttpImplPrivate::_q_networkSessionUsagePoliciesChanged | | Prototype: | void QNetworkReplyHttpImplPrivate::_q_networkSessionUsagePoliciesChanged(QNetworkSession::UsagePolicies newPolicies) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1965-1980 |
| | 7 | 4 |
QNetworkReplyHttpImpl::close| Name: | QNetworkReplyHttpImpl::close | | Prototype: | void QNetworkReplyHttpImpl::close() | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 251-267 |
| | 7 | 2 |
QNetworkProxy::rawHeader| Name: | QNetworkProxy::rawHeader | | Prototype: | QByteArray QNetworkProxy::rawHeader(const QByteArray &headerName) const | | Coverage: | 33.333% (3/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | | Lines: | 800-809 |
| | 7 | 3 |
QNetworkInterface::interfaceIndexFromName| Name: | QNetworkInterface::interfaceIndexFromName | | Prototype: | int QNetworkInterface::interfaceIndexFromName(const QString &name) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | | Lines: | 541-551 |
| | 7 | 3 |
QNetworkHeadersPrivate::rawHeadersKeys| Name: | QNetworkHeadersPrivate::rawHeadersKeys | | Prototype: | QList<QByteArray> QNetworkHeadersPrivate::rawHeadersKeys() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 929-939 |
| | 7 | 2 |
QNetworkDiskCachePrivate::prepareLayout| Name: | QNetworkDiskCachePrivate::prepareLayout | | Prototype: | void QNetworkDiskCachePrivate::prepareLayout() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | | Lines: | 252-264 |
| | 7 | 2 |
QNetworkDiskCache::cacheSize| Name: | QNetworkDiskCache::cacheSize | | Prototype: | qint64 QNetworkDiskCache::cacheSize() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | | Lines: | 160-173 |
| | 7 | 3 |
QNetworkCookieJar::validateCookie| Name: | QNetworkCookieJar::validateCookie | | Prototype: | bool QNetworkCookieJar::validateCookie(const QNetworkCookie &cookie, const QUrl &url) const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookiejar.cpp | | Lines: | 331-345 |
| | 7 | 3 |
QNetworkCookieJar::deleteCookie| Name: | QNetworkCookieJar::deleteCookie | | Prototype: | bool QNetworkCookieJar::deleteCookie(const QNetworkCookie &cookie) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookiejar.cpp | | Lines: | 312-323 |
| | 7 | 3 |
QNetworkConfiguration::bearerTypeFamily| Name: | QNetworkConfiguration::bearerTypeFamily | | Prototype: | QNetworkConfiguration::BearerType QNetworkConfiguration::bearerTypeFamily() const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworkconfiguration.cpp | | Lines: | 453-477 |
| | 7 | 15 |
QNetworkAccessManagerPrivate::~QNetworkAccessManagerPrivate| Name: | QNetworkAccessManagerPrivate::~QNetworkAccessManagerPrivate | | Prototype: | QNetworkAccessManagerPrivate::~QNetworkAccessManagerPrivate() | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 1530-1541 |
| | 7 | 3 |
QNetworkAccessManagerPrivate::_q_replyFinished| Name: | QNetworkAccessManagerPrivate::_q_replyFinished | | Prototype: | void QNetworkAccessManagerPrivate::_q_replyFinished() | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 1320-1336 |
| | 7 | 3 |
QNetworkAccessManagerPrivate::_q_networkSessionFailed| Name: | QNetworkAccessManagerPrivate::_q_networkSessionFailed | | Prototype: | void QNetworkAccessManagerPrivate::_q_networkSessionFailed(QNetworkSession::SessionError) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 1719-1730 |
| | 7 | 3 |
QNetworkAccessManager::activeConfiguration| Name: | QNetworkAccessManager::activeConfiguration | | Prototype: | QNetworkConfiguration QNetworkAccessManager::activeConfiguration() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 927-939 |
| | 7 | 2 |
QNetworkAccessFtpBackendFactory::create| Name: | QNetworkAccessFtpBackendFactory::create | | Prototype: | QNetworkAccessBackend * QNetworkAccessFtpBackendFactory::create(QNetworkAccessManager::Operation op, const QNetworkRequest &request) const | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessftpbackend.cpp | | Lines: | 68-87 |
| | 7 | 5 |
QNetworkAccessDebugPipeBackendFactory::create| Name: | QNetworkAccessDebugPipeBackendFactory::create | | Prototype: | QNetworkAccessBackend * QNetworkAccessDebugPipeBackendFactory::create(QNetworkAccessManager::Operation op, const QNetworkRequest &request) const | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessdebugpipebackend.cpp | | Lines: | 61-80 |
| | 7 | 5 |
QMovie::supportedFormats| Name: | QMovie::supportedFormats | | Prototype: | QList<QByteArray> QMovie::supportedFormats() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qmovie.cpp | | Lines: | 971-985 |
| | 7 | 2 |
QMimeXMLProvider::parents| Name: | QMimeXMLProvider::parents | | Prototype: | QStringList QMimeXMLProvider::parents(const QString &mime) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 832-842 |
| | 7 | 3 |
QMimeType::iconName| Name: | QMimeType::iconName | | Prototype: | QString QMimeType::iconName() const | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetype.cpp | | Lines: | 304-315 |
| | 7 | 3 |
QMimeDatabasePrivate::provider| Name: | QMimeDatabasePrivate::provider | | Prototype: | QMimeProviderBase *QMimeDatabasePrivate::provider() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimedatabase.cpp | | Lines: | 82-94 |
| | 7 | 3 |
QMimeDatabase::mimeTypesForFileName| Name: | QMimeDatabase::mimeTypesForFileName | | Prototype: | QList<QMimeType> QMimeDatabase::mimeTypesForFileName(const QString &fileName) const | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimedatabase.cpp | | Lines: | 438-448 |
| | 7 | 2 |
QMimeData::setUrls| Name: | QMimeData::setUrls | | Prototype: | void QMimeData::setUrls(const QList<QUrl> &urls) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 365-375 |
| | 7 | 2 |
QMimeData::formats| Name: | QMimeData::formats | | Prototype: | QStringList QMimeData::formats() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 627-636 |
| | 7 | 2 |
QMimeBinaryProvider::loadIcon| Name: | QMimeBinaryProvider::loadIcon | | Prototype: | void QMimeBinaryProvider::loadIcon(QMimeTypePrivate &data) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 679-690 |
| | 7 | 3 |
QMimeBinaryProvider::loadGenericIcon| Name: | QMimeBinaryProvider::loadGenericIcon | | Prototype: | void QMimeBinaryProvider::loadGenericIcon(QMimeTypePrivate &data) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 692-703 |
| | 7 | 3 |
QMimeBinaryProvider::allMimeTypes| Name: | QMimeBinaryProvider::allMimeTypes | | Prototype: | QList<QMimeType> QMimeBinaryProvider::allMimeTypes() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 546-557 |
| | 7 | 2 |
QMetaType::isRegistered| Name: | QMetaType::isRegistered | | Prototype: | bool QMetaType::isRegistered(int type) | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1174-1186 |
| | 7 | 2 |
QMetaStringTable::enter| Name: | QMetaStringTable::enter | | Prototype: | int QMetaStringTable::enter(const QByteArray &value) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 1089-1098 |
| | 7 | 2 |
QMetaPropertyBuilder::setNotifySignal| Name: | QMetaPropertyBuilder::setNotifySignal | | Prototype: | void QMetaPropertyBuilder::setNotifySignal(const QMetaMethodBuilder& value) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 2185-2197 |
| | 7 | 3 |
QMetaProperty::reset| Name: | QMetaProperty::reset | | Prototype: | bool QMetaProperty::reset(QObject *object) const | | Coverage: | 64.286% (9/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3128-3138 |
| | 7 | 3 |
QMetaObjectPrivate::originalClone| Name: | QMetaObjectPrivate::originalClone | | Prototype: | int QMetaObjectPrivate::originalClone(const QMetaObject *mobj, int local_method_index) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3597-3607 |
| | 7 | 2 |
QMetaObject::constructor| Name: | QMetaObject::constructor | | Prototype: | QMetaMethod QMetaObject::constructor(int index) const | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1045-1055 |
| | 7 | 2 |
QMetaObject::activate::~ConnectionListsRef| Name: | QMetaObject::activate::~ConnectionListsRef | | Prototype: | ~ConnectionListsRef() | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3643-3654 |
| | 7 | 4 |
QMetaObject::Connection::operator=| Name: | QMetaObject::Connection::operator= | | Prototype: | QMetaObject::Connection& QMetaObject::Connection::operator=(const QMetaObject::Connection& other) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 4924-4934 |
| | 7 | 4 |
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::value| Name: | QMetaEnum::value | | Prototype: | int QMetaEnum::value(int index) const | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 2537-2546 |
| | 7 | 3 |
QMetaEnum::key| Name: | QMetaEnum::key | | Prototype: | const char *QMetaEnum::key(int index) const | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 2520-2529 |
| | 7 | 3 |
QMessageLogger::warning| Name: | QMessageLogger::warning | | Prototype: | QDebug QMessageLogger::warning(const QLoggingCategory &cat) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 634-645 |
| | 7 | 2 |
QMessageLogger::info| Name: | QMessageLogger::info | | Prototype: | QDebug QMessageLogger::info(const QLoggingCategory &cat) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 519-530 |
| | 7 | 2 |
QMessageLogger::debug| Name: | QMessageLogger::debug | | Prototype: | QDebug QMessageLogger::debug(const QLoggingCategory &cat) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 407-418 |
| | 7 | 2 |
QMessageLogger::critical| Name: | QMessageLogger::critical | | Prototype: | QDebug QMessageLogger::critical(const QLoggingCategory &cat) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 751-762 |
| | 7 | 2 |
QMessageBoxPrivate::helperPrepareShow| Name: | QMessageBoxPrivate::helperPrepareShow | | Prototype: | void QMessageBoxPrivate::helperPrepareShow(QPlatformDialogHelper *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | | Lines: | 2722-2731 |
| | 7 | 1 |
QMessageBoxPrivate::abstractButtonForId| Name: | QMessageBoxPrivate::abstractButtonForId | | Prototype: | QAbstractButton *QMessageBoxPrivate::abstractButtonForId(int id) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | | Lines: | 2010-2019 |
| | 7 | 3 |
QMessageBox::closeEvent| Name: | QMessageBox::closeEvent | | Prototype: | void QMessageBox::closeEvent(QCloseEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | | Lines: | 1406-1416 |
| | 7 | 2 |
QMessageBox::addButton| Name: | QMessageBox::addButton | | Prototype: | void QMessageBox::addButton(QAbstractButton *button, ButtonRole role) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | | Lines: | 858-867 |
| | 7 | 2 |
QMenuPrivate::updateLayoutDirection| Name: | QMenuPrivate::updateLayoutDirection | | Prototype: | void QMenuPrivate::updateLayoutDirection() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 796-810 |
| | 7 | 4 |
QMenuPrivate::setPlatformMenu| Name: | QMenuPrivate::setPlatformMenu | | Prototype: | void QMenuPrivate::setPlatformMenu(QPlatformMenu *menu) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 162-173 |
| | 7 | 3 |
QMenuPrivate::adjustMenuSizeForScreen| Name: | QMenuPrivate::adjustMenuSizeForScreen | | Prototype: | QSize QMenuPrivate::adjustMenuSizeForScreen(const QRect &screen) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 397-406 |
| | 7 | 1 |
QMenuBar::mouseMoveEvent| Name: | QMenuBar::mouseMoveEvent | | Prototype: | void QMenuBar::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | | Lines: | 1182-1191 |
| | 7 | 3 |
QMdiSubWindowPrivate::updateCursor| Name: | QMdiSubWindowPrivate::updateCursor | | Prototype: | void QMdiSubWindowPrivate::updateCursor() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 1069-1088 |
| | 7 | 3 |
QMdiSubWindowPrivate::_q_updateStaysOnTopHint| Name: | QMdiSubWindowPrivate::_q_updateStaysOnTopHint | | Prototype: | void QMdiSubWindowPrivate::_q_updateStaysOnTopHint() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 892-906 |
| | 7 | 3 |
QMdiSubWindow::sizeHint| Name: | QMdiSubWindow::sizeHint | | Prototype: | QSize QMdiSubWindow::sizeHint() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 3486-3495 |
| | 7 | 2 |
QMdiSubWindow::mdiArea| Name: | QMdiSubWindow::mdiArea | | Prototype: | QMdiArea *QMdiSubWindow::mdiArea() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 2578-2589 |
| | 7 | 4 |
QMdiAreaPrivate::showRubberBandFor| Name: | QMdiAreaPrivate::showRubberBandFor | | Prototype: | void QMdiAreaPrivate::showRubberBandFor(QMdiSubWindow *subWindow) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1536-1548 |
| | 7 | 3 |
QMdiAreaPrivate::refreshTabBar| Name: | QMdiAreaPrivate::refreshTabBar | | Prototype: | void QMdiAreaPrivate::refreshTabBar() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1683-1695 |
| | 7 | 2 |
QMdiAreaPrivate::activateHighlightedWindow| Name: | QMdiAreaPrivate::activateHighlightedWindow | | Prototype: | void QMdiAreaPrivate::activateHighlightedWindow() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1029-1042 |
| | 7 | 3 |
QMdiArea::setupViewport| Name: | QMdiArea::setupViewport | | Prototype: | void QMdiArea::setupViewport(QWidget *viewport) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2685-2695 |
| | 7 | 4 |
QMdiArea::QMdiArea| Name: | QMdiArea::QMdiArea | | Prototype: | QMdiArea::QMdiArea(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1702-1712 |
| | 7 | 1 |
QMatrix::operator=| Name: | QMatrix::operator= | | Prototype: | QMatrix &QMatrix::operator=(const QMatrix &matrix) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 1071-1080 |
| | 7 | 1 |
QMatrix::operator *| Name: | QMatrix::operator * | | Prototype: | QMatrix QMatrix::operator *(const QMatrix &m) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 1055-1065 |
| | 7 | 1 |
QMainWindowLayoutState::contains| Name: | QMainWindowLayoutState::contains | | Prototype: | bool QMainWindowLayoutState::contains(QWidget *widget) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 587-604 |
| | 7 | 4 |
QMainWindowLayout::startSeparatorMove| Name: | QMainWindowLayout::startSeparatorMove | | Prototype: | bool QMainWindowLayout::startSeparatorMove(const QPoint &pos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1718-1731 |
| | 7 | 2 |
QMainWindowLayout::setDocumentMode| Name: | QMainWindowLayout::setDocumentMode | | Prototype: | void QMainWindowLayout::setDocumentMode(bool enabled) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1395-1407 |
| | 7 | 4 |
QMainWindowLayout::setCentralWidget| Name: | QMainWindowLayout::setCentralWidget | | Prototype: | void QMainWindowLayout::setCentralWidget(QWidget *widget) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 2252-2266 |
| | 7 | 3 |
QMainWindowLayout::addToolBar| Name: | QMainWindowLayout::addToolBar | | Prototype: | void QMainWindowLayout::addToolBar(Qt::ToolBarArea area, QToolBar *toolbar, bool) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1146-1170 |
| | 7 | 2 |
QMainWindowLayout::QMainWindowLayout| Name: | QMainWindowLayout::QMainWindowLayout | | Prototype: | QMainWindowLayout::QMainWindowLayout(QMainWindow *mainwindow, QLayout *parentLayout) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 2168-2205 |
| | 7 | 3 |
QMainWindow::statusBar| Name: | QMainWindow::statusBar | | Prototype: | QStatusBar *QMainWindow::statusBar() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 603-613 |
| | 7 | 2 |
QLoggingRegistry::setApiRules| Name: | QLoggingRegistry::setApiRules | | Prototype: | void QLoggingRegistry::setApiRules(const QString &content) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | | Lines: | 344-358 |
| | 7 | 3 |
QLoggingCategory::isEnabled| Name: | QLoggingCategory::isEnabled | | Prototype: | bool QLoggingCategory::isEnabled(QtMsgType msgtype) const | | Coverage: | 90.909% (10/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | | Lines: | 318-328 |
| | 7 | 6 |
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::toDateTime| Name: | QLocale::toDateTime | | Prototype: | QDateTime QLocale::toDateTime(const QString &string, const QString &format) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1891-1906 |
| | 7 | 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 |
QLocalServer::waitForNewConnection| Name: | QLocalServer::waitForNewConnection | | Prototype: | bool QLocalServer::waitForNewConnection(int msec, bool *timedOut) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 485-497 |
| | 7 | 3 |
QLocalServer::nextPendingConnection| Name: | QLocalServer::nextPendingConnection | | Prototype: | QLocalSocket *QLocalServer::nextPendingConnection() | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 378-393 |
| | 7 | 3 |
QListWidget::setCurrentRow| Name: | QListWidget::setCurrentRow | | Prototype: | void QListWidget::setCurrentRow(int row) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1516-1526 |
| | 7 | 3 |
QListViewPrivate::mapToViewport| Name: | QListViewPrivate::mapToViewport | | Prototype: | QRect QListViewPrivate::mapToViewport(const QRect &rect, bool extend) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1736-1746 |
| | 7 | 2 |
QListView::timerEvent| Name: | QListView::timerEvent | | Prototype: | void QListView::timerEvent(QTimerEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 843-854 |
| | 7 | 3 |
QListView::setMovement| Name: | QListView::setMovement | | Prototype: | void QListView::setMovement(Movement movement) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 233-245 |
| | 7 | 1 |
QListView::currentChanged| Name: | QListView::currentChanged | | Prototype: | void QListView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 3236-3249 |
| | 7 | 3 |
QListModel::dropMimeData| Name: | QListModel::dropMimeData | | Prototype: | bool QListModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &index) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 448-459 |
| | 7 | 3 |
QListModeViewBase::doBatchedItemLayout| Name: | QListModeViewBase::doBatchedItemLayout | | Prototype: | bool QListModeViewBase::doBatchedItemLayout(const QListViewLayoutInfo &info, int max) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2335-2345 |
| | 7 | 2 |
QListModeViewBase::clear| Name: | QListModeViewBase::clear | | Prototype: | void QListModeViewBase::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2698-2707 |
| | 7 | 1 |
QListData::realloc| Name: | QListData::realloc | | Prototype: | void QListData::realloc(int alloc) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 137-147 |
| | 7 | 3 |
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 |
QLineF::angle| Name: | QLineF::angle | | Prototype: | qreal QLineF::angle() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 570-583 |
| | 7 | 2 |
QLineEditPrivate::sideWidgetParameters| Name: | QLineEditPrivate::sideWidgetParameters | | Prototype: | QLineEditPrivate::SideWidgetParameters QLineEditPrivate::sideWidgetParameters() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 424-433 |
| | 7 | 1 |