| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QXmlStreamWriterPrivate::writeStartElement| Name: | QXmlStreamWriterPrivate::writeStartElement | | Prototype: | void QXmlStreamWriterPrivate::writeStartElement(const QString &namespaceUri, const QString &name) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3858-3877 |
| | 14 | 4 |
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::raiseError| Name: | QXmlStreamReaderPrivate::raiseError | | Prototype: | void QXmlStreamReaderPrivate::raiseError(QXmlStreamReader::Error error, const QString& message) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1836-1848 |
| | 8 | 4 |
QXmlStreamReaderPrivate::putReplacementInAttributeValue| Name: | QXmlStreamReaderPrivate::putReplacementInAttributeValue | | Prototype: | void QXmlStreamReaderPrivate::putReplacementInAttributeValue(const QString &s) | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1448-1460 |
| | 8 | 4 |
QXmlStreamReaderPrivate::peekChar| Name: | QXmlStreamReaderPrivate::peekChar | | Prototype: | inline uint QXmlStreamReaderPrivate::peekChar() | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 934-947 |
| | 8 | 4 |
QXmlStreamReaderPrivate::namespaceForPrefix| Name: | QXmlStreamReaderPrivate::namespaceForPrefix | | Prototype: | QStringRef QXmlStreamReaderPrivate::namespaceForPrefix(const QStringRef &prefix) | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1544-1559 |
| | 7 | 4 |
QXmlStreamReaderPrivate::filterCarriageReturn| Name: | QXmlStreamReaderPrivate::filterCarriageReturn | | Prototype: | inline uint QXmlStreamReaderPrivate::filterCarriageReturn() | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 898-913 |
| | 10 | 4 |
QXmlStreamReader::skipCurrentElement| Name: | QXmlStreamReader::skipCurrentElement | | Prototype: | void QXmlStreamReader::skipCurrentElement() | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 668-677 |
| | 6 | 4 |
QXmlStreamReader::readNextStartElement| Name: | QXmlStreamReader::readNextStartElement | | Prototype: | bool QXmlStreamReader::readNextStartElement() | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 646-655 |
| | 6 | 4 |
QXmlSimpleReaderPrivate::eat_ws| Name: | QXmlSimpleReaderPrivate::eat_ws | | Prototype: | bool QXmlSimpleReaderPrivate::eat_ws() | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 7804-7817 |
| | 8 | 4 |
QXmlSimpleReader::parse| Name: | QXmlSimpleReader::parse | | Prototype: | bool QXmlSimpleReader::parse(const QXmlInputSource *input, bool incremental) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3179-3206 |
| | 17 | 4 |
QXcbXSettingsPrivate::getSettings| Name: | QXcbXSettingsPrivate::getSettings | | Prototype: | QByteArray getSettings() | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 101-133 |
| | 23 | 4 |
QXcbXSettings::QXcbXSettings| Name: | QXcbXSettings::QXcbXSettings | | Prototype: | QXcbXSettings::QXcbXSettings(QXcbVirtualDesktop *screen) | | Coverage: | 40.000% (4/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 227-269 |
| | 29 | 4 |
QXcbWindow::windowToWmGeometry| Name: | QXcbWindow::windowToWmGeometry | | Prototype: | QRect QXcbWindow::windowToWmGeometry(QRect r) const | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1631-1644 |
| | 8 | 4 |
QXcbWindow::setWindowFlags| Name: | QXcbWindow::setWindowFlags | | Prototype: | void QXcbWindow::setWindowFlags(Qt::WindowFlags flags) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1163-1193 |
| | 21 | 4 |
QXcbWindow::setMask| Name: | QXcbWindow::setMask | | Prototype: | void QXcbWindow::setMask(const QRegion ®ion) | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2850-2867 |
| | 13 | 4 |
QXcbWindow::setGeometry| Name: | QXcbWindow::setGeometry | | Prototype: | void QXcbWindow::setGeometry(const QRect &rect) | | Coverage: | 66.667% (10/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 665-701 |
| | 25 | 4 |
QXcbWindow::requestActivateWindow| Name: | QXcbWindow::requestActivateWindow | | Prototype: | void QXcbWindow::requestActivateWindow() | | Coverage: | 82.609% (19/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1685-1726 |
| | 27 | 4 |
QXcbWMSupport::updateNetWMAtoms| Name: | QXcbWMSupport::updateNetWMAtoms | | Prototype: | void QXcbWMSupport::updateNetWMAtoms() | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwmsupport.cpp | | Lines: | 55-83 |
| | 19 | 4 |
QXcbSystemTrayTracker::create| Name: | QXcbSystemTrayTracker::create | | Prototype: | QXcbSystemTrayTracker *QXcbSystemTrayTracker::create(QXcbConnection *connection) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsystemtraytracker.cpp | | Lines: | 56-68 |
| | 7 | 4 |
QXcbNativeInterface::nativeResourceFunctionForScreen| Name: | QXcbNativeInterface::nativeResourceFunctionForScreen | | Prototype: | QPlatformNativeInterface::NativeResourceForScreenFunction QXcbNativeInterface::nativeResourceFunctionForScreen(const QByteArray &resource) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 314-326 |
| | 9 | 4 |
QXcbNativeInterface::locateSystemTray| Name: | QXcbNativeInterface::locateSystemTray | | Prototype: | xcb_window_t QXcbNativeInterface::locateSystemTray(xcb_connection_t *conn, const QXcbScreen *screen) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 130-156 |
| | 16 | 4 |
QXcbKeyboard::resolveMaskConflicts| Name: | QXcbKeyboard::resolveMaskConflicts | | Prototype: | void QXcbKeyboard::resolveMaskConflicts() | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 1373-1389 |
| | 6 | 4 |
QXcbKeyboard::readXKBConfig| Name: | QXcbKeyboard::readXKBConfig | | Prototype: | void QXcbKeyboard::readXKBConfig() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 606-652 |
| | 30 | 4 |
QXcbKeyboard::checkForLatinLayout| Name: | QXcbKeyboard::checkForLatinLayout | | Prototype: | void QXcbKeyboard::checkForLatinLayout() | | Coverage: | 57.143% (8/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 866-887 |
| | 14 | 4 |
QXcbGlIntegrationFactory::create| Name: | QXcbGlIntegrationFactory::create | | Prototype: | QXcbGlIntegration *QXcbGlIntegrationFactory::create(const QString &platform, const QString &pluginPath) | | Coverage: | 30.000% (3/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/gl_integrations/qxcbglintegrationfactory.cpp | | Lines: | 86-102 |
| | 7 | 4 |
QXcbEventReader::run| Name: | QXcbEventReader::run | | Prototype: | void QXcbEventReader::run() | | Coverage: | 92.857% (13/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 1331-1348 |
| | 13 | 4 |
QXcbDrag::toDropAction| Name: | QXcbDrag::toDropAction | | Prototype: | Qt::DropAction QXcbDrag::toDropAction(xcb_atom_t a) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | | Lines: | 542-551 |
| | 7 | 4 |
QXcbDrag::send_leave| Name: | QXcbDrag::send_leave | | Prototype: | void QXcbDrag::send_leave() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | | Lines: | 899-932 |
| | 24 | 4 |
QXcbDrag::handle_xdnd_status| Name: | QXcbDrag::handle_xdnd_status | | Prototype: | void QXcbDrag::handle_xdnd_status(const xcb_client_message_event_t *event) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | | Lines: | 827-852 |
| | 14 | 4 |
QXcbDrag::handlePosition| Name: | QXcbDrag::handlePosition | | Prototype: | void QXcbDrag::handlePosition(QPlatformWindow * w, const xcb_client_message_event_t *event) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | | Lines: | 811-825 |
| | 10 | 4 |
QXcbCursor::~QXcbCursor| Name: | QXcbCursor::~QXcbCursor | | Prototype: | QXcbCursor::~QXcbCursor() | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | | Lines: | 328-343 |
| | 7 | 4 |
QXcbConnection::~QXcbConnection| Name: | QXcbConnection::~QXcbConnection | | Prototype: | QXcbConnection::~QXcbConnection() | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 675-712 |
| | 15 | 4 |
QXcbConnection::initializeXShape| Name: | QXcbConnection::initializeXShape | | Prototype: | void QXcbConnection::initializeXShape() | | Coverage: | 50.000% (8/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 2169-2186 |
| | 12 | 4 |
QXcbConnection::initializeXRandr| Name: | QXcbConnection::initializeXRandr | | Prototype: | void QXcbConnection::initializeXRandr() | | Coverage: | 55.000% (11/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 2117-2151 |
| | 25 | 4 |
QXcbConnection::handleEnterEvent| Name: | QXcbConnection::handleEnterEvent | | Prototype: | void QXcbConnection::handleEnterEvent() | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | | Lines: | 890-907 |
| | 13 | 4 |
QXcbConnection::createScreen| Name: | QXcbConnection::createScreen | | Prototype: | QXcbScreen *QXcbConnection::createScreen(QXcbVirtualDesktop *virtualDesktop, const xcb_randr_output_change_t &outputChange, xcb_randr_get_output_info_reply_t *outputInfo) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 333-354 |
| | 11 | 4 |
QXcbConnection::atomName| Name: | QXcbConnection::atomName | | Prototype: | QByteArray QXcbConnection::atomName(xcb_atom_t atom) | | Coverage: | 40.000% (4/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 2033-2051 |
| | 13 | 4 |
QXcbClipboardMime::retrieveData_sys| Name: | QXcbClipboardMime::retrieveData_sys | | Prototype: | QVariant retrieveData_sys(const QString &fmt, QVariant::Type requestedType) const override | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 123-144 |
| | 14 | 4 |
QXcbClipboardMime::QXcbClipboardMime| Name: | QXcbClipboardMime::QXcbClipboardMime | | Prototype: | QXcbClipboardMime(QClipboard::Mode mode, QXcbClipboard *clipboard) | | Coverage: | 33.333% (2/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 57-74 |
| | 7 | 4 |
QXcbClipboard::sendTargetsSelection| Name: | QXcbClipboard::sendTargetsSelection | | Prototype: | xcb_atom_t QXcbClipboard::sendTargetsSelection(QMimeData *d, xcb_window_t window, xcb_atom_t property) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 504-523 |
| | 14 | 4 |
QXcbClipboard::mimeData| Name: | QXcbClipboard::mimeData | | Prototype: | QMimeData * QXcbClipboard::mimeData(QClipboard::Mode mode) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 367-381 |
| | 8 | 4 |
QXcbBackingStore::endPaint| Name: | QXcbBackingStore::endPaint | | Prototype: | void QXcbBackingStore::endPaint() | | Coverage: | 25.000% (3/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 345-361 |
| | 10 | 4 |
QXbmHandler::read| Name: | QXbmHandler::read | | Prototype: | bool QXbmHandler::read(QImage *image) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxbmhandler.cpp | | Lines: | 294-311 |
| | 10 | 4 |
QWizardPrivate::setStyle| Name: | QWizardPrivate::setStyle | | Prototype: | void QWizardPrivate::setStyle(QStyle *style) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 1759-1767 |
| | 6 | 4 |
QWizardPrivate::layoutInfoForCurrentPage| Name: | QWizardPrivate::layoutInfoForCurrentPage | | Prototype: | QWizardLayoutInfo QWizardPrivate::layoutInfoForCurrentPage() | | Coverage: | 0.000% (0/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 931-988 |
| | 42 | 4 |
QWizardPrivate::init| Name: | QWizardPrivate::init | | Prototype: | void QWizardPrivate::init() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 719-761 |
| | 27 | 4 |
QWizardPage::cleanupPage| Name: | QWizardPage::cleanupPage | | Prototype: | void QWizardPage::cleanupPage() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 3621-3632 |
| | 7 | 4 |
QWizard::sizeHint| Name: | QWizard::sizeHint | | Prototype: | QSize QWizard::sizeHint() const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 3014-3036 |
| | 11 | 4 |
QWizard::setStartId| Name: | QWizard::setStartId | | Prototype: | void QWizard::setStartId(int theid) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 2441-2459 |
| | 12 | 4 |
QWizard::setButton| Name: | QWizard::setButton | | Prototype: | void QWizard::setButton(WizardButton which, QAbstractButton *button) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 2788-2811 |
| | 14 | 4 |
QWizard::buttonText| Name: | QWizard::buttonText | | Prototype: | QString QWizard::buttonText(WizardButton which) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 2716-2731 |
| | 9 | 4 |
QWingedEdge::toPath| Name: | QWingedEdge::toPath | | Prototype: | QPainterPath QWingedEdge::toPath() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1340-1356 |
| | 8 | 4 |
QWingedEdge::findInsertStatus| Name: | QWingedEdge::findInsertStatus | | Prototype: | QWingedEdge::TraversalStatus QWingedEdge::findInsertStatus(int vi, int ei) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1024-1077 |
| | 25 | 4 |
QWindowSystemInterface::handleShortcutEvent| Name: | QWindowSystemInterface::handleShortcutEvent | | Prototype: | bool QWindowSystemInterface::handleShortcutEvent(QWindow *window, ulong timestamp, int keyCode, Qt::KeyboardModifiers modifiers, quint32 nativeScanCode, quint32 nativeVirtualKey, quint32 nativeModifiers, const QString &text, bool autorepeat, ushort count) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | | Lines: | 196-243 |
| | 13 | 4 |
QWindowSystemInterface::flushWindowSystemEvents| Name: | QWindowSystemInterface::flushWindowSystemEvents | | Prototype: | bool QWindowSystemInterface::flushWindowSystemEvents(QEventLoop::ProcessEventsFlags flags) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | | Lines: | 612-635 |
| | 16 | 4 |
QWindowPrivate::topLevelWindow| Name: | QWindowPrivate::topLevelWindow | | Prototype: | QWindow *QWindowPrivate::topLevelWindow() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2374-2392 |
| | 10 | 4 |
QWindowContainer::parentWasChanged| Name: | QWindowContainer::parentWasChanged | | Prototype: | void QWindowContainer::parentWasChanged(QWidget *parent) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | | Lines: | 352-370 |
| | 13 | 4 |
QWindow::setTitle| Name: | QWindow::setTitle | | Prototype: | void QWindow::setTitle(const QString &title) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 808-820 |
| | 9 | 4 |
QWindow::resize| Name: | QWindow::resize | | Prototype: | void QWindow::resize(const QSize &newSize) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1618-1631 |
| | 9 | 4 |
QWidgetWindow::updateObjectName| Name: | QWidgetWindow::updateObjectName | | Prototype: | void QWidgetWindow::updateObjectName() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 1037-1044 |
| | 3 | 4 |
QWidgetWindow::handleWheelEvent| Name: | QWidgetWindow::handleWheelEvent | | Prototype: | void QWidgetWindow::handleWheelEvent(QWheelEvent *event) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 768-794 |
| | 14 | 4 |
QWidgetWindow::handleResizeEvent| Name: | QWidgetWindow::handleResizeEvent | | Prototype: | void QWidgetWindow::handleResizeEvent(QResizeEvent *event) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 742-758 |
| | 9 | 4 |
QWidgetWindow::handleKeyEvent| Name: | QWidgetWindow::handleKeyEvent | | Prototype: | void QWidgetWindow::handleKeyEvent(QKeyEvent *event) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 633-647 |
| | 10 | 4 |
QWidgetWindow::handleGestureEvent| Name: | QWidgetWindow::handleGestureEvent | | Prototype: | void QWidgetWindow::handleGestureEvent(QNativeGestureEvent *e) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 990-1005 |
| | 10 | 4 |
QWidgetWindow::handleFocusInEvent| Name: | QWidgetWindow::handleFocusInEvent | | Prototype: | void QWidgetWindow::handleFocusInEvent(QFocusEvent *e) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 420-430 |
| | 7 | 4 |
QWidgetWindow::getFocusWidget| Name: | QWidgetWindow::getFocusWidget | | Prototype: | QWidget *QWidgetWindow::getFocusWidget(FocusWidgets fw) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 396-418 |
| | 12 | 4 |
QWidgetWindow::focusObject| Name: | QWidgetWindow::focusObject | | Prototype: | QObject *QWidgetWindow::focusObject() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 143-159 |
| | 10 | 4 |
QWidgetTextControlPrivate::startDrag| Name: | QWidgetTextControlPrivate::startDrag | | Prototype: | void QWidgetTextControlPrivate::startDrag() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 499-523 |
| | 15 | 4 |
QWidgetTextControlPrivate::focusEvent| Name: | QWidgetTextControlPrivate::focusEvent | | Prototype: | void QWidgetTextControlPrivate::focusEvent(QFocusEvent *e) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2128-2154 |
| | 13 | 4 |
QWidgetTextControlPrivate::extendBlockwiseSelection| Name: | QWidgetTextControlPrivate::extendBlockwiseSelection | | Prototype: | void QWidgetTextControlPrivate::extendBlockwiseSelection(int suggestedNewPosition) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 770-798 |
| | 16 | 4 |
QWidgetTextControlPrivate::dragMoveEvent| Name: | QWidgetTextControlPrivate::dragMoveEvent | | Prototype: | bool QWidgetTextControlPrivate::dragMoveEvent(QEvent *e, const QMimeData *mimeData, const QPointF &pos) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1938-1960 |
| | 14 | 4 |
QWidgetTextControlPrivate::append| Name: | QWidgetTextControlPrivate::append | | Prototype: | void QWidgetTextControlPrivate::append(const QString &text, Qt::TextFormat format) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 3072-3099 |
| | 13 | 4 |
QWidgetTextControlPrivate::anchorForCursor| Name: | QWidgetTextControlPrivate::anchorForCursor | | Prototype: | QString QWidgetTextControlPrivate::anchorForCursor(const QTextCursor &anchorCursor) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2156-2168 |
| | 9 | 4 |
QWidgetTextControlPrivate::_q_contentsChanged| Name: | QWidgetTextControlPrivate::_q_contentsChanged | | Prototype: | void QWidgetTextControlPrivate::_q_contentsChanged(int from, int charsRemoved, int charsAdded) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 638-670 |
| | 15 | 4 |
QWidgetTextControl::timerEvent| Name: | QWidgetTextControl::timerEvent | | Prototype: | void QWidgetTextControl::timerEvent(QTimerEvent *e) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1183-1197 |
| | 9 | 4 |
QWidgetTextControl::print| Name: | QWidgetTextControl::print | | Prototype: | void QWidgetTextControl::print(QPagedPaintDevice *printer) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2559-2582 |
| | 18 | 4 |
QWidgetResizeHandler::setActive| Name: | QWidgetResizeHandler::setActive | | Prototype: | void QWidgetResizeHandler::setActive(Action ac, bool b) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetresizehandler.cpp | | Lines: | 70-79 |
| | 6 | 4 |
QWidgetPrivate::updateFocusChild| Name: | QWidgetPrivate::updateFocusChild | | Prototype: | void QWidgetPrivate::updateFocusChild() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6598-6614 |
| | 9 | 4 |
QWidgetPrivate::show_recursive| Name: | QWidgetPrivate::show_recursive | | Prototype: | void QWidgetPrivate::show_recursive() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 7749-7765 |
| | 9 | 4 |
QWidgetPrivate::setWindowIcon_helper| Name: | QWidgetPrivate::setWindowIcon_helper | | Prototype: | void QWidgetPrivate::setWindowIcon_helper() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6185-6201 |
| | 8 | 4 |
QWidgetPrivate::setWindowFlags| Name: | QWidgetPrivate::setWindowFlags | | Prototype: | void QWidgetPrivate::setWindowFlags(Qt::WindowFlags flags) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10346-10368 |
| | 12 | 4 |
QWidgetPrivate::setWinId| Name: | QWidgetPrivate::setWinId | | Prototype: | void QWidgetPrivate::setWinId(WId id) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 1708-1735 |
| | 11 | 4 |
QWidgetPrivate::setMaximumSize_helper| Name: | QWidgetPrivate::setMaximumSize_helper | | Prototype: | bool QWidgetPrivate::setMaximumSize_helper(int &maxw, int &maxh) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4028-4054 |
| | 22 | 4 |
QWidgetPrivate::setFocus_sys| Name: | QWidgetPrivate::setFocus_sys | | Prototype: | void QWidgetPrivate::setFocus_sys() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6582-6595 |
| | 7 | 4 |
QWidgetPrivate::setDirtyOpaqueRegion| Name: | QWidgetPrivate::setDirtyOpaqueRegion | | Prototype: | void QWidgetPrivate::setDirtyOpaqueRegion() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 2112-2133 |
| | 11 | 4 |
QWidgetPrivate::setConstraints_sys| Name: | QWidgetPrivate::setConstraints_sys | | Prototype: | void QWidgetPrivate::setConstraints_sys() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3973-3993 |
| | 12 | 4 |
QWidgetPrivate::raise_sys| Name: | QWidgetPrivate::raise_sys | | Prototype: | void QWidgetPrivate::raise_sys() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11739-11750 |
| | 7 | 4 |
QWidgetPrivate::invalidateGraphicsEffectsRecursively| Name: | QWidgetPrivate::invalidateGraphicsEffectsRecursively | | Prototype: | void QWidgetPrivate::invalidateGraphicsEffectsRecursively() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 2096-2109 |
| | 9 | 4 |
QWidgetPrivate::invalidateBuffer| Name: | QWidgetPrivate::invalidateBuffer | | Prototype: | void QWidgetPrivate::invalidateBuffer(const QRegion &rgn) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | | Lines: | 1565-1582 |
| | 12 | 4 |
QWidgetPrivate::deleteExtra| Name: | QWidgetPrivate::deleteExtra | | Prototype: | void QWidgetPrivate::deleteExtra() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 1817-1839 |
| | 11 | 4 |
QWidgetPrivate::adjustQuitOnCloseAttribute| Name: | QWidgetPrivate::adjustQuitOnCloseAttribute | | Prototype: | void QWidgetPrivate::adjustQuitOnCloseAttribute() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12148-12159 |
| | 7 | 4 |
QWidgetLineControl::internalDelete| Name: | QWidgetLineControl::internalDelete | | Prototype: | void QWidgetLineControl::internalDelete(bool wasBackspace) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 859-879 |
| | 13 | 4 |
QWidgetLineControl::fixup| Name: | QWidgetLineControl::fixup | | Prototype: | bool QWidgetLineControl::fixup() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 434-449 |
| | 9 | 4 |
QWidgetLineControl::clearString| Name: | QWidgetLineControl::clearString | | Prototype: | QString QWidgetLineControl::clearString(uint pos, uint len) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 1223-1237 |
| | 9 | 4 |
QWidgetItemV2::updateCacheIfNecessary| Name: | QWidgetItemV2::updateCacheIfNecessary | | Prototype: | void QWidgetItemV2::updateCacheIfNecessary() const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 709-745 |
| | 27 | 4 |
QWidgetItem::sizeHint| Name: | QWidgetItem::sizeHint | | Prototype: | QSize QWidgetItem::sizeHint() const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 651-668 |
| | 13 | 4 |
QWidgetBackingStore::removeDirtyWidget| Name: | QWidgetBackingStore::removeDirtyWidget | | Prototype: | void QWidgetBackingStore::removeDirtyWidget(QWidget *w) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | | Lines: | 755-771 |
| | 11 | 4 |
QWidgetAnimator::animate| Name: | QWidgetAnimator::animate | | Prototype: | void QWidgetAnimator::animate(QWidget *widget, const QRect &_final_geometry, bool animate) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetanimator.cpp | | Lines: | 74-109 |
| | 19 | 4 |
QWidgetAction::setDefaultWidget| Name: | QWidgetAction::setDefaultWidget | | Prototype: | void QWidgetAction::setDefaultWidget(QWidget *widget) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetaction.cpp | | Lines: | 131-147 |
| | 13 | 4 |