| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QRectF::normalized| Name: | QRectF::normalized | | Prototype: | QRectF QRectF::normalized() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 1526-1538 |
| | 8 | 3 |
QRasterPlatformPixmap::fromData| Name: | QRasterPlatformPixmap::fromData | | Prototype: | bool QRasterPlatformPixmap::fromData(const uchar *buffer, uint len, const char *format, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 113-125 |
| | 8 | 2 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(const QPointF ¢er, qreal radius, const QPointF &focalPoint) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1837-1848 |
| | 8 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(const QPointF ¢er, qreal centerRadius, const QPointF &focalPoint, qreal focalRadius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1935-1946 |
| | 8 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(qreal cx, qreal cy, qreal centerRadius, qreal fx, qreal fy, qreal focalRadius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1955-1966 |
| | 8 | 1 |
QPushButton::setFlat| Name: | QPushButton::setFlat | | Prototype: | void QPushButton::setFlat(bool flat) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 636-646 |
| | 8 | 2 |
QPushButton::setAutoDefault| Name: | QPushButton::setAutoDefault | | Prototype: | void QPushButton::setAutoDefault(bool enable) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 339-349 |
| | 8 | 2 |
QPropertyAnimation::setTargetObject| Name: | QPropertyAnimation::setTargetObject | | Prototype: | void QPropertyAnimation::setTargetObject(QObject *target) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 183-196 |
| | 8 | 3 |
QProgressDialogPrivate::adoptChildWidget| Name: | QProgressDialogPrivate::adoptChildWidget | | Prototype: | void QProgressDialogPrivate::adoptChildWidget(QWidget *c) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 486-499 |
| | 8 | 4 |
QProgressDialog::setLabel| Name: | QProgressDialog::setLabel | | Prototype: | void QProgressDialog::setLabel(QLabel *label) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 352-363 |
| | 8 | 3 |
QProgressBar::event| Name: | QProgressBar::event | | Prototype: | bool QProgressBar::event(QEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines: | 570-587 |
| | 8 | 4 |
QProcessPrivate::waitForStarted| Name: | QProcessPrivate::waitForStarted | | Prototype: | bool QProcessPrivate::waitForStarted(int msecs) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 673-696 |
| | 8 | 2 |
QProcessEnvironmentPrivate::insert| Name: | QProcessEnvironmentPrivate::insert | | Prototype: | void QProcessEnvironmentPrivate::insert(const QProcessEnvironmentPrivate &other) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 195-208 |
| | 8 | 3 |
QProcessEnvironment::operator==| Name: | QProcessEnvironment::operator== | | Prototype: | bool QProcessEnvironment::operator==(const QProcessEnvironment &other) const | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 270-284 |
| | 8 | 4 |
QProcess::~QProcess| Name: | QProcess::~QProcess | | Prototype: | QProcess::~QProcess() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1209-1223 |
| | 8 | 2 |
QProcess::waitForReadyRead| Name: | QProcess::waitForReadyRead | | Prototype: | bool QProcess::waitForReadyRead(int msecs) | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1811-1822 |
| | 8 | 4 |
QProcess::start| Name: | QProcess::start | | Prototype: | void QProcess::start(OpenMode mode) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2112-2125 |
| | 8 | 3 |
QProcess::start| Name: | QProcess::start | | Prototype: | void QProcess::start(const QString &command, OpenMode mode) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2274-2287 |
| | 8 | 2 |
QPrinterPrivate::findValidPrinter| Name: | QPrinterPrivate::findValidPrinter | | Prototype: | QPrinterInfo QPrinterPrivate::findValidPrinter(const QPrinterInfo &printer) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 108-121 |
| | 8 | 4 |
QPrinterInfo::availablePrinters| Name: | QPrinterInfo::availablePrinters | | Prototype: | QList<QPrinterInfo> QPrinterInfo::availablePrinters() | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 420-431 |
| | 8 | 3 |
QPrinter::setOutputFormat| Name: | QPrinter::setOutputFormat | | Prototype: | void QPrinter::setOutputFormat(OutputFormat format) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 780-794 |
| | 8 | 4 |
QPrinter::setOutputFileName| Name: | QPrinter::setOutputFileName | | Prototype: | void QPrinter::setOutputFileName(const QString &fileName) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 918-930 |
| | 8 | 4 |
QPrintPreviewDialogPrivate::_q_zoomFactorChanged| Name: | QPrintPreviewDialogPrivate::_q_zoomFactorChanged | | Prototype: | void QPrintPreviewDialogPrivate::_q_zoomFactorChanged() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | | Lines: | 614-625 |
| | 8 | 2 |
QPrintPreviewDialogPrivate::_q_pageSetup| Name: | QPrintPreviewDialogPrivate::_q_pageSetup | | Prototype: | void QPrintPreviewDialogPrivate::_q_pageSetup() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | | Lines: | 590-605 |
| | 8 | 3 |
QPolygon::translate| Name: | QPolygon::translate | | Prototype: | void QPolygon::translate(int dx, int dy) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | | Lines: | 208-220 |
| | 8 | 3 |
QPolygon::putPoints| Name: | QPolygon::putPoints | | Prototype: | void QPolygon::putPoints(int index, int nPoints, const QPolygon & from, int fromIndex) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | | Lines: | 417-428 |
| | 8 | 4 |
QPngHandlerPrivate::AllocatedMemoryPointers::deallocate| Name: | QPngHandlerPrivate::AllocatedMemoryPointers::deallocate | | Prototype: | void deallocate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | | Lines: | 130-140 |
| | 8 | 1 |
QPngHandler::setOption| Name: | QPngHandler::setOption | | Prototype: | void QPngHandler::setOption(ImageOption option, const QVariant &value) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | | Lines: | 1086-1096 |
| | 8 | 5 |
QPluginLoader::staticInstances| Name: | QPluginLoader::staticInstances | | Prototype: | QObjectList QPluginLoader::staticInstances() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | | Lines: | 434-445 |
| | 8 | 3 |
QPluginLoader::load| Name: | QPluginLoader::load | | Prototype: | bool QPluginLoader::load() | | Coverage: | 62.500% (10/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | | Lines: | 224-234 |
| | 8 | 4 |
QPlatformWindow::formatWindowTitle| Name: | QPlatformWindow::formatWindowTitle | | Prototype: | QString QPlatformWindow::formatWindowTitle(const QString &title, const QString &separator) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | | Lines: | 457-470 |
| | 8 | 4 |
QPlatformTextureList::appendTexture| Name: | QPlatformTextureList::appendTexture | | Prototype: | void QPlatformTextureList::appendTexture(void *source, GLuint textureId, const QRect &geometry, const QRect &clipRect, Flags flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 191-202 |
| | 8 | 1 |
QPlatformPrintDevice::isValidPageLayout| Name: | QPlatformPrintDevice::isValidPageLayout | | Prototype: | bool QPlatformPrintDevice::isValidPageLayout(const QPageLayout &layout, int resolution) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 119-132 |
| | 8 | 2 |
QPlatformPixmap::fromData| Name: | QPlatformPixmap::fromData | | Prototype: | bool QPlatformPixmap::fromData(const uchar *buf, uint len, const char *format, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qplatformpixmap.cpp | | Lines: | 132-142 |
| | 8 | 2 |
QPlatformAccessibility::setRootObject| Name: | QPlatformAccessibility::setRootObject | | Prototype: | void QPlatformAccessibility::setRootObject(QObject *o) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp | | Lines: | 87-100 |
| | 8 | 4 |
QPlainTextEditPrivate::updateDefaultTextOption| Name: | QPlainTextEditPrivate::updateDefaultTextOption | | Prototype: | void QPlainTextEditPrivate::updateDefaultTextOption() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2009-2023 |
| | 8 | 3 |
QPlainTextEdit::zoomInF| Name: | QPlainTextEdit::zoomInF | | Prototype: | void QPlainTextEdit::zoomInF(float range) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2318-2328 |
| | 8 | 3 |
QPlainTextEdit::wheelEvent| Name: | QPlainTextEdit::wheelEvent | | Prototype: | void QPlainTextEdit::wheelEvent(QWheelEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2270-2282 |
| | 8 | 3 |
QPlainTextEdit::setLineWrapMode| Name: | QPlainTextEdit::setLineWrapMode | | Prototype: | void QPlainTextEdit::setLineWrapMode(LineWrapMode wrap) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2724-2734 |
| | 8 | 2 |
QPlainTextEdit::mouseReleaseEvent| Name: | QPlainTextEdit::mouseReleaseEvent | | Prototype: | void QPlainTextEdit::mouseReleaseEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2059-2071 |
| | 8 | 3 |
QPlainTextDocumentLayoutPrivate::QPlainTextDocumentLayoutPrivate| Name: | QPlainTextDocumentLayoutPrivate::QPlainTextDocumentLayoutPrivate | | Prototype: | QPlainTextDocumentLayoutPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 73-82 |
| | 8 | 1 |
QPlainTextDocumentLayout::blockWidth| Name: | QPlainTextDocumentLayout::blockWidth | | Prototype: | qreal QPlainTextDocumentLayout::blockWidth(const QTextBlock &block) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 413-424 |
| | 8 | 3 |
QPixmapIconEngine::actualSize| Name: | QPixmapIconEngine::actualSize | | Prototype: | QSize QPixmapIconEngine::actualSize(const QSize &size, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 329-341 |
| | 8 | 4 |
QPixmap::scaledToWidth| Name: | QPixmap::scaledToWidth | | Prototype: | QPixmap QPixmap::scaledToWidth(int w, Qt::TransformationMode mode) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1186-1198 |
| | 8 | 3 |
QPixmap::scaledToHeight| Name: | QPixmap::scaledToHeight | | Prototype: | QPixmap QPixmap::scaledToHeight(int h, Qt::TransformationMode mode) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1214-1226 |
| | 8 | 3 |
QPixmap::loadFromData| Name: | QPixmap::loadFromData | | Prototype: | bool QPixmap::loadFromData(const uchar *buf, uint len, const char *format, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 818-832 |
| | 8 | 3 |
QPixmap::grabWidget| Name: | QPixmap::grabWidget | | Prototype: | QPixmap QPixmap::grabWidget(QObject *widget, const QRect &rectangle) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1006-1016 |
| | 8 | 2 |
QPixmap::copy| Name: | QPixmap::copy | | Prototype: | QPixmap QPixmap::copy(const QRect &rect) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 298-310 |
| | 8 | 3 |
QPixmap::QPixmap| Name: | QPixmap::QPixmap | | Prototype: | QPixmap::QPixmap(const char * const xpm[]) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 243-257 |
| | 8 | 4 |
QPicturePaintEngine::updateBackground| Name: | QPicturePaintEngine::updateBackground | | Prototype: | void QPicturePaintEngine::updateBackground(Qt::BGMode bgMode, const QBrush &bgBrush) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 249-263 |
| | 8 | 1 |
QPictureHandler::QPictureHandler| Name: | QPictureHandler::QPictureHandler | | Prototype: | QPictureHandler::QPictureHandler(const char *f, const char *h, const QByteArray& fl, picture_io_handler r, picture_io_handler w) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1392-1404 |
| | 8 | 3 |
QPicture::QPicture| Name: | QPicture::QPicture | | Prototype: | QPicture::QPicture(int formatVersion) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 131-148 |
| | 8 | 3 |
QPersistentModelIndexData::destroy| Name: | QPersistentModelIndexData::destroy | | Prototype: | void QPersistentModelIndexData::destroy(QPersistentModelIndexData *data) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 66-78 |
| | 8 | 2 |
QPen::setWidthF| Name: | QPen::setWidthF | | Prototype: | void QPen::setWidthF(qreal width) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 672-683 |
| | 8 | 3 |
QPen::setDashOffset| Name: | QPen::setDashOffset | | Prototype: | void QPen::setDashOffset(qreal offset) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 559-570 |
| | 8 | 3 |
QPdfEnginePrivate::addXrefEntry| Name: | QPdfEnginePrivate::addXrefEntry | | Prototype: | int QPdfEnginePrivate::addXrefEntry(int object, bool printostr) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1768-1781 |
| | 8 | 4 |
QParallelAnimationGroupPrivate::shouldAnimationStart| Name: | QParallelAnimationGroupPrivate::shouldAnimationStart | | Prototype: | bool QParallelAnimationGroupPrivate::shouldAnimationStart(QAbstractAnimation *animation, bool startIfAtEnd) const | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 261-272 |
| | 8 | 4 |
QParallelAnimationGroup::duration| Name: | QParallelAnimationGroup::duration | | Prototype: | int QParallelAnimationGroup::duration() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 105-119 |
| | 8 | 3 |
QPalette::QPalette| Name: | QPalette::QPalette | | Prototype: | QPalette::QPalette() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 514-530 |
| | 8 | 2 |
QPainterPathStroker::QPainterPathStroker| Name: | QPainterPathStroker::QPainterPathStroker | | Prototype: | QPainterPathStroker::QPainterPathStroker(const QPen &pen) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2551-2564 |
| | 8 | 2 |
QPainter::setWorldMatrixEnabled| Name: | QPainter::setWorldMatrixEnabled | | Prototype: | void QPainter::setWorldMatrixEnabled(bool enable) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3043-3060 |
| | 8 | 3 |
QPainter::setViewTransformEnabled| Name: | QPainter::setViewTransformEnabled | | Prototype: | void QPainter::setViewTransformEnabled(bool enable) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7283-7302 |
| | 8 | 3 |
QPainter::drawArc| Name: | QPainter::drawArc | | Prototype: | void QPainter::drawArc(const QRectF &r, int a, int alen) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 4347-4365 |
| | 8 | 2 |
QPaintEngineEx::drawPolygon| Name: | QPaintEngineEx::drawPolygon | | Prototype: | void QPaintEngineEx::drawPolygon(const QPoint *points, int pointCount, PolygonDrawMode mode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 917-932 |
| | 8 | 3 |
QPaintEngineEx::drawLines| Name: | QPaintEngineEx::drawLines | | Prototype: | void QPaintEngineEx::drawLines(const QLineF *lines, int lineCount) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 799-812 |
| | 8 | 2 |
QPaintEngineEx::drawEllipse| Name: | QPaintEngineEx::drawEllipse | | Prototype: | void QPaintEngineEx::drawEllipse(const QRectF &r) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 814-829 |
| | 8 | 2 |
QPMCache::timerEvent| Name: | QPMCache::timerEvent | | Prototype: | void QPMCache::timerEvent(QTimerEvent *) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 270-281 |
| | 8 | 3 |
QPMCache::object| Name: | QPMCache::object | | Prototype: | QPixmap *QPMCache::object(const QString &key) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 284-297 |
| | 8 | 3 |
QPMCache::insert| Name: | QPMCache::insert | | Prototype: | QPixmapCache::Key QPMCache::insert(const QPixmap &pixmap, int cost) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 336-350 |
| | 8 | 3 |
QPMCache::createKey| Name: | QPMCache::createKey | | Prototype: | QPixmapCache::Key QPMCache::createKey() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 400-410 |
| | 8 | 2 |
QPMCache::clear| Name: | QPMCache::clear | | Prototype: | void QPMCache::clear() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 423-434 |
| | 8 | 2 |
QOpenGLWidgetPrivate::render| Name: | QOpenGLWidgetPrivate::render | | Prototype: | void QOpenGLWidgetPrivate::render() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | | Lines: | 825-840 |
| | 8 | 3 |
QOpenGLWidgetPaintDevicePrivate::beginPaint| Name: | QOpenGLWidgetPaintDevicePrivate::beginPaint | | Prototype: | void QOpenGLWidgetPaintDevicePrivate::beginPaint() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | | Lines: | 604-621 |
| | 8 | 3 |
QOpenGLWidgetPaintDevice::ensureActiveTarget| Name: | QOpenGLWidgetPaintDevice::ensureActiveTarget | | Prototype: | void QOpenGLWidgetPaintDevice::ensureActiveTarget() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | | Lines: | 623-639 |
| | 8 | 3 |
QOpenGLVertexArrayObjectPrivate::release| Name: | QOpenGLVertexArrayObjectPrivate::release | | Prototype: | void QOpenGLVertexArrayObjectPrivate::release() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | | Lines: | 252-271 |
| | 8 | 7 |
QOpenGLVertexArrayObjectPrivate::bind| Name: | QOpenGLVertexArrayObjectPrivate::bind | | Prototype: | void QOpenGLVertexArrayObjectPrivate::bind() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | | Lines: | 231-250 |
| | 8 | 7 |
QOpenGLTexturePrivate::isBound| Name: | QOpenGLTexturePrivate::isBound | | Prototype: | bool QOpenGLTexturePrivate::isBound(uint unit) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 269-281 |
| | 8 | 1 |
QOpenGLTextureBlitter::destroy| Name: | QOpenGLTextureBlitter::destroy | | Prototype: | void QOpenGLTextureBlitter::destroy() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 361-371 |
| | 8 | 2 |
QOpenGLTexture::setMinMagFilters| Name: | QOpenGLTexture::setMinMagFilters | | Prototype: | void QOpenGLTexture::setMinMagFilters(QOpenGLTexture::Filter minificationFilter, QOpenGLTexture::Filter magnificationFilter) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 4002-4013 |
| | 8 | 1 |
QOpenGLTexture::generateMipMaps| Name: | QOpenGLTexture::generateMipMaps | | Prototype: | void QOpenGLTexture::generateMipMaps() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 3671-3682 |
| | 8 | 4 |
QOpenGLTexture::borderColor| Name: | QOpenGLTexture::borderColor | | Prototype: | QColor QOpenGLTexture::borderColor() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 4235-4246 |
| | 8 | 2 |
QOpenGLFunctions_4_5_Compatibility::isContextCompatible| Name: | QOpenGLFunctions_4_5_Compatibility::isContextCompatible | | Prototype: | bool QOpenGLFunctions_4_5_Compatibility::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_5_compatibility.cpp | | Lines: | 416-428 |
| | 8 | 3 |
QOpenGLFunctions_4_4_Compatibility::isContextCompatible| Name: | QOpenGLFunctions_4_4_Compatibility::isContextCompatible | | Prototype: | bool QOpenGLFunctions_4_4_Compatibility::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_4_compatibility.cpp | | Lines: | 390-402 |
| | 8 | 3 |
QOpenGLFunctions_4_3_Compatibility::isContextCompatible| Name: | QOpenGLFunctions_4_3_Compatibility::isContextCompatible | | Prototype: | bool QOpenGLFunctions_4_3_Compatibility::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_3_compatibility.cpp | | Lines: | 378-390 |
| | 8 | 3 |
QOpenGLFunctions_4_2_Compatibility::isContextCompatible| Name: | QOpenGLFunctions_4_2_Compatibility::isContextCompatible | | Prototype: | bool QOpenGLFunctions_4_2_Compatibility::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_2_compatibility.cpp | | Lines: | 365-377 |
| | 8 | 3 |
QOpenGLFunctions_4_1_Compatibility::isContextCompatible| Name: | QOpenGLFunctions_4_1_Compatibility::isContextCompatible | | Prototype: | bool QOpenGLFunctions_4_1_Compatibility::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_1_compatibility.cpp | | Lines: | 352-364 |
| | 8 | 3 |
QOpenGLFunctions_4_0_Compatibility::isContextCompatible| Name: | QOpenGLFunctions_4_0_Compatibility::isContextCompatible | | Prototype: | bool QOpenGLFunctions_4_0_Compatibility::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_0_compatibility.cpp | | Lines: | 339-351 |
| | 8 | 3 |
QOpenGLFunctions_3_3_Compatibility::isContextCompatible| Name: | QOpenGLFunctions_3_3_Compatibility::isContextCompatible | | Prototype: | bool QOpenGLFunctions_3_3_Compatibility::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_3_3_compatibility.cpp | | Lines: | 326-338 |
| | 8 | 3 |
QOpenGLFunctions_3_2_Compatibility::isContextCompatible| Name: | QOpenGLFunctions_3_2_Compatibility::isContextCompatible | | Prototype: | bool QOpenGLFunctions_3_2_Compatibility::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_3_2_compatibility.cpp | | Lines: | 301-313 |
| | 8 | 3 |
QOpenGLFunctions_3_0::isContextCompatible| Name: | QOpenGLFunctions_3_0::isContextCompatible | | Prototype: | bool QOpenGLFunctions_3_0::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_3_0.cpp | | Lines: | 275-287 |
| | 8 | 3 |
QOpenGLFunctions_2_1::isContextCompatible| Name: | QOpenGLFunctions_2_1::isContextCompatible | | Prototype: | bool QOpenGLFunctions_2_1::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_2_1.cpp | | Lines: | 261-273 |
| | 8 | 3 |
QOpenGLFunctions_2_0::isContextCompatible| Name: | QOpenGLFunctions_2_0::isContextCompatible | | Prototype: | bool QOpenGLFunctions_2_0::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_2_0.cpp | | Lines: | 248-260 |
| | 8 | 3 |
QOpenGLFunctions_1_5::isContextCompatible| Name: | QOpenGLFunctions_1_5::isContextCompatible | | Prototype: | bool QOpenGLFunctions_1_5::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_5.cpp | | Lines: | 234-246 |
| | 8 | 3 |
QOpenGLFunctions_1_4::isContextCompatible| Name: | QOpenGLFunctions_1_4::isContextCompatible | | Prototype: | bool QOpenGLFunctions_1_4::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_4.cpp | | Lines: | 221-233 |
| | 8 | 3 |
QOpenGLFunctions_1_3::isContextCompatible| Name: | QOpenGLFunctions_1_3::isContextCompatible | | Prototype: | bool QOpenGLFunctions_1_3::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_3.cpp | | Lines: | 195-207 |
| | 8 | 3 |
QOpenGLFunctions_1_2::isContextCompatible| Name: | QOpenGLFunctions_1_2::isContextCompatible | | Prototype: | bool QOpenGLFunctions_1_2::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_2.cpp | | Lines: | 169-181 |
| | 8 | 3 |
QOpenGLFunctions_1_1::isContextCompatible| Name: | QOpenGLFunctions_1_1::isContextCompatible | | Prototype: | bool QOpenGLFunctions_1_1::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_1.cpp | | Lines: | 143-155 |
| | 8 | 3 |
QOpenGLFunctions_1_0::isContextCompatible| Name: | QOpenGLFunctions_1_0::isContextCompatible | | Prototype: | bool QOpenGLFunctions_1_0::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_0.cpp | | Lines: | 117-129 |
| | 8 | 3 |
QOpenGLFramebufferObject::textures| Name: | QOpenGLFramebufferObject::textures | | Prototype: | QVector<GLuint> QOpenGLFramebufferObject::textures() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | | Lines: | 1155-1165 |
| | 8 | 3 |
QOpenGLEngineShaderManager::useSimpleProgram| Name: | QOpenGLEngineShaderManager::useSimpleProgram | | Prototype: | void QOpenGLEngineShaderManager::useSimpleProgram() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglengineshadermanager.cpp | | Lines: | 621-634 |
| | 8 | 1 |