| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QXmlSimpleReader::hasProperty| Name:  | QXmlSimpleReader::hasProperty |  | Prototype:  | bool QXmlSimpleReader::hasProperty(const QString&) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 3036-3039 |  
  |  | 1 | 1 | 
 QXmlSimpleReader::hasFeature| Name:  | QXmlSimpleReader::hasFeature |  | Prototype:  | bool QXmlSimpleReader::hasFeature(const QString& name) const |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 3004-3016 |  
  |  | 8 | 2 | 
 QXmlSimpleReader::errorHandler| Name:  | QXmlSimpleReader::errorHandler |  | Prototype:  | QXmlErrorHandler* QXmlSimpleReader::errorHandler() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 3107-3111 |  
  |  | 2 | 1 | 
 QXmlSimpleReader::entityResolver| Name:  | QXmlSimpleReader::entityResolver |  | Prototype:  | QXmlEntityResolver* QXmlSimpleReader::entityResolver() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 3053-3057 |  
  |  | 2 | 1 | 
 QXmlSimpleReader::declHandler| Name:  | QXmlSimpleReader::declHandler |  | Prototype:  | QXmlDeclHandler* QXmlSimpleReader::declHandler() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 3143-3147 |  
  |  | 2 | 1 | 
 QXmlSimpleReader::contentHandler| Name:  | QXmlSimpleReader::contentHandler |  | Prototype:  | QXmlContentHandler* QXmlSimpleReader::contentHandler() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 3089-3093 |  
  |  | 2 | 1 | 
 QXmlSimpleReader::DTDHandler| Name:  | QXmlSimpleReader::DTDHandler |  | Prototype:  | QXmlDTDHandler* QXmlSimpleReader::DTDHandler() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 3071-3075 |  
  |  | 2 | 1 | 
 QXmlParseExceptionPrivate::QXmlParseExceptionPrivate| Name:  | QXmlParseExceptionPrivate::QXmlParseExceptionPrivate |  | Prototype:  | QXmlParseExceptionPrivate(const QXmlParseExceptionPrivate &other) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 255-259 |  
  |  | 2 | 1 | 
 QXmlParseException::QXmlParseException| Name:  | QXmlParseException::QXmlParseException |  | Prototype:  | QXmlParseException::QXmlParseException(const QXmlParseException& other) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 346-350 |  
  |  | 3 | 1 | 
 QXmlNamespaceSupport::reset| Name:  | QXmlNamespaceSupport::reset |  | Prototype:  | void QXmlNamespaceSupport::reset() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 723-728 |  
  |  | 3 | 1 | 
 QXmlNamespaceSupport::prefixes| Name:  | QXmlNamespaceSupport::prefixes |  | Prototype:  | QStringList QXmlNamespaceSupport::prefixes(const QString& uri) const |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 676-687 |  
  |  | 7 | 3 | 
 QXmlNamespaceSupport::prefix| Name:  | QXmlNamespaceSupport::prefix |  | Prototype:  | QString QXmlNamespaceSupport::prefix(const QString& uri) const |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 557-566 |  
  |  | 6 | 3 | 
 QXmlDefaultHandler::warning| Name:  | QXmlDefaultHandler::warning |  | Prototype:  | bool QXmlDefaultHandler::warning(const QXmlParseException&) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2321-2324 |  
  |  | 1 | 1 | 
 QXmlDefaultHandler::unparsedEntityDecl| Name:  | QXmlDefaultHandler::unparsedEntityDecl |  | Prototype:  | bool QXmlDefaultHandler::unparsedEntityDecl(const QString&, const QString&, const QString&, const QString&) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2362-2366 |  
  |  | 1 | 1 | 
 QXmlDefaultHandler::startEntity| Name:  | QXmlDefaultHandler::startEntity |  | Prototype:  | bool QXmlDefaultHandler::startEntity(const QString&) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2416-2419 |  
  |  | 1 | 1 | 
 QXmlDefaultHandler::startDTD| Name:  | QXmlDefaultHandler::startDTD |  | Prototype:  | bool QXmlDefaultHandler::startDTD(const QString&, const QString&, const QString&) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2396-2399 |  
  |  | 1 | 1 | 
 QXmlDefaultHandler::startCDATA| Name:  | QXmlDefaultHandler::startCDATA |  | Prototype:  | bool QXmlDefaultHandler::startCDATA() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2436-2439 |  
  |  | 1 | 1 | 
 QXmlDefaultHandler::skippedEntity| Name:  | QXmlDefaultHandler::skippedEntity |  | Prototype:  | bool QXmlDefaultHandler::skippedEntity(const QString&) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2311-2314 |  
  |  | 1 | 1 | 
 QXmlDefaultHandler::resolveEntity| Name:  | QXmlDefaultHandler::resolveEntity |  | Prototype:  | bool QXmlDefaultHandler::resolveEntity(const QString&, const QString&, QXmlInputSource*& ret) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2374-2379 |  
  |  | 2 | 1 | 
 QXmlDefaultHandler::notationDecl| Name:  | QXmlDefaultHandler::notationDecl |  | Prototype:  | bool QXmlDefaultHandler::notationDecl(const QString&, const QString&, const QString&) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2351-2355 |  
  |  | 1 | 1 | 
 QXmlDefaultHandler::ignorableWhitespace| Name:  | QXmlDefaultHandler::ignorableWhitespace |  | Prototype:  | bool QXmlDefaultHandler::ignorableWhitespace(const QString&) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2290-2293 |  
  |  | 1 | 1 | 
 QXmlDefaultHandler::externalEntityDecl| Name:  | QXmlDefaultHandler::externalEntityDecl |  | Prototype:  | bool QXmlDefaultHandler::externalEntityDecl(const QString&, const QString&, const QString&) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2486-2489 |  
  |  | 1 | 1 | 
 QXmlDefaultHandler::errorString| Name:  | QXmlDefaultHandler::errorString |  | Prototype:  | QString QXmlDefaultHandler::errorString() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2386-2389 |  
  |  | 1 | 1 | 
 QXmlDefaultHandler::error| Name:  | QXmlDefaultHandler::error |  | Prototype:  | bool QXmlDefaultHandler::error(const QXmlParseException&) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2331-2334 |  
  |  | 1 | 1 | 
 QXmlDefaultHandler::endEntity| Name:  | QXmlDefaultHandler::endEntity |  | Prototype:  | bool QXmlDefaultHandler::endEntity(const QString&) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2426-2429 |  
  |  | 1 | 1 | 
 QXmlDefaultHandler::endCDATA| Name:  | QXmlDefaultHandler::endCDATA |  | Prototype:  | bool QXmlDefaultHandler::endCDATA() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2446-2449 |  
  |  | 1 | 1 | 
 QXmlDefaultHandler::comment| Name:  | QXmlDefaultHandler::comment |  | Prototype:  | bool QXmlDefaultHandler::comment(const QString&) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2456-2459 |  
  |  | 1 | 1 | 
 QXmlAttributes::value| Name:  | QXmlAttributes::value |  | Prototype:  | QString QXmlAttributes::value(const QString& qName) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 939-945 |  
  |  | 4 | 2 | 
 QXmlAttributes::value| Name:  | QXmlAttributes::value |  | Prototype:  | QString QXmlAttributes::value(QLatin1String qName) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 955-961 |  
  |  | 4 | 2 | 
 QXmlAttributes::type| Name:  | QXmlAttributes::type |  | Prototype:  | QString QXmlAttributes::type(const QString&) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 900-903 |  
  |  | 1 | 1 | 
 QXmlAttributes::type| Name:  | QXmlAttributes::type |  | Prototype:  | QString QXmlAttributes::type(const QString&, const QString&) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 916-919 |  
  |  | 1 | 1 | 
 QXmlAttributes::index| Name:  | QXmlAttributes::index |  | Prototype:  | int QXmlAttributes::index(const QString& qName) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 787-794 |  
  |  | 4 | 3 | 
 QXlibEglIntegration::getCompatibleVisualId| Name:  | QXlibEglIntegration::getCompatibleVisualId |  | Prototype:  | VisualID QXlibEglIntegration::getCompatibleVisualId(Display *display, EGLDisplay eglDisplay, EGLConfig config) |  | Coverage:  |   0.000% (0/59) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qxlibeglintegration.cpp |  | Lines:  | 45-162 |  
  |  | 104 | 16 | 
 QXdgNotificationInterface::QXdgNotificationInterface| Name:  | QXdgNotificationInterface::QXdgNotificationInterface |  | Prototype:  | QXdgNotificationInterface::QXdgNotificationInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qxdgnotificationproxy.cpp |  | Lines:  | 44-47 |  
  |  | 2 | 1 | 
 QXcbXSettings::handlePropertyNotifyEvent| Name:  | QXcbXSettings::handlePropertyNotifyEvent |  | Prototype:  | void QXcbXSettings::handlePropertyNotifyEvent(const xcb_property_notify_event_t *event) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp |  | Lines:  | 288-296 |  
  |  | 4 | 2 | 
 QXcbWindow::wmWindowTypes| Name:  | QXcbWindow::wmWindowTypes |  | Prototype:  | QXcbWindowFunctions::WmWindowTypes QXcbWindow::wmWindowTypes() const |  | Coverage:  |   0.000% (0/42) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 1749-1818 |  
  |  | 45 | 19 | 
 QXcbWindow::visualIdStatic| Name:  | QXcbWindow::visualIdStatic |  | Prototype:  | uint QXcbWindow::visualIdStatic(QWindow *window) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 1742-1747 |  
  |  | 3 | 2 | 
 QXcbWindow::visualId| Name:  | QXcbWindow::visualId |  | Prototype:  | uint QXcbWindow::visualId() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2879-2882 |  
  |  | 1 | 1 | 
 QXcbWindow::updateSyncRequestCounter| Name:  | QXcbWindow::updateSyncRequestCounter |  | Prototype:  | void QXcbWindow::updateSyncRequestCounter() |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2599-2613 |  
  |  | 8 | 3 | 
 QXcbWindow::startSystemResize| Name:  | QXcbWindow::startSystemResize |  | Prototype:  | bool QXcbWindow::startSystemResize(const QPoint &pos, Qt::Corner corner) |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2720-2747 |  
  |  | 24 | 3 | 
 QXcbWindow::setWmWindowRoleStatic| Name:  | QXcbWindow::setWmWindowRoleStatic |  | Prototype:  | void QXcbWindow::setWmWindowRoleStatic(QWindow *window, const QByteArray &role) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 1734-1740 |  
  |  | 3 | 2 | 
 QXcbWindow::setWmWindowRole| Name:  | QXcbWindow::setWmWindowRole |  | Prototype:  | void QXcbWindow::setWmWindowRole(const QByteArray &role) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 1907-1912 |  
  |  | 3 | 1 | 
 QXcbWindow::setParentRelativeBackPixmapStatic| Name:  | QXcbWindow::setParentRelativeBackPixmapStatic |  | Prototype:  | void QXcbWindow::setParentRelativeBackPixmapStatic(QWindow *window) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 1914-1918 |  
  |  | 2 | 2 | 
 QXcbWindow::setParentRelativeBackPixmap| Name:  | QXcbWindow::setParentRelativeBackPixmap |  | Prototype:  | void QXcbWindow::setParentRelativeBackPixmap() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 1920-1925 |  
  |  | 3 | 1 | 
 QXcbWindow::sendXEmbedMessage| Name:  | QXcbWindow::sendXEmbedMessage |  | Prototype:  | void QXcbWindow::sendXEmbedMessage(xcb_window_t window, quint32 message, quint32 detail, quint32 data1, quint32 data2) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2750-2767 |  
  |  | 13 | 1 | 
 QXcbWindow::postSyncWindowRequest| Name:  | QXcbWindow::postSyncWindowRequest |  | Prototype:  | void QXcbWindow::postSyncWindowRequest() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2889-2896 |  
  |  | 4 | 2 | 
 QXcbWindow::mapToGlobal| Name:  | QXcbWindow::mapToGlobal |  | Prototype:  | QPoint QXcbWindow::mapToGlobal(const QPoint &pos) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2159-2177 |  
  |  | 13 | 3 | 
 QXcbWindow::mapFromGlobal| Name:  | QXcbWindow::mapFromGlobal |  | Prototype:  | QPoint QXcbWindow::mapFromGlobal(const QPoint &pos) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2179-2197 |  
  |  | 13 | 3 | 
 QXcbWindow::handleMotionNotifyEvent| Name:  | QXcbWindow::handleMotionNotifyEvent |  | Prototype:  | void QXcbWindow::handleMotionNotifyEvent(const xcb_motion_notify_event_t *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2408-2412 |  
  |  | 2 | 1 | 
 QXcbWindow::handleLeaveNotifyEvent| Name:  | QXcbWindow::handleLeaveNotifyEvent |  | Prototype:  | void QXcbWindow::handleLeaveNotifyEvent(const xcb_leave_notify_event_t *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2519-2522 |  
  |  | 1 | 1 | 
 QXcbWindow::handleEnterNotifyEvent| Name:  | QXcbWindow::handleEnterNotifyEvent |  | Prototype:  | void QXcbWindow::handleEnterNotifyEvent(const xcb_enter_notify_event_t *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2514-2517 |  
  |  | 1 | 1 | 
 QXcbWindow::handleButtonReleaseEvent| Name:  | QXcbWindow::handleButtonReleaseEvent |  | Prototype:  | void QXcbWindow::handleButtonReleaseEvent(int event_x, int event_y, int root_x, int root_y, int detail, Qt::KeyboardModifiers modifiers, xcb_timestamp_t timestamp, Qt::MouseEventSource source) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2263-2278 |  
  |  | 7 | 3 | 
 QXcbWindow::handleButtonReleaseEvent| Name:  | QXcbWindow::handleButtonReleaseEvent |  | Prototype:  | void QXcbWindow::handleButtonReleaseEvent(const xcb_button_release_event_t *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2401-2406 |  
  |  | 3 | 1 | 
 QXcbWindow::handleButtonPressEvent| Name:  | QXcbWindow::handleButtonPressEvent |  | Prototype:  | void QXcbWindow::handleButtonPressEvent(int event_x, int event_y, int root_x, int root_y, int detail, Qt::KeyboardModifiers modifiers, xcb_timestamp_t timestamp, Qt::MouseEventSource source) |  | Coverage:  |   0.000% (0/39) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2218-2261 |  
  |  | 26 | 7 | 
 QXcbWindow::handleButtonPressEvent| Name:  | QXcbWindow::handleButtonPressEvent |  | Prototype:  | void QXcbWindow::handleButtonPressEvent(const xcb_button_press_event_t *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2394-2399 |  
  |  | 3 | 1 | 
 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::setPrimaryScreen| Name:  | QXcbVirtualDesktop::setPrimaryScreen |  | Prototype:  | void QXcbVirtualDesktop::setPrimaryScreen(QPlatformScreen *s) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp |  | Lines:  | 92-97 |  
  |  | 3 | 1 | 
 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::compositingActive| Name:  | QXcbVirtualDesktop::compositingActive |  | Prototype:  | bool QXcbVirtualDesktop::compositingActive() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp |  | Lines:  | 108-114 |  
  |  | 3 | 2 | 
 QXcbVirtualDesktop::addScreen| Name:  | QXcbVirtualDesktop::addScreen |  | Prototype:  | void QXcbVirtualDesktop::addScreen(QPlatformScreen *s) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp |  | Lines:  | 87-90 |  
  |  | 1 | 1 | 
 QXcbSystemTrayTracker::notifyManagerClientMessageEvent| Name:  | QXcbSystemTrayTracker::notifyManagerClientMessageEvent |  | Prototype:  | void QXcbSystemTrayTracker::notifyManagerClientMessageEvent(const xcb_client_message_event_t *t) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsystemtraytracker.cpp |  | Lines:  | 160-164 |  
  |  | 2 | 2 | 
 QXcbSystemTrayTracker::handleDestroyNotifyEvent| Name:  | QXcbSystemTrayTracker::handleDestroyNotifyEvent |  | Prototype:  | void QXcbSystemTrayTracker::handleDestroyNotifyEvent(const xcb_destroy_notify_event_t *event) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsystemtraytracker.cpp |  | Lines:  | 167-174 |  
  |  | 4 | 2 | 
 QXcbSystemTrayTracker::emitSystemTrayWindowChanged| Name:  | QXcbSystemTrayTracker::emitSystemTrayWindowChanged |  | Prototype:  | inline void QXcbSystemTrayTracker::emitSystemTrayWindowChanged() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsystemtraytracker.cpp |  | Lines:  | 153-157 |  
  |  | 2 | 2 | 
 QXcbSyncWindowRequest::invalidate| Name:  | QXcbSyncWindowRequest::invalidate |  | Prototype:  | void QXcbSyncWindowRequest::invalidate() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp |  | Lines:  | 2362-2368 |  
  |  | 3 | 2 | 
 QXcbSoftwareOpenGLEnforcer::QXcbSoftwareOpenGLEnforcer::[lambda]| Name:  | QXcbSoftwareOpenGLEnforcer::QXcbSoftwareOpenGLEnforcer::[lambda] |  | Prototype:  | []() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/glxconvenience/qglxconvenience.cpp |  | Lines:  | 152-152 |  
  |  | 0 | 1 | 
 QXcbShmImage::flushPixmap| Name:  | QXcbShmImage::flushPixmap |  | Prototype:  | void QXcbShmImage::flushPixmap(const QRegion ®ion) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp |  | Lines:  | 358-421 |  
  |  | 39 | 3 | 
 QXcbShmGraphicsBuffer::data| Name:  | QXcbShmGraphicsBuffer::data |  | Prototype:  | uchar *data() override |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp |  | Lines:  | 137-137 |  
  |  | 1 | 1 | 
 QXcbSessionManager::setManagerProperty| Name:  | QXcbSessionManager::setManagerProperty |  | Prototype:  | void QXcbSessionManager::setManagerProperty(const QString &name, const QString &value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp |  | Lines:  | 468-471 |  
  |  | 1 | 1 | 
 QXcbSessionManager::setManagerProperty| Name:  | QXcbSessionManager::setManagerProperty |  | Prototype:  | void QXcbSessionManager::setManagerProperty(const QString &name, const QStringList &value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp |  | Lines:  | 473-476 |  
  |  | 1 | 1 | 
 QXcbSessionManager::requestPhase2| Name:  | QXcbSessionManager::requestPhase2 |  | Prototype:  | void QXcbSessionManager::requestPhase2() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp |  | Lines:  | 483-486 |  
  |  | 1 | 1 | 
 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 | 
 QXcbSessionManager::isPhase2| Name:  | QXcbSessionManager::isPhase2 |  | Prototype:  | bool QXcbSessionManager::isPhase2() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp |  | Lines:  | 478-481 |  
  |  | 1 | 1 | 
 QXcbSessionManager::handle| Name:  | QXcbSessionManager::handle |  | Prototype:  | void* QXcbSessionManager::handle() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp |  | Lines:  | 388-391 |  
  |  | 1 | 1 | 
 QXcbSessionManager::exitEventLoop| Name:  | QXcbSessionManager::exitEventLoop |  | Prototype:  | void QXcbSessionManager::exitEventLoop() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp |  | Lines:  | 488-491 |  
  |  | 1 | 1 | 
 QXcbSessionManager::cancel| Name:  | QXcbSessionManager::cancel |  | Prototype:  | void QXcbSessionManager::cancel() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp |  | Lines:  | 463-466 |  
  |  | 1 | 1 | 
 QXcbSessionManager::allowsInteraction| Name:  | QXcbSessionManager::allowsInteraction |  | Prototype:  | bool QXcbSessionManager::allowsInteraction() |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp |  | Lines:  | 393-421 |  
  |  | 20 | 6 | 
 QXcbSessionManager::allowsErrorInteraction| Name:  | QXcbSessionManager::allowsErrorInteraction |  | Prototype:  | bool QXcbSessionManager::allowsErrorInteraction() |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp |  | Lines:  | 423-451 |  
  |  | 20 | 6 | 
 QXcbScreen::windowShown::[lambda]| Name:  | QXcbScreen::windowShown::[lambda] |  | Prototype:  | []() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp |  | Lines:  | 359-359 |  
  |  | 0 | 1 | 
 QXcbScreen::virtualDesktopNumberStatic| Name:  | QXcbScreen::virtualDesktopNumberStatic |  | Prototype:  | int QXcbScreen::virtualDesktopNumberStatic(const QScreen *screen) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp |  | Lines:  | 510-516 |  
  |  | 3 | 2 | 
 QXcbScreen::updateGeometry| Name:  | QXcbScreen::updateGeometry |  | Prototype:  | void QXcbScreen::updateGeometry(xcb_timestamp_t timestamp) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp |  | Lines:  | 592-605 |  
  |  | 9 | 3 | 
 QXcbScreen::updateAvailableGeometry| Name:  | QXcbScreen::updateAvailableGeometry |  | Prototype:  | void QXcbScreen::updateAvailableGeometry() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp |  | Lines:  | 642-649 |  
  |  | 4 | 2 | 
 QXcbScreen::setOutput| Name:  | QXcbScreen::setOutput |  | Prototype:  | void QXcbScreen::setOutput(xcb_randr_output_t outputId, xcb_randr_get_output_info_reply_t *outputInfo) |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp |  | Lines:  | 500-508 |  
  |  | 4 | 1 | 
 QXcbScreen::sendStartupMessage| Name:  | QXcbScreen::sendStartupMessage |  | Prototype:  | void QXcbScreen::sendStartupMessage(const QByteArray &message) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp |  | Lines:  | 424-448 |  
  |  | 18 | 3 | 
 QXcbScreen::pixelDensity| Name:  | QXcbScreen::pixelDensity |  | Prototype:  | qreal QXcbScreen::pixelDensity() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp |  | Lines:  | 490-493 |  
  |  | 1 | 1 | 
 QXcbScreen::handleScreenChange| Name:  | QXcbScreen::handleScreenChange |  | Prototype:  | void QXcbScreen::handleScreenChange(xcb_randr_screen_change_notify_event_t *change_event) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp |  | Lines:  | 540-590 |  
  |  | 34 | 8 | 
 QXcbNativeInterfaceHandler::nativeResourceFunctionForWindow| Name:  | QXcbNativeInterfaceHandler::nativeResourceFunctionForWindow |  | Prototype:  | QPlatformNativeInterface::NativeResourceForWindowFunction QXcbNativeInterfaceHandler::nativeResourceFunctionForWindow(const QByteArray &resource) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/gl_integrations/qxcbnativeinterfacehandler.cpp |  | Lines:  | 74-78 |  
  |  | 2 | 1 | 
 QXcbNativeInterfaceHandler::nativeResourceFunctionForContext| Name:  | QXcbNativeInterfaceHandler::nativeResourceFunctionForContext |  | Prototype:  | QPlatformNativeInterface::NativeResourceForContextFunction QXcbNativeInterfaceHandler::nativeResourceFunctionForContext(const QByteArray &resource) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/gl_integrations/qxcbnativeinterfacehandler.cpp |  | Lines:  | 62-66 |  
  |  | 2 | 1 | 
 QXcbNativeInterfaceHandler::nativeResourceFunctionForBackingStore| Name:  | QXcbNativeInterfaceHandler::nativeResourceFunctionForBackingStore |  | Prototype:  | QPlatformNativeInterface::NativeResourceForBackingStoreFunction QXcbNativeInterfaceHandler::nativeResourceFunctionForBackingStore(const QByteArray &resource) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/gl_integrations/qxcbnativeinterfacehandler.cpp |  | Lines:  | 80-84 |  
  |  | 2 | 1 | 
 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::systrayVisualHasAlphaChannel| Name:  | QXcbNativeInterface::systrayVisualHasAlphaChannel |  | Prototype:  | bool QXcbNativeInterface::systrayVisualHasAlphaChannel() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp |  | Lines:  | 154-157 |  
  |  | 1 | 1 | 
 QXcbNativeInterface::systemTrayWindowGlobalGeometry| Name:  | QXcbNativeInterface::systemTrayWindowGlobalGeometry |  | Prototype:  | QRect QXcbNativeInterface::systemTrayWindowGlobalGeometry(const QWindow *window) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp |  | Lines:  | 121-124 |  
  |  | 1 | 1 | 
 QXcbNativeInterface::systemTrayAvailable| Name:  | QXcbNativeInterface::systemTrayAvailable |  | Prototype:  | bool QXcbNativeInterface::systemTrayAvailable(const QScreen *screen) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp |  | Lines:  | 111-114 |  
  |  | 1 | 1 | 
 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::setParentRelativeBackPixmap| Name:  | QXcbNativeInterface::setParentRelativeBackPixmap |  | Prototype:  | void QXcbNativeInterface::setParentRelativeBackPixmap(QWindow *window) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp |  | Lines:  | 159-162 |  
  |  | 1 | 1 | 
 QXcbNativeInterface::setAppUserTime| Name:  | QXcbNativeInterface::setAppUserTime |  | Prototype:  | void QXcbNativeInterface::setAppUserTime(QScreen* screen, xcb_timestamp_t time) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp |  | Lines:  | 495-500 |  
  |  | 2 | 2 | 
 QXcbNativeInterface::setAppTime| Name:  | QXcbNativeInterface::setAppTime |  | Prototype:  | void QXcbNativeInterface::setAppTime(QScreen* screen, xcb_timestamp_t time) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp |  | Lines:  | 488-493 |  
  |  | 2 | 2 | 
 QXcbNativeInterface::screenForWindow| Name:  | QXcbNativeInterface::screenForWindow |  | Prototype:  | void *QXcbNativeInterface::screenForWindow(QWindow *window) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp |  | Lines:  | 541-545 |  
  |  | 2 | 1 | 
 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::requestSystemTrayWindowDock| Name:  | QXcbNativeInterface::requestSystemTrayWindowDock |  | Prototype:  | bool QXcbNativeInterface::requestSystemTrayWindowDock(const QWindow *window) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp |  | Lines:  | 116-119 |  
  |  | 1 | 1 |