Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
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 |
hb_getAdvancesName: | hb_getAdvances | Prototype: | static void hb_getAdvances(HB_Font font, const HB_Glyph *glyphs, hb_uint32 numGlyphs, HB_Fixed *advances, int flags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 129-139 |
| | 6 | 1 |
hb_getGlyphMetricsName: | hb_getGlyphMetrics | Prototype: | static void hb_getGlyphMetrics(HB_Font font, HB_Glyph glyph, HB_GlyphMetrics *metrics) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 147-157 |
| | 8 | 1 |
hb_getPointInOutlineName: | hb_getPointInOutline | Prototype: | static HB_Error hb_getPointInOutline(HB_Font font, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *nPoints) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 179-183 |
| | 2 | 1 |
hb_qt_font_get_use_design_metricsName: | hb_qt_font_get_use_design_metrics | Prototype: | uint hb_qt_font_get_use_design_metrics(hb_font_t *font) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 582-585 |
| | 1 | 1 |
hb_qt_font_set_use_design_metricsName: | hb_qt_font_set_use_design_metrics | Prototype: | void hb_qt_font_set_use_design_metrics(hb_font_t *font, uint value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 577-580 |
| | 1 | 1 |
hb_qt_get_font_funcsName: | hb_qt_get_font_funcs | Prototype: | hb_font_funcs_t *hb_qt_get_font_funcs() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 614-617 |
| | 1 | 1 |
hb_qt_get_unicode_funcsName: | hb_qt_get_unicode_funcs | Prototype: | hb_unicode_funcs_t *hb_qt_get_unicode_funcs() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 411-414 |
| | 1 | 1 |
hb_qt_script_to_scriptName: | hb_qt_script_to_script | Prototype: | hb_script_t hb_qt_script_to_script(QChar::Script script) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 203-206 |
| | 1 | 1 |
headerFieldName: | headerField | Prototype: | static QByteArray headerField(const QByteArray &name, const QByteArray &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 408-417 |
| | 7 | 1 |
helperStandardButtonsName: | helperStandardButtons | Prototype: | static QPlatformDialogHelper::StandardButtons helperStandardButtons(QMessageBox * q) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 2719-2723 |
| | 2 | 1 |
hexName: | hex | Prototype: | QTextStream &hex(QTextStream &stream) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 2707-2711 |
| | 2 | 1 |
hex2byteName: | hex2byte | Prototype: | static inline int hex2byte(char *p) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxbmhandler.cpp | Lines: | 52-56 |
| | 2 | 1 |
hex2intName: | hex2int | Prototype: | static inline int hex2int(char s) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | Lines: | 64-68 |
| | 2 | 1 |
hexdigName: | hexdig | Prototype: | static inline uchar hexdig(uint u) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonwriter.cpp | Lines: | 46-49 |
| | 1 | 1 |
highByteName: | highByte | Prototype: | static inline uchar highByte(glyph_t glyph) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 1751-1752 |
| | 1 | 1 |
hintName: | hint | Prototype: | static inline QVariant hint(QPlatformIntegration::StyleHint h) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 42-45 |
| | 1 | 1 |
horzName: | horz | Prototype: | static inline bool horz(QBoxLayout::Direction dir) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 128-131 |
| | 1 | 1 |
i2bName: | i2b | Prototype: | static Bigint *i2b(int i) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 705-713 |
| | 5 | 1 |
ianaIdName: | ianaId | Prototype: | static QByteArray ianaId(const QWindowsData *windowsData) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 84-87 |
| | 1 | 1 |
ianaIdName: | ianaId | Prototype: | static QByteArray ianaId(const QZoneData *zoneData) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 90-93 |
| | 1 | 1 |
idKey::[lambda]Name: | idKey::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 144-144 |
| | 0 | 1 |
id_functionName: | id_function | Prototype: | static unsigned long id_function() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 188-191 |
| | 1 | 1 |
idempotentRecodeToUserName: | idempotentRecodeToUser | Prototype: | inline bool idempotentRecodeToUser(QUrl::ComponentFormattingOptions encoding) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 238-241 |
| | 1 | 1 |
idleTimerSourceDispatchName: | idleTimerSourceDispatch | Prototype: | static gboolean idleTimerSourceDispatch(GSource *source, GSourceFunc, gpointer) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 220-225 |
| | 3 | 1 |
ignoreEnterEventName: | ignoreEnterEvent | Prototype: | static bool ignoreEnterEvent(quint8 mode, quint8 detail, QXcbConnection *conn = nullptr) | Coverage: | 86.667% (13/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 2314-2321 |
| | 5 | 1 |
ignoreLeaveEventName: | ignoreLeaveEvent | Prototype: | static bool ignoreLeaveEvent(quint8 mode, quint8 detail, QXcbConnection *conn = nullptr) | Coverage: | 66.667% (10/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 2305-2312 |
| | 5 | 1 |
iidKeyLiteral::[lambda]Name: | iidKeyLiteral::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | Lines: | 60-60 |
| | 0 | 1 |
initEnvironmentName: | initEnvironment | Prototype: | static void initEnvironment() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 2880-2884 |
| | 2 | 1 |
initLayoutStructName: | initLayoutStruct | Prototype: | static inline void initLayoutStruct(QLayoutStruct& sl, QFormLayoutItem* item) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 639-646 |
| | 5 | 1 |
initResourcesName: | initResources | Prototype: | static void initResources() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 107-116 |
| | 2 | 1 |
init_platform::[lambda]Name: | init_platform::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1080-1080 |
| | 0 | 1 |
initializeReaderName: | initializeReader | Prototype: | static void initializeReader(QXmlSimpleReader &reader, bool namespaceProcessing) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6194-6199 |
| | 3 | 1 |
intToFourBytesName: | intToFourBytes | Prototype: | static QByteArray intToFourBytes(qint32 number) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 385-391 |
| | 4 | 1 |
intToThreeBytesName: | intToThreeBytes | Prototype: | static QByteArray intToThreeBytes(qint32 number) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 393-399 |
| | 4 | 1 |
interfaceNotFoundErrorName: | interfaceNotFoundError | Prototype: | static inline QDBusMessage interfaceNotFoundError(const QDBusMessage &msg, const QString &interface_name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusinternalfilters.cpp | Lines: | 198-204 |
| | 4 | 1 |
interpolate_4_pixels_16Name: | interpolate_4_pixels_16 | Prototype: | static inline uint interpolate_4_pixels_16(uint tl, uint tr, uint bl, uint br, int distx, int disty) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1742-1756 |
| | 10 | 1 |
interpolate_pixel_rgb16_255Name: | interpolate_pixel_rgb16_255 | Prototype: | static inline quint16 interpolate_pixel_rgb16_255(quint16 x, quint8 a, quint16 y, quint8 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 4268-4275 |
| | 3 | 1 |
interpolate_pixel_rgb16x2_255Name: | interpolate_pixel_rgb16x2_255 | Prototype: | static inline quint32 interpolate_pixel_rgb16x2_255(quint32 x, quint8 a, quint32 y, quint8 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 4277-4284 |
| | 4 | 1 |
intersectsViewportName: | intersectsViewport | Prototype: | static inline bool intersectsViewport(const QRect &r, int width, int height) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | Lines: | 940-941 |
| | 1 | 1 |
intmaxlogName: | intmaxlog | Prototype: | static inline int intmaxlog(int n) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | Lines: | 82-85 |
| | 1 | 1 |
is2dRotationName: | is2dRotation | Prototype: | static inline bool is2dRotation(const QTransform &t) | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 1790-1794 |
| | 2 | 1 |
isAboveName: | isAbove | Prototype: | static inline bool isAbove(const QPointF *a, const QPointF *b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 1787-1790 |
| | 1 | 1 |
isBasicTypeName: | isBasicType | Prototype: | static bool isBasicType(int c) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 240-243 |
| | 1 | 1 |
isCaseSensitiveFileSystemName: | isCaseSensitiveFileSystem | Prototype: | static inline bool isCaseSensitiveFileSystem(const QString &path) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 1003-1015 |
| | 2 | 1 |
isConfigFunctionName: | isConfigFunction | Prototype: | static bool isConfigFunction(QEasingCurve::Type type) | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 318-324 |
| | 4 | 1 |
isCoreProfileName: | isCoreProfile | Prototype: | static inline bool isCoreProfile() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | Lines: | 86-89 |
| | 1 | 1 |
isEmptyBlockAfterTableName: | isEmptyBlockAfterTable | Prototype: | static inline bool isEmptyBlockAfterTable(const QTextBlock &block, const QTextFrame *previousFrame) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 301-308 |
| | 5 | 1 |
isEmptyBlockBeforeTableName: | isEmptyBlockBeforeTable | Prototype: | static inline bool isEmptyBlockBeforeTable(const QTextBlock &block, const QTextBlockFormat &format, const QTextFrame::Iterator &nextIt) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 280-290 |
| | 8 | 1 |
isEmptyHelperName: | isEmptyHelper | Prototype: | static inline bool isEmptyHelper(const QRegionPrivate *preg) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 1181-1184 |
| | 1 | 1 |
isFastPatternName: | isFastPattern | Prototype: | static bool isFastPattern(const QString &pattern) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeglobpattern.cpp | Lines: | 140-149 |
| | 6 | 1 |
isFixedTypeName: | isFixedType | Prototype: | static bool isFixedType(int c) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 245-248 |
| | 1 | 1 |
isFrameFromInlineObjectName: | isFrameFromInlineObject | Prototype: | static bool isFrameFromInlineObject(QTextFrame *f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 250-253 |
| | 1 | 1 |
isGPUTestBlacklisted::[lambda]Name: | isGPUTestBlacklisted::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp | Lines: | 209-209 |
| | 0 | 1 |
isHexName: | isHex | Prototype: | inline static bool isHex(char c) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 417-421 |
| | 2 | 1 |
isHexName: | isHex | Prototype: | static inline bool isHex(ushort c) | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | Lines: | 163-168 |
| | 3 | 1 |
isHexDigitName: | isHexDigit | Prototype: | static inline bool isHexDigit(const char c) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 2046-2052 |
| | 4 | 1 |
isHoverControlName: | isHoverControl | Prototype: | static inline bool isHoverControl(QStyle::SubControl control) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 272-275 |
| | 1 | 1 |
isIp6Name: | isIp6 | Prototype: | static bool isIp6(const QString &text) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 4143-4147 |
| | 2 | 1 |
isLatinName: | isLatin | Prototype: | static bool isLatin(xkb_keysym_t sym) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | Lines: | 861-864 |
| | 1 | 1 |
isLineSeparatorBlockAfterTableName: | isLineSeparatorBlockAfterTable | Prototype: | static inline bool isLineSeparatorBlockAfterTable(const QTextBlock &block, const QTextFrame *previousFrame) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 310-318 |
| | 6 | 1 |
isLocalSchemeName: | isLocalScheme | Prototype: | static bool isLocalScheme(const QString &file) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileselector.cpp | Lines: | 228-235 |
| | 2 | 1 |
isLockedName: | isLocked | Prototype: | static inline bool isLocked(QImageData *data) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 65-68 |
| | 1 | 1 |
isNullName: | isNull | Prototype: | static bool isNull(const QVariant::Private *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetsvariant.cpp | Lines: | 76-79 |
| | 1 | 1 |
isNullName: | isNull | Prototype: | static bool isNull(const QVariant::Private *d) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguivariant.cpp | Lines: | 124-128 |
| | 2 | 1 |
isNumberName: | isNumber | Prototype: | static inline bool isNumber(char s) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookie.cpp | Lines: | 519-520 |
| | 1 | 1 |
isOrderedListName: | isOrderedList | Prototype: | static bool isOrderedList(int style) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2717-2724 |
| | 5 | 1 |
isParentOfName: | isParentOf | Prototype: | template <typename String> static bool isParentOf(const String &parent, const QString &dirName) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 142-148 |
| | 3 | 1 |
isPixelAlignedName: | isPixelAligned | Prototype: | inline bool isPixelAligned(const QRectF &rect) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 2178-2180 |
| | 1 | 1 |
isPrintableName: | isPrintable | Prototype: | static inline bool isPrintable(uint ucs4) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 179-180 |
| | 1 | 1 |
isPrintableName: | isPrintable | Prototype: | static inline bool isPrintable(ushort uc) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 181-182 |
| | 1 | 1 |
isPrintableName: | isPrintable | Prototype: | static inline bool isPrintable(uchar c) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 183-184 |
| | 1 | 1 |
isRetainableControlCodeName: | isRetainableControlCode | Prototype: | static inline bool isRetainableControlCode(QChar c) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 2678-2683 |
| | 3 | 1 |
isSeparatorName: | isSeparator | Prototype: | static inline bool isSeparator(char c) | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | Lines: | 64-68 |
| | 1 | 1 |
isTerminatorName: | isTerminator | Prototype: | static inline bool isTerminator(char c) | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookie.cpp | Lines: | 522-523 |
| | 1 | 1 |
isTransientName: | isTransient | Prototype: | static inline bool isTransient(const QWindow *w) | Coverage: | 86.667% (13/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 152-161 |
| | 7 | 1 |
isUpperHexName: | isUpperHex | Prototype: | static inline bool isUpperHex(ushort c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | Lines: | 170-174 |
| | 1 | 1 |
isValidName: | isValid | Prototype: | static inline bool isValid(xcb_generic_event_t *event) | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 1599-1602 |
| | 1 | 1 |
isValidBlockSeparatorName: | isValidBlockSeparator | Prototype: | static bool isValidBlockSeparator(QChar ch) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | Lines: | 121-126 |
| | 3 | 1 |
isValidCharacterName: | isValidCharacter | Prototype: | static inline bool isValidCharacter(QChar c) | Coverage: | 94.118% (16/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 56-63 |
| | 5 | 1 |
isValidCharacterNoDashName: | isValidCharacterNoDash | Prototype: | static inline bool isValidCharacterNoDash(QChar c) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 47-54 |
| | 5 | 1 |
isValidNumberName: | isValidNumber | Prototype: | static inline bool isValidNumber(QChar c) | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 65-69 |
| | 2 | 1 |
isValueSeparatorName: | isValueSeparator | Prototype: | static inline bool isValueSeparator(char c) | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookie.cpp | Lines: | 525-526 |
| | 1 | 1 |
isVerticalName: | isVertical | Prototype: | static bool isVertical(Edge edge) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1926-1929 |
| | 1 | 1 |
isWhitespaceName: | isWhitespace | Prototype: | static inline bool isWhitespace(char c) | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookie.cpp | Lines: | 528-529 |
| | 1 | 1 |
isWordName: | isWord | Prototype: | static bool isWord(QChar ch) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 702-705 |
| | 1 | 1 |
isXIEventName: | isXIEvent | Prototype: | static inline bool isXIEvent(xcb_generic_event_t *event, int opCode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 126-130 |
| | 2 | 1 |
is_SName: | is_S | Prototype: | static inline bool is_S(QChar ch) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 2832-2836 |
| | 2 | 1 |
is_monochromeName: | is_monochrome | Prototype: | static inline bool is_monochrome(const QVector<QRgb> &colorTable) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2406-2412 |
| | 4 | 1 |
is_pen_transparentName: | is_pen_transparent | Prototype: | static inline bool is_pen_transparent(const QPen &pen) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 125-127 |
| | 1 | 1 |
is_xpm_color_spec_prefixName: | is_xpm_color_spec_prefix | Prototype: | static bool is_xpm_color_spec_prefix(const QByteArray& prefix) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | Lines: | 822-829 |
| | 5 | 1 |
jobHoldToString::[lambda]Name: | jobHoldToString::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 95-95 |
| | 0 | 1 |
keysKeyLiteral::[lambda]Name: | keysKeyLiteral::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | Lines: | 65-65 |
| | 0 | 1 |
lcDDName: | lcDD | Prototype: | const QLoggingCategory &lcDD() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/devicediscovery/qdevicediscovery_udev.cpp | Lines: | 47-47 |
| | 1 | 1 |
lcGLES3Name: | lcGLES3 | Prototype: | const QLoggingCategory &lcGLES3() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | Lines: | 54-54 |
| | 1 | 1 |
lcGestureManagerName: | lcGestureManager | Prototype: | const QLoggingCategory &lcGestureManager() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesturemanager.cpp | Lines: | 60-60 |
| | 1 | 1 |
lcQpaScreenName: | lcQpaScreen | Prototype: | const QLoggingCategory &lcQpaScreen() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 105-105 |
| | 1 | 1 |