| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
crc32| Name: | crc32 | | Prototype: | template <typename Char> __attribute__((__target__("sse4.2"))) static uint crc32(const Char *ptr, size_t len, uint h) | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 95-132 |
| | 16 | 5 |
createFromName| Name: | createFromName | | Prototype: | static QUuid createFromName(const QUuid &ns, const QByteArray &baseData, QCryptographicHash::Algorithm algorithm, int version) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 121-142 |
| | 12 | 1 |
createMagicMatchRule| Name: | createMagicMatchRule | | Prototype: | static QMimeMagicRule *createMagicMatchRule(const QXmlStreamAttributes &atts, QString *errorMessage) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetypeparser.cpp | | Lines: | 169-176 |
| | 5 | 1 |
createOidMap| Name: | createOidMap | | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
createOidMap| Name: | createOidMap | | Prototype: | static OidNameMap createOidMap() | | Coverage: | 100.000% (53/53) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 45-76 |
| | 2 | 53 |
create_current_thread_data_key| Name: | create_current_thread_data_key | | Prototype: | static void create_current_thread_data_key() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 161-164 |
| | 1 | 1 |
curveToFunctionObject| Name: | curveToFunctionObject | | Prototype: | static QEasingCurveFunction *curveToFunctionObject(QEasingCurve::Type type) | | Coverage: | 100.000% (21/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1013-1040 |
| | 7 | 16 |
customClear| Name: | customClear | | Prototype: | static void customClear(QVariant::Private *d) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 1048-1056 |
| | 4 | 2 |
customConstruct| Name: | customConstruct | | Prototype: | static void customConstruct(QVariant::Private *d, const void *copy) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 1026-1046 |
| | 13 | 3 |
customIsNull| Name: | customIsNull | | Prototype: | static bool customIsNull(const QVariant::Private *d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 1058-1061 |
| | 1 | 1 |
customStreamDebug| Name: | customStreamDebug | | Prototype: | static void customStreamDebug(QDebug dbg, const QVariant &variant) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 1095-1104 |
| | 3 | 2 |
d2i| Name: | d2i | | Prototype: | static inline quint64 d2i(double d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | | Lines: | 177-182 |
| | 3 | 1 |
data| Name: | data | | Prototype: | static inline const char *data(const QByteArray &arr) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp | | Lines: | 58-61 |
| | 1 | 1 |
dec| Name: | dec | | Prototype: | QTextStream &dec(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2692-2696 |
| | 2 | 1 |
decendingLessThan| Name: | decendingLessThan | | Prototype: | static bool decendingLessThan(const QPair<QString, int> &s1, const QPair<QString, int> &s2) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 253-256 |
| | 1 | 1 |
decimalForm| Name: | decimalForm | | Prototype: | QString &decimalForm(QChar zero, QChar decimal, QChar group, QString &digits, int decpt, uint precision, PrecisionMode pm, bool always_show_decpt, bool thousands_group) | | Coverage: | 100.000% (40/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 157-197 |
| | 22 | 13 |
decode| Name: | decode | | Prototype: | static int decode(QString &appendTo, const ushort *begin, const ushort *end) | | Coverage: | 100.000% (22/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | | Lines: | 468-509 |
| | 28 | 8 |
decodeNibble| Name: | decodeNibble | | Prototype: | static inline ushort decodeNibble(ushort c) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | | Lines: | 181-185 |
| | 2 | 1 |
decodePercentEncoding| Name: | decodePercentEncoding | | Prototype: | static inline ushort decodePercentEncoding(const ushort *input) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | | Lines: | 190-197 |
| | 5 | 2 |
defaultInterpolator| Name: | defaultInterpolator | | Prototype: | static QVariant defaultInterpolator(const void *, const void *, qreal) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | | Lines: | 156-159 |
| | 1 | 1 |
defaultTemplateName| Name: | defaultTemplateName | | Prototype: | static QString defaultTemplateName() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporarydir.cpp | | Lines: | 86-96 |
| | 5 | 2 |
destroy_current_thread_data| Name: | destroy_current_thread_data | | Prototype: | static void destroy_current_thread_data(void *p) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 127-159 |
| | 14 | 2 |
detectDesktopEnvironment| Name: | detectDesktopEnvironment | | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
determineNameChar| Name: | determineNameChar | | Prototype: | static NameChar determineNameChar(QChar ch) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2889-2892 |
| | 1 | 1 |
disableCoreDump_ctor_class_| Name: | disableCoreDump_ctor_class_ | | Coverage: | 100.000% (1/1) |
| | 1 | 1 |
doCrypt| Name: | doCrypt | | Prototype: | static QByteArray doCrypt(QSslKeyPrivate::Cipher cipher, const QByteArray &data, const QByteArray &key, const QByteArray &iv, int enc) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_openssl.cpp | | Lines: | 268-305 |
| | 28 | 5 |
doDeleteLater| Name: | doDeleteLater | | Prototype: | static void doDeleteLater(QObject* obj) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qsharednetworksession.cpp | | Lines: | 54-57 |
| | 1 | 1 |
do_gettime| Name: | do_gettime | | Prototype: | static inline void do_gettime(qint64 *sec, qint64 *frac) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 150-156 |
| | 4 | 1 |
dummyFutexValue| Name: | dummyFutexValue | | Prototype: | static inline QMutexData *dummyFutexValue() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 149-152 |
| | 1 | 1 |
elapsed| Name: | elapsed | | Prototype: | static double elapsed(qint64 after, qint64 before) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentiteratekernel.cpp | | Lines: | 125-128 |
| | 1 | 1 |
elapsedAndRestart| Name: | elapsedAndRestart | | Prototype: | static qint64 elapsedAndRestart(qint64 sec, qint64 frac, qint64 *nowsec, qint64 *nowfrac) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 185-192 |
| | 4 | 1 |
elfHash_continue| Name: | elfHash_continue | | Prototype: | static void elfHash_continue(const char *name, uint &h) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 97-109 |
| | 8 | 3 |
encodeNibble| Name: | encodeNibble | | Prototype: | static inline ushort encodeNibble(ushort c) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | | Lines: | 199-202 |
| | 1 | 1 |
encodedUtf8ToUtf16| Name: | encodedUtf8ToUtf16 | | Prototype: | static bool encodedUtf8ToUtf16(QString &result, ushort *&output, const ushort *begin, const ushort *&input, const ushort *end, ushort decoded) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | | Lines: | 263-288 |
| | 13 | 3 |
endl| Name: | endl | | Prototype: | QTextStream &endl(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2937-2940 |
| | 1 | 1 |
ensureDetached| Name: | ensureDetached | | Prototype: | static void ensureDetached(QString &result, ushort *&output, const ushort *begin, const ushort *input, const ushort *end, int add = 0) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | | Lines: | 204-226 |
| | 12 | 3 |
ensureInitialized| Name: | ensureInitialized | | Prototype: | static void ensureInitialized() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 137-149 |
| | 3 | 1 |
errorMessage| Name: | errorMessage | | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
existsAsSpecified| Name: | existsAsSpecified | | Prototype: | static bool existsAsSpecified(const QString &path, QStandardPaths::LocateOptions options) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | | Lines: | 395-400 |
| | 3 | 2 |
exponentForm| Name: | exponentForm | | Prototype: | QString &exponentForm(QChar zero, QChar decimal, QChar exponential, QChar group, QChar plus, QChar minus, QString &digits, int decpt, uint precision, PrecisionMode pm, bool always_show_decpt) | | Coverage: | 100.000% (19/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 199-226 |
| | 13 | 6 |
extract_code| Name: | extract_code | | Prototype: | static int extract_code(const char *member) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2217-2221 |
| | 1 | 1 |
f2i| Name: | f2i | | Prototype: | static inline quint32 f2i(float f) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | | Lines: | 99-104 |
| | 3 | 1 |
fcntlWorksAfterFlock| Name: | fcntlWorksAfterFlock | | Prototype: | static bool fcntlWorksAfterFlock(const QString &fn) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp | | Lines: | 134-148 |
| | 10 | 3 |
fileScheme| Name: | fileScheme | | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
fileScheme| Name: | fileScheme | | Prototype: | static inline QString fileScheme() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 428-431 |
| | 0 | 2 |
findArgEscapes| Name: | findArgEscapes | | Prototype: | static ArgEscapeData findArgEscapes(const QString &s) | | Coverage: | 100.000% (39/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7221-7281 |
| | 42 | 13 |
findChar| Name: | findChar | | Coverage: | 100.000% (1/1) |
| | 1 | 1 |
findChar| Name: | findChar | | Prototype: | static int findChar(const QChar *str, int len, QChar ch, int from, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (23/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 658-704 |
| | 25 | 12 |
findLocaleData| Name: | findLocaleData | | Prototype: | static const QLocaleData *findLocaleData(const QString &name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 477-485 |
| | 5 | 1 |
findMethodCandidates| Name: | findMethodCandidates | | Prototype: | static inline QByteArray findMethodCandidates(const QMetaObject *metaObject, const char *nonExistentMember) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1337-1352 |
| | 10 | 4 |
fixed| Name: | fixed | | Prototype: | QTextStream &fixed(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2861-2865 |
| | 2 | 1 |
fixed1616ToInt| Name: | fixed1616ToInt | | Prototype: | static inline int fixed1616ToInt(FP1616 val) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2421-2424 |
| | 1 | 1 |
fixedDate| Name: | fixedDate | | Prototype: | static inline QDate fixedDate(int y, int m, int d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 86-91 |
| | 3 | 1 |
floordiv| Name: | floordiv | | Prototype: | static inline qint64 floordiv(qint64 a, int b) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 104-107 |
| | 1 | 1 |
flush| Name: | flush | | Prototype: | QTextStream &flush(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2949-2953 |
| | 2 | 1 |
foldCase| Name: | foldCase | | Prototype: | static inline ushort foldCase(ushort ch) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1524-1527 |
| | 1 | 1 |
forcepoint| Name: | forcepoint | | Prototype: | QTextStream &forcepoint(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2749-2753 |
| | 2 | 1 |
forcesign| Name: | forcesign | | Prototype: | QTextStream &forcesign(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2735-2739 |
| | 2 | 1 |
fourBytesToInt| Name: | fourBytesToInt | | Prototype: | static qint32 fourBytesToInt(const char *bytes) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 369-372 |
| | 1 | 1 |
freeBufferFunc| Name: | freeBufferFunc | | Prototype: | void freeBufferFunc(QGLContext *ctx, GLuint id) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 254-258 |
| | 2 | 1 |
from_HANDLE| Name: | from_HANDLE | | Prototype: | template <typename T> static typename QtPrivate::QEnableIf<QTypeInfo<T>::isIntegral, T>::Type from_HANDLE(Qt::HANDLE id) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 214-218 |
| | 1 | 1 |
fromstrerror_helper| Name: | fromstrerror_helper | | Prototype: | static inline __attribute__((__unused__)) QString fromstrerror_helper(const char *str, const QByteArray &) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 3077-3080 |
| | 1 | 1 |
ft_getSfntTable| Name: | ft_getSfntTable | | Prototype: | static bool ft_getSfntTable(void *user_data, uint tag, uchar *buffer, uint *length) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 85-98 |
| | 8 | 2 |
ftpScheme| Name: | ftpScheme | | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
ftpScheme| Name: | ftpScheme | | Prototype: | static inline QString ftpScheme() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 423-426 |
| | 0 | 2 |
futexFlags| Name: | futexFlags | | Prototype: | static inline int futexFlags() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 127-133 |
| | 4 | 2 |
get| Name: | get | | Prototype: | static inline const char *get(QDBusError::ErrorType code) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuserror.cpp | | Lines: | 139-143 |
| | 2 | 1 |
getDateFromJulianDay| Name: | getDateFromJulianDay | | Prototype: | static ParsedDate getDateFromJulianDay(qint64 julianDay) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 138-163 |
| | 13 | 2 |
getEffectiveTargetStates| Name: | getEffectiveTargetStates | | Prototype: | static QList<QAbstractState *> getEffectiveTargetStates(QAbstractTransition *transition, CalculationCache *cache) | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 355-386 |
| | 18 | 6 |
getFcFamilyForStyleHint| Name: | getFcFamilyForStyleHint | | Prototype: | static const char *getFcFamilyForStyleHint(const QFont::StyleHint style) | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | | Lines: | 332-356 |
| | 14 | 8 |
getPath| Name: | getPath | | Prototype: | static QString getPath(QSettings::Format format, QSettings::Scope scope) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1113-1129 |
| | 10 | 3 |
getProperAncestors| Name: | getProperAncestors | | Prototype: | static QVector<QState*> getProperAncestors(const QAbstractState *state, const QAbstractState *upperBound) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 326-335 |
| | 6 | 2 |
getStreamID| Name: | getStreamID | | Prototype: | static qint32 getStreamID(const char *bytes) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 401-406 |
| | 1 | 1 |
get_dh1024| Name: | get_dh1024 | | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
get_dh1024| Name: | get_dh1024 | | Prototype: | static DH *get_dh1024() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcontext_openssl.cpp | | Lines: | 52-66 |
| | 6 | 2 |
get_thread_data| Name: | get_thread_data | | Prototype: | static QThreadData *get_thread_data() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 181-189 |
| | 1 | 1 |
headerField| Name: | 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 |
hex| Name: | 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 |
huntAndDestroy| Name: | huntAndDestroy | | Prototype: | static void huntAndDestroy(QObject *needle, QDBusConnectionPrivate::ObjectTreeNode &haystack) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 578-594 |
| | 9 | 4 |
huntAndUnregister| Name: | huntAndUnregister | | Prototype: | static void huntAndUnregister(const QStringList &pathComponents, int i, QDBusConnection::UnregisterMode mode, QDBusConnectionPrivate::ObjectTreeNode *node) | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 596-621 |
| | 13 | 5 |
i2b| Name: | 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 |
ianaId| Name: | 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 |
ianaId| Name: | 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 |
id_function| Name: | 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 |
idempotentRecodeToUser| Name: | 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 |
idleTimerSourceCheck| Name: | idleTimerSourceCheck | | Prototype: | static gboolean idleTimerSourceCheck(GSource *source) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 209-218 |
| | 5 | 2 |
idleTimerSourceDispatch| Name: | 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 |
iidKeyLiteral| Name: | iidKeyLiteral | | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
iidKeyLiteral| Name: | iidKeyLiteral | | Prototype: | inline QString iidKeyLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | | Lines: | 60-60 |
| | 0 | 2 |
indexOfMethodRelative| Name: | indexOfMethodRelative | | Prototype: | template<int MethodType> static inline int indexOfMethodRelative(const QMetaObject **baseObject, const QByteArray &name, int argc, const QArgumentType *types) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 578-599 |
| | 10 | 4 |
indexOfMutating| Name: | indexOfMutating | | Prototype: | static int indexOfMutating(const QStringList *that, QRegExp &rx, int from) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 520-529 |
| | 6 | 4 |
initEnvironment| Name: | 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 |
initializeReader| Name: | 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 |
intToFourBytes| Name: | 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 |
intToThreeBytes| Name: | 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 |
interfaceNotFoundError| Name: | 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 |
invalidateEngine| Name: | invalidateEngine | | Prototype: | static void invalidateEngine(QRegExpPrivate *priv) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3875-3882 |
| | 4 | 2 |
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 |
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 |