| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDrag::hotSpot| Name: | QDrag::hotSpot | | Prototype: | QPoint QDrag::hotSpot() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 195-199 |
| | 2 | 1 |
QDrag::mimeData| Name: | QDrag::mimeData | | Prototype: | QMimeData *QDrag::mimeData() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 151-155 |
| | 2 | 1 |
QDrag::pixmap| Name: | QDrag::pixmap | | Prototype: | QPixmap QDrag::pixmap() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 171-175 |
| | 2 | 1 |
QDrag::setDragCursor| Name: | QDrag::setDragCursor | | Prototype: | void QDrag::setDragCursor(const QPixmap &cursor, Qt::DropAction action) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 325-334 |
| | 6 | 3 |
QDrag::setHotSpot| Name: | QDrag::setHotSpot | | Prototype: | void QDrag::setHotSpot(const QPoint& hotspot) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 185-189 |
| | 2 | 1 |
QDrag::setMimeData| Name: | QDrag::setMimeData | | Prototype: | void QDrag::setMimeData(QMimeData *data) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 138-146 |
| | 6 | 3 |
QDrag::setPixmap| Name: | QDrag::setPixmap | | Prototype: | void QDrag::setPixmap(const QPixmap &pixmap) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 162-166 |
| | 2 | 1 |
QDrag::source| Name: | QDrag::source | | Prototype: | QObject *QDrag::source() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 205-209 |
| | 2 | 1 |
QDrag::start| Name: | QDrag::start | | Prototype: | Qt::DropAction QDrag::start(Qt::DropActions request) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 304-315 |
| | 8 | 2 |
QDrag::supportedActions| Name: | QDrag::supportedActions | | Prototype: | Qt::DropActions QDrag::supportedActions() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 373-377 |
| | 2 | 1 |
QDrag::target| Name: | QDrag::target | | Prototype: | QObject *QDrag::target() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 215-219 |
| | 2 | 1 |
QDrag::~QDrag| Name: | QDrag::~QDrag | | Prototype: | QDrag::~QDrag() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 128-132 |
| | 2 | 1 |
QDragEnterEvent::QDragEnterEvent| Name: | QDragEnterEvent::QDragEnterEvent | | Prototype: | QDragEnterEvent::QDragEnterEvent(const QPoint& point, Qt::DropActions actions, const QMimeData *data, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 3094-3097 |
| | 1 | 1 |
QDragLeaveEvent::QDragLeaveEvent| Name: | QDragLeaveEvent::QDragLeaveEvent | | Prototype: | QDragLeaveEvent::QDragLeaveEvent() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 3153-3155 |
| | 1 | 1 |
QDragManager::QDragManager| Name: | QDragManager::QDragManager | | Prototype: | QDragManager::QDragManager() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 73-82 |
| | 3 | 2 |
QDragManager::currentTarget| Name: | QDragManager::currentTarget | | Prototype: | QObject *QDragManager::currentTarget() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 116-119 |
| | 1 | 1 |
QDragManager::drag| Name: | QDragManager::drag | | Prototype: | Qt::DropAction QDragManager::drag(QDrag *o) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 121-146 |
| | 16 | 5 |
QDragManager::self| Name: | QDragManager::self | | Prototype: | QDragManager *QDragManager::self() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 90-95 |
| | 3 | 2 |
QDragManager::setCurrentTarget| Name: | QDragManager::setCurrentTarget | | Prototype: | void QDragManager::setCurrentTarget(QObject *target, bool dropped) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 104-114 |
| | 6 | 3 |
QDragManager::source| Name: | QDragManager::source | | Prototype: | QObject *QDragManager::source() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 97-102 |
| | 3 | 2 |
QDragManager::~QDragManager| Name: | QDragManager::~QDragManager | | Prototype: | QDragManager::~QDragManager() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 85-88 |
| | 1 | 1 |
QDragMoveEvent::QDragMoveEvent| Name: | QDragMoveEvent::QDragMoveEvent | | Prototype: | QDragMoveEvent::QDragMoveEvent(const QPoint& pos, Qt::DropActions actions, const QMimeData *data, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 2832-2836 |
| | 1 | 1 |
QDrawHelperGammaTables::QDrawHelperGammaTables| Name: | QDrawHelperGammaTables::QDrawHelperGammaTables | | Prototype: | QDrawHelperGammaTables::QDrawHelperGammaTables(qreal smoothing) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgammatables.cpp | | Lines: | 45-54 |
| | 6 | 3 |
QDrawHelperGammaTables::refresh| Name: | QDrawHelperGammaTables::refresh | | Prototype: | void QDrawHelperGammaTables::refresh(qreal smoothing) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgammatables.cpp | | Lines: | 56-62 |
| | 3 | 2 |
QDropEvent::QDropEvent| Name: | QDropEvent::QDropEvent | | Prototype: | QDropEvent::QDropEvent(const QPointF& pos, Qt::DropActions actions, const QMimeData *data, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 2944-2953 |
| | 3 | 1 |
QDropEvent::setDropAction| Name: | QDropEvent::setDropAction | | Prototype: | void QDropEvent::setDropAction(Qt::DropAction action) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 2980-2985 |
| | 3 | 2 |
QDropEvent::source| Name: | QDropEvent::source | | Prototype: | QObject* QDropEvent::source() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 2972-2977 |
| | 3 | 2 |
QDynamicBufferResourceRoot::mappingBuffer| Name: | QDynamicBufferResourceRoot::mappingBuffer | | Prototype: | inline const uchar *mappingBuffer() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 881-881 |
| | 1 | 1 |
QDynamicBufferResourceRoot::type| Name: | QDynamicBufferResourceRoot::type | | Prototype: | ResourceRootType type() const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 883-883 |
| | 1 | 1 |
QEGLDeviceIntegration::createCursor| Name: | QEGLDeviceIntegration::createCursor | | Prototype: | QPlatformCursor *QEGLDeviceIntegration::createCursor(QPlatformScreen *screen) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 309-312 |
| | 1 | 1 |
QEGLDeviceIntegration::createDisplay| Name: | QEGLDeviceIntegration::createDisplay | | Prototype: | EGLDisplay QEGLDeviceIntegration::createDisplay(EGLNativeDisplayType nativeDisplay) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 177-180 |
| | 1 | 1 |
QEGLDeviceIntegration::createNativeOffscreenWindow| Name: | QEGLDeviceIntegration::createNativeOffscreenWindow | | Prototype: | EGLNativeWindowType QEGLDeviceIntegration::createNativeOffscreenWindow(const QSurfaceFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 292-296 |
| | 2 | 1 |
QEGLDeviceIntegration::createNativeWindow| Name: | QEGLDeviceIntegration::createNativeWindow | | Prototype: | EGLNativeWindowType QEGLDeviceIntegration::createNativeWindow(QPlatformWindow *platformWindow, const QSize &size, const QSurfaceFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 282-290 |
| | 4 | 1 |
QEGLDeviceIntegration::createWindow| Name: | QEGLDeviceIntegration::createWindow | | Prototype: | QEglFSWindow *QEGLDeviceIntegration::createWindow(QWindow *window) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 277-280 |
| | 1 | 1 |
QEGLDeviceIntegration::destroyNativeWindow| Name: | QEGLDeviceIntegration::destroyNativeWindow | | Prototype: | void QEGLDeviceIntegration::destroyNativeWindow(EGLNativeWindowType window) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 298-301 |
| | 1 | 1 |
QEGLDeviceIntegration::fbDeviceName| Name: | QEGLDeviceIntegration::fbDeviceName | | Prototype: | QByteArray QEGLDeviceIntegration::fbDeviceName() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 121-132 |
| | 3 | 3 |
QEGLDeviceIntegration::fbDeviceName::[lambda]| Name: | QEGLDeviceIntegration::fbDeviceName::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 126-126 |
| | 0 | 1 |
QEGLDeviceIntegration::filterConfig| Name: | QEGLDeviceIntegration::filterConfig | | Prototype: | bool QEGLDeviceIntegration::filterConfig(EGLDisplay, EGLConfig) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 272-275 |
| | 1 | 1 |
QEGLDeviceIntegration::framebufferIndex| Name: | QEGLDeviceIntegration::framebufferIndex | | Prototype: | int QEGLDeviceIntegration::framebufferIndex() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 134-144 |
| | 6 | 2 |
QEGLDeviceIntegration::hasCapability| Name: | QEGLDeviceIntegration::hasCapability | | Prototype: | bool QEGLDeviceIntegration::hasCapability(QPlatformIntegration::Capability cap) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 303-307 |
| | 2 | 1 |
QEGLDeviceIntegration::logicalDpi| Name: | QEGLDeviceIntegration::logicalDpi | | Prototype: | QDpi QEGLDeviceIntegration::logicalDpi() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 211-221 |
| | 6 | 2 |
QEGLDeviceIntegration::nativeOrientation| Name: | QEGLDeviceIntegration::nativeOrientation | | Prototype: | Qt::ScreenOrientation QEGLDeviceIntegration::nativeOrientation() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 228-231 |
| | 1 | 1 |
QEGLDeviceIntegration::orientation| Name: | QEGLDeviceIntegration::orientation | | Prototype: | Qt::ScreenOrientation QEGLDeviceIntegration::orientation() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 233-236 |
| | 1 | 1 |
QEGLDeviceIntegration::physicalScreenSize| Name: | QEGLDeviceIntegration::physicalScreenSize | | Prototype: | QSizeF QEGLDeviceIntegration::physicalScreenSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 201-204 |
| | 1 | 1 |
QEGLDeviceIntegration::pixelDensity| Name: | QEGLDeviceIntegration::pixelDensity | | Prototype: | qreal QEGLDeviceIntegration::pixelDensity() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 223-226 |
| | 1 | 1 |
QEGLDeviceIntegration::platformDestroy| Name: | QEGLDeviceIntegration::platformDestroy | | Prototype: | void QEGLDeviceIntegration::platformDestroy() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 164-170 |
| | 2 | 2 |
QEGLDeviceIntegration::platformDisplay| Name: | QEGLDeviceIntegration::platformDisplay | | Prototype: | EGLNativeDisplayType QEGLDeviceIntegration::platformDisplay() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 172-175 |
| | 1 | 1 |
QEGLDeviceIntegration::platformInit| Name: | QEGLDeviceIntegration::platformInit | | Prototype: | void QEGLDeviceIntegration::platformInit() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 146-162 |
| | 6 | 2 |
QEGLDeviceIntegration::presentBuffer| Name: | QEGLDeviceIntegration::presentBuffer | | Prototype: | void QEGLDeviceIntegration::presentBuffer(QPlatformSurface *surface) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 328-331 |
| | 1 | 1 |
QEGLDeviceIntegration::refreshRate| Name: | QEGLDeviceIntegration::refreshRate | | Prototype: | qreal QEGLDeviceIntegration::refreshRate() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 248-251 |
| | 1 | 1 |
QEGLDeviceIntegration::screenDepth| Name: | QEGLDeviceIntegration::screenDepth | | Prototype: | int QEGLDeviceIntegration::screenDepth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 238-241 |
| | 1 | 1 |
QEGLDeviceIntegration::screenDestroy| Name: | QEGLDeviceIntegration::screenDestroy | | Prototype: | void QEGLDeviceIntegration::screenDestroy() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 192-199 |
| | 5 | 2 |
QEGLDeviceIntegration::screenFormat| Name: | QEGLDeviceIntegration::screenFormat | | Prototype: | QImage::Format QEGLDeviceIntegration::screenFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 243-246 |
| | 1 | 1 |
QEGLDeviceIntegration::screenSize| Name: | QEGLDeviceIntegration::screenSize | | Prototype: | QSize QEGLDeviceIntegration::screenSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 206-209 |
| | 1 | 1 |
QEGLDeviceIntegration::supportsPBuffers| Name: | QEGLDeviceIntegration::supportsPBuffers | | Prototype: | bool QEGLDeviceIntegration::supportsPBuffers() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 333-336 |
| | 1 | 1 |
QEGLDeviceIntegration::supportsSurfacelessContexts| Name: | QEGLDeviceIntegration::supportsSurfacelessContexts | | Prototype: | bool QEGLDeviceIntegration::supportsSurfacelessContexts() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 338-341 |
| | 1 | 1 |
QEGLDeviceIntegration::surfaceFormatFor| Name: | QEGLDeviceIntegration::surfaceFormatFor | | Prototype: | QSurfaceFormat QEGLDeviceIntegration::surfaceFormatFor(const QSurfaceFormat &inputFormat) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 258-270 |
| | 6 | 2 |
QEGLDeviceIntegration::surfaceType| Name: | QEGLDeviceIntegration::surfaceType | | Prototype: | EGLint QEGLDeviceIntegration::surfaceType() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 253-256 |
| | 1 | 1 |
QEGLDeviceIntegration::usesDefaultScreen| Name: | QEGLDeviceIntegration::usesDefaultScreen | | Prototype: | bool QEGLDeviceIntegration::usesDefaultScreen() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 182-185 |
| | 1 | 1 |
QEGLDeviceIntegration::waitForVSync| Name: | QEGLDeviceIntegration::waitForVSync | | Prototype: | void QEGLDeviceIntegration::waitForVSync(QPlatformSurface *surface) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 314-326 |
| | 5 | 3 |
QEGLDeviceIntegration::wlDisplay| Name: | QEGLDeviceIntegration::wlDisplay | | Prototype: | void *QEGLDeviceIntegration::wlDisplay() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 343-346 |
| | 1 | 1 |
QEGLDeviceIntegrationFactory::create| Name: | QEGLDeviceIntegrationFactory::create | | Prototype: | QEGLDeviceIntegration *QEGLDeviceIntegrationFactory::create(const QString &key, const QString &pluginPath) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 98-117 |
| | 10 | 6 |
QEGLDeviceIntegrationFactory::keys| Name: | QEGLDeviceIntegrationFactory::keys | | Prototype: | QStringList QEGLDeviceIntegrationFactory::keys(const QString &pluginPath) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 74-96 |
| | 14 | 5 |
QEGLPbuffer::QEGLPbuffer| Name: | QEGLPbuffer::QEGLPbuffer | | Prototype: | QEGLPbuffer::QEGLPbuffer(EGLDisplay display, const QSurfaceFormat &format, QOffscreenSurface *offscreenSurface, QEGLPlatformContext::Flags flags) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglpbuffer.cpp | | Lines: | 58-95 |
| | 18 | 5 |
QEGLPbuffer::~QEGLPbuffer| Name: | QEGLPbuffer::~QEGLPbuffer | | Prototype: | QEGLPbuffer::~QEGLPbuffer() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglpbuffer.cpp | | Lines: | 97-101 |
| | 2 | 2 |
QEGLPlatformContext::QEGLPlatformContext| Name: | QEGLPlatformContext::QEGLPlatformContext | | Prototype: | QEGLPlatformContext::QEGLPlatformContext(const QSurfaceFormat &format, QPlatformOpenGLContext *share, EGLDisplay display, EGLConfig *config, const QVariant &nativeHandle, Flags flags) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 117-133 |
| | 6 | 2 |
QEGLPlatformContext::adopt| Name: | QEGLPlatformContext::adopt | | Prototype: | void QEGLPlatformContext::adopt(const QVariant &nativeHandle, QPlatformOpenGLContext *share) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 208-254 |
| | 30 | 6 |
QEGLPlatformContext::createTemporaryOffscreenSurface| Name: | QEGLPlatformContext::createTemporaryOffscreenSurface | | Prototype: | EGLSurface QEGLPlatformContext::createTemporaryOffscreenSurface() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 264-280 |
| | 8 | 1 |
QEGLPlatformContext::destroyTemporaryOffscreenSurface| Name: | QEGLPlatformContext::destroyTemporaryOffscreenSurface | | Prototype: | void QEGLPlatformContext::destroyTemporaryOffscreenSurface(EGLSurface surface) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 282-285 |
| | 1 | 1 |
QEGLPlatformContext::doneCurrent| Name: | QEGLPlatformContext::doneCurrent | | Prototype: | void QEGLPlatformContext::doneCurrent() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 427-433 |
| | 4 | 2 |
QEGLPlatformContext::eglConfig| Name: | QEGLPlatformContext::eglConfig | | Prototype: | EGLConfig QEGLPlatformContext::eglConfig() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 472-475 |
| | 1 | 1 |
QEGLPlatformContext::eglContext| Name: | QEGLPlatformContext::eglContext | | Prototype: | EGLContext QEGLPlatformContext::eglContext() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 462-465 |
| | 1 | 1 |
QEGLPlatformContext::eglDisplay| Name: | QEGLPlatformContext::eglDisplay | | Prototype: | EGLDisplay QEGLPlatformContext::eglDisplay() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 467-470 |
| | 1 | 1 |
QEGLPlatformContext::format| Name: | QEGLPlatformContext::format | | Prototype: | QSurfaceFormat QEGLPlatformContext::format() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 457-460 |
| | 1 | 1 |
QEGLPlatformContext::getProcAddress| Name: | QEGLPlatformContext::getProcAddress | | Prototype: | QFunctionPointer QEGLPlatformContext::getProcAddress(const char *procName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 446-455 |
| | 5 | 2 |
QEGLPlatformContext::init| Name: | QEGLPlatformContext::init | | Prototype: | void QEGLPlatformContext::init(const QSurfaceFormat &format, QPlatformOpenGLContext *share) | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 135-206 |
| | 44 | 12 |
QEGLPlatformContext::initialize| Name: | QEGLPlatformContext::initialize | | Prototype: | void QEGLPlatformContext::initialize() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 256-260 |
| | 2 | 2 |
QEGLPlatformContext::makeCurrent| Name: | QEGLPlatformContext::makeCurrent | | Prototype: | bool QEGLPlatformContext::makeCurrent(QPlatformSurface *surface) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 376-417 |
| | 27 | 8 |
QEGLPlatformContext::swapBuffers| Name: | QEGLPlatformContext::swapBuffers | | Prototype: | void QEGLPlatformContext::swapBuffers(QPlatformSurface *surface) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 435-444 |
| | 6 | 3 |
QEGLPlatformContext::updateFormatFromGL| Name: | QEGLPlatformContext::updateFormatFromGL | | Prototype: | void QEGLPlatformContext::updateFormatFromGL() | | Coverage: | 0.000% (0/57) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 293-374 |
| | 51 | 18 |
QEGLPlatformContext::~QEGLPlatformContext| Name: | QEGLPlatformContext::~QEGLPlatformContext | | Prototype: | QEGLPlatformContext::~QEGLPlatformContext() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 419-425 |
| | 3 | 2 |
QEGLStreamConvenience::QEGLStreamConvenience| Name: | QEGLStreamConvenience::QEGLStreamConvenience | | Prototype: | QEGLStreamConvenience::QEGLStreamConvenience() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglstreamconvenience.cpp | | Lines: | 45-69 |
| | 9 | 2 |
QEGLStreamConvenience::initialize| Name: | QEGLStreamConvenience::initialize | | Prototype: | void QEGLStreamConvenience::initialize(EGLDisplay dpy) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglstreamconvenience.cpp | | Lines: | 71-116 |
| | 36 | 4 |
QEasingCurve::customType| Name: | QEasingCurve::customType | | Prototype: | QEasingCurve::EasingFunction QEasingCurve::customType() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1403-1406 |
| | 1 | 1 |
QEasingCurve::toCubicSpline| Name: | QEasingCurve::toCubicSpline | | Prototype: | QVector<QPointF> QEasingCurve::toCubicSpline() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1311-1314 |
| | 1 | 1 |
QEasingCurveFunction::copy| Name: | QEasingCurveFunction::copy | | Prototype: | QEasingCurveFunction *QEasingCurveFunction::copy() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 383-389 |
| | 4 | 1 |
QEglConfigChooser::QEglConfigChooser| Name: | QEglConfigChooser::QEglConfigChooser | | Prototype: | QEglConfigChooser::QEglConfigChooser(EGLDisplay display) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 220-229 |
| | 2 | 1 |
QEglConfigChooser::chooseConfig| Name: | QEglConfigChooser::chooseConfig | | Prototype: | EGLConfig QEglConfigChooser::chooseConfig() | | Coverage: | 0.000% (0/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 235-317 |
| | 47 | 16 |
QEglConfigChooser::filterConfig| Name: | QEglConfigChooser::filterConfig | | Prototype: | bool QEglConfigChooser::filterConfig(EGLConfig config) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 319-343 |
| | 16 | 6 |
QEglFSContext::QEglFSContext| Name: | QEglFSContext::QEglFSContext | | Prototype: | QEglFSContext::QEglFSContext(const QSurfaceFormat &format, QPlatformOpenGLContext *share, EGLDisplay display, EGLConfig *config, const QVariant &nativeHandle) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscontext.cpp | | Lines: | 52-58 |
| | 2 | 1 |
QEglFSContext::createTemporaryOffscreenSurface| Name: | QEglFSContext::createTemporaryOffscreenSurface | | Prototype: | EGLSurface QEglFSContext::createTemporaryOffscreenSurface() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscontext.cpp | | Lines: | 68-82 |
| | 9 | 4 |
QEglFSContext::destroyTemporaryOffscreenSurface| Name: | QEglFSContext::destroyTemporaryOffscreenSurface | | Prototype: | void QEglFSContext::destroyTemporaryOffscreenSurface(EGLSurface surface) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscontext.cpp | | Lines: | 84-93 |
| | 5 | 2 |
QEglFSContext::eglSurfaceForPlatformSurface| Name: | QEglFSContext::eglSurfaceForPlatformSurface | | Prototype: | EGLSurface QEglFSContext::eglSurfaceForPlatformSurface(QPlatformSurface *surface) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscontext.cpp | | Lines: | 60-66 |
| | 3 | 2 |
QEglFSContext::runGLChecks| Name: | QEglFSContext::runGLChecks | | Prototype: | void QEglFSContext::runGLChecks() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscontext.cpp | | Lines: | 95-103 |
| | 3 | 2 |
QEglFSContext::swapBuffers| Name: | QEglFSContext::swapBuffers | | Prototype: | void QEglFSContext::swapBuffers(QPlatformSurface *surface) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscontext.cpp | | Lines: | 105-117 |
| | 7 | 3 |
QEglFSCursor::QEglFSCursor| Name: | QEglFSCursor::QEglFSCursor | | Prototype: | QEglFSCursor::QEglFSCursor(QPlatformScreen *screen) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | | Lines: | 61-89 |
| | 12 | 3 |
QEglFSCursor::changeCursor| Name: | QEglFSCursor::changeCursor | | Prototype: | void QEglFSCursor::changeCursor(QCursor *cursor, QWindow *window) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | | Lines: | 206-212 |
| | 4 | 2 |
QEglFSCursor::createCursorTexture| Name: | QEglFSCursor::createCursorTexture | | Prototype: | void QEglFSCursor::createCursorTexture(uint *texture, const QImage &image) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | | Lines: | 154-166 |
| | 9 | 2 |
QEglFSCursor::createShaderPrograms| Name: | QEglFSCursor::createShaderPrograms | | Prototype: | void QEglFSCursor::createShaderPrograms() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | | Lines: | 126-152 |
| | 7 | 1 |
QEglFSCursor::cursorRect| Name: | QEglFSCursor::cursorRect | | Prototype: | QRect QEglFSCursor::cursorRect() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | | Lines: | 290-293 |
| | 1 | 1 |