Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
qDrawShadePanelName: | qDrawShadePanel | Prototype: | void qDrawShadePanel(QPainter *p, const QRect &r, const QPalette &pal, bool sunken, int lineWidth, const QBrush *fill) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | Lines: | 648-654 |
| | 2 | 1 |
qDrawShadeRectName: | qDrawShadeRect | Prototype: | void qDrawShadeRect(QPainter *p, int x, int y, int w, int h, const QPalette &pal, bool sunken, int lineWidth, int midLineWidth, const QBrush *fill) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | Lines: | 205-274 |
| | 53 | 11 |
qDrawShadeRectName: | qDrawShadeRect | Prototype: | void qDrawShadeRect(QPainter *p, const QRect &r, const QPalette &pal, bool sunken, int lineWidth, int midLineWidth, const QBrush *fill) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | Lines: | 611-618 |
| | 2 | 1 |
qDrawTextureRectName: | qDrawTextureRect | Prototype: | static void qDrawTextureRect(const QRectF &target, GLint textureWidth, GLint textureHeight, GLenum textureTarget) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2940-2980 |
| | 23 | 3 |
qDrawWinButtonName: | qDrawWinButton | Prototype: | void qDrawWinButton(QPainter *p, int x, int y, int w, int h, const QPalette &pal, bool sunken, const QBrush *fill) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | Lines: | 437-449 |
| | 7 | 2 |
qDrawWinButtonName: | qDrawWinButton | Prototype: | void qDrawWinButton(QPainter *p, const QRect &r, const QPalette &pal, bool sunken, const QBrush *fill) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | Lines: | 679-683 |
| | 1 | 1 |
qDrawWinPanelName: | qDrawWinPanel | Prototype: | void qDrawWinPanel(QPainter *p, int x, int y, int w, int h, const QPalette &pal, bool sunken, const QBrush *fill) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | Lines: | 477-489 |
| | 7 | 2 |
qDrawWinPanelName: | qDrawWinPanel | Prototype: | void qDrawWinPanel(QPainter *p, const QRect &r, const QPalette &pal, bool sunken, const QBrush *fill) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | Lines: | 709-713 |
| | 1 | 1 |
qDrawWinShadesName: | qDrawWinShades | Prototype: | static void qDrawWinShades(QPainter *p, int x, int y, int w, int h, const QColor &c1, const QColor &c2, const QColor &c3, const QColor &c4, const QBrush *fill) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | Lines: | 384-410 |
| | 19 | 4 |
qDumpCPUFeaturesName: | qDumpCPUFeatures | Prototype: | void qDumpCPUFeatures() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | Lines: | 742-752 |
| | 7 | 3 |
qEncodeHmacMd5Name: | qEncodeHmacMd5 | Prototype: | QByteArray qEncodeHmacMd5(QByteArray &key, const QByteArray &message) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 1127-1185 |
| | 25 | 4 |
qEncodeLmv2ResponseName: | qEncodeLmv2Response | Prototype: | static QByteArray qEncodeLmv2Response(const QAuthenticatorPrivate *ctx, const QNtlmPhase2Block& ch, QNtlmPhase3Block *phase3) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 1314-1331 |
| | 8 | 1 |
qEncodeNtlmBufferName: | qEncodeNtlmBuffer | Prototype: | static int qEncodeNtlmBuffer(QNtlmBuffer& buf, int offset, const QByteArray& s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 949-955 |
| | 4 | 1 |
qEncodeNtlmStringName: | qEncodeNtlmString | Prototype: | static int qEncodeNtlmString(QNtlmBuffer& buf, int offset, const QString& s, bool unicode) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 958-966 |
| | 6 | 2 |
qEncodeNtlmv2ResponseName: | qEncodeNtlmv2Response | Prototype: | static QByteArray qEncodeNtlmv2Response(const QAuthenticatorPrivate *ctx, const QNtlmPhase2Block& ch, QNtlmPhase3Block *phase3) | Coverage: | 63.636% (7/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 1243-1312 |
| | 34 | 4 |
qEnvironmentVariableIntValueName: | qEnvironmentVariableIntValue | Prototype: | int qEnvironmentVariableIntValue(const char *varName, bool *ok) noexcept | Coverage: | 100.000% (18/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3301-3334 |
| | 15 | 6 |
qEnvironmentVariableIsEmptyName: | qEnvironmentVariableIsEmpty | Prototype: | bool qEnvironmentVariableIsEmpty(const char *varName) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3269-3283 |
| | 3 | 1 |
qEnvironmentVariableIsSetName: | qEnvironmentVariableIsSet | Prototype: | bool qEnvironmentVariableIsSet(const char *varName) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3350-3360 |
| | 2 | 1 |
qErrnoWarningName: | qErrnoWarning | Prototype: | void qErrnoWarning(const char *msg, ...) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 1703-1715 |
| | 7 | 1 |
qErrnoWarningName: | qErrnoWarning | Prototype: | void qErrnoWarning(int code, const char *msg, ...) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 1717-1729 |
| | 7 | 1 |
qExtractServerTimeName: | qExtractServerTime | Prototype: | static QByteArray qExtractServerTime(const QByteArray& targetInfoBuff) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 1218-1241 |
| | 16 | 3 |
qFadeEffectName: | qFadeEffect | Prototype: | void qFadeEffect(QWidget* w, int time) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qeffects.cpp | Lines: | 580-599 |
| | 10 | 3 |
qFindByteArrayName: | qFindByteArray | Prototype: | int qFindByteArray( const char *haystack0, int haystackLen, int from, const char *needle, int needleLen) | Coverage: | 72.973% (27/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | Lines: | 271-324 |
| | 32 | 11 |
qFindByteArrayBoyerMooreName: | qFindByteArrayBoyerMoore | Prototype: | static int qFindByteArrayBoyerMoore( const char *haystack, int haystackLen, int haystackOffset, const char *needle, int needleLen) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | Lines: | 251-261 |
| | 6 | 2 |
qFindStringName: | qFindString | Prototype: | int qFindString( const QChar *haystack0, int haystackLen, int from, const QChar *needle0, int needleLen, Qt::CaseSensitivity cs) | Coverage: | 92.453% (49/53) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3097-3171 |
| | 45 | 16 |
qFindStringBoyerMooreName: | qFindStringBoyerMoore | Prototype: | int qFindStringBoyerMoore( const QChar *haystack, int haystackLen, int haystackOffset, const QChar *needle, int needleLen, Qt::CaseSensitivity cs) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 310-320 |
| | 6 | 2 |
qFlagLocationName: | qFlagLocation | Prototype: | const char *qFlagLocation(const char *method) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 2216-2222 |
| | 4 | 2 |
qFloatDistanceName: | qFloatDistance | Prototype: | quint32 qFloatDistance(float a, float b) | Coverage: | 80.000% (16/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | Lines: | 144-177 |
| | 17 | 7 |
qFloatDistanceName: | qFloatDistance | Prototype: | quint64 qFloatDistance(double a, double b) | Coverage: | 80.000% (16/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | Lines: | 202-235 |
| | 17 | 7 |
qFormatLogMessageName: | qFormatLogMessage | Prototype: | QString qFormatLogMessage(QtMsgType type, const QMessageLogContext &context, const QString &str) | Coverage: | 86.408% (89/103) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 1353-1468 |
| | 76 | 36 |
qFractionName: | qFraction | Prototype: | static QFraction qFraction(quint64 n, quint64 d) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 144-155 |
| | 8 | 2 |
qFreeName: | qFree | Prototype: | void qFree(void *ptr) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qmalloc.cpp | Lines: | 64-67 |
| | 1 | 1 |
qFreeAlignedName: | qFreeAligned | Prototype: | void qFreeAligned(void *ptr) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qmalloc.cpp | Lines: | 124-130 |
| | 4 | 2 |
qFuzzyFindName: | qFuzzyFind | Prototype: | template <typename InputIterator> InputIterator qFuzzyFind(InputIterator first, InputIterator last, qreal val) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1497-1503 |
| | 3 | 2 |
qGamma_correct_back_to_linear_csName: | qGamma_correct_back_to_linear_cs | Prototype: | void qGamma_correct_back_to_linear_cs(QImage *image) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 83-103 |
| | 14 | 4 |
qGeomCalcName: | qGeomCalc | Prototype: | void qGeomCalc(QVector<QLayoutStruct> &chain, int start, int count, int pos, int space, int spacer) | Coverage: | 0.000% (0/151) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutengine.cpp | Lines: | 76-345 |
| | 164 | 39 |
qGlobalPostedEventsCountName: | qGlobalPostedEventsCount | Prototype: | uint qGlobalPostedEventsCount() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 313-317 |
| | 2 | 1 |
qGlobalQHashSeedName: | qGlobalQHashSeed | Prototype: | int qGlobalQHashSeed() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 359-362 |
| | 1 | 1 |
qHBFreeFaceName: | qHBFreeFace | Prototype: | void qHBFreeFace(HB_Face face) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qharfbuzz.cpp | Lines: | 102-105 |
| | 1 | 1 |
qHBLoadFaceName: | qHBLoadFace | Prototype: | HB_Face qHBLoadFace(HB_Face face) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qharfbuzz.cpp | Lines: | 97-100 |
| | 1 | 1 |
qHBNewFaceName: | qHBNewFace | Prototype: | HB_Face qHBNewFace(void *font, HB_GetFontTableFunc tableFunc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qharfbuzz.cpp | Lines: | 92-95 |
| | 1 | 1 |
qHasPixmapTextureName: | qHasPixmapTexture | Prototype: | bool __attribute__((visibility("default"))) qHasPixmapTexture(const QBrush& brush) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 225-231 |
| | 4 | 2 |
qHashName: | qHash | Prototype: | uint qHash(const QUrl &url, uint seed) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 4123-4136 |
| | 10 | 2 |
qHashName: | qHash | Prototype: | uint qHash(const QUrlQuery &key, uint seed) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 432-442 |
| | 6 | 2 |
qHashName: | qHash | Prototype: | uint qHash(const QMimeType &key, uint seed) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetype.cpp | Lines: | 198-201 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QUuid &uuid, uint seed) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | Lines: | 1065-1071 |
| | 4 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QDateTime &key, uint seed) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 5017-5024 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QDate &key, uint seed) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 5032-5035 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QTime &key, uint seed) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 5043-5046 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QByteArray &key, uint seed) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 233-236 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QString &key, uint seed) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 238-241 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QStringRef &key, uint seed) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 243-246 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QBitArray &bitArray, uint seed) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 248-259 |
| | 6 | 2 |
qHashName: | qHash | Prototype: | uint qHash(QLatin1String key, uint seed) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 261-264 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(float key, uint seed) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 973-976 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(double key, uint seed) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 983-986 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(long double key, uint seed) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 994-997 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QLocale &key, uint seed) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 896-902 |
| | 4 | 1 |
qHashName: | qHash | Prototype: | static uint qHash(const QRegExpEngineKey &key, uint seed = 0) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 896-903 |
| | 5 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QRegExp &key, uint seed) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4043-4049 |
| | 4 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QRegularExpression &key, uint seed) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1858-1864 |
| | 4 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QVersionNumber &key, uint seed) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qversionnumber.cpp | Lines: | 514-520 |
| | 4 | 2 |
qHashName: | qHash | Prototype: | uint qHash(const QPixmapCache::Key &k) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 233-236 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QGuiApplicationPrivate::ActiveTouchPointsKey &k) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2390-2393 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QKeySequence &key, uint seed) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | Lines: | 1454-1457 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QMatrix &key, uint seed) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 992-1002 |
| | 8 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QTransform &key, uint seed) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 800-813 |
| | 11 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QFont &font, uint seed) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | Lines: | 2023-2026 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | inline uint qHash(const FallbacksCacheKey &key, uint seed = 0) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 444-452 |
| | 6 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QNetworkConfiguration& config) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qsharednetworksession.cpp | Lines: | 87-90 |
| | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QHostAddress &key, uint seed) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 1132-1137 |
| | 2 | 2 |
qHashName: | qHash | Prototype: | uint qHash(const QSslCertificate &key, uint seed) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 64-73 |
| | 4 | 2 |
qHashName: | qHash | Prototype: | uint qHash(const QSslError &key, uint seed) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslerror.cpp | Lines: | 319-325 |
| | 3 | 1 |
qHashBitsName: | qHashBits | Prototype: | uint qHashBits(const void *p, size_t len, uint seed) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 215-218 |
| | 1 | 1 |
qIcuCodecStateFreeName: | qIcuCodecStateFree | Prototype: | static void qIcuCodecStateFree(QTextCodec::ConverterState *state) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | Lines: | 60-63 |
| | 1 | 1 |
qInfName: | qInf | Prototype: | double qInf() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | Lines: | 98-98 |
| | 1 | 1 |
qInitName: | qInit | Prototype: | static void qInit(QSqlQuery *q, const QString& query, QSqlDatabase db) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 261-271 |
| | 7 | 4 |
qInitBlendFunctionsName: | qInitBlendFunctions | Prototype: | void qInitBlendFunctions() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 590-631 |
| | 31 | 1 |
qInitDrawhelperFunctionsName: | qInitDrawhelperFunctions | Prototype: | static void qInitDrawhelperFunctions() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 6343-6548 |
| | 78 | 4 |
qInitDrawhelperFunctions_ctor_class_::qInitDrawhelperFunctions_ctor_class_Name: | qInitDrawhelperFunctions_ctor_class_::qInitDrawhelperFunctions_ctor_class_ | Prototype: | inline qInitDrawhelperFunctions_ctor_class_() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 6551-6551 |
| | 1 | 1 |
qInitImageConversionsName: | qInitImageConversions | Prototype: | static void qInitImageConversions() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 2934-2979 |
| | 13 | 4 |
qInitImageConversions_ctor_class_::qInitImageConversions_ctor_class_Name: | qInitImageConversions_ctor_class_::qInitImageConversions_ctor_class_ | Prototype: | inline qInitImageConversions_ctor_class_() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 2981-2981 |
| | 1 | 1 |
qInstallMessageHandlerName: | qInstallMessageHandler | Prototype: | QtMessageHandler qInstallMessageHandler(QtMessageHandler h) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 1867-1873 |
| | 3 | 2 |
qInstallMsgHandlerName: | qInstallMsgHandler | Prototype: | QtMsgHandler qInstallMsgHandler(QtMsgHandler h) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 1875-1881 |
| | 3 | 2 |
qIntersectionPointName: | qIntersectionPoint | Prototype: | static inline QIntersectionPoint qIntersectionPoint(const QPodPoint &point) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 243-248 |
| | 2 | 1 |
qIntersectionPointName: | qIntersectionPoint | Prototype: | static QIntersectionPoint qIntersectionPoint(const QPodPoint &u1, const QPodPoint &u2, const QPodPoint &v1, const QPodPoint &v2) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 250-313 |
| | 32 | 6 |
qIsAlnumName: | qIsAlnum | Prototype: | static bool qIsAlnum(QChar ch) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | Lines: | 81-86 |
| | 2 | 1 |
qIsDigitName: | qIsDigit | Prototype: | inline bool qIsDigit(char ch) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 723-726 |
| | 1 | 1 |
qIsEffectiveTLDName: | qIsEffectiveTLD | Prototype: | bool qIsEffectiveTLD(const QStringRef &domain) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtldurl.cpp | Lines: | 106-125 |
| | 10 | 4 |
qIsFiniteName: | qIsFinite | Prototype: | bool qIsFinite(double d) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | Lines: | 62-62 |
| | 1 | 1 |
qIsFiniteName: | qIsFinite | Prototype: | bool qIsFinite(float f) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | Lines: | 80-80 |
| | 1 | 1 |
qIsFloatingPointName: | qIsFloatingPoint | Prototype: | static bool qIsFloatingPoint(uint tp) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3368-3371 |
| | 1 | 1 |
qIsInfName: | qIsInf | Prototype: | bool qIsInf(double d) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | Lines: | 50-50 |
| | 1 | 1 |
qIsInfName: | qIsInf | Prototype: | bool qIsInf(float f) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | Lines: | 68-68 |
| | 1 | 1 |
qIsNaNName: | qIsNaN | Prototype: | bool qIsNaN(double d) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | Lines: | 56-56 |
| | 1 | 1 |
qIsNaNName: | qIsNaN | Prototype: | bool qIsNaN(float f) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | Lines: | 74-74 |
| | 1 | 1 |
qIsNumericTypeName: | qIsNumericType | Prototype: | static bool qIsNumericType(uint tp) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3348-3366 |
| | 1 | 1 |
qIsUpperName: | qIsUpper | Prototype: | static inline bool qIsUpper(char c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 748-751 |
| | 1 | 1 |
qIsUpperName: | qIsUpper | Prototype: | static bool qIsUpper(char c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1980-1983 |
| | 1 | 1 |
qIsUpperName: | qIsUpper | Prototype: | inline bool qIsUpper(char ch) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 718-721 |
| | 1 | 1 |