| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QXmlTestLogger::enterTestFunction| Name: | QXmlTestLogger::enterTestFunction | | Prototype: | void QXmlTestLogger::enterTestFunction(const char *function) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 149-156 |
| | 5 | 1 |
QXmlStreamWriter::writeEntityReference| Name: | QXmlStreamWriter::writeEntityReference | | Prototype: | void QXmlStreamWriter::writeEntityReference(const QString &name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3683-3690 |
| | 5 | 1 |
QXmlStreamWriter::writeAttributes| Name: | QXmlStreamWriter::writeAttributes | | Prototype: | void QXmlStreamWriter::writeAttributes(const QXmlStreamAttributes& attributes) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3490-3497 |
| | 5 | 2 |
QXmlStreamReaderPrivate::scanNData| Name: | QXmlStreamReaderPrivate::scanNData | | Prototype: | bool QXmlStreamReaderPrivate::scanNData() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1081-1089 |
| | 5 | 3 |
QXmlStreamReaderPrivate::scanAfterDefaultDecl| Name: | QXmlStreamReaderPrivate::scanAfterDefaultDecl | | Prototype: | bool QXmlStreamReaderPrivate::scanAfterDefaultDecl() | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1091-1104 |
| | 5 | 5 |
QXmlStreamReaderPrivate::reallocateStack| Name: | QXmlStreamReaderPrivate::reallocateStack | | Prototype: | inline void QXmlStreamReaderPrivate::reallocateStack() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 883-890 |
| | 5 | 3 |
QXmlStreamReader::addData| Name: | QXmlStreamReader::addData | | Prototype: | void QXmlStreamReader::addData(const QByteArray &data) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 493-501 |
| | 5 | 2 |
QXmlStreamAttributes::value| Name: | QXmlStreamAttributes::value | | Prototype: | QStringRef QXmlStreamAttributes::value(const QString &namespaceUri, QLatin1String name) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2693-2701 |
| | 5 | 3 |
QXmlStreamAttributes::value| Name: | QXmlStreamAttributes::value | | Prototype: | QStringRef QXmlStreamAttributes::value(QLatin1String namespaceUri, QLatin1String name) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2708-2716 |
| | 5 | 3 |
QXmlStreamAttributes::value| Name: | QXmlStreamAttributes::value | | Prototype: | QStringRef QXmlStreamAttributes::value(const QString &namespaceUri, const QString &name) const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2678-2686 |
| | 5 | 3 |
QXmlStreamAttributes::value| Name: | QXmlStreamAttributes::value | | Prototype: | QStringRef QXmlStreamAttributes::value(const QString &qualifiedName) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2730-2738 |
| | 5 | 3 |
QXmlStreamAttributes::value| Name: | QXmlStreamAttributes::value | | Prototype: | QStringRef QXmlStreamAttributes::value(QLatin1String qualifiedName) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2752-2760 |
| | 5 | 3 |
QXmlSimpleReaderPrivate::unexpectedEof| Name: | QXmlSimpleReaderPrivate::unexpectedEof | | Prototype: | void QXmlSimpleReaderPrivate::unexpectedEof(ParseFunction where, int state) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 7919-7930 |
| | 5 | 3 |
QXmlParseException::QXmlParseException| Name: | QXmlParseException::QXmlParseException | | Prototype: | QXmlParseException::QXmlParseException(const QString& name, int c, int l, const QString& p, const QString& s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 332-341 |
| | 5 | 1 |
QXmlNamespaceSupport::splitName| Name: | QXmlNamespaceSupport::splitName | | Prototype: | void QXmlNamespaceSupport::splitName(const QString& qname, QString& prefix, QString& localname) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 584-593 |
| | 5 | 2 |
QXmlInputSource::setData| Name: | QXmlInputSource::setData | | Prototype: | void QXmlInputSource::setData(const QString& dat) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1209-1216 |
| | 5 | 1 |
QXmlInputSource::data| Name: | QXmlInputSource::data | | Prototype: | QString QXmlInputSource::data() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1191-1199 |
| | 5 | 2 |
QXmlAttributes::index| Name: | QXmlAttributes::index | | Prototype: | int QXmlAttributes::index(const QString& uri, const QString& localPart) const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 820-828 |
| | 5 | 3 |
QXcbWindow::setNetWmStateWindowFlags| Name: | QXcbWindow::setNetWmStateWindowFlags | | Prototype: | void QXcbWindow::setNetWmStateWindowFlags(Qt::WindowFlags flags) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1404-1411 |
| | 5 | 1 |
QXcbWindow::handleMapNotifyEvent| Name: | QXcbWindow::handleMapNotifyEvent | | Prototype: | void QXcbWindow::handleMapNotifyEvent(const xcb_map_notify_event_t *event) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2199-2208 |
| | 5 | 3 |
QXcbWindow::doFocusIn| Name: | QXcbWindow::doFocusIn | | Prototype: | void QXcbWindow::doFocusIn() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 932-939 |
| | 5 | 2 |
QXcbVirtualDesktop::updateWorkArea| Name: | QXcbVirtualDesktop::updateWorkArea | | Prototype: | void QXcbVirtualDesktop::updateWorkArea() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 156-164 |
| | 5 | 3 |
QXcbVirtualDesktop::subscribeToXFixesSelectionNotify| Name: | QXcbVirtualDesktop::subscribeToXFixesSelectionNotify | | Prototype: | void QXcbVirtualDesktop::subscribeToXFixesSelectionNotify() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 122-130 |
| | 5 | 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: | 77-85 |
| | 5 | 3 |
QXcbVirtualDesktop::QXcbVirtualDesktop| Name: | QXcbVirtualDesktop::QXcbVirtualDesktop | | Prototype: | QXcbVirtualDesktop::QXcbVirtualDesktop(QXcbConnection *connection, xcb_screen_t *screen, int number) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 58-70 |
| | 5 | 1 |
QXcbShmImage::preparePaint| Name: | QXcbShmImage::preparePaint | | Prototype: | void QXcbShmImage::preparePaint(const QRegion ®ion) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 492-503 |
| | 5 | 3 |
QXcbShmGraphicsBuffer::doLock| Name: | QXcbShmGraphicsBuffer::doLock | | Prototype: | bool doLock(AccessTypes access, const QRect &rect) override | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 125-133 |
| | 5 | 2 |
QXcbSessionManager::release| Name: | QXcbSessionManager::release | | Prototype: | void QXcbSessionManager::release() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | | Lines: | 453-461 |
| | 5 | 3 |
QXcbScreen::logicalDpi| Name: | QXcbScreen::logicalDpi | | Prototype: | QDpi QXcbScreen::logicalDpi() const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 478-488 |
| | 5 | 3 |
QXcbNativeInterface::x11Screen| Name: | QXcbNativeInterface::x11Screen | | Prototype: | void *QXcbNativeInterface::x11Screen() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 428-435 |
| | 5 | 2 |
QXcbNativeInterface::startupId| Name: | QXcbNativeInterface::startupId | | Prototype: | void *QXcbNativeInterface::startupId() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 419-426 |
| | 5 | 2 |
QXcbNativeInterface::setStartupId| Name: | QXcbNativeInterface::setStartupId | | Prototype: | void QXcbNativeInterface::setStartupId(const char *data) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 502-509 |
| | 5 | 2 |
QXcbNativeInterface::rootWindow| Name: | QXcbNativeInterface::rootWindow | | Prototype: | void *QXcbNativeInterface::rootWindow() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 437-444 |
| | 5 | 2 |
QXcbNativeInterface::nativeResourceFunctionForContext| Name: | QXcbNativeInterface::nativeResourceFunctionForContext | | Prototype: | QPlatformNativeInterface::NativeResourceForContextFunction QXcbNativeInterface::nativeResourceFunctionForContext(const QByteArray &resource) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 319-326 |
| | 5 | 2 |
QXcbNativeInterface::nativeResourceForCursor| Name: | QXcbNativeInterface::nativeResourceForCursor | | Prototype: | void *QXcbNativeInterface::nativeResourceForCursor(const QByteArray &resource, const QCursor &cursor) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 293-304 |
| | 5 | 5 |
QXcbNativeInterface::display| Name: | QXcbNativeInterface::display | | Prototype: | void *QXcbNativeInterface::display() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 446-455 |
| | 5 | 2 |
QXcbGlIntegrationFactory::create| Name: | QXcbGlIntegrationFactory::create | | Prototype: | QXcbGlIntegration *QXcbGlIntegrationFactory::create(const QString &platform, const QString &pluginPath) | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/gl_integrations/qxcbglintegrationfactory.cpp | | Lines: | 81-94 |
| | 5 | 3 |
QXcbEventReader::start| Name: | QXcbEventReader::start | | Prototype: | void QXcbEventReader::start() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 1310-1321 |
| | 5 | 2 |
QXcbEventReader::registerForEvents| Name: | QXcbEventReader::registerForEvents | | Prototype: | void QXcbEventReader::registerForEvents() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 1323-1331 |
| | 5 | 1 |
QXcbEventReader::lock| Name: | QXcbEventReader::lock | | Prototype: | QXcbEventArray *QXcbEventReader::lock() | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 1369-1377 |
| | 5 | 3 |
QXcbClipboard::modeForAtom| Name: | QXcbClipboard::modeForAtom | | Prototype: | QClipboard::Mode QXcbClipboard::modeForAtom(xcb_atom_t a) const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 362-370 |
| | 5 | 3 |
QXcbClipboard::atomForMode| Name: | QXcbClipboard::atomForMode | | Prototype: | xcb_atom_t QXcbClipboard::atomForMode(QClipboard::Mode mode) const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 353-360 |
| | 5 | 3 |
QXbmHandler::readHeader| Name: | QXbmHandler::readHeader | | Prototype: | bool QXbmHandler::readHeader() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxbmhandler.cpp | | Lines: | 261-268 |
| | 5 | 2 |
QWizardPage::setPixmap| Name: | QWizardPage::setPixmap | | Prototype: | void QWizardPage::setPixmap(QWizard::WizardPixmap which, const QPixmap &pixmap) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 3562-3569 |
| | 5 | 2 |
QWizardPage::setFinalPage| Name: | QWizardPage::setFinalPage | | Prototype: | void QWizardPage::setFinalPage(bool finalPage) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 3719-3726 |
| | 5 | 2 |
QWizardPage::setCommitPage| Name: | QWizardPage::setCommitPage | | Prototype: | void QWizardPage::setCommitPage(bool commitPage) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 3769-3776 |
| | 5 | 2 |
QWizardPage::registerField| Name: | QWizardPage::registerField | | Prototype: | void QWizardPage::registerField(const QString &name, QWidget *widget, const char *property, const char *changedSignal) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 3968-3978 |
| | 5 | 2 |
QWizard::setVisible| Name: | QWizard::setVisible | | Prototype: | void QWizard::setVisible(bool visible) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 3007-3015 |
| | 5 | 3 |
QWizard::setSideWidget| Name: | QWizard::setSideWidget | | Prototype: | void QWizard::setSideWidget(QWidget *widget) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 2979-2988 |
| | 5 | 2 |
QWizard::restart| Name: | QWizard::restart | | Prototype: | void QWizard::restart() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 3168-3175 |
| | 5 | 1 |
QWizard::event| Name: | QWizard::event | | Prototype: | bool QWizard::event(QEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 3180-3213 |
| | 5 | 2 |
QWizard::back| Name: | QWizard::back | | Prototype: | void QWizard::back() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 3123-3130 |
| | 5 | 2 |
QWindowSystemInterface::handleGestureEventWithSequenceIdAndValue| Name: | QWindowSystemInterface::handleGestureEventWithSequenceIdAndValue | | Prototype: | void QWindowSystemInterface::handleGestureEventWithSequenceIdAndValue(QWindow *window, ulong timestamp, Qt::NativeGestureType type, ulong sequenceId, quint64 value, QPointF &local, QPointF &global) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | | Lines: | 818-826 |
| | 5 | 1 |
QWindowSystemInterface::handleFrameStrutMouseEvent| Name: | QWindowSystemInterface::handleFrameStrutMouseEvent | | Prototype: | void QWindowSystemInterface::handleFrameStrutMouseEvent(QWindow *w, ulong timestamp, const QPointF & local, const QPointF & global, Qt::MouseButtons b, Qt::KeyboardModifiers mods, Qt::MouseEventSource source) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | | Lines: | 192-200 |
| | 5 | 1 |
QWindowSystemInterface::handleExtendedKeyEvent| Name: | QWindowSystemInterface::handleExtendedKeyEvent | | Prototype: | bool QWindowSystemInterface::handleExtendedKeyEvent(QWindow *tlw, ulong timestamp, QEvent::Type type, int key, Qt::KeyboardModifiers modifiers, quint32 nativeScanCode, quint32 nativeVirtualKey, quint32 nativeModifiers, const QString& text, bool autorep, ushort count, bool tryShortcutOverride) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | | Lines: | 280-300 |
| | 5 | 1 |
QWindowPrivate::emitScreenChangedRecursion| Name: | QWindowPrivate::emitScreenChangedRecursion | | Prototype: | void QWindowPrivate::emitScreenChangedRecursion(QScreen *newScreen) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 366-374 |
| | 5 | 3 |
QWindow::setModality| Name: | QWindow::setModality | | Prototype: | void QWindow::setModality(Qt::WindowModality modality) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 703-710 |
| | 5 | 2 |
QWindow::setMask| Name: | QWindow::setMask | | Prototype: | void QWindow::setMask(const QRegion ®ion) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 983-990 |
| | 5 | 2 |
QWindow::mapToGlobal| Name: | QWindow::mapToGlobal | | Prototype: | QPoint QWindow::mapToGlobal(const QPoint &pos) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2346-2355 |
| | 5 | 2 |
QWindow::mapFromGlobal| Name: | QWindow::mapFromGlobal | | Prototype: | QPoint QWindow::mapFromGlobal(const QPoint &pos) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2366-2375 |
| | 5 | 2 |
QWindow::framePosition| Name: | QWindow::framePosition | | Prototype: | QPoint QWindow::framePosition() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1574-1582 |
| | 5 | 2 |
QWindow::frameGeometry| Name: | QWindow::frameGeometry | | Prototype: | QRect QWindow::frameGeometry() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1557-1565 |
| | 5 | 2 |
QWindow::QWindow| Name: | QWindow::QWindow | | Prototype: | QWindow::QWindow(QWindow *parent) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 172-181 |
| | 5 | 2 |
QWindow::QWindow| Name: | QWindow::QWindow | | Prototype: | QWindow::QWindow(QWindowPrivate &dd, QWindow *parent) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 195-204 |
| | 5 | 2 |
QWidgetWindowPrivate::eventReceiver| Name: | QWidgetWindowPrivate::eventReceiver | | Prototype: | QWindow *eventReceiver() override | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 72-79 |
| | 5 | 2 |
QWidgetWindow::updateObjectName| Name: | QWidgetWindow::updateObjectName | | Prototype: | void QWidgetWindow::updateObjectName() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 1048-1055 |
| | 5 | 2 |
QWidgetWindow::updateMargins| Name: | QWidgetWindow::updateMargins | | Prototype: | void QWidgetWindow::updateMargins() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 686-693 |
| | 5 | 1 |
QWidgetTextControlPrivate::setCursorPosition| Name: | QWidgetTextControlPrivate::setCursorPosition | | Prototype: | void QWidgetTextControlPrivate::setCursorPosition(const QPointF &pos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 531-538 |
| | 5 | 2 |
QWidgetTextControlPrivate::dragLeaveEvent| Name: | QWidgetTextControlPrivate::dragLeaveEvent | | Prototype: | void QWidgetTextControlPrivate::dragLeaveEvent() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1953-1962 |
| | 5 | 2 |
QWidgetTextControlPrivate::_q_documentLayoutChanged| Name: | QWidgetTextControlPrivate::_q_documentLayoutChanged | | Prototype: | void QWidgetTextControlPrivate::_q_documentLayoutChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 678-686 |
| | 5 | 1 |
QWidgetTextControl::setCursorWidth| Name: | QWidgetTextControl::setCursorWidth | | Prototype: | void QWidgetTextControl::setCursorWidth(int width) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2392-2403 |
| | 5 | 2 |
QWidgetTextControl::cut| Name: | QWidgetTextControl::cut | | Prototype: | void QWidgetTextControl::cut() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 922-929 |
| | 5 | 2 |
QWidgetTextControl::copy| Name: | QWidgetTextControl::copy | | Prototype: | void QWidgetTextControl::copy() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 931-938 |
| | 5 | 2 |
QWidgetTextControl::canPaste| Name: | QWidgetTextControl::canPaste | | Prototype: | bool QWidgetTextControl::canPaste() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2537-2547 |
| | 5 | 2 |
QWidgetPrivate::~QWidgetPrivate| Name: | QWidgetPrivate::~QWidgetPrivate | | Prototype: | QWidgetPrivate::~QWidgetPrivate() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 337-348 |
| | 5 | 3 |
QWidgetPrivate::syncBackingStore| Name: | QWidgetPrivate::syncBackingStore | | Prototype: | void QWidgetPrivate::syncBackingStore() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 1960-1968 |
| | 5 | 3 |
QWidgetPrivate::subtractOpaqueChildren| Name: | QWidgetPrivate::subtractOpaqueChildren | | Prototype: | void QWidgetPrivate::subtractOpaqueChildren(QRegion &source, const QRect &clipRect) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 2183-2191 |
| | 5 | 3 |
QWidgetPrivate::setWindowTitle_sys| Name: | QWidgetPrivate::setWindowTitle_sys | | Prototype: | void QWidgetPrivate::setWindowTitle_sys(const QString &caption) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6114-6123 |
| | 5 | 3 |
QWidgetPrivate::setWindowFilePath_sys| Name: | QWidgetPrivate::setWindowFilePath_sys | | Prototype: | void QWidgetPrivate::setWindowFilePath_sys(const QString &filePath) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6345-6353 |
| | 5 | 3 |
QWidgetPrivate::setSystemClip| Name: | QWidgetPrivate::setSystemClip | | Prototype: | void QWidgetPrivate::setSystemClip(QPaintDevice *paintDevice, const QRegion ®ion) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 2103-2111 |
| | 5 | 1 |
QWidgetPrivate::sendPaintEvent| Name: | QWidgetPrivate::sendPaintEvent | | Prototype: | void QWidgetPrivate::sendPaintEvent(const QRegion &toBePainted) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5705-5715 |
| | 5 | 2 |
QWidgetPrivate::resolveLocale| Name: | QWidgetPrivate::resolveLocale | | Prototype: | void QWidgetPrivate::resolveLocale() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6000-6009 |
| | 5 | 2 |
QWidgetPrivate::paintOnScreen| Name: | QWidgetPrivate::paintOnScreen | | Prototype: | bool QWidgetPrivate::paintOnScreen() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 2310-2323 |
| | 5 | 2 |
QWidgetPrivate::deactivateWidgetCleanup| Name: | QWidgetPrivate::deactivateWidgetCleanup | | Prototype: | void QWidgetPrivate::deactivateWidgetCleanup() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 2488-2497 |
| | 5 | 3 |
QWidgetPrivate::childAt_helper| Name: | QWidgetPrivate::childAt_helper | | Prototype: | QWidget *QWidgetPrivate::childAt_helper(const QPoint &p, bool ignoreChildrenInDestructor) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10279-10287 |
| | 5 | 3 |
QWidgetLineControl::undo| Name: | QWidgetLineControl::undo | | Prototype: | void QWidgetLineControl::undo() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 291-301 |
| | 5 | 2 |
QWidgetLineControl::redoTextLayout| Name: | QWidgetLineControl::redoTextLayout | | Prototype: | int QWidgetLineControl::redoTextLayout() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 67-81 |
| | 5 | 1 |
QWidgetLineControl::paste| Name: | QWidgetLineControl::paste | | Prototype: | void QWidgetLineControl::paste(QClipboard::Mode clipboardMode) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 168-176 |
| | 5 | 2 |
QWidgetItem::minimumSize| Name: | QWidgetItem::minimumSize | | Prototype: | QSize QWidgetItem::minimumSize() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 614-621 |
| | 5 | 2 |
QWidgetItem::maximumSize| Name: | QWidgetItem::maximumSize | | Prototype: | QSize QWidgetItem::maximumSize() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 635-644 |
| | 5 | 2 |
QWidgetBackingStore::~QWidgetBackingStore| Name: | QWidgetBackingStore::~QWidgetBackingStore | | Prototype: | QWidgetBackingStore::~QWidgetBackingStore() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | | Lines: | 812-820 |
| | 5 | 3 |
QWidgetBackingStore::bltRect| Name: | QWidgetBackingStore::bltRect | | Prototype: | bool QWidgetBackingStore::bltRect(const QRect &rect, int dx, int dy, QWidget *widget) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | | Lines: | 308-315 |
| | 5 | 2 |
QWidget::windowHandle| Name: | QWidget::windowHandle | | Prototype: | QWindow *QWidget::windowHandle() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 2641-2649 |
| | 5 | 2 |
QWidget::showNormal| Name: | QWidget::showNormal | | Prototype: | void QWidget::showNormal() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3221-3241 |
| | 5 | 1 |
QWidget::showFullScreen| Name: | QWidget::showFullScreen | | Prototype: | void QWidget::showFullScreen() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3161-3181 |
| | 5 | 1 |
QWidget::setWindowRole| Name: | QWidget::setWindowRole | | Prototype: | void QWidget::setWindowRole(const QString &role) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6371-6378 |
| | 5 | 2 |
QWidget::setWindowModified| Name: | QWidget::setWindowModified | | Prototype: | void QWidget::setWindowModified(bool mod) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11428-11437 |
| | 5 | 1 |
QWidget::setPalette| Name: | QWidget::setPalette | | Prototype: | void QWidget::setPalette(const QPalette &palette) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4584-4596 |
| | 5 | 1 |
QWidget::setMinimumWidth| Name: | QWidget::setMinimumWidth | | Prototype: | void QWidget::setMinimumWidth(int w) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4192-4199 |
| | 5 | 1 |
QWidget::setMinimumHeight| Name: | QWidget::setMinimumHeight | | Prototype: | void QWidget::setMinimumHeight(int h) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4201-4208 |
| | 5 | 1 |