Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QPlatformIntegrationFactory::createName: | QPlatformIntegrationFactory::create | Prototype: | QPlatformIntegration *QPlatformIntegrationFactory::create(const QString &platform, const QStringList ¶mList, int &argc, char **argv, const QString &platformPluginPath) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegrationfactory.cpp | Lines: | 59-72 |
| | 5 | 3 |
QPlatformFontDatabase::registerFontName: | QPlatformFontDatabase::registerFont | Prototype: | void QPlatformFontDatabase::registerFont(const QString &familyname, const QString &stylename, const QString &foundryname, QFont::Weight weight, QFont::Style style, QFont::Stretch stretch, bool antialiased, bool scalable, int pixelSize, bool fixedPitch, const QSupportedWritingSystems &writingSystems, void *usrPtr) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | Lines: | 128-140 |
| | 5 | 2 |
QPlatformFontDatabase::fontEngineName: | QPlatformFontDatabase::fontEngine | Prototype: | QFontEngine *QPlatformFontDatabase::fontEngine(const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | Lines: | 344-352 |
| | 5 | 1 |
QPlatformFontDatabase::fontDirName: | QPlatformFontDatabase::fontDir | Prototype: | QString QPlatformFontDatabase::fontDir() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | Lines: | 395-404 |
| | 5 | 2 |
QPlatformCursorPrivate::getInstancesName: | QPlatformCursorPrivate::getInstances | Prototype: | QList<QPlatformCursor *> QPlatformCursorPrivate::getInstances() | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp | Lines: | 52-60 |
| | 5 | 3 |
QPlatformCursor::setPosName: | QPlatformCursor::setPos | Prototype: | void QPlatformCursor::setPos(const QPoint &pos) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp | Lines: | 122-131 |
| | 5 | 2 |
QPlatformAccessibility::notifyAccessibilityUpdateName: | QPlatformAccessibility::notifyAccessibilityUpdate | Prototype: | void QPlatformAccessibility::notifyAccessibilityUpdate(QAccessibleEvent *event) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp | Lines: | 80-89 |
| | 5 | 3 |
QPlainTextEditPrivate::setTopLineName: | QPlainTextEditPrivate::setTopLine | Prototype: | void QPlainTextEditPrivate::setTopLine(int visualTopLine, int dx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 618-625 |
| | 5 | 1 |
QPlainTextEditPrivate::_q_cursorPositionChangedName: | QPlainTextEditPrivate::_q_cursorPositionChanged | Prototype: | void QPlainTextEditPrivate::_q_cursorPositionChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 440-449 |
| | 5 | 1 |
QPlainTextEdit::setWordWrapModeName: | QPlainTextEdit::setWordWrapMode | Prototype: | void QPlainTextEdit::setWordWrapMode(QTextOption::WrapMode mode) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2781-2788 |
| | 5 | 2 |
QPlainTextEdit::setPlaceholderTextName: | QPlainTextEdit::setPlaceholderText | Prototype: | void QPlainTextEdit::setPlaceholderText(const QString &placeholderText) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 1339-1347 |
| | 5 | 3 |
QPlainTextEdit::setBackgroundVisibleName: | QPlainTextEdit::setBackgroundVisible | Prototype: | void QPlainTextEdit::setBackgroundVisible(bool visible) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2810-2817 |
| | 5 | 2 |
QPlainTextEdit::focusInEventName: | QPlainTextEdit::focusInEvent | Prototype: | void QPlainTextEdit::focusInEvent(QFocusEvent *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2245-2253 |
| | 5 | 2 |
QPlainTextEdit::dragMoveEventName: | QPlainTextEdit::dragMoveEvent | Prototype: | void QPlainTextEdit::dragMoveEvent(QDragMoveEvent *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2143-2150 |
| | 5 | 2 |
QPlainTextDocumentLayout::ensureBlockLayoutName: | QPlainTextDocumentLayout::ensureBlockLayout | Prototype: | void QPlainTextDocumentLayout::ensureBlockLayout(const QTextBlock &block) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 214-221 |
| | 5 | 3 |
QPlaceHolderItem::QPlaceHolderItemName: | QPlaceHolderItem::QPlaceHolderItem | Prototype: | QPlaceHolderItem::QPlaceHolderItem(QWidget *w) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 72-79 |
| | 5 | 2 |
QPixmapStylePrivate::computeSizeName: | QPixmapStylePrivate::computeSize | Prototype: | QSize QPixmapStylePrivate::computeSize(const QPixmapStyleDescriptor &desc, int width, int height) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | Lines: | 1154-1161 |
| | 5 | 3 |
QPixmapStyle::drawProgressBarBackgroundName: | QPixmapStyle::drawProgressBarBackground | Prototype: | void QPixmapStyle::drawProgressBarBackground(const QStyleOption *option, QPainter *painter, const QWidget *) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | Lines: | 780-789 |
| | 5 | 2 |
QPixmapColorizeFilter::QPixmapColorizeFilterName: | QPixmapColorizeFilter::QPixmapColorizeFilter | Prototype: | QPixmapColorizeFilter::QPixmapColorizeFilter(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 1017-1025 |
| | 5 | 1 |
QPixmap::fromImageInPlaceName: | QPixmap::fromImageInPlace | Prototype: | QPixmap QPixmap::fromImageInPlace(QImage &image, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | Lines: | 1630-1638 |
| | 5 | 2 |
QPixmap::fromImageName: | QPixmap::fromImage | Prototype: | QPixmap QPixmap::fromImage(const QImage &image, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | Lines: | 1608-1616 |
| | 5 | 2 |
QPixmap::doImageIOName: | QPixmap::doImageIO | Prototype: | bool QPixmap::doImageIO(QImageWriter *writer, int quality) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | Lines: | 894-901 |
| | 5 | 3 |
QPixmap::convertFromImageName: | QPixmap::convertFromImage | Prototype: | bool QPixmap::convertFromImage(const QImage &image, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | Lines: | 1098-1106 |
| | 5 | 2 |
QPicturePaintEngine::updateRenderHintsName: | QPicturePaintEngine::updateRenderHints | Prototype: | void QPicturePaintEngine::updateRenderHints(QPainter::RenderHints hints) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | Lines: | 310-320 |
| | 5 | 1 |
QPicturePaintEngine::updateOpacityName: | QPicturePaintEngine::updateOpacity | Prototype: | void QPicturePaintEngine::updateOpacity(qreal opacity) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | Lines: | 200-210 |
| | 5 | 1 |
QPicturePaintEngine::updateMatrixName: | QPicturePaintEngine::updateMatrix | Prototype: | void QPicturePaintEngine::updateMatrix(const QTransform &matrix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | Lines: | 271-281 |
| | 5 | 1 |
QPicturePaintEngine::updateCompositionModeName: | QPicturePaintEngine::updateCompositionMode | Prototype: | void QPicturePaintEngine::updateCompositionMode(QPainter::CompositionMode cmode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | Lines: | 176-186 |
| | 5 | 1 |
QPicturePaintEngine::updateClipRegionName: | QPicturePaintEngine::updateClipRegion | Prototype: | void QPicturePaintEngine::updateClipRegion(const QRegion ®ion, Qt::ClipOperation op) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | Lines: | 283-294 |
| | 5 | 1 |
QPicturePaintEngine::updateClipPathName: | QPicturePaintEngine::updateClipPath | Prototype: | void QPicturePaintEngine::updateClipPath(const QPainterPath &path, Qt::ClipOperation op) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | Lines: | 296-308 |
| | 5 | 1 |
QPicturePaintEngine::updateClipEnabledName: | QPicturePaintEngine::updateClipEnabled | Prototype: | void QPicturePaintEngine::updateClipEnabled(bool enabled) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | Lines: | 188-198 |
| | 5 | 1 |
QPicturePaintEngine::updateBrushOriginName: | QPicturePaintEngine::updateBrushOrigin | Prototype: | void QPicturePaintEngine::updateBrushOrigin(const QPointF &p) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | Lines: | 230-240 |
| | 5 | 1 |
QPicturePaintEngine::drawPathName: | QPicturePaintEngine::drawPath | Prototype: | void QPicturePaintEngine::drawPath(const QPainterPath &path) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | Lines: | 386-396 |
| | 5 | 1 |
QPicturePaintEngine::drawEllipseName: | QPicturePaintEngine::drawEllipse | Prototype: | void QPicturePaintEngine::drawEllipse(const QRectF &rect) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | Lines: | 374-384 |
| | 5 | 1 |
QPictureIO::defineIOHandlerName: | QPictureIO::defineIOHandler | Prototype: | void QPictureIO::defineIOHandler(const char *format, const char *header, const char *flags, picture_io_handler readPicture, picture_io_handler writePicture) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 1503-1515 |
| | 5 | 2 |
QPicture::loadName: | QPicture::load | Prototype: | bool QPicture::load(const QString &fileName, const char *format) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 265-273 |
| | 5 | 2 |
QPenPrivate::QPenPrivateName: | QPenPrivate::QPenPrivate | Prototype: | inline QPenPrivate::QPenPrivate(const QBrush &_brush, qreal _width, Qt::PenStyle penStyle, Qt::PenCapStyle _capStyle, Qt::PenJoinStyle _joinStyle, bool _defaultWidth) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 230-240 |
| | 5 | 1 |
QPdfPrintEnginePrivate::QPdfPrintEnginePrivateName: | QPdfPrintEnginePrivate::QPdfPrintEnginePrivate | Prototype: | QPdfPrintEnginePrivate::QPdfPrintEnginePrivate(QPrinter::PrinterMode m) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 388-402 |
| | 5 | 3 |
QPdfPrintEngine::endName: | QPdfPrintEngine::end | Prototype: | bool QPdfPrintEngine::end() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 90-100 |
| | 5 | 1 |
QPdf::Stroker::strokePathName: | QPdf::Stroker::strokePath | Prototype: | void QPdf::Stroker::strokePath(const QPainterPath &path) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 635-643 |
| | 5 | 2 |
QPauseAnimation::setDurationName: | QPauseAnimation::setDuration | Prototype: | void QPauseAnimation::setDuration(int msecs) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | Lines: | 124-132 |
| | 5 | 2 |
QPathSegments::setPathName: | QPathSegments::setPath | Prototype: | void QPathSegments::setPath(const QPainterPath &path) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 905-914 |
| | 5 | 1 |
QParallelAnimationGroupPrivate::connectUncontrolledAnimationsName: | QParallelAnimationGroupPrivate::connectUncontrolledAnimations | Prototype: | void QParallelAnimationGroupPrivate::connectUncontrolledAnimations() | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 256-265 |
| | 5 | 3 |
QPanGestureRecognizer::resetName: | QPanGestureRecognizer::reset | Prototype: | void QPanGestureRecognizer::reset(QGesture *state) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | Lines: | 132-141 |
| | 5 | 1 |
QPainterPath::setFillRuleName: | QPainterPath::setFillRule | Prototype: | void QPainterPath::setFillRule(Qt::FillRule fillRule) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1331-1339 |
| | 5 | 2 |
QPainterPath::setDirtyName: | QPainterPath::setDirty | Prototype: | void QPainterPath::setDirty(bool dirty) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3393-3400 |
| | 5 | 1 |
QPainterPath::arcMoveToName: | QPainterPath::arcMoveTo | Prototype: | void QPainterPath::arcMoveTo(const QRectF &rect, qreal angle) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 966-974 |
| | 5 | 2 |
QPainter::worldTransformName: | QPainter::worldTransform | Prototype: | const QTransform & QPainter::worldTransform() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8296-8304 |
| | 5 | 2 |
QPainter::worldMatrixEnabledName: | QPainter::worldMatrixEnabled | Prototype: | bool QPainter::worldMatrixEnabled() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3075-3083 |
| | 5 | 2 |
QPainter::worldMatrixName: | QPainter::worldMatrix | Prototype: | const QMatrix &QPainter::worldMatrix() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2932-2940 |
| | 5 | 2 |
QPainter::windowName: | QPainter::window | Prototype: | QRect QPainter::window() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7205-7213 |
| | 5 | 2 |
QPainter::viewportName: | QPainter::viewport | Prototype: | QRect QPainter::viewport() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7269-7277 |
| | 5 | 2 |
QPainter::viewTransformEnabledName: | QPainter::viewTransformEnabled | Prototype: | bool QPainter::viewTransformEnabled() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7141-7149 |
| | 5 | 2 |
QPainter::setRedirectedName: | QPainter::setRedirected | Prototype: | void QPainter::setRedirected(const QPaintDevice *device, QPaintDevice *replacement, const QPoint &offset) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7331-7340 |
| | 5 | 1 |
QPainter::penName: | QPainter::pen | Prototype: | const QPen &QPainter::pen() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3936-3944 |
| | 5 | 2 |
QPainter::opacityName: | QPainter::opacity | Prototype: | qreal QPainter::opacity() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2048-2056 |
| | 5 | 2 |
QPainter::hasClippingName: | QPainter::hasClipping | Prototype: | bool QPainter::hasClipping() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2434-2442 |
| | 5 | 2 |
QPainter::fontMetricsName: | QPainter::fontMetrics | Prototype: | QFontMetrics QPainter::fontMetrics() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2013-2021 |
| | 5 | 2 |
QPainter::fontInfoName: | QPainter::fontInfo | Prototype: | QFontInfo QPainter::fontInfo() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2031-2039 |
| | 5 | 2 |
QPainter::fontName: | QPainter::font | Prototype: | const QFont &QPainter::font() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4090-4098 |
| | 5 | 2 |
QPainter::deviceTransformName: | QPainter::deviceTransform | Prototype: | const QTransform & QPainter::deviceTransform() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8223-8231 |
| | 5 | 2 |
QPainter::deviceMatrixName: | QPainter::deviceMatrix | Prototype: | const QMatrix &QPainter::deviceMatrix() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3006-3014 |
| | 5 | 2 |
QPainter::compositionModeName: | QPainter::compositionMode | Prototype: | QPainter::CompositionMode QPainter::compositionMode() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2401-2409 |
| | 5 | 2 |
QPainter::combinedTransformName: | QPainter::combinedTransform | Prototype: | QTransform QPainter::combinedTransform() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8313-8321 |
| | 5 | 2 |
QPainter::brushOriginName: | QPainter::brushOrigin | Prototype: | QPoint QPainter::brushOrigin() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2098-2106 |
| | 5 | 2 |
QPainter::brushName: | QPainter::brush | Prototype: | const QBrush &QPainter::brush() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4013-4021 |
| | 5 | 2 |
QPainter::boundingRectName: | QPainter::boundingRect | Prototype: | QRect QPainter::boundingRect(const QRect &rect, int flags, const QString &str) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6590-6597 |
| | 5 | 2 |
QPainter::boundingRectName: | QPainter::boundingRect | Prototype: | QRectF QPainter::boundingRect(const QRectF &rect, int flags, const QString &str) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6601-6608 |
| | 5 | 2 |
QPainter::backgroundModeName: | QPainter::backgroundMode | Prototype: | Qt::BGMode QPainter::backgroundMode() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3822-3830 |
| | 5 | 2 |
QPainter::backgroundName: | QPainter::background | Prototype: | const QBrush &QPainter::background() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2417-2425 |
| | 5 | 2 |
QPainter::QPainterName: | QPainter::QPainter | Prototype: | QPainter::QPainter(QPaintDevice *pd) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1470-1479 |
| | 5 | 2 |
QPaintEngineExPrivate::hasClipOperationsName: | QPaintEngineExPrivate::hasClipOperations | Prototype: | bool QPaintEngineExPrivate::hasClipOperations() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 227-236 |
| | 5 | 2 |
QPaintEngineEx::shouldDrawCachedGlyphsName: | QPaintEngineEx::shouldDrawCachedGlyphs | Prototype: | bool QPaintEngineEx::shouldDrawCachedGlyphs(QFontEngine *fontEngine, const QTransform &m) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 1086-1094 |
| | 5 | 2 |
QPaintEngine::setSystemClipName: | QPaintEngine::setSystemClip | Prototype: | void QPaintEngine::setSystemClip(const QRegion ®ion) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 929-939 |
| | 5 | 2 |
QPageSetupWidget::unitChangedName: | QPageSetupWidget::unitChanged | Prototype: | void QPageSetupWidget::unitChanged() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 572-579 |
| | 5 | 2 |
QPageSetupWidget::pageOrientationChangedName: | QPageSetupWidget::pageOrientationChanged | Prototype: | void QPageSetupWidget::pageOrientationChanged() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 537-544 |
| | 5 | 2 |
QPageSetupDialog::openName: | QPageSetupDialog::open | Prototype: | void QPageSetupDialog::open(QObject *receiver, const char *member) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog.cpp | Lines: | 134-141 |
| | 5 | 1 |
QPageSetupDialog::execName: | QPageSetupDialog::exec | Prototype: | int QPageSetupDialog::exec() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 632-640 |
| | 5 | 2 |
QPMCache::removeName: | QPMCache::remove | Prototype: | bool QPMCache::remove(const QString &key) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 390-398 |
| | 5 | 2 |
QPMCache::objectName: | QPMCache::object | Prototype: | QPixmap *QPMCache::object(const QPixmapCache::Key &key) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 315-323 |
| | 5 | 2 |
QPF2Generator::generateName: | QPF2Generator::generate | Prototype: | void QPF2Generator::generate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | Lines: | 503-511 |
| | 5 | 1 |
QOpenUrlHandlerRegistry::handlerDestroyedName: | QOpenUrlHandlerRegistry::handlerDestroyed | Prototype: | void QOpenUrlHandlerRegistry::handlerDestroyed(QObject *handler) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qdesktopservices.cpp | Lines: | 82-92 |
| | 5 | 3 |
QOpenSslLocks::~QOpenSslLocksName: | QOpenSslLocks::~QOpenSslLocks | Prototype: | inline ~QOpenSslLocks() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 130-138 |
| | 5 | 2 |
QOpenSslLocks::lockName: | QOpenSslLocks::lock | Prototype: | inline QMutex *lock(int num) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 139-146 |
| | 5 | 2 |
QOpenGLVersionFunctionsStorage::~QOpenGLVersionFunctionsStorageName: | QOpenGLVersionFunctionsStorage::~QOpenGLVersionFunctionsStorage | Prototype: | QOpenGLVersionFunctionsStorage::~QOpenGLVersionFunctionsStorage() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 75-86 |
| | 5 | 4 |
QOpenGLTimerQueryPrivate::destroyName: | QOpenGLTimerQueryPrivate::destroy | Prototype: | void QOpenGLTimerQueryPrivate::destroy() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 164-172 |
| | 5 | 2 |
QOpenGLTexture::setWrapModeName: | QOpenGLTexture::setWrapMode | Prototype: | void QOpenGLTexture::setWrapMode(QOpenGLTexture::WrapMode mode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 4072-4079 |
| | 5 | 1 |
QOpenGLTexture::setWrapModeName: | QOpenGLTexture::setWrapMode | Prototype: | void QOpenGLTexture::setWrapMode(QOpenGLTexture::CoordinateDirection direction, QOpenGLTexture::WrapMode mode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 4085-4092 |
| | 5 | 1 |
QOpenGLTexture::allocateStorageName: | QOpenGLTexture::allocateStorage | Prototype: | void QOpenGLTexture::allocateStorage() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 2976-2984 |
| | 5 | 2 |
QOpenGLShaderProgram::setUniformValueName: | QOpenGLShaderProgram::setUniformValue | Prototype: | void QOpenGLShaderProgram::setUniformValue(int location, GLfloat x, GLfloat y) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 2029-2037 |
| | 5 | 2 |
QOpenGLShaderProgram::setUniformValueName: | QOpenGLShaderProgram::setUniformValue | Prototype: | void QOpenGLShaderProgram::setUniformValue (int location, GLfloat x, GLfloat y, GLfloat z) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 2058-2067 |
| | 5 | 2 |
QOpenGLShaderProgram::setUniformValueName: | QOpenGLShaderProgram::setUniformValue | Prototype: | void QOpenGLShaderProgram::setUniformValue (int location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 2089-2098 |
| | 5 | 2 |
QOpenGLShaderProgram::setUniformValueName: | QOpenGLShaderProgram::setUniformValue | Prototype: | void QOpenGLShaderProgram::setUniformValue(int location, const QPoint& point) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 2228-2236 |
| | 5 | 2 |
QOpenGLShaderProgram::setUniformValueName: | QOpenGLShaderProgram::setUniformValue | Prototype: | void QOpenGLShaderProgram::setUniformValue(int location, const QPointF& point) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 2257-2265 |
| | 5 | 2 |
QOpenGLShaderProgram::setUniformValueName: | QOpenGLShaderProgram::setUniformValue | Prototype: | void QOpenGLShaderProgram::setUniformValue(int location, const QSize& size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 2286-2294 |
| | 5 | 2 |
QOpenGLShaderProgram::setUniformValueName: | QOpenGLShaderProgram::setUniformValue | Prototype: | void QOpenGLShaderProgram::setUniformValue(int location, const QSizeF& size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 2315-2323 |
| | 5 | 2 |
QOpenGLShaderProgram::setAttributeValueName: | QOpenGLShaderProgram::setAttributeValue | Prototype: | void QOpenGLShaderProgram::setAttributeValue (int location, GLfloat x, GLfloat y, GLfloat z) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 1320-1329 |
| | 5 | 2 |
QOpenGLShaderProgram::setAttributeBufferName: | QOpenGLShaderProgram::setAttributeBuffer | Prototype: | void QOpenGLShaderProgram::setAttributeBuffer (int location, GLenum type, int offset, int tupleSize, int stride) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 1793-1802 |
| | 5 | 2 |
QOpenGLShaderProgram::setAttributeArrayName: | QOpenGLShaderProgram::setAttributeArray | Prototype: | void QOpenGLShaderProgram::setAttributeArray (int location, const GLfloat *values, int tupleSize, int stride) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 1542-1551 |
| | 5 | 2 |
QOpenGLShaderProgram::setAttributeArrayName: | QOpenGLShaderProgram::setAttributeArray | Prototype: | void QOpenGLShaderProgram::setAttributeArray (int location, const QVector2D *values, int stride) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 1566-1575 |
| | 5 | 2 |
QOpenGLShaderProgram::setAttributeArrayName: | QOpenGLShaderProgram::setAttributeArray | Prototype: | void QOpenGLShaderProgram::setAttributeArray (int location, const QVector3D *values, int stride) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 1590-1599 |
| | 5 | 2 |