| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
is2dRotation| Name: | 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 |
isAbove| Name: | 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 |
isAncestor| Name: | isAncestor | | Prototype: | static inline bool isAncestor(const QObject *obj, const QObject *child) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | | Lines: | 288-296 |
| | 5 | 3 |
isAncestorFrame| Name: | isAncestorFrame | | Prototype: | static bool isAncestorFrame(QTextFrame *possibleAncestor, QTextFrame *child) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 559-567 |
| | 5 | 3 |
isBasicType| Name: | 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 |
isBetterCapture| Name: | isBetterCapture | | Prototype: | static bool isBetterCapture(int ncap, const int *begin1, const int *end1, const int *begin2, const int *end2) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 1783-1795 |
| | 7 | 4 |
isCacheable| Name: | isCacheable | | Prototype: | static bool isCacheable(const QFileInfo &fi) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 323-338 |
| | 3 | 2 |
isCaseSensitiveFileSystem| Name: | 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 |
isChildOfQMdiSubWindow| Name: | isChildOfQMdiSubWindow | | Prototype: | static inline bool isChildOfQMdiSubWindow(const QWidget *child) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 213-223 |
| | 7 | 3 |
isChildOfTabbedQMdiArea| Name: | isChildOfTabbedQMdiArea | | Prototype: | static inline bool isChildOfTabbedQMdiArea(const QMdiSubWindow *child) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 225-233 |
| | 5 | 3 |
isCompressedFormat| Name: | isCompressedFormat | | Prototype: | static bool isCompressedFormat(QOpenGLTexture::TextureFormat internalFormat) | | Coverage: | 0.000% (0/102) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 870-984 |
| | 6 | 99 |
isConfigFunction| Name: | 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 |
isCoreProfile| Name: | 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 |
isDBusTrayAvailable| Name: | isDBusTrayAvailable | | Prototype: | static bool isDBusTrayAvailable() | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 97-108 |
| | 7 | 4 |
isDescendant| Name: | isDescendant | | Prototype: | static inline bool isDescendant(const QAbstractState *state1, const QAbstractState *state2) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 283-293 |
| | 5 | 3 |
isES3| Name: | isES3 | | Prototype: | static inline bool isES3(int minor) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6005-6018 |
| | 6 | 2 |
isEmptyBlockAfterTable| Name: | 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 |
isEmptyBlockBeforeTable| Name: | 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 |
isEmptyBlockBeforeTable| Name: | isEmptyBlockBeforeTable | | Prototype: | static inline bool isEmptyBlockBeforeTable(QTextFrame::Iterator it) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 292-299 |
| | 5 | 2 |
isEmptyHelper| Name: | 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 |
isExpectFailData| Name: | isExpectFailData | | Prototype: | static bool isExpectFailData(const char *dataIndex) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestresult.cpp | | Lines: | 175-184 |
| | 7 | 4 |
isFastPattern| Name: | 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 |
isFatal| Name: | isFatal | | Prototype: | static bool isFatal(QtMsgType msgType) | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 150-166 |
| | 7 | 4 |
isFixedType| Name: | 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 |
isFrameFromInlineObject| Name: | 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| Name: | isGPUTestBlacklisted | | Prototype: | static bool isGPUTestBlacklisted(const char *slot, const char *data = 0) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp | | Lines: | 205-216 |
| | 6 | 5 |
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 |
isHex| Name: | 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 |
isHex| Name: | 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 |
isHexDigit| Name: | 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 |
isHoverControl| Name: | 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 |
isInheritable| Name: | isInheritable | | Prototype: | static inline bool isInheritable(Property propertyId) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 367-388 |
| | 4 | 15 |
isIp6| Name: | 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 |
isJitEnabled| Name: | isJitEnabled | | Prototype: | static bool isJitEnabled() | | Coverage: | 33.333% (2/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 1113-1127 |
| | 6 | 2 |
isLatin| Name: | 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 |
isLine| Name: | isLine | | Prototype: | static bool isLine(const QBezier &bezier) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 883-897 |
| | 8 | 3 |
isLineSeparatorBlockAfterTable| Name: | 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 |
isLocalScheme| Name: | 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 |
isLocked| Name: | 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 |
isNull| Name: | 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 |
isNull| Name: | 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 |
isNumber| Name: | 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 |
isOrderedList| Name: | 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 |
isParentDomain| Name: | isParentDomain | | Prototype: | static inline bool isParentDomain(const QString &domain, const QString &reference) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookiejar.cpp | | Lines: | 152-158 |
| | 3 | 2 |
isParentOf| Name: | 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 |
isParentPath| Name: | isParentPath | | Prototype: | static inline bool isParentPath(const QString &path, const QString &reference) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookiejar.cpp | | Lines: | 133-150 |
| | 8 | 5 |
isPixelAligned| Name: | 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 |
isPrintable| Name: | 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 |
isPrintable| Name: | 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 |
isPrintable| Name: | 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 |
isProxyError| Name: | isProxyError | | Prototype: | static bool isProxyError(QAbstractSocket::SocketError error) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 526-539 |
| | 3 | 8 |
isPseudoFs| Name: | isPseudoFs | | Prototype: | static bool isPseudoFs(const QStorageIterator &it) | | Coverage: | 91.304% (21/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 150-173 |
| | 15 | 5 |
isRecursive| Name: | isRecursive | | Prototype: | static inline bool isRecursive(QMutexData *d) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | | Lines: | 53-64 |
| | 5 | 2 |
isRetainableControlCode| Name: | 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 |
isSeparator| Name: | 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 |
isSizedTextureFormat| Name: | isSizedTextureFormat | | Prototype: | static bool isSizedTextureFormat(QOpenGLTexture::TextureFormat internalFormat) | | Coverage: | 0.000% (0/103) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 304-423 |
| | 7 | 99 |
isTerminator| Name: | 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 |
isTextFile| Name: | isTextFile | | Prototype: | static inline bool isTextFile(const QByteArray &data) | | Coverage: | 66.667% (12/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimedatabase.cpp | | Lines: | 114-131 |
| | 8 | 4 |
isTextureTargetMultisample| Name: | isTextureTargetMultisample | | Prototype: | static bool isTextureTargetMultisample(QOpenGLTexture::Target target) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 425-448 |
| | 6 | 12 |
isTransient| Name: | 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 |
isUpperHex| Name: | 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 |
isValid| Name: | 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 |
isValidBlockSeparator| Name: | 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 |
isValidCharacter| Name: | 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 |
isValidCharacterNoDash| Name: | 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 |
isValidNumber| Name: | 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 |
isValidNumerusRules| Name: | isValidNumerusRules | | Prototype: | static bool isValidNumerusRules(const uchar *rules, uint rulesSize) | | Coverage: | 27.273% (9/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 131-183 |
| | 24 | 12 |
isValueSeparator| Name: | 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 |
isVertical| Name: | 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 |
isWhitespace| Name: | 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 |
isWord| Name: | 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 |
isXIEvent| Name: | 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 |
isXIType| Name: | isXIType | | Prototype: | static inline bool isXIType(xcb_generic_event_t *event, int opCode, uint16_t type) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 1590-1597 |
| | 4 | 2 |
is_S| Name: | 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_brush_transparent| Name: | is_brush_transparent | | Prototype: | static inline bool is_brush_transparent(const QBrush &brush) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 113-123 |
| | 7 | 3 |
is_monochrome| Name: | 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_transparent| Name: | 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_prefix| Name: | 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| Name: | jobHoldToString | | Prototype: | static inline QString jobHoldToString(const QCUPSSupport::JobHoldUntil jobHold, const QTime holdUntilTime) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 72-103 |
| | 9 | 18 |
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 |
julianDayFromDate| Name: | julianDayFromDate | | Prototype: | static inline qint64 julianDayFromDate(int year, int month, int day) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 114-129 |
| | 6 | 2 |
jump| Name: | 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 |
kdeColor| Name: | kdeColor | | Prototype: | static inline bool kdeColor(QPalette *pal, QPalette::ColorRole role, const QVariant &value) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 334-343 |
| | 7 | 3 |
kerning| Name: | kerning | | Prototype: | static inline QFixed kerning(int left, int right, const QFontEngine::KernPair *pairs, int numPairs) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1091-1108 |
| | 10 | 4 |
keysKeyLiteral| Name: | keysKeyLiteral | | Prototype: | inline QString keysKeyLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | | Lines: | 65-65 |
| | 0 | 2 |
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 |
keywords| Name: | keywords | | Prototype: | static QSet<QByteArray> keywords() | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp | | Lines: | 85-155 |
| | 22 | 3 |
lastIndexOfHelper| Name: | lastIndexOfHelper | | Prototype: | static int lastIndexOfHelper(const char *haystack, int l, const char *needle, int ol, int from) | | Coverage: | 96.154% (25/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2459-2490 |
| | 25 | 8 |
lastIndexOfHelper| Name: | lastIndexOfHelper | | Prototype: | static int lastIndexOfHelper(const ushort *haystack, int from, const ushort *needle, int sl, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (33/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 3172-3217 |
| | 30 | 10 |
lastIndexOfMutating| Name: | lastIndexOfMutating | | Prototype: | static int lastIndexOfMutating(const QStringList *that, QRegExp &rx, int from) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 531-542 |
| | 8 | 5 |
launch| Name: | launch | | Prototype: | static inline bool launch(const QString &launcher, const QUrl &url) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/services/genericunix/qgenericunixservices.cpp | | Lines: | 110-123 |
| | 7 | 3 |
layoutDebug| Name: | layoutDebug | | Prototype: | static bool layoutDebug() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 802-809 |
| | 3 | 2 |
lcDD| Name: | 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 |
lcGLES3| Name: | 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 |
lcGestureManager| Name: | 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 |
lcQpaScreen| Name: | 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 |
lcQpaXInput| Name: | lcQpaXInput | | Prototype: | const QLoggingCategory &lcQpaXInput() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 102-102 |
| | 1 | 1 |
lcQpaXInputDevices| Name: | lcQpaXInputDevices | | Prototype: | const QLoggingCategory &lcQpaXInputDevices() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 103-103 |
| | 1 | 1 |
lcQpaXInputEvents| Name: | lcQpaXInputEvents | | Prototype: | const QLoggingCategory &lcQpaXInputEvents() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 104-104 |
| | 1 | 1 |
lcScaling| Name: | lcScaling | | Prototype: | const QLoggingCategory &lcScaling() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 44-44 |
| | 1 | 1 |