Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
clipBezierName: | clipBezier | Prototype: | template <Edge edge> void clipBezier(const QPointF &a, const QPointF &b, const QPointF &c, const QPointF &d, qreal t, QPainterPath &result) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1996-2060 |
| | 43 | 9 |
convertWithPaletteName: | convertWithPalette | Prototype: | static QImage convertWithPalette(const QImage &src, QImage::Format format, const QVector<QRgb> &clut) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 2057-2106 |
| | 33 | 9 |
convert_ARGB_to_ARGB_PM_inplace_sse2Name: | convert_ARGB_to_ARGB_PM_inplace_sse2 | Prototype: | bool convert_ARGB_to_ARGB_PM_inplace_sse2(QImageData *data, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_sse2.cpp | Lines: | 44-100 |
| | 36 | 9 |
convert_Mono_to_Indexed8Name: | convert_Mono_to_Indexed8 | Prototype: | static void convert_Mono_to_Indexed8(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 1796-1834 |
| | 28 | 9 |
convert_generic_inplaceName: | convert_generic_inplace | Prototype: | bool convert_generic_inplace(QImageData *data, QImage::Format dst_format, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 171-221 |
| | 34 | 9 |
encodeTextName: | encodeText | Prototype: | static QString encodeText(const QString &str, QTextStream &s, const bool encodeQuotes = true, const bool performAVN = false, const bool encodeEOLs = false) | Coverage: | 36.585% (15/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4140-4205 |
| | 43 | 9 |
extractEncodingDeclName: | extractEncodingDecl | Prototype: | static QString extractEncodingDecl(const QString &text, bool *needMoreText) | Coverage: | 78.788% (26/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 1279-1319 |
| | 28 | 9 |
findObjectName: | findObject | Prototype: | static bool findObject(const QDBusConnectionPrivate::ObjectTreeNode *root, const QString &fullpath, int &usedLength, QDBusConnectionPrivate::ObjectTreeNode &result) | Coverage: | 92.500% (37/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 365-412 |
| | 29 | 9 |
flushRowName: | flushRow | Prototype: | static inline void flushRow(const QRegionSpan *spans, int y, int numSpans, QRegionPrivate *reg, int *lastRow, int *extendTo, bool *needsExtend) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3421-3455 |
| | 22 | 9 |
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 |
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 |
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 |
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 |
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 |
huntAndEmitName: | huntAndEmit | Prototype: | static void huntAndEmit(DBusConnection *connection, DBusMessage *msg, QObject *needle, const QDBusConnectionPrivate::ObjectTreeNode &haystack, bool isScriptable, bool isAdaptor, const QString &path = QString()) | Coverage: | 83.333% (25/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 623-655 |
| | 22 | 9 |
imageHasNarrowOutlinesName: | imageHasNarrowOutlines | Prototype: | static bool imageHasNarrowOutlines(const QImage &im) | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 690-731 |
| | 31 | 9 |
jumpName: | jump | Prototype: | static void jump(QtMsgType t, const QMessageLogContext & , const QString &m) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | Lines: | 176-212 |
| | 21 | 9 |
lockInternal_helperName: | lockInternal_helper | Prototype: | template <bool IsTimed> static inline bool lockInternal_helper(QBasicAtomicPointer<QMutexData> &d_ptr, int timeout = -1, QElapsedTimer *elapsedTimer = 0) | Coverage: | 97.143% (34/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 154-198 |
| | 23 | 9 |
makeCacheKeyName: | makeCacheKey | Prototype: | static QByteArray makeCacheKey(QUrl &url, QNetworkProxy *proxy) | Coverage: | 63.636% (14/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 121-167 |
| | 26 | 9 |
matchName: | match | Prototype: | static int match(int script, const QFontDef &request, const QString &family_name, const QString &foundry_name, QtFontDesc *desc, const QList<int> &blacklistedFamilies) | Coverage: | 0.000% (0/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 1217-1294 |
| | 42 | 9 |
mergeIntoName: | mergeInto | Prototype: | static void mergeInto(QVector<int> *a, const QVector<int> &b) | Coverage: | 100.000% (27/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 711-746 |
| | 25 | 9 |
multicastMembershipHelperName: | multicastMembershipHelper | Prototype: | static bool multicastMembershipHelper(QNativeSocketEnginePrivate *d, int how6, int how4, const QHostAddress &groupAddress, const QNetworkInterface &interface) | Coverage: | 52.174% (12/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | Lines: | 610-681 |
| | 48 | 9 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug debug, QAbstractSocket::SocketState state) | Coverage: | 29.412% (5/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | Lines: | 2985-3016 |
| | 20 | 9 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug dbg, const QMatrix4x4 &m) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 2009-2042 |
| | 26 | 9 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug debug, const QWidget *widget) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 12982-13020 |
| | 32 | 9 |
operator>>Name: | operator>> | Prototype: | QDataStream &operator>>(QDataStream &in, QString &str) | Coverage: | 88.462% (23/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 8698-8745 |
| | 33 | 9 |
parseCombinedArgStringName: | parseCombinedArgString | Prototype: | static QStringList parseCombinedArgString(const QString &program) | Coverage: | 100.000% (27/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 2195-2233 |
| | 23 | 9 |
parseMethodName: | parseMethod | Prototype: | static bool parseMethod(QXmlStreamReader &xml, QDBusIntrospection::Method &methodData, QDBusIntrospection::Interface *ifaceData) | Coverage: | 68.966% (20/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlparser.cpp | Lines: | 168-222 |
| | 34 | 9 |
parsePosixZoneNameAndOffsetName: | parsePosixZoneNameAndOffset | Prototype: | static QPair<QString, int> parsePosixZoneNameAndOffset(const char *&pos, const char *end) | Coverage: | 88.235% (30/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 452-495 |
| | 30 | 9 |
parseShorthandBackgroundPropertyName: | parseShorthandBackgroundProperty | Prototype: | static void parseShorthandBackgroundProperty(const QVector<QCss::Value> &values, BrushData *brush, QString *image, Repeat *repeat, Qt::Alignment *alignment, const QPalette &pal) | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 986-1030 |
| | 32 | 9 |
qConvertARGB32PMToARGB64PM_sse2Name: | qConvertARGB32PMToARGB64PM_sse2 | Prototype: | template<bool RGBA, bool maskAlpha> static inline void qConvertARGB32PMToARGB64PM_sse2(QRgba64 *buffer, const uint *src, int count) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 498-537 |
| | 29 | 9 |
qConvertToRealNumberName: | qConvertToRealNumber | Prototype: | static qreal qConvertToRealNumber(const QVariant::Private *d, bool *ok) | Coverage: | 66.667% (8/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 248-266 |
| | 6 | 9 |
qDrawBorderName: | qDrawBorder | Prototype: | void qDrawBorder(QPainter *p, const QRect &rect, const QCss::BorderStyle *styles, const int *borders, const QBrush *colors, const QSize *radii) | Coverage: | 0.000% (0/73) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcssutil.cpp | Lines: | 340-396 |
| | 43 | 9 |
qPenFromStyleName: | qPenFromStyle | Prototype: | static QPen qPenFromStyle(const QBrush& b, qreal width, BorderStyle s) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcssutil.cpp | Lines: | 45-72 |
| | 14 | 9 |
qt_blend_argb32_on_argb32Name: | qt_blend_argb32_on_argb32 | Prototype: | static void qt_blend_argb32_on_argb32(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 333-369 |
| | 20 | 9 |
qt_draw_decoration_for_glyphsName: | qt_draw_decoration_for_glyphs | Prototype: | void qt_draw_decoration_for_glyphs(QPainter *painter, const glyph_t *glyphArray, const QFixedPoint *positions, int glyphCount, QFontEngine *fontEngine, const QFont &font, const QTextCharFormat &charFormat) | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6326-6369 |
| | 27 | 9 |
qt_error_stringName: | qt_error_string | Prototype: | QString qt_error_string(int errorCode) | Coverage: | 78.947% (15/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3084-3151 |
| | 20 | 9 |
qt_find_ellipse_coordsName: | qt_find_ellipse_coords | Prototype: | void qt_find_ellipse_coords(const QRectF &r, qreal angle, qreal length, QPointF* startPoint, QPointF *endPoint) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 89-136 |
| | 28 | 9 |
qt_gl_read_framebufferName: | qt_gl_read_framebuffer | Prototype: | static QImage qt_gl_read_framebuffer(const QSize &size, GLenum internal_format, bool include_alpha, bool flip) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | Lines: | 1326-1348 |
| | 8 | 9 |
qt_last_index_ofName: | qt_last_index_of | Prototype: | static inline int qt_last_index_of(const QChar *haystack, int haystackLen, QChar needle, int from, Qt::CaseSensitivity cs) | Coverage: | 95.652% (22/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10003-10028 |
| | 17 | 9 |
qt_messageSourceToGLName: | qt_messageSourceToGL | Prototype: | static GLenum qt_messageSourceToGL(QOpenGLDebugMessage::Source source) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | Lines: | 632-655 |
| | 11 | 9 |
qt_painterPathFromVectorPathName: | qt_painterPathFromVectorPath | Prototype: | QPainterPath qt_painterPathFromVectorPath(const QVectorPath &path) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 1001-1044 |
| | 28 | 9 |
qt_real_to_stringName: | qt_real_to_string | Prototype: | const char *qt_real_to_string(qreal val, char *buf) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 79-129 |
| | 36 | 9 |
qt_regionToPathName: | qt_regionToPath | Prototype: | QPainterPath qt_regionToPath(const QRegion ®ion) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 1036-1092 |
| | 39 | 9 |
qt_try_modalName: | qt_try_modal | Prototype: | bool qt_try_modal(QWidget *widget, QEvent::Type type) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 2630-2661 |
| | 11 | 9 |
read_pbm_intName: | read_pbm_int | Prototype: | static int read_pbm_int(QIODevice *d) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qppmhandler.cpp | Lines: | 59-88 |
| | 22 | 9 |
read_xbm_bodyName: | read_xbm_body | Prototype: | static bool read_xbm_body(QIODevice *device, int w, int h, QImage *outImage) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxbmhandler.cpp | Lines: | 114-166 |
| | 32 | 9 |
resolveLibraryInternalName: | resolveLibraryInternal | Prototype: | static bool resolveLibraryInternal() | Coverage: | 41.667% (10/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo_unix.cpp | Lines: | 88-123 |
| | 19 | 9 |
shiftName: | shift | Prototype: | static ShiftResult shift(const QBezier *orig, QBezier *shifted, qreal offset, qreal threshold) | Coverage: | 0.000% (0/44) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 255-331 |
| | 52 | 9 |
toSubpathsName: | toSubpaths | Prototype: | QVector<QPainterPath> toSubpaths(const QPainterPath &path) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1884-1919 |
| | 22 | 9 |
ucstricmpName: | ucstricmp | Prototype: | static int ucstricmp(const ushort *a, const ushort *ae, const uchar *b, const uchar *be) | Coverage: | 72.000% (18/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 406-433 |
| | 20 | 9 |
ucstricmpName: | ucstricmp | Prototype: | static int ucstricmp(const ushort *a, const ushort *ae, const ushort *b, const ushort *be) | Coverage: | 84.000% (21/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 372-403 |
| | 22 | 9 |
valueToJsonName: | valueToJson | Prototype: | static void valueToJson(const QJsonPrivate::Base *b, const QJsonPrivate::Value &v, QByteArray &json, int indent, bool compact) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonwriter.cpp | Lines: | 116-152 |
| | 24 | 9 |
writePropertyName: | writeProperty | Prototype: | static int writeProperty(QObject *obj, const QByteArray &property_name, QVariant value, int propFlags = QDBusConnection::ExportAllProperties) | Coverage: | 57.576% (19/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusinternalfilters.cpp | Lines: | 322-374 |
| | 29 | 9 |
writingSystemForFontName: | writingSystemForFont | Prototype: | static QFontDatabase::WritingSystem writingSystemForFont(const QFont &font, bool *hasLatin) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfontcombobox.cpp | Lines: | 132-176 |
| | 24 | 9 |
CalculationCacheName: | CalculationCache | Coverage: | 78.571% (22/28) |
| | 40 | 10 |
QAbstractStatePrivateName: | QAbstractStatePrivate | Coverage: | 88.889% (16/18) |
| | 22 | 10 |
QBenchmarkTestMethodDataName: | QBenchmarkTestMethodData | Coverage: | 96.000% (24/25) |
| | 22 | 10 |
QBoxLayoutItemName: | QBoxLayoutItem | Coverage: | 0.000% (0/22) |
| | 14 | 10 |
QDBusBlockingCallWatcherName: | QDBusBlockingCallWatcher | Coverage: | 58.621% (17/29) |
| | 30 | 10 |
QDomCharacterDataPrivateName: | QDomCharacterDataPrivate | Coverage: | 10.000% (1/10) |
| | 14 | 10 |
QDomEntityName: | QDomEntity | Coverage: | 0.000% (0/16) |
| | 16 | 10 |
QDomProcessingInstructionName: | QDomProcessingInstruction | Coverage: | 0.000% (0/16) |
| | 16 | 10 |
QEasingCurvePrivateName: | QEasingCurvePrivate | Coverage: | 90.000% (27/30) |
| | 32 | 10 |
QFakeDeviceName: | QFakeDevice | Coverage: | 0.000% (0/12) |
| | 8 | 10 |
QGLWidgetGLPaintDeviceName: | QGLWidgetGLPaintDevice | Coverage: | 61.905% (13/21) |
| | 18 | 10 |
QGestureName: | QGesture | Coverage: | 0.000% (0/10) |
| | 15 | 10 |
QGraphicsLayoutStyleInfoName: | QGraphicsLayoutStyleInfo | Coverage: | 0.000% (0/18) |
| | 23 | 10 |
QGraphicsLinearLayoutPrivateName: | QGraphicsLinearLayoutPrivate | Coverage: | 0.000% (0/18) |
| | 16 | 10 |
QGraphicsObjectName: | QGraphicsObject | Coverage: | 0.000% (0/22) |
| | 15 | 10 |
QIconEngineName: | QIconEngine | Coverage: | 0.000% (0/11) |
| | 22 | 10 |
QKeyEventTransitionName: | QKeyEventTransition | Coverage: | 0.000% (0/12) |
| | 21 | 10 |
QMimeGlobPatternName: | QMimeGlobPattern | Coverage: | 84.091% (37/44) |
| | 28 | 10 |
QNetworkAccessFileBackendFactoryName: | QNetworkAccessFileBackendFactory | Coverage: | 51.724% (15/29) |
| | 18 | 10 |
QNetworkInterfaceManagerName: | QNetworkInterfaceManager | Coverage: | 80.952% (17/21) |
| | 23 | 10 |
QOpenGLConfigName: | QOpenGLConfig | Coverage: | 0.000% (0/20) |
| | 30 | 10 |
QOpenGLFunctionsName: | QOpenGLFunctions | Coverage: | 0.000% (0/22) |
| | 18 | 10 |
QPF2GeneratorName: | QPF2Generator | Coverage: | 0.000% (0/14) |
| | 73 | 10 |
QPageSetupDialogName: | QPageSetupDialog | Coverage: | 18.750% (3/16) |
| | 28 | 10 |
QPdfPrintEnginePrivateName: | QPdfPrintEnginePrivate | Coverage: | 75.000% (18/24) |
| | 21 | 10 |
QPixmapDropShadowFilterName: | QPixmapDropShadowFilter | Coverage: | 0.000% (0/12) |
| | 37 | 10 |
QPlatformIntegrationFactoryName: | QPlatformIntegrationFactory | Coverage: | 0.000% (0/22) |
| | 19 | 10 |
QPlatformThemeFactoryName: | QPlatformThemeFactory | Coverage: | 0.000% (0/22) |
| | 21 | 10 |
QPrintPreviewDialogName: | QPrintPreviewDialog | Coverage: | 38.889% (7/18) |
| | 27 | 10 |
QProcessEnvironmentPrivateName: | QProcessEnvironmentPrivate | Coverage: | 90.909% (20/22) |
| | 32 | 10 |
QPropertyAnimationPrivateName: | QPropertyAnimationPrivate | Coverage: | 78.571% (22/28) |
| | 25 | 10 |
QSingleShotTimerName: | QSingleShotTimer | Coverage: | 96.000% (24/25) |
| | 20 | 10 |
QSslPreSharedKeyAuthenticatorName: | QSslPreSharedKeyAuthenticator | Coverage: | 0.000% (0/10) |
| | 13 | 10 |
QStyleOptionName: | QStyleOption | Coverage: | 0.000% (0/22) |
| | 30 | 10 |
QSubpathBackwardIteratorName: | QSubpathBackwardIterator | Coverage: | 0.000% (0/19) |
| | 23 | 10 |
QTreeWidgetItemPrivateName: | QTreeWidgetItemPrivate | Coverage: | 0.000% (0/31) |
| | 24 | 10 |
QWheelEventName: | QWheelEvent | Coverage: | 0.000% (0/20) |
| | 15 | 10 |
QWidgetAnimatorName: | QWidgetAnimator | Coverage: | 0.000% (0/34) |
| | 32 | 10 |
QWidgetBackingStoreTrackerName: | QWidgetBackingStoreTracker | Coverage: | 0.000% (0/15) |
| | 20 | 10 |
QXcbGlIntegrationFactoryName: | QXcbGlIntegrationFactory | Coverage: | 13.636% (3/22) |
| | 19 | 10 |
Q_QGS_directLoaderName: | Q_QGS_directLoader | Coverage: | 0.000% (0/9) |
| | 6 | 10 |
RegularTilerName: | RegularTiler | Coverage: | 0.000% (0/38) |
| | 31 | 10 |
ScannerName: | Scanner | Coverage: | 0.000% (0/30) |
| | 37 | 10 |
SizeOfName: | SizeOf | Coverage: | 60.000% (12/20) |
| | 15 | 10 |
TextureBinderName: | TextureBinder | Coverage: | 0.000% (0/12) |
| | 10 | 10 |