Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QOpenGLVertexArrayObject::QOpenGLVertexArrayObjectName: | QOpenGLVertexArrayObject::QOpenGLVertexArrayObject | Prototype: | QOpenGLVertexArrayObject::QOpenGLVertexArrayObject(QOpenGLVertexArrayObjectPrivate &dd) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | Lines: | 341-344 |
| | 2 | 1 |
QOpenGLVertexArrayObject::bindName: | QOpenGLVertexArrayObject::bind | Prototype: | void QOpenGLVertexArrayObject::bind() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | Lines: | 445-449 |
| | 2 | 1 |
QOpenGLVertexArrayObject::createName: | QOpenGLVertexArrayObject::create | Prototype: | bool QOpenGLVertexArrayObject::create() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | Lines: | 400-404 |
| | 2 | 1 |
QOpenGLVertexArrayObject::destroyName: | QOpenGLVertexArrayObject::destroy | Prototype: | void QOpenGLVertexArrayObject::destroy() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | Lines: | 410-414 |
| | 2 | 1 |
QOpenGLVertexArrayObject::isCreatedName: | QOpenGLVertexArrayObject::isCreated | Prototype: | bool QOpenGLVertexArrayObject::isCreated() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | Lines: | 421-425 |
| | 2 | 1 |
QOpenGLVertexArrayObject::objectIdName: | QOpenGLVertexArrayObject::objectId | Prototype: | GLuint QOpenGLVertexArrayObject::objectId() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | Lines: | 430-434 |
| | 2 | 1 |
QOpenGLVertexArrayObject::releaseName: | QOpenGLVertexArrayObject::release | Prototype: | void QOpenGLVertexArrayObject::release() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | Lines: | 454-458 |
| | 2 | 1 |
QOpenGLVertexArrayObjectPrivate::QOpenGLVertexArrayObjectPrivateName: | QOpenGLVertexArrayObjectPrivate::QOpenGLVertexArrayObjectPrivate | Prototype: | QOpenGLVertexArrayObjectPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | Lines: | 93-98 |
| | 2 | 1 |
QOpenGLVertexArrayObjectPrivate::~QOpenGLVertexArrayObjectPrivateName: | QOpenGLVertexArrayObjectPrivate::~QOpenGLVertexArrayObjectPrivate | Prototype: | ~QOpenGLVertexArrayObjectPrivate() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | Lines: | 100-104 |
| | 2 | 2 |
QOpenGLWidget::contextName: | QOpenGLWidget::context | Prototype: | QOpenGLContext *QOpenGLWidget::context() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 1072-1076 |
| | 2 | 1 |
QOpenGLWidget::defaultFramebufferObjectName: | QOpenGLWidget::defaultFramebufferObject | Prototype: | GLuint QOpenGLWidget::defaultFramebufferObject() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 1090-1094 |
| | 2 | 1 |
QOpenGLWidget::formatName: | QOpenGLWidget::format | Prototype: | QSurfaceFormat QOpenGLWidget::format() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 1009-1013 |
| | 2 | 1 |
QOpenGLWidget::grabFramebufferName: | QOpenGLWidget::grabFramebuffer | Prototype: | QImage QOpenGLWidget::grabFramebuffer() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 1204-1208 |
| | 2 | 1 |
QOpenGLWidget::isValidName: | QOpenGLWidget::isValid | Prototype: | bool QOpenGLWidget::isValid() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 1020-1024 |
| | 2 | 1 |
QOpenGLWidget::resizeGLName: | QOpenGLWidget::resizeGL | Prototype: | void QOpenGLWidget::resizeGL(int w, int h) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 1124-1128 |
| | 2 | 1 |
QOpenGLWidget::setUpdateBehaviorName: | QOpenGLWidget::setUpdateBehavior | Prototype: | void QOpenGLWidget::setUpdateBehavior(UpdateBehavior updateBehavior) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 948-952 |
| | 2 | 1 |
QOpenGLWidget::updateBehaviorName: | QOpenGLWidget::updateBehavior | Prototype: | QOpenGLWidget::UpdateBehavior QOpenGLWidget::updateBehavior() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 958-962 |
| | 2 | 1 |
QOpenGLWidget::~QOpenGLWidgetName: | QOpenGLWidget::~QOpenGLWidget | Prototype: | QOpenGLWidget::~QOpenGLWidget() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 938-942 |
| | 2 | 1 |
QOpenGLWidgetPrivate::endComposeName: | QOpenGLWidgetPrivate::endCompose | Prototype: | void QOpenGLWidgetPrivate::endCompose() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 722-726 |
| | 2 | 1 |
QOpenGLWidgetPrivate::initializeViewportFramebufferName: | QOpenGLWidgetPrivate::initializeViewportFramebuffer | Prototype: | void QOpenGLWidgetPrivate::initializeViewportFramebuffer() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 888-894 |
| | 2 | 1 |
QOpenGLWindow::contextName: | QOpenGLWindow::context | Prototype: | QOpenGLContext *QOpenGLWindow::context() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 465-469 |
| | 2 | 1 |
QOpenGLWindow::isValidName: | QOpenGLWindow::isValid | Prototype: | bool QOpenGLWindow::isValid() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 394-398 |
| | 2 | 1 |
QOpenGLWindow::paintEventName: | QOpenGLWindow::paintEvent | Prototype: | void QOpenGLWindow::paintEvent(QPaintEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 636-640 |
| | 2 | 1 |
QOpenGLWindow::resizeGLName: | QOpenGLWindow::resizeGL | Prototype: | void QOpenGLWindow::resizeGL(int w, int h) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 560-564 |
| | 2 | 1 |
QOpenGLWindow::shareContextName: | QOpenGLWindow::shareContext | Prototype: | QOpenGLContext *QOpenGLWindow::shareContext() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 474-478 |
| | 2 | 1 |
QOpenGLWindow::updateBehaviorName: | QOpenGLWindow::updateBehavior | Prototype: | QOpenGLWindow::UpdateBehavior QOpenGLWindow::updateBehavior() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 383-387 |
| | 2 | 1 |
QOpenGLWindowPrivate::QOpenGLWindowPrivateName: | QOpenGLWindowPrivate::QOpenGLWindowPrivate | Prototype: | QOpenGLWindowPrivate(QOpenGLContext *shareContext, QOpenGLWindow::UpdateBehavior updateBehavior) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 169-176 |
| | 2 | 2 |
QPAEventDispatcherGlib::QPAEventDispatcherGlibName: | QPAEventDispatcherGlib::QPAEventDispatcherGlib | Prototype: | QPAEventDispatcherGlib::QPAEventDispatcherGlib(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp | Lines: | 95-101 |
| | 2 | 1 |
QPAEventDispatcherGlib::processEventsName: | QPAEventDispatcherGlib::processEvents | Prototype: | bool QPAEventDispatcherGlib::processEvents(QEventLoop::ProcessEventsFlags flags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp | Lines: | 112-116 |
| | 2 | 1 |
QPMCache::QPMCacheName: | QPMCache::QPMCache | Prototype: | QPMCache::QPMCache() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 222-227 |
| | 2 | 1 |
QPMCache::~QPMCacheName: | QPMCache::~QPMCache | Prototype: | QPMCache::~QPMCache() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 228-232 |
| | 2 | 1 |
QPNGImageWriter::QPNGImageWriterName: | QPNGImageWriter::QPNGImageWriter | Prototype: | QPNGImageWriter::QPNGImageWriter(QIODevice* iod) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | Lines: | 699-707 |
| | 2 | 1 |
QPageLayout::QPageLayoutName: | QPageLayout::QPageLayout | Prototype: | QPageLayout::QPageLayout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 352-355 |
| | 2 | 1 |
QPageLayout::QPageLayoutName: | QPageLayout::QPageLayout | Prototype: | QPageLayout::QPageLayout(const QPageSize &pageSize, Orientation orientation, const QMarginsF &margins, Unit units, const QMarginsF &minMargins) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 370-375 |
| | 2 | 1 |
QPageLayout::QPageLayoutName: | QPageLayout::QPageLayout | Prototype: | QPageLayout::QPageLayout(const QPageLayout &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 381-384 |
| | 2 | 1 |
QPageLayout::operator=Name: | QPageLayout::operator= | Prototype: | QPageLayout &QPageLayout::operator=(const QPageLayout &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 398-402 |
| | 2 | 1 |
QPageLayout::setMinimumMarginsName: | QPageLayout::setMinimumMargins | Prototype: | void QPageLayout::setMinimumMargins(const QMarginsF &minMargins) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 781-785 |
| | 2 | 1 |
QPageLayout::setModeName: | QPageLayout::setMode | Prototype: | void QPageLayout::setMode(Mode mode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 473-477 |
| | 2 | 1 |
QPageLayoutPrivate::QPageLayoutPrivateName: | QPageLayoutPrivate::QPageLayoutPrivate | Prototype: | QPageLayoutPrivate::QPageLayoutPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 163-167 |
| | 2 | 1 |
QPageLayoutPrivate::QPageLayoutPrivateName: | QPageLayoutPrivate::QPageLayoutPrivate | Prototype: | QPageLayoutPrivate::QPageLayoutPrivate(const QPageSize &pageSize, QPageLayout::Orientation orientation, const QMarginsF &margins, QPageLayout::Unit units, const QMarginsF &minMargins) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 169-180 |
| | 2 | 1 |
QPageLayoutPrivate::fullSizeUnitsName: | QPageLayoutPrivate::fullSizeUnits | Prototype: | QSizeF QPageLayoutPrivate::fullSizeUnits(QPageLayout::Unit units) const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 243-247 |
| | 2 | 1 |
QPagePreview::QPagePreviewName: | QPagePreview::QPagePreview | Prototype: | QPagePreview(QWidget *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 93-97 |
| | 2 | 1 |
QPagePreview::setPageLayoutName: | QPagePreview::setPageLayout | Prototype: | void setPageLayout(const QPageLayout &layout) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 99-103 |
| | 2 | 1 |
QPageSetupDialog::printerName: | QPageSetupDialog::printer | Prototype: | QPrinter *QPageSetupDialog::printer() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog.cpp | Lines: | 150-154 |
| | 2 | 1 |
QPageSize::QPageSizeName: | QPageSize::QPageSize | Prototype: | QPageSize::QPageSize() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1114-1117 |
| | 2 | 1 |
QPageSize::QPageSizeName: | QPageSize::QPageSize | Prototype: | QPageSize::QPageSize(PageSizeId pageSize) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1126-1129 |
| | 2 | 1 |
QPageSize::QPageSizeName: | QPageSize::QPageSize | Prototype: | QPageSize::QPageSize(const QSize &pointSize, const QString &name, SizeMatchPolicy matchPolicy) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1148-1151 |
| | 2 | 1 |
QPageSize::QPageSizeName: | QPageSize::QPageSize | Prototype: | QPageSize::QPageSize(const QSizeF &size, Unit units, const QString &name, SizeMatchPolicy matchPolicy) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1169-1173 |
| | 2 | 1 |
QPageSize::QPageSizeName: | QPageSize::QPageSize | Prototype: | QPageSize::QPageSize(const QString &key, const QSize &pointSize, const QString &name) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1181-1184 |
| | 2 | 1 |
QPageSize::QPageSizeName: | QPageSize::QPageSize | Prototype: | QPageSize::QPageSize(int windowsId, const QSize &pointSize, const QString &name) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1192-1195 |
| | 2 | 1 |
QPageSize::QPageSizeName: | QPageSize::QPageSize | Prototype: | QPageSize::QPageSize(QPageSizePrivate &dd) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1203-1206 |
| | 2 | 1 |
QPageSize::QPageSizeName: | QPageSize::QPageSize | Prototype: | QPageSize::QPageSize(const QPageSize &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1212-1215 |
| | 2 | 1 |
QPageSize::operator=Name: | QPageSize::operator= | Prototype: | QPageSize &QPageSize::operator=(const QPageSize &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1229-1233 |
| | 2 | 1 |
QPageSizePrivate::QPageSizePrivateName: | QPageSizePrivate::QPageSizePrivate | Prototype: | QPageSizePrivate::QPageSizePrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 747-752 |
| | 2 | 1 |
QPageSizePrivate::QPageSizePrivateName: | QPageSizePrivate::QPageSizePrivate | Prototype: | QPageSizePrivate::QPageSizePrivate(QPageSize::PageSizeId pageSizeId) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 754-761 |
| | 2 | 2 |
QPagedPaintDevice::QPagedPaintDeviceName: | QPagedPaintDevice::QPagedPaintDevice | Prototype: | QPagedPaintDevice::QPagedPaintDevice() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagedpaintdevice.cpp | Lines: | 59-62 |
| | 2 | 1 |
QPagedPaintDevice::QPagedPaintDeviceName: | QPagedPaintDevice::QPagedPaintDevice | Prototype: | QPagedPaintDevice::QPagedPaintDevice(QPagedPaintDevicePrivate *dd) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagedpaintdevice.cpp | Lines: | 68-71 |
| | 2 | 1 |
QPagedPaintDevice::setMarginsName: | QPagedPaintDevice::setMargins | Prototype: | void QPagedPaintDevice::setMargins(const Margins &margins) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagedpaintdevice.cpp | Lines: | 288-292 |
| | 2 | 1 |
QPaintDevice::QPaintDeviceName: | QPaintDevice::QPaintDevice | Prototype: | QPaintDevice::QPaintDevice() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintdevice.cpp | Lines: | 38-42 |
| | 2 | 1 |
QPaintDeviceWindow::QPaintDeviceWindowName: | QPaintDeviceWindow::QPaintDeviceWindow | Prototype: | QPaintDeviceWindow::QPaintDeviceWindow(QPaintDeviceWindowPrivate &dd, QWindow *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpaintdevicewindow.cpp | Lines: | 209-212 |
| | 2 | 1 |
QPaintEngine::drawPathName: | QPaintEngine::drawPath | Prototype: | void QPaintEngine::drawPath(const QPainterPath &) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 729-734 |
| | 2 | 2 |
QPaintEngineEx::drawPathName: | QPaintEngineEx::drawPath | Prototype: | void QPaintEngineEx::drawPath(const QPainterPath &path) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 836-840 |
| | 2 | 2 |
QPaintEngineExPrivate::QPaintEngineExPrivateName: | QPaintEngineExPrivate::QPaintEngineExPrivate | Prototype: | QPaintEngineExPrivate::QPaintEngineExPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 156-162 |
| | 2 | 1 |
QPaintEngineState::brushNeedsResolvingName: | QPaintEngineState::brushNeedsResolving | Prototype: | bool QPaintEngineState::brushNeedsResolving() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8059-8063 |
| | 2 | 1 |
QPaintEngineState::matrixName: | QPaintEngineState::matrix | Prototype: | QMatrix QPaintEngineState::matrix() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8009-8014 |
| | 2 | 1 |
QPaintEngineState::penNeedsResolvingName: | QPaintEngineState::penNeedsResolving | Prototype: | bool QPaintEngineState::penNeedsResolving() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8073-8077 |
| | 2 | 1 |
QPaintEngineState::transformName: | QPaintEngineState::transform | Prototype: | QTransform QPaintEngineState::transform() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8028-8033 |
| | 2 | 1 |
QPainter::QPainterName: | QPainter::QPainter | Prototype: | QPainter::QPainter() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1436-1439 |
| | 2 | 1 |
QPainter::drawLinesName: | QPainter::drawLines | Prototype: | void QPainter::drawLines(const QPointF *pointPairs, int lineCount) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4624-4629 |
| | 2 | 1 |
QPainter::drawLinesName: | QPainter::drawLines | Prototype: | void QPainter::drawLines(const QPoint *pointPairs, int lineCount) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4637-4642 |
| | 2 | 1 |
QPainter::drawTextItemName: | QPainter::drawTextItem | Prototype: | void QPainter::drawTextItem(const QPointF &p, const QTextItem &ti) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6371-6376 |
| | 2 | 1 |
QPainter::eraseRectName: | QPainter::eraseRect | Prototype: | void QPainter::eraseRect(const QRectF &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6813-6818 |
| | 2 | 1 |
QPainter::isActiveName: | QPainter::isActive | Prototype: | bool QPainter::isActive() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1522-1526 |
| | 2 | 1 |
QPainter::layoutDirectionName: | QPainter::layoutDirection | Prototype: | Qt::LayoutDirection QPainter::layoutDirection() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7662-7666 |
| | 2 | 1 |
QPainter::paintEngineName: | QPainter::paintEngine | Prototype: | QPaintEngine *QPainter::paintEngine() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1929-1933 |
| | 2 | 1 |
QPainter::restoreRedirectedName: | QPainter::restoreRedirected | Prototype: | void QPainter::restoreRedirected(const QPaintDevice *device) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7355-7359 |
| | 2 | 1 |
QPainterPath::QPainterPathName: | QPainterPath::QPainterPath | Prototype: | QPainterPath::QPainterPath() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 524-527 |
| | 2 | 1 |
QPainterPath::QPainterPathName: | QPainterPath::QPainterPath | Prototype: | QPainterPath::QPainterPath(const QPainterPath &other) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 536-541 |
| | 2 | 2 |
QPainterPath::QPainterPathName: | QPainterPath::QPainterPath | Prototype: | QPainterPath::QPainterPath(const QPointF &startPoint) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 548-553 |
| | 2 | 1 |
QPainterPath::detach_helperName: | QPainterPath::detach_helper | Prototype: | void QPainterPath::detach_helper() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 565-569 |
| | 2 | 1 |
QPainterPathPrivateDeleter::cleanupName: | QPainterPathPrivateDeleter::cleanup | Prototype: | static inline void cleanup(QPainterPathPrivate *d) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 70-76 |
| | 2 | 2 |
QPainterPathStroker::QPainterPathStrokerName: | QPainterPathStroker::QPainterPathStroker | Prototype: | QPainterPathStroker::QPainterPathStroker() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2541-2544 |
| | 2 | 1 |
QPainterPrivate::hidpiScaleTransformName: | QPainterPrivate::hidpiScaleTransform | Prototype: | QTransform QPainterPrivate::hidpiScaleTransform() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 231-235 |
| | 2 | 1 |
QPalette::QPaletteName: | QPalette::QPalette | Prototype: | QPalette::QPalette(const QColor &button) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | Lines: | 537-541 |
| | 2 | 1 |
QPalette::QPaletteName: | QPalette::QPalette | Prototype: | QPalette::QPalette(Qt::GlobalColor button) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | Lines: | 548-552 |
| | 2 | 1 |
QPalette::isBrushSetName: | QPalette::isBrushSet | Prototype: | bool QPalette::isBrushSet(ColorGroup cg, ColorRole cr) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | Lines: | 774-778 |
| | 2 | 1 |
QPalette::~QPaletteName: | QPalette::~QPalette | Prototype: | QPalette::~QPalette() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | Lines: | 651-655 |
| | 2 | 2 |
QPanGesture::deltaName: | QPanGesture::delta | Prototype: | QPointF QPanGesture::delta() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | Lines: | 308-312 |
| | 2 | 1 |
QParallelAnimationGroup::QParallelAnimationGroupName: | QParallelAnimationGroup::QParallelAnimationGroup | Prototype: | QParallelAnimationGroup::QParallelAnimationGroup(QParallelAnimationGroupPrivate &dd, QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 89-93 |
| | 2 | 1 |
QParallelAnimationGroup::QParallelAnimationGroupName: | QParallelAnimationGroup::QParallelAnimationGroup | Prototype: | QParallelAnimationGroup::QParallelAnimationGroup(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 81-84 |
| | 2 | 1 |
QPartialCoverage::QPartialCoverageName: | QPartialCoverage::QPartialCoverage | Prototype: | inline QPartialCoverage(uint const_alpha) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 822-826 |
| | 2 | 1 |
QPathClipper::QPathClipperName: | QPathClipper::QPathClipper | Prototype: | QPathClipper::QPathClipper(const QPainterPath &subject, const QPainterPath &clip) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1446-1453 |
| | 2 | 1 |
QPauseAnimation::QPauseAnimationName: | QPauseAnimation::QPauseAnimation | Prototype: | QPauseAnimation::QPauseAnimation(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | Lines: | 83-85 |
| | 2 | 1 |
QPauseAnimation::durationName: | QPauseAnimation::duration | Prototype: | int QPauseAnimation::duration() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | Lines: | 112-116 |
| | 2 | 1 |
QPcreJitStackPointer::~QPcreJitStackPointerName: | QPcreJitStackPointer::~QPcreJitStackPointer | Prototype: | ~QPcreJitStackPointer() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1088-1092 |
| | 2 | 2 |
QPdfEngine::QPdfEngineName: | QPdfEngine::QPdfEngine | Prototype: | QPdfEngine::QPdfEngine(QPdfEnginePrivate &dd) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 741-744 |
| | 2 | 1 |
QPdfEngine::QPdfEngineName: | QPdfEngine::QPdfEngine | Prototype: | QPdfEngine::QPdfEngine() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 746-749 |
| | 2 | 1 |
QPdfEngine::pageLayoutName: | QPdfEngine::pageLayout | Prototype: | QPageLayout QPdfEngine::pageLayout() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1309-1313 |
| | 2 | 1 |
QPdfEngine::resolutionName: | QPdfEngine::resolution | Prototype: | int QPdfEngine::resolution() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1278-1282 |
| | 2 | 1 |
QPdfEngine::setOutputFilenameName: | QPdfEngine::setOutputFilename | Prototype: | void QPdfEngine::setOutputFilename(const QString &filename) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 751-755 |
| | 2 | 1 |