Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
getBoundsName: | getBounds | Prototype: | static void getBounds(const QVector<TTF_POINT> &points, qint16 *xmin, qint16 *xmax, qint16 *ymin, qint16 *ymax) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | Lines: | 837-850 |
| | 9 | 2 |
getDateFromJulianDayName: | getDateFromJulianDay | Prototype: | static ParsedDate getDateFromJulianDay(qint64 julianDay) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 138-163 |
| | 13 | 2 |
getEffectiveTargetStatesName: | getEffectiveTargetStates | Prototype: | static QList<QAbstractState *> getEffectiveTargetStates(QAbstractTransition *transition, CalculationCache *cache) | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 355-386 |
| | 18 | 6 |
getEscapeName: | getEscape | Prototype: | static int getEscape(const QChar *uc, int *pos, int len, int maxNumber = 999) | Coverage: | 80.952% (17/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7817-7841 |
| | 19 | 7 |
getEtcFileContentName: | getEtcFileContent | Prototype: | static QByteArray getEtcFileContent(const char *filename) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 2143-2160 |
| | 11 | 3 |
getEtcFileFirstLineName: | getEtcFileFirstLine | Prototype: | static QByteArray getEtcFileFirstLine(const char *fileName) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 2240-2249 |
| | 6 | 2 |
getFactorName: | getFactor | Prototype: | static QPair<QGraphicsAnchorLayoutPrivate::Interval, qreal> getFactor(qreal value, qreal min, qreal minPref, qreal pref, qreal maxPref, qreal max) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 407-441 |
| | 23 | 5 |
getFcFamilyForStyleHintName: | getFcFamilyForStyleHint | Prototype: | static const char *getFcFamilyForStyleHint(const QFont::StyleHint style) | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | Lines: | 332-356 |
| | 14 | 8 |
getFontWeightName: | getFontWeight | Prototype: | static int getFontWeight(const QString &weightString) | Coverage: | 0.000% (0/102) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 85-178 |
| | 65 | 30 |
getGlyphDataName: | getGlyphData | Prototype: | static void getGlyphData(QTtfGlyph *glyph, const QVector<TTF_POINT> &points, const QVector<int> &endPoints, int point_array_size) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | Lines: | 905-951 |
| | 31 | 9 |
getHashName: | getHash | Prototype: | static inline int getHash(const QTextFormatPrivate *d, int format) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 299-302 |
| | 1 | 1 |
getImageName: | getImage | Prototype: | static QImage getImage(QTextDocument *doc, const QTextImageFormat &format, const qreal devicePixelRatio = 1.0) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | Lines: | 155-192 |
| | 19 | 7 |
getImageSizeName: | getImageSize | Prototype: | static QSize getImageSize(QTextDocument *doc, const QTextImageFormat &format) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | Lines: | 194-223 |
| | 21 | 7 |
getIntName: | getInt | Prototype: | static inline int getInt(QDataStream &stream) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | Lines: | 1294-1299 |
| | 3 | 1 |
getLineHeightParamsName: | getLineHeightParams | Prototype: | static inline void getLineHeightParams(const QTextBlockFormat &blockFormat, const QTextLine &line, qreal scaling, QFixed *lineAdjustment, QFixed *lineBreakHeight, QFixed *lineHeight) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 2561-2577 |
| | 8 | 3 |
getLinearGradientValuesName: | getLinearGradientValues | Prototype: | static void getLinearGradientValues(LinearGradientValues *v, const QSpanData *data) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 3451-3462 |
| | 8 | 2 |
getLocaleDataName: | getLocaleData | Prototype: | static inline QString getLocaleData(const ushort *data, int size) | Coverage: | 66.667% (2/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 660-663 |
| | 1 | 1 |
getLocaleListDataName: | getLocaleListData | Prototype: | static QString getLocaleListData(const ushort *data, int size, int index) | Coverage: | 85.714% (12/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 665-679 |
| | 10 | 4 |
getMessageName: | getMessage | Prototype: | static QString getMessage(const uchar *m, const uchar *end, const char *context, const char *sourceText, const char *comment, uint numerus) | Coverage: | 71.111% (32/45) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | Lines: | 875-943 |
| | 48 | 19 |
getMotifWmHintsName: | getMotifWmHints | Prototype: | static QtMotifWmHints getMotifWmHints(QXcbConnection *c, xcb_window_t window) | Coverage: | 77.778% (7/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 1035-1059 |
| | 15 | 2 |
getMoveDeltaComponentName: | getMoveDeltaComponent | Prototype: | static inline int getMoveDeltaComponent(uint cflags, uint moveFlag, uint resizeFlag, int delta, int maxDelta, int minDelta) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 191-200 |
| | 5 | 3 |
getNativeMousePosName: | getNativeMousePos | Prototype: | static inline QPoint getNativeMousePos(QEvent *e, QObject *o) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 112-115 |
| | 1 | 1 |
getOperatorName: | getOperator | Prototype: | static inline Operator getOperator(const QSpanData *data, const QSpan *spans, int spanCount) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 3746-3823 |
| | 53 | 16 |
getOrCreateMenuName: | getOrCreateMenu | Prototype: | QAccessibleInterface *getOrCreateMenu(QWidget *menu, QAction *action) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblemenu.cpp | Lines: | 50-58 |
| | 5 | 2 |
getPathName: | getPath | Prototype: | static QString getPath(QSettings::Format format, QSettings::Scope scope) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 1113-1129 |
| | 10 | 3 |
getPixmapName: | getPixmap | Prototype: | static QPixmap getPixmap(QTextDocument *doc, const QTextImageFormat &format, const qreal devicePixelRatio = 1.0) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | Lines: | 73-111 |
| | 20 | 8 |
getPixmap::[lambda]Name: | getPixmap::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | Lines: | 107-107 |
| | 0 | 1 |
getPixmapSizeName: | getPixmapSize | Prototype: | static QSize getPixmapSize(QTextDocument *doc, const QTextImageFormat &format) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | Lines: | 113-153 |
| | 27 | 9 |
getPlatformMenuName: | getPlatformMenu | Prototype: | QPlatformMenu *getPlatformMenu(QAction *action) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 1204-1210 |
| | 3 | 2 |
getProperAncestorsName: | getProperAncestors | Prototype: | static QVector<QState*> getProperAncestors(const QAbstractState *state, const QAbstractState *upperBound) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 326-335 |
| | 6 | 2 |
getRadialGradientValuesName: | getRadialGradientValues | Prototype: | static void getRadialGradientValues(RadialGradientValues *v, const QSpanData *data) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 3584-3596 |
| | 7 | 1 |
getRelativeRectName: | getRelativeRect | Prototype: | static QRect getRelativeRect(QAccessibleInterface *interface) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | Lines: | 1579-1594 |
| | 9 | 2 |
getResizeDeltaComponentName: | getResizeDeltaComponent | Prototype: | static inline int getResizeDeltaComponent(uint cflags, uint resizeFlag, uint resizeReverseFlag, int delta) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 202-211 |
| | 5 | 3 |
getSegmentsName: | getSegments | Prototype: | static const char *getSegments(char ch) | Coverage: | 0.000% (0/55) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | Lines: | 236-320 |
| | 26 | 26 |
getStreamIDName: | getStreamID | Prototype: | static qint32 getStreamID(const char *bytes) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 401-406 |
| | 1 | 1 |
getTextName: | getText | Prototype: | static void getText(QString &text, QTextDocumentPrivate *priv, const QString &docText, int pos, int end) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 1679-1691 |
| | 7 | 2 |
getVariablesName: | getVariables | Prototype: | QList<AnchorData *> getVariables(const QList<QSimplexConstraint *> &constraints) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 2055-2065 |
| | 6 | 3 |
getWindowName: | getWindow | Prototype: | static QAccessibleInterface * getWindow(QAccessibleInterface * interface) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | Lines: | 1567-1577 |
| | 6 | 3 |
getWord0Name: | getWord0 | Prototype: | static inline quint32 getWord0(const volatile double x) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 355-363 |
| | 4 | 2 |
getWord1Name: | getWord1 | Prototype: | static inline quint32 getWord1(const volatile double x) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 381-389 |
| | 4 | 2 |
get_dh1024Name: | get_dh1024 | Prototype: | static DH *get_dh1024() | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcontext_openssl.cpp | Lines: | 52-66 |
| | 6 | 2 |
get_dh1024::[lambda]Name: | get_dh1024::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcontext_openssl.cpp | Lines: | 58-58 |
| | 0 | 1 |
get_extended_font_bitsName: | get_extended_font_bits | Prototype: | static quint8 get_extended_font_bits(const QFontPrivate *f) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | Lines: | 1903-1912 |
| | 7 | 3 |
get_font_bitsName: | get_font_bits | Prototype: | static quint8 get_font_bits(int version, const QFontPrivate *f) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | Lines: | 1878-1901 |
| | 18 | 9 |
get_named_rgbName: | get_named_rgb | Prototype: | static bool get_named_rgb(const char *name_no_space, QRgb *rgb) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | Lines: | 300-308 |
| | 5 | 2 |
get_picture_handlerName: | get_picture_handler | Prototype: | static QPictureHandler *get_picture_handler(const char *format) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 1446-1457 |
| | 7 | 4 |
get_style_class_nameName: | get_style_class_name | Prototype: | static QByteArray get_style_class_name() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 153-159 |
| | 4 | 2 |
get_thread_dataName: | get_thread_data | Prototype: | static QThreadData *get_thread_data() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 181-189 |
| | 1 | 1 |
getticksName: | getticks | Prototype: | static qint64 getticks() | Coverage: | 66.667% (8/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentiteratekernel.cpp | Lines: | 72-111 |
| | 12 | 4 |
glVendorKeyName: | glVendorKey | Prototype: | static inline QString glVendorKey() | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 139-139 |
| | 0 | 2 |
glVendorKey::[lambda]Name: | glVendorKey::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 139-139 |
| | 0 | 1 |
glyphRunWithInfoName: | glyphRunWithInfo | Prototype: | static QGlyphRun glyphRunWithInfo(QFontEngine *fontEngine, const QGlyphLayout &glyphLayout, const QPointF &pos, const QGlyphRun::GlyphRunFlags &flags, const QFixed &selectionX, const QFixed &selectionWidth, int glyphsStart, int glyphsEnd, unsigned short *logClusters, int textPosition, int textLength) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 2129-2216 |
| | 53 | 9 |
glyph_metrics_t::transformedName: | glyph_metrics_t::transformed | Prototype: | glyph_metrics_t glyph_metrics_t::transformed(const QTransform &matrix) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 3519-3545 |
| | 16 | 2 |
good_offsetName: | good_offset | Prototype: | static ShiftResult good_offset(const QBezier *b1, const QBezier *b2, qreal offset, qreal threshold) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 231-253 |
| | 17 | 5 |
grabForPopupName: | grabForPopup | Prototype: | static void grabForPopup(QWidget *popup) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 3832-3843 |
| | 6 | 3 |
grabMessageHandlerName: | grabMessageHandler | Prototype: | static bool grabMessageHandler() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 1577-1584 |
| | 4 | 2 |
grabMouseForWidgetName: | grabMouseForWidget | Prototype: | static void grabMouseForWidget(QWidget *widget, const QCursor *cursor = 0) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 12454-12475 |
| | 10 | 4 |
grabberWindowName: | grabberWindow | Prototype: | static inline QWindow *grabberWindow(const QWidget *w) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 12444-12451 |
| | 5 | 3 |
graphicsProxyWidgetName: | graphicsProxyWidget | Prototype: | static inline QGraphicsProxyWidget *graphicsProxyWidget(const QWidget *w) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 12362-12369 |
| | 5 | 2 |
gray_compute_cboxName: | gray_compute_cbox | Prototype: | static void gray_compute_cbox( PWorker worker ) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 359-396 |
| | 21 | 7 |
gray_convert_glyphName: | gray_convert_glyph | Prototype: | static int gray_convert_glyph( PWorker worker ) | Coverage: | 0.000% (0/86) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 1576-1739 |
| | 96 | 24 |
gray_convert_glyph_innerName: | gray_convert_glyph_inner | Prototype: | static int gray_convert_glyph_inner( PWorker worker ) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 1557-1573 |
| | 6 | 2 |
gray_hlineName: | gray_hline | Prototype: | static void gray_hline( PWorker worker, TCoord x, TCoord y, TPos area, int acount ) | Coverage: | 0.000% (0/43) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 1160-1263 |
| | 41 | 11 |
gray_init_cellsName: | gray_init_cells | Prototype: | static void gray_init_cells( PWorker worker, void* buffer, long byte_size ) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 338-352 |
| | 9 | 1 |
gray_move_toName: | gray_move_to | Prototype: | static int gray_move_to( const QT_FT_Vector* to, PWorker worker ) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 1090-1109 |
| | 8 | 1 |
gray_raster_doneName: | gray_raster_done | Prototype: | static void gray_raster_done( QT_FT_Raster raster ) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 1855-1859 |
| | 1 | 1 |
gray_raster_newName: | gray_raster_new | Prototype: | static int gray_raster_new( QT_FT_Raster* araster ) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 1841-1852 |
| | 6 | 2 |
gray_raster_renderName: | gray_raster_render | Prototype: | static int gray_raster_render( QT_FT_Raster raster, const QT_FT_Raster_Params* params ) | Coverage: | 0.000% (0/59) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 1742-1835 |
| | 50 | 16 |
gray_raster_resetName: | gray_raster_reset | Prototype: | static void gray_raster_reset( QT_FT_Raster raster, char* pool_base, long pool_size ) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 1862-1901 |
| | 21 | 4 |
gray_record_cellName: | gray_record_cell | Prototype: | static void gray_record_cell( PWorker worker ) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 403-442 |
| | 24 | 7 |
gray_render_conicName: | gray_render_conic | Prototype: | static void gray_render_conic( PWorker worker, const QT_FT_Vector* control, const QT_FT_Vector* to ) | Coverage: | 0.000% (0/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 831-937 |
| | 64 | 14 |
gray_render_cubicName: | gray_render_cubic | Prototype: | static void gray_render_cubic( PWorker worker, const QT_FT_Vector* control1, const QT_FT_Vector* control2, const QT_FT_Vector* to ) | Coverage: | 0.000% (0/57) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 968-1086 |
| | 83 | 19 |
gray_render_lineName: | gray_render_line | Prototype: | static void gray_render_line( PWorker worker, TPos to_x, TPos to_y ) | Coverage: | 0.000% (0/69) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 628-808 |
| | 109 | 20 |
gray_render_scanlineName: | gray_render_scanline | Prototype: | static void gray_render_scanline( PWorker worker, TCoord ey, TPos x1, TCoord y1, TPos x2, TCoord y2 ) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 521-621 |
| | 56 | 9 |
gray_render_spanName: | gray_render_span | Prototype: | static void gray_render_span( int count, const QT_FT_Span* spans, PWorker worker ) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 1111-1157 |
| | 19 | 13 |
gray_set_cellName: | gray_set_cell | Prototype: | static void gray_set_cell( PWorker worker, TCoord ex, TCoord ey ) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 449-489 |
| | 15 | 5 |
gray_split_conicName: | gray_split_conic | Prototype: | static void gray_split_conic( QT_FT_Vector* base ) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 811-828 |
| | 11 | 1 |
gray_split_cubicName: | gray_split_cubic | Prototype: | static void gray_split_cubic( QT_FT_Vector* base ) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 940-965 |
| | 19 | 1 |
gray_start_cellName: | gray_start_cell | Prototype: | static void gray_start_cell( PWorker worker, TCoord ex, TCoord ey ) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 496-514 |
| | 11 | 3 |
gray_sweepName: | gray_sweep | Prototype: | static void gray_sweep( PWorker worker, const QT_FT_Bitmap* target ) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 1290-1330 |
| | 21 | 7 |
grayscaleName: | grayscale | Prototype: | static void grayscale(const QImage &image, QImage &dest, const QRect& rect = QRect()) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 937-971 |
| | 22 | 7 |
gridAtName: | gridAt | Prototype: | static QGridBox *&gridAt(QGridBox *grid[], int r, int c, int cc, Qt::Orientation orientation = Qt::Vertical) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 687-693 |
| | 3 | 2 |
growName: | grow | Prototype: | static int grow(int size) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 57-64 |
| | 4 | 2 |
growName: | grow | Prototype: | static inline int grow(QLayoutStruct &ls, int delta) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 839-846 |
| | 5 | 2 |
growthFactorBelowPreferredSizeName: | growthFactorBelowPreferredSize | Prototype: | static qreal growthFactorBelowPreferredSize(qreal desired, qreal sumAvailable, qreal sumDesired) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 57-61 |
| | 2 | 1 |
gtkStyleSetCallbackName: | gtkStyleSetCallback | Prototype: | static void gtkStyleSetCallback(GtkWidget*) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | Lines: | 203-211 |
| | 2 | 1 |
handleSpansName: | handleSpans | Prototype: | template <typename T> void handleSpans(int count, const QSpan *spans, const QSpanData *data, T &handler) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 3988-4036 |
| | 29 | 8 |
hardlight_opName: | hardlight_op | Prototype: | static inline uint hardlight_op(int dst, int src, int da, int sa) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1468-1476 |
| | 4 | 2 |
hasBackingStoreSupportName: | hasBackingStoreSupport | Prototype: | static inline bool hasBackingStoreSupport() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 132-135 |
| | 1 | 1 |
hasElementIndexUintName: | hasElementIndexUint | Prototype: | static bool hasElementIndexUint() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 2262-2268 |
| | 4 | 2 |
hasFastCrc32Name: | hasFastCrc32 | Prototype: | static inline bool hasFastCrc32() | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 90-93 |
| | 1 | 1 |
hasFeatureName: | hasFeature | Prototype: | static inline bool hasFeature(const QDockWidgetPrivate *priv, QDockWidget::DockWidgetFeature feature) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | Lines: | 80-81 |
| | 1 | 1 |
hasFeatureName: | hasFeature | Prototype: | static inline bool hasFeature(const QDockWidget *dockwidget, QDockWidget::DockWidgetFeature feature) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | Lines: | 83-84 |
| | 1 | 1 |
hashName: | hash | Prototype: | static inline uint hash(const uchar *p, int len, uint seed) | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 146-157 |
| | 6 | 3 |
hashName: | hash | Prototype: | static inline uint hash(const QChar *p, int len, uint seed) | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 164-175 |
| | 6 | 3 |
hashName: | hash | Prototype: | static inline uint hash(const QColor &color) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 261-264 |
| | 1 | 1 |
hashName: | hash | Prototype: | static inline uint hash(const QPen &pen) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 266-269 |
| | 1 | 1 |
hashName: | hash | Prototype: | static inline uint hash(const QBrush &brush) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 271-274 |
| | 1 | 1 |
hb_canRenderName: | hb_canRender | Prototype: | static HB_Bool hb_canRender(HB_Font font, const HB_UChar16 *string, hb_uint32 length) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 141-145 |
| | 2 | 1 |
hb_freeFaceName: | hb_freeFace | Prototype: | static void hb_freeFace(void *face) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 203-206 |
| | 1 | 1 |