| Function | Condition % | Modificationsâ–´ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QWindowSystemInterface::handleEnterEvent| Name: | QWindowSystemInterface::handleEnterEvent | | Prototype: | void QWindowSystemInterface::handleEnterEvent(QWindow *tlw, const QPointF &local, const QPointF &global) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | | Lines: | 84-90 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | | Lines (reference): | 77-84 | | Comparison: | Different |
| | Different | 4 | 2 |
QWindowSystemInterfacePrivate::toNativeTouchPoints| Name: | QWindowSystemInterfacePrivate::toNativeTouchPoints | | Prototype: | QList<QWindowSystemInterface::TouchPoint> QWindowSystemInterfacePrivate::toNativeTouchPoints(const QList<QTouchEvent::TouchPoint>& pointList, const QWindow *window) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | | Lines: | 509-528 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | | Lines (reference): | 504-523 | | Comparison: | Different |
| | Different | 14 | 2 |
QWindowsStyle::drawControl| Name: | QWindowsStyle::drawControl | | Prototype: | void QWindowsStyle::drawControl(ControlElement ce, const QStyleOption *opt, QPainter *p, const QWidget *widget) const | | Coverage: | 0.000% (0/548) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qwindowsstyle.cpp | | Lines: | 1116-1906 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qwindowsstyle.cpp | | Lines (reference): | 1109-1897 | | Comparison: | Different |
| | Different | 557 | 131 |
QWindowsStyle::eventFilter| Name: | QWindowsStyle::eventFilter | | Prototype: | bool QWindowsStyle::eventFilter(QObject *o, QEvent *e) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qwindowsstyle.cpp | | Lines: | 153-204 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qwindowsstyle.cpp | | Lines (reference): | 145-197 | | Comparison: | Different |
| | Different | 30 | 12 |
QWizard::field| Name: | QWizard::field | | Prototype: | QVariant QWizard::field(const QString &name) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 2535-2547 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines (reference): | 2529-2541 | | Comparison: | Different |
| | Different | 7 | 2 |
QWizard::next| Name: | QWizard::next | | Prototype: | void QWizard::next() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 3139-3160 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines (reference): | 3133-3154 | | Comparison: | Different |
| | Different | 13 | 6 |
QWizard::setButtonLayout| Name: | QWizard::setButtonLayout | | Prototype: | void QWizard::setButtonLayout(const QList<WizardButton> &layout) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 2757-2782 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines (reference): | 2751-2776 | | Comparison: | Different |
| | Different | 15 | 6 |
QWizard::setField| Name: | QWizard::setField | | Prototype: | void QWizard::setField(const QString &name, const QVariant &value) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 2512-2526 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines (reference): | 2506-2520 | | Comparison: | Different |
| | Different | 9 | 3 |
QWizard::setPage| Name: | QWizard::setPage | | Prototype: | void QWizard::setPage(int theid, QWizardPage *page) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 2261-2307 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines (reference): | 2255-2301 | | Comparison: | Different |
| | Different | 27 | 6 |
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: | 2447-2465 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines (reference): | 2441-2459 | | Comparison: | Different |
| | Different | 12 | 4 |
QWizardPage::cleanupPage| Name: | QWizardPage::cleanupPage | | Prototype: | void QWizardPage::cleanupPage() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 3627-3637 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines (reference): | 3621-3632 | | Comparison: | Different |
| | Different | 7 | 4 |
QWizardPrivate::addField| Name: | QWizardPrivate::addField | | Prototype: | void QWizardPrivate::addField(const QWizardField &field) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 801-821 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines (reference): | 795-815 | | Comparison: | Different |
| | Different | 14 | 3 |
QWizardPrivate::switchToPage| Name: | QWizardPrivate::switchToPage | | Prototype: | void QWizardPrivate::switchToPage(int newId, Direction direction) | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 838-910 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines (reference): | 832-904 | | Comparison: | Different |
| | Different | 42 | 11 |
QXcbBackingStore::beginPaint| Name: | QXcbBackingStore::beginPaint | | Prototype: | void QXcbBackingStore::beginPaint(const QRegion ®ion) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 525-542 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines (reference): | 323-343 | | Comparison: | Different |
| | Different | 14 | 5 |
QXcbBackingStore::endPaint| Name: | QXcbBackingStore::endPaint | | Prototype: | void QXcbBackingStore::endPaint() | | Coverage: | 26.667% (4/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 544-568 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines (reference): | 345-361 | | Comparison: | Different |
| | Different | 10 | 4 |
QXcbBackingStore::flush| Name: | QXcbBackingStore::flush | | Prototype: | void QXcbBackingStore::flush(QWindow *window, const QRegion ®ion, const QPoint &offset) | | Coverage: | 53.333% (8/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 582-614 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines (reference): | 375-411 | | Comparison: | Different |
| | Different | 22 | 6 |
QXcbBackingStore::resize| Name: | QXcbBackingStore::resize | | Prototype: | void QXcbBackingStore::resize(const QSize &size, const QRegion &) | | Coverage: | 50.000% (6/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 634-656 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines (reference): | 431-459 | | Comparison: | Different |
| | Different | 18 | 5 |
QXcbBackingStore::scroll| Name: | QXcbBackingStore::scroll | | Prototype: | bool QXcbBackingStore::scroll(const QRegion &area, int dx, int dy) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 658-664 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines (reference): | 463-475 | | Comparison: | Different |
| | Different | 8 | 3 |
QXcbClipboard::handleSelectionRequest| Name: | QXcbClipboard::handleSelectionRequest | | Prototype: | void QXcbClipboard::handleSelectionRequest(xcb_selection_request_event_t *req) | | Coverage: | 60.606% (40/66) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 603-724 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines (reference): | 597-718 | | Comparison: | Different |
| | Different | 80 | 18 |
QXcbConnection::QXcbConnection| Name: | QXcbConnection::QXcbConnection | | Prototype: | QXcbConnection::QXcbConnection(QXcbNativeInterface *nativeInterface, bool canGrabServer, xcb_visualid_t defaultVisualId, const char *displayName) | | Coverage: | 43.396% (23/53) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 554-681 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines (reference): | 547-673 | | Comparison: | Different |
| | Different | 65 | 18 |
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: | 340-361 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines (reference): | 333-354 | | Comparison: | Different |
| | Different | 11 | 4 |
QXcbConnection::finalizeXInput2| Name: | QXcbConnection::finalizeXInput2 | | Prototype: | void QXcbConnection::finalizeXInput2() | | Coverage: | 20.000% (1/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | | Lines: | 275-282 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | | Lines (reference): | 269-276 | | Comparison: | Different |
| | Different | 4 | 3 |
QXcbConnection::handleXcbError| Name: | QXcbConnection::handleXcbError | | Prototype: | void QXcbConnection::handleXcbError(xcb_generic_error_t *error) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 991-1026 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines (reference): | 983-1015 | | Comparison: | Different |
| | Different | 11 | 2 |
QXcbConnection::handleXcbEvent| Name: | QXcbConnection::handleXcbEvent | | Prototype: | void QXcbConnection::handleXcbEvent(xcb_generic_event_t *event) | | Coverage: | 44.053% (100/227) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 1093-1297 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines (reference): | 1082-1286 | | Comparison: | Different |
| | Different | 118 | 82 |
QXcbConnection::initializeScreens| Name: | QXcbConnection::initializeScreens | | Prototype: | void QXcbConnection::initializeScreens() | | Coverage: | 38.947% (37/95) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 392-552 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines (reference): | 385-545 | | Comparison: | Different |
| | Different | 122 | 30 |
QXcbConnection::initializeXKB| Name: | QXcbConnection::initializeXKB | | Prototype: | void QXcbConnection::initializeXKB() | | Coverage: | 40.000% (6/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 2199-2262 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines (reference): | 2188-2251 | | Comparison: | Different |
| | Different | 46 | 5 |
QXcbConnection::processXcbEvents| Name: | QXcbConnection::processXcbEvents | | Prototype: | void QXcbConnection::processXcbEvents() | | Coverage: | 65.385% (17/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 1702-1758 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines (reference): | 1691-1747 | | Comparison: | Different |
| | Different | 35 | 11 |
QXcbConnection::updateScreen| Name: | QXcbConnection::updateScreen | | Prototype: | void QXcbConnection::updateScreen(QXcbScreen *screen, const xcb_randr_output_change_t &outputChange) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 317-338 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines (reference): | 310-331 | | Comparison: | Different |
| | Different | 13 | 5 |
QXcbConnection::updateScreens| Name: | QXcbConnection::updateScreens | | Prototype: | void QXcbConnection::updateScreens(const xcb_randr_notify_event_t *event) | | Coverage: | 0.000% (0/87) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 206-298 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines (reference): | 200-291 | | Comparison: | Different |
| | Different | 59 | 26 |
QXcbConnection::xi2HandleEvent| Name: | QXcbConnection::xi2HandleEvent | | Prototype: | void QXcbConnection::xi2HandleEvent(xcb_ge_event_t *event) | | Coverage: | 47.143% (33/70) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | | Lines: | 491-583 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | | Lines (reference): | 484-576 | | Comparison: | Different |
| | Different | 58 | 31 |
QXcbConnection::xi2HandleHierachyEvent| Name: | QXcbConnection::xi2HandleHierachyEvent | | Prototype: | void QXcbConnection::xi2HandleHierachyEvent(void *event) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | | Lines: | 825-835 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | | Lines (reference): | 818-829 | | Comparison: | Different |
| | Different | 6 | 3 |
QXcbConnection::xi2Select| Name: | QXcbConnection::xi2Select | | Prototype: | void QXcbConnection::xi2Select(xcb_window_t window) | | Coverage: | 34.884% (15/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | | Lines: | 284-386 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | | Lines (reference): | 278-379 | | Comparison: | Different |
| | Different | 62 | 13 |
QXcbCursor::queryPointer| Name: | QXcbCursor::queryPointer | | Prototype: | void QXcbCursor::queryPointer(QXcbConnection *c, QXcbVirtualDesktop **virtualDesktop, QPoint *pos, int *keybMask) | | Coverage: | 68.182% (15/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | | Lines: | 626-654 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | | Lines (reference): | 620-647 | | Comparison: | Different |
| | Different | 20 | 8 |
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: | 334-349 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | | Lines (reference): | 328-343 | | Comparison: | Different |
| | Different | 7 | 4 |
QXcbDrag::handleSelectionRequest| Name: | QXcbDrag::handleSelectionRequest | | Prototype: | void QXcbDrag::handleSelectionRequest(const xcb_selection_request_event_t *event) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | | Lines: | 1133-1197 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | | Lines (reference): | 1127-1191 | | Comparison: | Different |
| | Different | 39 | 11 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/gl_integrations/qxcbglintegrationfactory.cpp | | Lines (reference): | 86-102 | | Comparison: | Different |
| | Different | 7 | 4 |
QXcbIntegration::QXcbIntegration| Name: | QXcbIntegration::QXcbIntegration | | Prototype: | QXcbIntegration::QXcbIntegration(const QStringList ¶meters, int &argc, char **argv) | | Coverage: | 32.308% (21/65) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines: | 121-195 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines (reference): | 115-188 | | Comparison: | Different |
| | Different | 46 | 15 |
QXcbIntegration::createPlatformWindow| Name: | QXcbIntegration::createPlatformWindow | | Prototype: | QPlatformWindow *QXcbIntegration::createPlatformWindow(QWindow *window) const | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines: | 203-220 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines (reference): | 196-213 | | Comparison: | Different |
| | Different | 18 | 3 |
QXcbIntegration::hasCapability| Name: | QXcbIntegration::hasCapability | | Prototype: | bool QXcbIntegration::hasCapability(QPlatformIntegration::Capability cap) const | | Coverage: | 82.353% (14/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines: | 251-280 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines (reference): | 244-261 | | Comparison: | Different |
| | Different | 14 | 11 |
QXcbKeyboard::handleKeyEvent| Name: | QXcbKeyboard::handleKeyEvent | | Prototype: | void QXcbKeyboard::handleKeyEvent(xcb_window_t sourceWindow, QEvent::Type type, xcb_keycode_t code, quint16 state, xcb_timestamp_t time) | | Coverage: | 0.000% (0/76) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 1455-1576 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines (reference): | 1447-1566 | | Comparison: | Different |
| | Different | 80 | 21 |
QXcbKeyboard::possibleKeys| Name: | QXcbKeyboard::possibleKeys | | Prototype: | QList<int> QXcbKeyboard::possibleKeys(const QKeyEvent *event) const | | Coverage: | 0.000% (0/63) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 971-1070 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines (reference): | 965-1064 | | Comparison: | Different |
| | Different | 71 | 20 |
QXcbKeyboard::printKeymapError| Name: | QXcbKeyboard::printKeymapError | | Prototype: | void QXcbKeyboard::printKeymapError(const char *error) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 675-686 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines (reference): | 669-680 | | Comparison: | Different |
| | Different | 8 | 3 |
QXcbKeyboard::updateKeymap| Name: | QXcbKeyboard::updateKeymap | | Prototype: | void QXcbKeyboard::updateKeymap() | | Coverage: | 40.000% (12/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 688-754 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines (reference): | 682-748 | | Comparison: | Different |
| | Different | 41 | 11 |
QXcbNativeInterface::atspiBus| Name: | QXcbNativeInterface::atspiBus | | Prototype: | void *QXcbNativeInterface::atspiBus() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 463-486 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines (reference): | 449-468 | | Comparison: | Different |
| | Different | 16 | 2 |
QXcbNativeInterface::nativeResourceForScreen| Name: | QXcbNativeInterface::nativeResourceForScreen | | Prototype: | void *QXcbNativeInterface::nativeResourceForScreen(const QByteArray &resourceString, QScreen *screen) | | Coverage: | 17.073% (7/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 204-259 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines (reference): | 208-259 | | Comparison: | Different |
| | Different | 32 | 15 |
QXcbScreen::format| Name: | QXcbScreen::format | | Prototype: | QImage::Format QXcbScreen::format() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 466-469 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines (reference): | 398-401 | | Comparison: | Different |
| | Different | 1 | 1 |
QXcbShmImage::QXcbShmImage| Name: | QXcbShmImage::QXcbShmImage | | Prototype: | QXcbShmImage::QXcbShmImage(QXcbScreen *screen, const QSize &size, uint depth, QImage::Format format) | | Coverage: | 48.571% (17/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 146-215 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines (reference): | 123-188 | | Comparison: | Different |
| | Different | 44 | 10 |
QXcbShmImage::destroy| Name: | QXcbShmImage::destroy | | Prototype: | void QXcbShmImage::destroy() | | Coverage: | 60.000% (12/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 250-276 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines (reference): | 190-211 | | Comparison: | Different |
| | Different | 13 | 5 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines (reference): | 294-301 | | Comparison: | Different |
| | Different | 3 | 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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines (reference): | 70-77 | | Comparison: | Different |
| | Different | 4 | 3 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines (reference): | 148-156 | | Comparison: | Different |
| | Different | 5 | 3 |
QXcbWindow::create| Name: | QXcbWindow::create | | Prototype: | void QXcbWindow::create() | | Coverage: | 58.140% (50/86) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 351-596 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines (reference): | 331-620 | | Comparison: | Different |
| | Different | 189 | 34 |
QXcbWindow::handleConfigureNotifyEvent| Name: | QXcbWindow::handleConfigureNotifyEvent | | Prototype: | void QXcbWindow::handleConfigureNotifyEvent(const xcb_configure_notify_event_t *event) | | Coverage: | 76.923% (20/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2095-2144 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines (reference): | 2108-2148 | | Comparison: | Different |
| | Different | 20 | 5 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines (reference): | 2203-2214 | | Comparison: | Different |
| | Different | 7 | 3 |
QXcbWindow::hide| Name: | QXcbWindow::hide | | Prototype: | void QXcbWindow::hide() | | Coverage: | 60.714% (17/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 853-910 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines (reference): | 877-933 | | Comparison: | Different |
| | Different | 32 | 10 |
QXcbWindow::requestActivateWindow| Name: | QXcbWindow::requestActivateWindow | | Prototype: | void QXcbWindow::requestActivateWindow() | | Coverage: | 85.714% (18/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1672-1713 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines (reference): | 1685-1726 | | Comparison: | Different |
| | Different | 27 | 4 |
QXcbWindow::setGeometry| Name: | QXcbWindow::setGeometry | | Prototype: | void QXcbWindow::setGeometry(const QRect &rect) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 641-677 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines (reference): | 665-701 | | Comparison: | Different |
| | Different | 25 | 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: | 1140-1171 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines (reference): | 1163-1193 | | Comparison: | Different |
| | Different | 21 | 4 |
QXcbXSettings::removeCallbackForHandle| Name: | QXcbXSettings::removeCallbackForHandle | | Prototype: | void QXcbXSettings::removeCallbackForHandle(const QByteArray &property, void *handle) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 304-314 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines (reference): | 299-310 | | Comparison: | Different |
| | Different | 7 | 3 |
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: | 105-138 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines (reference): | 101-133 | | Comparison: | Different |
| | Different | 23 | 4 |
QXcbXSettingsPrivate::populateSettings| Name: | QXcbXSettingsPrivate::populateSettings | | Prototype: | void populateSettings(const QByteArray &xSettings) | | Coverage: | 36.508% (23/63) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 149-222 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines (reference): | 144-217 | | Comparison: | Different |
| | Different | 52 | 15 |
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: | 84-88 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines (reference): | 78-84 | | Comparison: | Different |
| | Different | 4 | 1 |
QXcbXSettingsPropertyValue::updateValue| Name: | QXcbXSettingsPropertyValue::updateValue | | Prototype: | void updateValue(QXcbVirtualDesktop *screen, const QByteArray &name, const QVariant &value, int last_change_serial) | | Coverage: | 40.000% (2/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 74-82 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines (reference): | 66-76 | | Comparison: | Different |
| | Different | 7 | 3 |
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: | 3193-3220 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines (reference): | 3179-3206 | | Comparison: | Different |
| | Different | 17 | 4 |
QXmlSimpleReaderPrivate::init| Name: | QXmlSimpleReaderPrivate::init | | Prototype: | void QXmlSimpleReaderPrivate::init(const QXmlInputSource *i) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 7849-7868 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines (reference): | 7830-7849 | | Comparison: | Different |
| | Different | 14 | 1 |
QXmlSimpleReaderPrivate::parseBeginOrContinue| Name: | QXmlSimpleReaderPrivate::parseBeginOrContinue | | Prototype: | bool QXmlSimpleReaderPrivate::parseBeginOrContinue(int state, bool incremental) | | Coverage: | 82.000% (41/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3260-3321 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines (reference): | 3246-3307 | | Comparison: | Different |
| | Different | 38 | 14 |
QXmlSimpleReaderPrivate::parseElement| Name: | QXmlSimpleReaderPrivate::parseElement | | Prototype: | bool QXmlSimpleReaderPrivate::parseElement() | | Coverage: | 88.679% (94/106) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3590-3770 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines (reference): | 3576-3757 | | Comparison: | Different |
| | Different | 108 | 42 |
QXmlSimpleReaderPrivate::processElementETagBegin2| Name: | QXmlSimpleReaderPrivate::processElementETagBegin2 | | Prototype: | bool QXmlSimpleReaderPrivate::processElementETagBegin2() | | Coverage: | 72.222% (26/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3835-3879 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines (reference): | 3818-3860 | | Comparison: | Different |
| | Different | 25 | 12 |
QXmlSimpleReaderPrivate::processElementEmptyTag| Name: | QXmlSimpleReaderPrivate::processElementEmptyTag | | Prototype: | bool QXmlSimpleReaderPrivate::processElementEmptyTag() | | Coverage: | 65.625% (21/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3776-3830 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines (reference): | 3763-3813 | | Comparison: | Different |
| | Different | 29 | 11 |
QXmlStreamWriter::writeStartDocument| Name: | QXmlStreamWriter::writeStartDocument | | Prototype: | void QXmlStreamWriter::writeStartDocument(const QString &version, bool standalone) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3814-3833 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines (reference): | 3807-3825 | | Comparison: | Different |
| | Different | 10 | 3 |
QXmlStreamWriter::writeStartDocument| Name: | QXmlStreamWriter::writeStartDocument | | Prototype: | void QXmlStreamWriter::writeStartDocument(const QString &version) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3790-3806 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines (reference): | 3784-3799 | | Comparison: | Different |
| | Different | 8 | 2 |
QXmlUtils::isEncName| Name: | QXmlUtils::isEncName | | Prototype: | bool QXmlUtils::isEncName(const QString &encName) | | Coverage: | 88.235% (30/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 230-246 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines (reference): | 225-235 | | Comparison: | Different |
| | Different | 3 | 1 |
QZipReader::QZipReader| Name: | QZipReader::QZipReader | | Prototype: | QZipReader::QZipReader(const QString &archive, QIODevice::OpenMode mode) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 822-844 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines (reference): | 816-836 | | Comparison: | Different |
| | Different | 14 | 5 |
QZipReader::extractAll| Name: | QZipReader::extractAll | | Prototype: | bool QZipReader::extractAll(const QString &destinationDir) const | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1020-1068 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines (reference): | 1012-1060 | | Comparison: | Different |
| | Different | 30 | 13 |
QZipReaderPrivate::scanFiles| Name: | QZipReaderPrivate::scanFiles | | Prototype: | void QZipReaderPrivate::scanFiles() | | Coverage: | 0.000% (0/47) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 558-645 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines (reference): | 552-639 | | Comparison: | Different |
| | Different | 60 | 15 |
QtSharedPointer::internalSafetyCheckAdd| Name: | QtSharedPointer::internalSafetyCheckAdd | | Prototype: | void QtSharedPointer::internalSafetyCheckAdd(const void *d_ptr, const volatile void *ptr) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | | Lines: | 1495-1524 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | | Lines (reference): | 1488-1517 | | Comparison: | Different |
| | Different | 14 | 3 |
QtSharedPointer::internalSafetyCheckCleanCheck| Name: | QtSharedPointer::internalSafetyCheckCleanCheck | | Prototype: | void QtSharedPointer::internalSafetyCheckCleanCheck() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | | Lines: | 1559-1571 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | | Lines (reference): | 1552-1564 | | Comparison: | Different |
| | Different | 6 | 3 |
QtSharedPointer::internalSafetyCheckRemove| Name: | QtSharedPointer::internalSafetyCheckRemove | | Prototype: | void QtSharedPointer::internalSafetyCheckRemove(const void *d_ptr) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | | Lines: | 1529-1553 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | | Lines (reference): | 1522-1546 | | Comparison: | Different |
| | Different | 14 | 3 |
StyleSelector::basicSelectorMatches| Name: | StyleSelector::basicSelectorMatches | | Prototype: | bool StyleSelector::basicSelectorMatches(const BasicSelector &sel, NodePtr node) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1909-1946 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines (reference): | 1901-1939 | | Comparison: | Different |
| | Different | 25 | 10 |
TextureBinder::~TextureBinder| Name: | TextureBinder::~TextureBinder | | Prototype: | ~TextureBinder() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 426-429 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines (reference): | 487-490 | | Comparison: | Different |
| | Different | 1 | 1 |
VersionTerm::fromJson| Name: | VersionTerm::fromJson | | Prototype: | VersionTerm VersionTerm::fromJson(const QJsonValue &v) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 197-212 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines (reference): | 207-222 | | Comparison: | Different |
| | Different | 11 | 4 |
_q_parseDosDir| Name: | _q_parseDosDir | | Prototype: | static void _q_parseDosDir(const QStringList &tokens, const QString &userName, QUrlInfo *info) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 562-613 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines (reference): | 556-607 | | Comparison: | Different |
| | Different | 31 | 6 |
_q_parseUnixDir| Name: | _q_parseUnixDir | | Prototype: | static void _q_parseUnixDir(const QStringList &tokens, const QString &userName, QUrlInfo *info) | | Coverage: | 64.000% (32/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 477-560 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines (reference): | 471-554 | | Comparison: | Different |
| | Different | 55 | 10 |
activeConditions| Name: | activeConditions | | Prototype: | static QSet<QByteArray> activeConditions() | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp | | Lines: | 168-185 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp | | Lines (reference): | 157-179 | | Comparison: | Different |
| | Different | 14 | 7 |
addressFromSockaddr| Name: | addressFromSockaddr | | Prototype: | static QHostAddress addressFromSockaddr(sockaddr *sa, int ifindex = 0, const QString &ifname = QString()) | | Coverage: | 83.333% (15/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface_unix.cpp | | Lines: | 88-109 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface_unix.cpp | | Lines (reference): | 81-108 | | Comparison: | Different |
| | Different | 16 | 7 |
appendIntToFourBytes| Name: | appendIntToFourBytes | | Prototype: | static void appendIntToFourBytes(char *output, qint32 number) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 386-389 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines (reference): | 380-383 | | Comparison: | Different |
| | Different | 1 | 1 |
appendIntToThreeBytes| Name: | appendIntToThreeBytes | | Prototype: | static void appendIntToThreeBytes(char *output, qint32 number) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 380-384 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines (reference): | 374-378 | | Comparison: | Different |
| | Different | 2 | 1 |
appendSeparator| Name: | appendSeparator | | Prototype: | static inline void appendSeparator(QStringList *list, const QString &string, int from, int size, int lastQuote) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 358-362 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines (reference): | 350-356 | | Comparison: | Different |
| | Different | 4 | 2 |
areMetricsTooLarge| Name: | areMetricsTooLarge | | Prototype: | static inline bool areMetricsTooLarge(const QFontEngineFT::GlyphInfo &info) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 878-884 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines (reference): | 846-855 | | Comparison: | Different |
| | Different | 6 | 1 |
bindFont| Name: | bindFont | | Prototype: | static QByteArray bindFont(const QVector<QTtfTable>& _tables) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 1077-1151 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines (reference): | 1069-1143 | | Comparison: | Different |
| | Different | 42 | 7 |
buddyString| Name: | buddyString | | Prototype: | static QString buddyString(const QWidget *widget) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | | Lines: | 77-99 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | | Lines (reference): | 72-95 | | Comparison: | Different |
| | Different | 14 | 6 |
buildMetaObject| Name: | buildMetaObject | | Prototype: | static int buildMetaObject(QMetaObjectBuilderPrivate *d, char *buf, int expectedSize, bool relocatable) | | Coverage: | 96.689% (146/151) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 1172-1476 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines (reference): | 1170-1484 | | Comparison: | Different |
| | Different | 235 | 54 |
childWidgets| Name: | childWidgets | | Prototype: | static QList<QWidget*> childWidgets(const QWidget *widget) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | | Lines: | 60-75 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | | Lines (reference): | 54-70 | | Comparison: | Different |
| | Different | 13 | 3 |
childWidgets| Name: | childWidgets | | Prototype: | QList<QWidget*> childWidgets(const QWidget *widget) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines: | 76-95 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines (reference): | 70-90 | | Comparison: | Different |
| | Different | 16 | 5 |
childWindowAt| Name: | childWindowAt | | Prototype: | static QWindow *childWindowAt(QWindow *win, const QPoint &p) | | Coverage: | 72.222% (13/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 287-304 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines (reference): | 267-284 | | Comparison: | Different |
| | Different | 11 | 6 |
collectParentMimeTypes| Name: | collectParentMimeTypes | | Prototype: | static void collectParentMimeTypes(const QString &mime, QStringList &allParents) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetype.cpp | | Lines: | 344-356 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetype.cpp | | Lines (reference): | 338-351 | | Comparison: | Different |
| | Different | 6 | 4 |
computeElidedText| Name: | computeElidedText | | Prototype: | static QString computeElidedText(Qt::TextElideMode mode, const QString &text) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 1425-1447 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines (reference): | 1350-1372 | | Comparison: | Different |
| | Different | 13 | 6 |
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: | 301-308 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines (reference): | 295-302 | | Comparison: | Different |
| | Different | 4 | 3 |
convert| Name: | convert | | Prototype: | static bool convert(const QVariant::Private *d, int t, void *result, bool *ok) | | Coverage: | 0.000% (0/95) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguivariant.cpp | | Lines: | 178-308 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguivariant.cpp | | Lines (reference): | 172-303 | | Comparison: | Different |
| | Different | 84 | 38 |
convertARGBPMToARGB32PM| Name: | convertARGBPMToARGB32PM | | Prototype: | template<QImage::Format Format> static const uint * convertARGBPMToARGB32PM(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 229-281 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines (reference): | 212-245 | | Comparison: | Different |
| | Different | 11 | 2 |