| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QXcbEventReader::addEvent| Name: | QXcbEventReader::addEvent | | Prototype: | void QXcbEventReader::addEvent(xcb_generic_event_t *event) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 1350-1356 |
| | 4 | 2 |
QXcbIntegration::createEventDispatcher| Name: | QXcbIntegration::createEventDispatcher | | Prototype: | QAbstractEventDispatcher *QXcbIntegration::createEventDispatcher() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines: | 263-269 |
| | 4 | 2 |
QXcbIntegration::initialize| Name: | QXcbIntegration::initialize | | Prototype: | void QXcbIntegration::initialize() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines: | 271-279 |
| | 4 | 2 |
QXcbIntegration::queryKeyboardModifiers| Name: | QXcbIntegration::queryKeyboardModifiers | | Prototype: | Qt::KeyboardModifiers QXcbIntegration::queryKeyboardModifiers() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines: | 336-342 |
| | 4 | 1 |
QXcbNativeInterface::handlerNativeResourceForBackingStore| Name: | QXcbNativeInterface::handlerNativeResourceForBackingStore | | Prototype: | void *QXcbNativeInterface::handlerNativeResourceForBackingStore(const QByteArray &resource, QBackingStore *backingStore) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 638-644 |
| | 4 | 2 |
QXcbNativeInterface::handlerNativeResourceForContext| Name: | QXcbNativeInterface::handlerNativeResourceForContext | | Prototype: | void *QXcbNativeInterface::handlerNativeResourceForContext(const QByteArray &resource, QOpenGLContext *context) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 614-620 |
| | 4 | 2 |
QXcbNativeInterface::handlerNativeResourceForIntegration| Name: | QXcbNativeInterface::handlerNativeResourceForIntegration | | Prototype: | void *QXcbNativeInterface::handlerNativeResourceForIntegration(const QByteArray &resource) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 606-612 |
| | 4 | 2 |
QXcbNativeInterface::handlerNativeResourceForScreen| Name: | QXcbNativeInterface::handlerNativeResourceForScreen | | Prototype: | void *QXcbNativeInterface::handlerNativeResourceForScreen(const QByteArray &resource, QScreen *screen) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 622-628 |
| | 4 | 2 |
QXcbNativeInterface::handlerNativeResourceForWindow| Name: | QXcbNativeInterface::handlerNativeResourceForWindow | | Prototype: | void *QXcbNativeInterface::handlerNativeResourceForWindow(const QByteArray &resource, QWindow *window) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 630-636 |
| | 4 | 2 |
QXcbScreen::depthOfVisual| Name: | QXcbScreen::depthOfVisual | | Prototype: | quint8 QXcbScreen::depthOfVisual(xcb_visualid_t visualid) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 390-396 |
| | 4 | 2 |
QXcbScreen::setOutput| Name: | QXcbScreen::setOutput | | Prototype: | void QXcbScreen::setOutput(xcb_randr_output_t outputId, xcb_randr_get_output_info_reply_t *outputInfo) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 432-440 |
| | 4 | 1 |
QXcbScreen::updateAvailableGeometry| Name: | QXcbScreen::updateAvailableGeometry | | Prototype: | void QXcbScreen::updateAvailableGeometry() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 574-581 |
| | 4 | 2 |
QXcbScreen::visualForId| Name: | QXcbScreen::visualForId | | Prototype: | const xcb_visualtype_t *QXcbScreen::visualForId(xcb_visualid_t visualid) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 382-388 |
| | 4 | 2 |
QXcbScreen::xResource| Name: | QXcbScreen::xResource | | Prototype: | bool QXcbScreen::xResource(const QByteArray &identifier, const QByteArray &expectedIdentifier, QByteArray& stringValue) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 750-759 |
| | 4 | 2 |
QXcbSessionManager::~QXcbSessionManager| Name: | QXcbSessionManager::~QXcbSessionManager | | Prototype: | QXcbSessionManager::~QXcbSessionManager() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | | Lines: | 373-379 |
| | 4 | 2 |
QXcbSystemTrayTracker::handleDestroyNotifyEvent| Name: | QXcbSystemTrayTracker::handleDestroyNotifyEvent | | Prototype: | void QXcbSystemTrayTracker::handleDestroyNotifyEvent(const xcb_destroy_notify_event_t *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsystemtraytracker.cpp | | Lines: | 161-168 |
| | 4 | 2 |
QXcbVirtualDesktop::screenAt| Name: | QXcbVirtualDesktop::screenAt | | Prototype: | QXcbScreen *QXcbVirtualDesktop::screenAt(const QPoint &pos) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 70-77 |
| | 4 | 3 |
QXcbVirtualDesktop::xSettings| Name: | QXcbVirtualDesktop::xSettings | | Prototype: | QXcbXSettings *QXcbVirtualDesktop::xSettings() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 91-98 |
| | 4 | 2 |
QXcbWindow::doFocusOut| Name: | QXcbWindow::doFocusOut | | Prototype: | void QXcbWindow::doFocusOut() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 991-1000 |
| | 4 | 2 |
QXcbWindow::handleGenericEvent| Name: | QXcbWindow::handleGenericEvent | | Prototype: | bool QXcbWindow::handleGenericEvent(xcb_generic_event_t *event, long *result) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2016-2022 |
| | 4 | 1 |
QXcbWindow::postSyncWindowRequest| Name: | QXcbWindow::postSyncWindowRequest | | Prototype: | void QXcbWindow::postSyncWindowRequest() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2889-2896 |
| | 4 | 2 |
QXcbWindow::requestSystemTrayWindowDock| Name: | QXcbWindow::requestSystemTrayWindowDock | | Prototype: | bool QXcbWindow::requestSystemTrayWindowDock() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1947-1953 |
| | 4 | 2 |
QXcbWindow::setAlertState| Name: | QXcbWindow::setAlertState | | Prototype: | void QXcbWindow::setAlertState(bool enabled) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2869-2877 |
| | 4 | 2 |
QXcbXSettings::handlePropertyNotifyEvent| Name: | QXcbXSettings::handlePropertyNotifyEvent | | Prototype: | void QXcbXSettings::handlePropertyNotifyEvent(const xcb_property_notify_event_t *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 283-291 |
| | 4 | 2 |
QXcbXSettings::removeCallbackForHandle| Name: | QXcbXSettings::removeCallbackForHandle | | Prototype: | void QXcbXSettings::removeCallbackForHandle(void *handle) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 312-319 |
| | 4 | 2 |
QXcbXSettingsPrivate::round_to_nearest_multiple_of_4| Name: | QXcbXSettingsPrivate::round_to_nearest_multiple_of_4 | | Prototype: | static int round_to_nearest_multiple_of_4(int value) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 135-141 |
| | 4 | 2 |
QXcbXSettingsPropertyValue::addCallback| Name: | QXcbXSettingsPropertyValue::addCallback | | Prototype: | void addCallback(QXcbXSettings::PropertyChangeFunc func, void *handle) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 78-84 |
| | 4 | 1 |
QXmlAttributes::index| Name: | QXmlAttributes::index | | Prototype: | int QXmlAttributes::index(const QString& qName) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 773-780 |
| | 4 | 3 |
QXmlAttributes::index| Name: | QXmlAttributes::index | | Prototype: | int QXmlAttributes::index(QLatin1String qName) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 784-791 |
| | 4 | 3 |
QXmlAttributes::value| Name: | QXmlAttributes::value | | Prototype: | QString QXmlAttributes::value(const QString& qName) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 925-931 |
| | 4 | 2 |
QXmlAttributes::value| Name: | QXmlAttributes::value | | Prototype: | QString QXmlAttributes::value(QLatin1String qName) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 941-947 |
| | 4 | 2 |
QXmlAttributes::value| Name: | QXmlAttributes::value | | Prototype: | QString QXmlAttributes::value(const QString& uri, const QString& localName) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 958-964 |
| | 4 | 2 |
QXmlInputSource::QXmlInputSource| Name: | QXmlInputSource::QXmlInputSource | | Prototype: | QXmlInputSource::QXmlInputSource(QIODevice *dev) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1091-1097 |
| | 4 | 2 |
QXmlSimpleReaderPrivate::pushParseState| Name: | QXmlSimpleReaderPrivate::pushParseState | | Prototype: | void QXmlSimpleReaderPrivate::pushParseState(ParseFunction function, int state) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 7934-7940 |
| | 4 | 1 |
QXmlStreamAttribute::QXmlStreamAttribute| Name: | QXmlStreamAttribute::QXmlStreamAttribute | | Prototype: | QXmlStreamAttribute::QXmlStreamAttribute(const QString &namespaceUri, const QString &name, const QString &value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2287-2293 |
| | 4 | 1 |
QXmlStreamNotationDeclaration::operator=| Name: | QXmlStreamNotationDeclaration::operator= | | Prototype: | QXmlStreamNotationDeclaration& QXmlStreamNotationDeclaration::operator=(const QXmlStreamNotationDeclaration &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2445-2451 |
| | 4 | 1 |
QXmlStreamReader::QXmlStreamReader| Name: | QXmlStreamReader::QXmlStreamReader | | Prototype: | QXmlStreamReader::QXmlStreamReader(const QString &data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 408-420 |
| | 4 | 1 |
QXmlStreamReader::addExtraNamespaceDeclaration| Name: | QXmlStreamReader::addExtraNamespaceDeclaration | | Prototype: | void QXmlStreamReader::addExtraNamespaceDeclaration(const QXmlStreamNamespaceDeclaration &extraNamespaceDeclaration) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2057-2063 |
| | 4 | 1 |
QXmlStreamReader::documentEncoding| Name: | QXmlStreamReader::documentEncoding | | Prototype: | QStringRef QXmlStreamReader::documentEncoding() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2865-2871 |
| | 4 | 2 |
QXmlStreamReader::documentVersion| Name: | QXmlStreamReader::documentVersion | | Prototype: | QStringRef QXmlStreamReader::documentVersion() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2850-2856 |
| | 4 | 2 |
QXmlStreamReader::dtdName| Name: | QXmlStreamReader::dtdName | | Prototype: | QStringRef QXmlStreamReader::dtdName() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1991-1997 |
| | 4 | 2 |
QXmlStreamReader::dtdPublicId| Name: | QXmlStreamReader::dtdPublicId | | Prototype: | QStringRef QXmlStreamReader::dtdPublicId() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2006-2012 |
| | 4 | 2 |
QXmlStreamReader::dtdSystemId| Name: | QXmlStreamReader::dtdSystemId | | Prototype: | QStringRef QXmlStreamReader::dtdSystemId() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2021-2027 |
| | 4 | 2 |
QXmlStreamReader::entityDeclarations| Name: | QXmlStreamReader::entityDeclarations | | Prototype: | QXmlStreamEntityDeclarations QXmlStreamReader::entityDeclarations() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1976-1982 |
| | 4 | 2 |
QXmlStreamReader::error| Name: | QXmlStreamReader::error | | Prototype: | QXmlStreamReader::Error QXmlStreamReader::error() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2160-2166 |
| | 4 | 2 |
QXmlStreamReader::errorString| Name: | QXmlStreamReader::errorString | | Prototype: | QString QXmlStreamReader::errorString() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2148-2154 |
| | 4 | 2 |
QXmlStreamReader::namespaceDeclarations| Name: | QXmlStreamReader::namespaceDeclarations | | Prototype: | QXmlStreamNamespaceDeclarations QXmlStreamReader::namespaceDeclarations() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2038-2044 |
| | 4 | 2 |
QXmlStreamReader::notationDeclarations| Name: | QXmlStreamReader::notationDeclarations | | Prototype: | QXmlStreamNotationDeclarations QXmlStreamReader::notationDeclarations() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1961-1967 |
| | 4 | 2 |
QXmlStreamReaderPrivate::scanPublicOrSystem| Name: | QXmlStreamReaderPrivate::scanPublicOrSystem | | Prototype: | bool QXmlStreamReaderPrivate::scanPublicOrSystem() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1062-1073 |
| | 4 | 4 |
QXmlStreamReaderPrivate::~QXmlStreamReaderPrivate| Name: | QXmlStreamReaderPrivate::~QXmlStreamReaderPrivate | | Prototype: | QXmlStreamReaderPrivate::~QXmlStreamReaderPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 887-895 |
| | 4 | 1 |
QXmlStreamWriter::QXmlStreamWriter| Name: | QXmlStreamWriter::QXmlStreamWriter | | Prototype: | QXmlStreamWriter::QXmlStreamWriter(QByteArray *array) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3224-3231 |
| | 4 | 1 |
QXmlStreamWriter::writeEmptyElement| Name: | QXmlStreamWriter::writeEmptyElement | | Prototype: | void QXmlStreamWriter::writeEmptyElement(const QString &qualifiedName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3565-3571 |
| | 4 | 1 |
QXmlStreamWriter::writeEmptyElement| Name: | QXmlStreamWriter::writeEmptyElement | | Prototype: | void QXmlStreamWriter::writeEmptyElement(const QString &namespaceUri, const QString &name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3581-3587 |
| | 4 | 1 |
QXmlStreamWriter::writeEndDocument| Name: | QXmlStreamWriter::writeEndDocument | | Prototype: | void QXmlStreamWriter::writeEndDocument() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3628-3634 |
| | 4 | 2 |
QXunitTestLogger::enterTestFunction| Name: | QXunitTestLogger::enterTestFunction | | Prototype: | void QXunitTestLogger::enterTestFunction(const char *function) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 136-143 |
| | 4 | 1 |
QXunitTestLogger::startLogging| Name: | QXunitTestLogger::startLogging | | Prototype: | void QXunitTestLogger::startLogging() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 72-79 |
| | 4 | 1 |
QZipReader::entryInfoAt| Name: | QZipReader::entryInfoAt | | Prototype: | QZipReader::FileInfo QZipReader::entryInfoAt(int index) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 916-922 |
| | 4 | 2 |
QZipReader::exists| Name: | QZipReader::exists | | Prototype: | bool QZipReader::exists() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 877-883 |
| | 4 | 2 |
QZipWriter::addDirectory| Name: | QZipWriter::addDirectory | | Prototype: | void QZipWriter::addDirectory(const QString &dirName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1298-1305 |
| | 4 | 2 |
QZipWriter::exists| Name: | QZipWriter::exists | | Prototype: | bool QZipWriter::exists() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1169-1175 |
| | 4 | 2 |
QtConcurrent::BlockSizeManager::timeBeforeUser| Name: | QtConcurrent::BlockSizeManager::timeBeforeUser | | Prototype: | void BlockSizeManager::timeBeforeUser() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentiteratekernel.cpp | | Lines: | 143-150 |
| | 4 | 2 |
QtConcurrent::BlockSizeManagerV2::timeBeforeUser| Name: | QtConcurrent::BlockSizeManagerV2::timeBeforeUser | | Prototype: | void BlockSizeManagerV2::timeBeforeUser() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentiteratekernel.cpp | | Lines: | 195-202 |
| | 4 | 2 |
QtConcurrent::ThreadEngineBase::threadExit| Name: | QtConcurrent::ThreadEngineBase::threadExit | | Prototype: | void ThreadEngineBase::threadExit() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 227-234 |
| | 4 | 2 |
QtFontFamily::ensurePopulated| Name: | QtFontFamily::ensurePopulated | | Prototype: | void QtFontFamily::ensurePopulated() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 408-415 |
| | 4 | 2 |
QtPrivate::ResultStoreBase::insertResultItemIfValid| Name: | QtPrivate::ResultStoreBase::insertResultItemIfValid | | Prototype: | void ResultStoreBase::insertResultItemIfValid(int index, ResultItem &resultItem) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | | Lines: | 114-122 |
| | 4 | 2 |
QtPrivate::ResultStoreBase::syncResultCount| Name: | QtPrivate::ResultStoreBase::syncResultCount | | Prototype: | void ResultStoreBase::syncResultCount() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | | Lines: | 105-112 |
| | 4 | 2 |
QtPrivate::isBuiltinType| Name: | QtPrivate::isBuiltinType | | Prototype: | bool isBuiltinType(const QByteArray &type) | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 75-81 |
| | 4 | 2 |
ResourceHelper::clear| Name: | ResourceHelper::clear | | Prototype: | void ResourceHelper::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 73-79 |
| | 4 | 1 |
Selector::pseudoElement| Name: | Selector::pseudoElement | | Prototype: | QString Selector::pseudoElement() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1751-1757 |
| | 4 | 2 |
TCBPoint::operator==| Name: | TCBPoint::operator== | | Prototype: | bool operator==(const TCBPoint &other) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 335-341 |
| | 4 | 1 |
ValueExtractor::extractFont| Name: | ValueExtractor::extractFont | | Prototype: | void ValueExtractor::extractFont() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1309-1315 |
| | 4 | 2 |
_hb_qt_font_get_glyph| Name: | _hb_qt_font_get_glyph | | Prototype: | static hb_bool_t _hb_qt_font_get_glyph(hb_font_t * , void *font_data, hb_codepoint_t unicode, hb_codepoint_t , hb_codepoint_t *glyph, void * ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | | Lines: | 419-431 |
| | 4 | 1 |
_hb_qt_font_get_glyph_name| Name: | _hb_qt_font_get_glyph_name | | Prototype: | static hb_bool_t _hb_qt_font_get_glyph_name(hb_font_t * , void * , hb_codepoint_t , char *name, unsigned int size, void * ) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | | Lines: | 551-561 |
| | 4 | 2 |
_q_futex| Name: | _q_futex | | Prototype: | static inline int _q_futex(void *addr, int op, int val, const struct timespec *timeout) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 135-147 |
| | 4 | 1 |
_q_interpolate| Name: | _q_interpolate | | Prototype: | template<> inline QColor _q_interpolate(const QColor &f,const QColor &t, qreal progress) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/animation/qguivariantanimation.cpp | | Lines: | 46-52 |
| | 4 | 1 |
_q_toHex| Name: | _q_toHex | | Prototype: | template <class Char, class Integral> void _q_toHex(Char *&dst, Integral value) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 46-57 |
| | 4 | 2 |
_qfile_writeData| Name: | _qfile_writeData | | Prototype: | static inline qint64 _qfile_writeData(QAbstractFileEngine *engine, QRingBuffer *buffer) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | | Lines: | 271-277 |
| | 4 | 2 |
activeWindowChangeQueued| Name: | activeWindowChangeQueued | | Prototype: | static bool activeWindowChangeQueued(const QWindow *window) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2769-2778 |
| | 4 | 1 |
adapted_angle_on_x| Name: | adapted_angle_on_x | | Prototype: | static inline qreal adapted_angle_on_x(const QLineF &line) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | | Lines: | 173-179 |
| | 4 | 2 |
addBezier| Name: | addBezier | | Prototype: | void addBezier(QPainterPath &path, const QBezier &bezier) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1986-1994 |
| | 4 | 2 |
addKey| Name: | addKey | | Prototype: | static inline void addKey(QString &str, const QString &theKey, QKeySequence::SequenceFormat format) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | | Lines: | 1205-1211 |
| | 4 | 2 |
addLine| Name: | addLine | | Prototype: | void addLine(QPainterPath &path, const QLineF &line) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1960-1968 |
| | 4 | 2 |
aggregateParameterCount| Name: | aggregateParameterCount | | Prototype: | static int aggregateParameterCount(const QVector<QMetaMethodBuilderPrivate> &methods) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 1158-1164 |
| | 4 | 2 |
ancestorOf| Name: | ancestorOf | | Prototype: | static inline bool ancestorOf(QObject *widget, QObject *other) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 1522-1529 |
| | 4 | 3 |
appendSeparator| Name: | appendSeparator | | Prototype: | static inline void appendSeparator(QStringList *list, const QString &string, int from, int size, int lastQuote) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 350-356 |
| | 4 | 2 |
applyCursor| Name: | applyCursor | | Prototype: | static inline void applyCursor(const QList<QWindow *> &l, const QCursor &c) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 3418-3425 |
| | 4 | 3 |
blend_pixel| Name: | blend_pixel | | Prototype: | inline static void blend_pixel(quint32 &dst, const quint32 src) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_ssse3.cpp | | Lines: | 42-48 |
| | 4 | 3 |
boundSize| Name: | boundSize | | Prototype: | static void boundSize(QSizeF &result, const QSizeF &size) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayoutitem.cpp | | Lines: | 67-73 |
| | 4 | 3 |
changeSpacerSize| Name: | changeSpacerSize | | Prototype: | static void changeSpacerSize(QLayout *layout, int index, int width, int height) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 85-91 |
| | 4 | 2 |
check_step_valid| Name: | check_step_valid | | Prototype: | static inline bool check_step_valid(qreal step, const char *method) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 92-99 |
| | 4 | 2 |
cleanDriverDict| Name: | cleanDriverDict | | Prototype: | static void cleanDriverDict() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 202-208 |
| | 4 | 1 |
cleanPath| Name: | cleanPath | | Prototype: | static QString cleanPath(const QString &_path) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 130-138 |
| | 4 | 2 |
closeAllPopups| Name: | closeAllPopups | | Prototype: | static inline void closeAllPopups() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 3000-3008 |
| | 4 | 2 |
combineSize| Name: | combineSize | | Prototype: | static void combineSize(QSizeF &result, const QSizeF &size) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayoutitem.cpp | | Lines: | 59-65 |
| | 4 | 3 |
contains| Name: | contains | | Prototype: | static inline bool contains(const QJsonArray &haystack, unsigned needle) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 150-157 |
| | 4 | 3 |
contains| Name: | contains | | Prototype: | static inline bool contains(const QJsonArray &haystack, const QString &needle) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 159-166 |
| | 4 | 3 |
containsDecendantOf| Name: | containsDecendantOf | | Prototype: | static bool containsDecendantOf(const QSet<QAbstractState *> &states, const QAbstractState *node) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 295-302 |
| | 4 | 3 |
convertARGB32ToARGB64PM| Name: | convertARGB32ToARGB64PM | | Prototype: | static const QRgba64 * convertARGB32ToARGB64PM(QRgba64 *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 552-564 |
| | 4 | 2 |
convertRGBA8888ToARGB64PM| Name: | convertRGBA8888ToARGB64PM | | Prototype: | static const QRgba64 * convertRGBA8888ToARGB64PM(QRgba64 *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 578-590 |
| | 4 | 2 |
convertToPcreOptions| Name: | convertToPcreOptions | | Prototype: | static int convertToPcreOptions(QRegularExpression::MatchOptions matchOptions) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 806-814 |
| | 4 | 2 |