| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QPlatformScreen::mapBetween| Name: | QPlatformScreen::mapBetween | | Prototype: | QRect QPlatformScreen::mapBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b, const QRect &rect) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | | Lines: | 419-436 |
| | 9 | 4 |
QPlatformScreen::angleBetween| Name: | QPlatformScreen::angleBetween | | Prototype: | int QPlatformScreen::angleBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | | Lines: | 366-386 |
| | 12 | 4 |
QPlatformPrinterSupportPlugin::get| Name: | QPlatformPrinterSupportPlugin::get | | Prototype: | QPlatformPrinterSupport *QPlatformPrinterSupportPlugin::get() | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintplugin.cpp | | Lines: | 76-88 |
| | 7 | 4 |
QPlatformPrintDevice::supportedPageSize| Name: | QPlatformPrintDevice::supportedPageSize | | Prototype: | QPageSize QPlatformPrintDevice::supportedPageSize(QPageSize::PageSizeId pageSizeId) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 195-207 |
| | 6 | 4 |
QPlatformPrintDevice::supportedPageSize| Name: | QPlatformPrintDevice::supportedPageSize | | Prototype: | QPageSize QPlatformPrintDevice::supportedPageSize(const QString &pageName) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 209-220 |
| | 6 | 4 |
QPlatformIntegrationFactory::create| Name: | QPlatformIntegrationFactory::create | | Prototype: | QPlatformIntegration *QPlatformIntegrationFactory::create(const QString &platform, const QStringList ¶mList, int &argc, char **argv, const QString &platformPluginPath) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegrationfactory.cpp | | Lines: | 64-83 |
| | 7 | 4 |
QPlatformIntegration::defaultWindowState| Name: | QPlatformIntegration::defaultWindowState | | Prototype: | Qt::WindowState QPlatformIntegration::defaultWindowState(Qt::WindowFlags flags) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | | Lines: | 404-416 |
| | 7 | 4 |
QPlatformFontDatabase::populateFontDatabase| Name: | QPlatformFontDatabase::populateFontDatabase | | Prototype: | void QPlatformFontDatabase::populateFontDatabase() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 271-292 |
| | 15 | 4 |
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::verticalOffset| Name: | QPlainTextEditPrivate::verticalOffset | | Prototype: | qreal QPlainTextEditPrivate::verticalOffset(int topBlock, int topLine) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 473-494 |
| | 16 | 4 |
QPlainTextEdit::setDocument| Name: | QPlainTextEdit::setDocument | | Prototype: | void QPlainTextEdit::setDocument(QTextDocument *document) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 1283-1306 |
| | 17 | 4 |
QPlainTestLogger::printMessage| Name: | QPlainTestLogger::printMessage | | Prototype: | void QPlainTestLogger::printMessage(const char *type, const char *msg, const char *file, int line) | | Coverage: | 76.190% (16/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | | Lines: | 233-265 |
| | 24 | 4 |
QPixmapIconEngine::tryMatch| Name: | QPixmapIconEngine::tryMatch | | Prototype: | QPixmapIconEngineEntry *QPixmapIconEngine::tryMatch(const QSize &size, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 204-215 |
| | 7 | 4 |
QPixmapIconEngine::read| Name: | QPixmapIconEngine::read | | Prototype: | bool QPixmapIconEngine::read(QDataStream &in) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 455-484 |
| | 22 | 4 |
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 |
QPixmapCache::Key::operator =| Name: | QPixmapCache::Key::operator = | | Prototype: | QPixmapCache::Key &QPixmapCache::Key::operator =(const Key &other) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 161-171 |
| | 7 | 4 |
QPixmap::scaled| Name: | QPixmap::scaled | | Prototype: | QPixmap QPixmap::scaled(const QSize& s, Qt::AspectRatioMode aspectMode, Qt::TransformationMode mode) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1150-1170 |
| | 15 | 4 |
QPixmap::fill| Name: | QPixmap::fill | | Prototype: | void QPixmap::fill(const QColor &color) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 929-953 |
| | 11 | 4 |
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 |
QPictureIO::outputFormats| Name: | QPictureIO::outputFormats | | Prototype: | QList<QByteArray> QPictureIO::outputFormats() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1817-1831 |
| | 9 | 4 |
QPictureIO::inputFormats| Name: | QPictureIO::inputFormats | | Prototype: | QList<QByteArray> QPictureIO::inputFormats() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1794-1811 |
| | 10 | 4 |
QPersistentModelIndex::operator=| Name: | QPersistentModelIndex::operator= | | Prototype: | QPersistentModelIndex &QPersistentModelIndex::operator=(const QModelIndex &other) | | Coverage: | 92.308% (12/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 240-251 |
| | 7 | 4 |
QPersistentModelIndex::operator=| Name: | QPersistentModelIndex::operator= | | Prototype: | QPersistentModelIndex &QPersistentModelIndex::operator=(const QPersistentModelIndex &other) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 217-226 |
| | 7 | 4 |
QPdfPrintEnginePrivate::openPrintDevice| Name: | QPdfPrintEnginePrivate::openPrintDevice | | Prototype: | bool QPdfPrintEnginePrivate::openPrintDevice() | | Coverage: | 70.000% (7/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | | Lines: | 347-362 |
| | 9 | 4 |
QPdfEnginePrivate::printString| Name: | QPdfEnginePrivate::printString | | Prototype: | void QPdfEnginePrivate::printString(const QString &string) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1783-1800 |
| | 10 | 4 |
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 |
QPdfEnginePrivate::addConstantAlphaObject| Name: | QPdfEnginePrivate::addConstantAlphaObject | | Prototype: | int QPdfEnginePrivate::addConstantAlphaObject(int brushAlpha, int penAlpha) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 2303-2321 |
| | 14 | 4 |
QPdfEngine::updateClipPath| Name: | QPdfEngine::updateClipPath | | Prototype: | void QPdfEngine::updateClipPath(const QPainterPath &p, Qt::ClipOperation op) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1135-1156 |
| | 14 | 4 |
QPdfEngine::drawTextItem| Name: | QPdfEngine::drawTextItem | | Prototype: | void QPdfEngine::drawTextItem(const QPointF &p, const QTextItem &textItem) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 969-997 |
| | 20 | 4 |
QPdfEngine::drawPixmap| Name: | QPdfEngine::drawPixmap | | Prototype: | void QPdfEngine::drawPixmap (const QRectF &rectangle, const QPixmap &pixmap, const QRectF &sr) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 886-915 |
| | 21 | 4 |
QPdfEngine::begin| Name: | QPdfEngine::begin | | Prototype: | bool QPdfEngine::begin(QPaintDevice *pdev) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1377-1427 |
| | 35 | 4 |
QPdf::generateDashes| Name: | QPdf::generateDashes | | Prototype: | QByteArray QPdf::generateDashes(const QPen &pen) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 364-383 |
| | 15 | 4 |
QPdf::ByteStream::prepareBuffer| Name: | QPdf::ByteStream::prepareBuffer | | Prototype: | void ByteStream::prepareBuffer() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 260-283 |
| | 17 | 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::updateDirection| Name: | QParallelAnimationGroup::updateDirection | | Prototype: | void QParallelAnimationGroup::updateDirection(QAbstractAnimation::Direction direction) | | Coverage: | 41.667% (5/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 306-323 |
| | 9 | 4 |
QPainterPrivate::updateStateImpl| Name: | QPainterPrivate::updateStateImpl | | Prototype: | void QPainterPrivate::updateStateImpl(QPainterState *newState) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 874-904 |
| | 14 | 4 |
QPainterPath::translate| Name: | QPainterPath::translate | | Prototype: | void QPainterPath::translate(qreal dx, qreal dy) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2090-2107 |
| | 12 | 4 |
QPainterPath::pointAtPercent| Name: | QPainterPath::pointAtPercent | | Prototype: | QPointF QPainterPath::pointAtPercent(qreal t) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2979-2999 |
| | 13 | 4 |
QPainterPath::arcTo| Name: | QPainterPath::arcTo | | Prototype: | void QPainterPath::arcTo(const QRectF &rect, qreal startAngle, qreal sweepLength) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 902-934 |
| | 16 | 4 |
QPainter::setRenderHints| Name: | QPainter::setRenderHints | | Prototype: | void QPainter::setRenderHints(RenderHints hints, bool on) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7085-7103 |
| | 10 | 4 |
QPainter::setPen| Name: | QPainter::setPen | | Prototype: | void QPainter::setPen(const QColor &color) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3836-3858 |
| | 11 | 4 |
QPainter::setPen| Name: | QPainter::setPen | | Prototype: | void QPainter::setPen(Qt::PenStyle style) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3904-3924 |
| | 11 | 4 |
QPainter::setPen| Name: | QPainter::setPen | | Prototype: | void QPainter::setPen(const QPen &pen) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3869-3895 |
| | 12 | 4 |
QPainter::setOpacity| Name: | QPainter::setOpacity | | Prototype: | void QPainter::setOpacity(qreal opacity) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2065-2085 |
| | 11 | 4 |
QPainter::setBrush| Name: | QPainter::setBrush | | Prototype: | void QPainter::setBrush(Qt::BrushStyle style) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3985-4001 |
| | 12 | 4 |
QPainter::setBrush| Name: | QPainter::setBrush | | Prototype: | void QPainter::setBrush(const QBrush &brush) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3951-3975 |
| | 13 | 4 |
QPainter::setBackgroundMode| Name: | QPainter::setBackgroundMode | | Prototype: | void QPainter::setBackgroundMode(Qt::BGMode mode) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3790-3811 |
| | 10 | 4 |
QPainter::initFrom| Name: | QPainter::initFrom | | Prototype: | void QPainter::initFrom(const QPaintDevice *device) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1536-1554 |
| | 12 | 4 |
QPainter::drawText| Name: | QPainter::drawText | | Prototype: | void QPainter::drawText(const QRect &r, int flags, const QString &str, QRect *br) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 5916-5936 |
| | 9 | 4 |
QPainter::drawRoundedRect| Name: | QPainter::drawRoundedRect | | Prototype: | void QPainter::drawRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 4120-4144 |
| | 12 | 4 |
QPainter::drawPath| Name: | QPainter::drawPath | | Prototype: | void QPainter::drawPath(const QPainterPath &path) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3367-3395 |
| | 11 | 4 |
QPaintEnginePrivate::drawBoxTextItem| Name: | QPaintEnginePrivate::drawBoxTextItem | | Prototype: | void QPaintEnginePrivate::drawBoxTextItem(const QPointF &p, const QTextItemInt &ti) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 975-1000 |
| | 19 | 4 |
QPaintEngine::drawLines| Name: | QPaintEngine::drawLines | | Prototype: | void QPaintEngine::drawLines(const QLineF *lines, int lineCount) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 766-779 |
| | 7 | 4 |
QPageSizePrivate::size| Name: | QPageSizePrivate::size | | Prototype: | QSizeF QPageSizePrivate::size(QPageSize::Unit units) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 877-893 |
| | 7 | 4 |
QPageSetupWidget::pageSizeChanged| Name: | QPageSetupWidget::pageSizeChanged | | Prototype: | void QPageSetupWidget::pageSizeChanged() | | Coverage: | 16.667% (2/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 508-529 |
| | 12 | 4 |
QPageSetupDialogPrivate::setPrinter| Name: | QPageSetupDialogPrivate::setPrinter | | Prototype: | void QPageSetupDialogPrivate::setPrinter(QPrinter *newPrinter) | | Coverage: | 46.154% (6/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog.cpp | | Lines: | 101-117 |
| | 9 | 4 |
QPMCache::insert| Name: | QPMCache::insert | | Prototype: | bool QPMCache::insert(const QString& key, const QPixmap &pixmap, int cost) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 309-334 |
| | 14 | 4 |
QOpenGLWindow::metric| Name: | QOpenGLWindow::metric | | Prototype: | int QOpenGLWindow::metric(PaintDeviceMetric metric) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | | Lines: | 658-671 |
| | 7 | 4 |
QOpenGLWindow::makeCurrent| Name: | QOpenGLWindow::makeCurrent | | Prototype: | void QOpenGLWindow::makeCurrent() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | | Lines: | 420-441 |
| | 11 | 4 |
QOpenGLTextureBlitterPrivate::blit| Name: | QOpenGLTextureBlitterPrivate::blit | | Prototype: | void QOpenGLTextureBlitterPrivate::blit(GLuint texture, const QMatrix4x4 &vertexTransform, QOpenGLTextureBlitter::Origin origin) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 254-276 |
| | 14 | 4 |
QOpenGLTexture::setData| Name: | QOpenGLTexture::setData | | Prototype: | void QOpenGLTexture::setData(const QImage& image, MipMapGeneration genMipMaps) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 3218-3245 |
| | 17 | 4 |
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: | void QOpenGLTexture::borderColor(float *border) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 4254-4265 |
| | 7 | 4 |
QOpenGLTexture::borderColor| Name: | QOpenGLTexture::borderColor | | Prototype: | void QOpenGLTexture::borderColor(int *border) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 4273-4284 |
| | 7 | 4 |
QOpenGLTexture::borderColor| Name: | QOpenGLTexture::borderColor | | Prototype: | void QOpenGLTexture::borderColor(unsigned int *border) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 4292-4303 |
| | 7 | 4 |
QOpenGLShaderProgram::setDefaultOuterTessellationLevels| Name: | QOpenGLShaderProgram::setDefaultOuterTessellationLevels | | Prototype: | void QOpenGLShaderProgram::setDefaultOuterTessellationLevels(const QVector<float> &levels) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 3291-3311 |
| | 9 | 4 |
QOpenGLShaderProgram::setDefaultInnerTessellationLevels| Name: | QOpenGLShaderProgram::setDefaultInnerTessellationLevels | | Prototype: | void QOpenGLShaderProgram::setDefaultInnerTessellationLevels(const QVector<float> &levels) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 3356-3376 |
| | 9 | 4 |
QOpenGLShaderProgram::removeAllShaders| Name: | QOpenGLShaderProgram::removeAllShaders | | Prototype: | void QOpenGLShaderProgram::removeAllShaders() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 989-1008 |
| | 12 | 4 |
QOpenGLShaderProgram::bind| Name: | QOpenGLShaderProgram::bind | | Prototype: | bool QOpenGLShaderProgram::bind() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1101-1117 |
| | 11 | 4 |
QOpenGLShaderPrivate::QOpenGLShaderPrivate| Name: | QOpenGLShaderPrivate::QOpenGLShaderPrivate | | Prototype: | QOpenGLShaderPrivate(QOpenGLContext *ctx, QOpenGLShader::ShaderType type) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 163-184 |
| | 6 | 4 |
QOpenGLFramebufferObject::setAttachment| Name: | QOpenGLFramebufferObject::setAttachment | | Prototype: | void QOpenGLFramebufferObject::setAttachment(QOpenGLFramebufferObject::Attachment attachment) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | | Lines: | 1556-1571 |
| | 11 | 4 |
QOpenGLEngineShaderManager::getUniformLocation| Name: | QOpenGLEngineShaderManager::getUniformLocation | | Prototype: | GLuint QOpenGLEngineShaderManager::getUniformLocation(Uniform id) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglengineshadermanager.cpp | | Lines: | 504-538 |
| | 8 | 4 |
QOpenGLDebugLogger::startLogging| Name: | QOpenGLDebugLogger::startLogging | | Prototype: | void QOpenGLDebugLogger::startLogging(QOpenGLDebugLogger::LoggingMode loggingMode) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | | Lines: | 1483-1513 |
| | 19 | 4 |
QOpenGLDebugLogger::pushGroup| Name: | QOpenGLDebugLogger::pushGroup | | Prototype: | void QOpenGLDebugLogger::pushGroup(const QString &name, GLuint id, QOpenGLDebugMessage::Source source) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | | Lines: | 1633-1660 |
| | 17 | 4 |
QOpenGLDebugLogger::loggedMessages| Name: | QOpenGLDebugLogger::loggedMessages | | Prototype: | QList<QOpenGLDebugMessage> QOpenGLDebugLogger::loggedMessages() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | | Lines: | 1779-1826 |
| | 34 | 4 |
QOpenGLContext::setScreen| Name: | QOpenGLContext::setScreen | | Prototype: | void QOpenGLContext::setScreen(QScreen *screen) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 498-508 |
| | 8 | 4 |
QOpenGLContext::defaultFramebufferObject| Name: | QOpenGLContext::defaultFramebufferObject | | Prototype: | GLuint QOpenGLContext::defaultFramebufferObject() const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 918-931 |
| | 8 | 4 |
QOpenGLContext::create| Name: | QOpenGLContext::create | | Prototype: | bool QOpenGLContext::create() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 600-616 |
| | 13 | 4 |
QOpenGLConfig::Gpu::fromContext| Name: | QOpenGLConfig::Gpu::fromContext | | Prototype: | QOpenGLConfig::Gpu QOpenGLConfig::Gpu::fromContext() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 515-539 |
| | 18 | 4 |
QOpenGLBuffer::bind| Name: | QOpenGLBuffer::bind | | Prototype: | bool QOpenGLBuffer::bind() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | | Lines: | 419-439 |
| | 11 | 4 |
QOpenGL2PaintEngineExPrivate::drawTexture| Name: | QOpenGL2PaintEngineExPrivate::drawTexture | | Prototype: | void QOpenGL2PaintEngineExPrivate::drawTexture(const QOpenGLRect& dest, const QOpenGLRect& src, const QSize &textureSize, bool opaque, bool pattern) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 549-576 |
| | 15 | 4 |
QOpenGL2PaintEngineEx::shouldDrawCachedGlyphs| Name: | QOpenGL2PaintEngineEx::shouldDrawCachedGlyphs | | Prototype: | bool QOpenGL2PaintEngineEx::shouldDrawCachedGlyphs(QFontEngine *fontEngine, const QTransform &t) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 1628-1652 |
| | 8 | 4 |
QOpenGL2PaintEngineEx::ensureActive| Name: | QOpenGL2PaintEngineEx::ensureActive | | Prototype: | void QOpenGL2PaintEngineEx::ensureActive() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 2154-2176 |
| | 15 | 4 |
QOpenGL2PaintEngineEx::drawTextItem| Name: | QOpenGL2PaintEngineEx::drawTextItem | | Prototype: | void QOpenGL2PaintEngineEx::drawTextItem(const QPointF &p, const QTextItem &textItem) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 1558-1600 |
| | 25 | 4 |
QOpenGL2PaintEngineEx::drawStaticTextItem| Name: | QOpenGL2PaintEngineEx::drawStaticTextItem | | Prototype: | void QOpenGL2PaintEngineEx::drawStaticTextItem(QStaticTextItem *textItem) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 1511-1536 |
| | 14 | 4 |
QOpenGL2PaintEngineEx::beginNativePainting| Name: | QOpenGL2PaintEngineEx::beginNativePainting | | Prototype: | void QOpenGL2PaintEngineEx::beginNativePainting() | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 578-637 |
| | 32 | 4 |
QOpenGL2GradientCache::addCacheElement| Name: | QOpenGL2GradientCache::addCacheElement | | Prototype: | GLuint QOpenGL2GradientCache::addCacheElement(quint64 hash_val, const QGradient &gradient, qreal opacity) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | | Lines: | 130-160 |
| | 21 | 4 |
QOffscreenSurface::create| Name: | QOffscreenSurface::create | | Prototype: | void QOffscreenSurface::create() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 170-193 |
| | 15 | 4 |
QObjectPrivate::Connection::~Connection| Name: | QObjectPrivate::Connection::~Connection | | Prototype: | QObjectPrivate::Connection::~Connection() | | Coverage: | 70.000% (7/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1044-1053 |
| | 6 | 4 |
QObject::senderSignalIndex| Name: | QObject::senderSignalIndex | | Prototype: | int QObject::senderSignalIndex() const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2357-2373 |
| | 8 | 4 |
QObject::sender| Name: | QObject::sender | | Prototype: | QObject *QObject::sender() const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2316-2330 |
| | 8 | 4 |
QObject::removeEventFilter| Name: | QObject::removeEventFilter | | Prototype: | void QObject::removeEventFilter(QObject *obj) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2088-2097 |
| | 5 | 4 |
QObject::installEventFilter| Name: | QObject::installEventFilter | | Prototype: | void QObject::installEventFilter(QObject *obj) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2056-2073 |
| | 11 | 4 |
QObject::disconnect| Name: | QObject::disconnect | | Prototype: | bool QObject::disconnect(const QMetaObject::Connection &connection) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 4734-4770 |
| | 21 | 4 |
QNetworkSession::QNetworkSession| Name: | QNetworkSession::QNetworkSession | | Prototype: | QNetworkSession::QNetworkSession(const QNetworkConfiguration &connectionConfig, QObject *parent) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworksession.cpp | | Lines: | 246-277 |
| | 23 | 4 |
QNetworkReplyImplPrivate::emitUploadProgress| Name: | QNetworkReplyImplPrivate::emitUploadProgress | | Prototype: | void QNetworkReplyImplPrivate::emitUploadProgress(qint64 bytesSent, qint64 bytesTotal) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 550-570 |
| | 11 | 4 |
QNetworkReplyImplPrivate::appendDownstreamDataSignalEmissions| Name: | QNetworkReplyImplPrivate::appendDownstreamDataSignalEmissions | | Prototype: | void QNetworkReplyImplPrivate::appendDownstreamDataSignalEmissions() | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 650-673 |
| | 13 | 4 |
QNetworkReplyImplPrivate::_q_networkSessionUsagePoliciesChanged| Name: | QNetworkReplyImplPrivate::_q_networkSessionUsagePoliciesChanged | | Prototype: | void QNetworkReplyImplPrivate::_q_networkSessionUsagePoliciesChanged(QNetworkSession::UsagePolicies newPolicies) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 345-359 |
| | 7 | 4 |
QNetworkReplyImpl::close| Name: | QNetworkReplyImpl::close | | Prototype: | void QNetworkReplyImpl::close() | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 948-966 |
| | 11 | 4 |
QNetworkReplyHttpImplPrivate::onRedirected| Name: | QNetworkReplyHttpImplPrivate::onRedirected | | Prototype: | void QNetworkReplyHttpImplPrivate::onRedirected(const QUrl &redirectUrl, int httpStatus, int maxRedirectsRemaining) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1116-1139 |
| | 13 | 4 |