Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
q_EVP_PKEY_set1_DSAName: | q_EVP_PKEY_set1_DSA | Prototype: | int q_EVP_PKEY_set1_DSA(EVP_PKEY *a, DSA *b) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 180-180 |
| | 1 | 2 |
q_EVP_PKEY_newName: | q_EVP_PKEY_new | Prototype: | EVP_PKEY * q_EVP_PKEY_new() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 190-190 |
| | 1 | 2 |
q_EVP_PKEY_get1_RSAName: | q_EVP_PKEY_get1_RSA | Prototype: | RSA * q_EVP_PKEY_get1_RSA(EVP_PKEY *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 186-186 |
| | 1 | 2 |
q_EVP_PKEY_get1_EC_KEYName: | q_EVP_PKEY_get1_EC_KEY | Prototype: | EC_KEY * q_EVP_PKEY_get1_EC_KEY(EVP_PKEY *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 188-188 |
| | 1 | 2 |
q_EVP_PKEY_get1_DSAName: | q_EVP_PKEY_get1_DSA | Prototype: | DSA * q_EVP_PKEY_get1_DSA(EVP_PKEY *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 185-185 |
| | 1 | 2 |
q_EVP_PKEY_freeName: | q_EVP_PKEY_free | Prototype: | void q_EVP_PKEY_free(EVP_PKEY *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 184-184 |
| | 1 | 2 |
q_EVP_PKEY_assignName: | q_EVP_PKEY_assign | Prototype: | int q_EVP_PKEY_assign(EVP_PKEY *a, int b, char *c) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 178-178 |
| | 1 | 2 |
q_EVP_CipherUpdateName: | q_EVP_CipherUpdate | Prototype: | int q_EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 173-173 |
| | 1 | 2 |
q_EVP_CipherInitName: | q_EVP_CipherInit | Prototype: | int q_EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, const unsigned char *key, const unsigned char *iv, int enc) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 172-172 |
| | 1 | 2 |
q_EVP_CipherFinalName: | q_EVP_CipherFinal | Prototype: | int q_EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 174-174 |
| | 1 | 2 |
q_EVP_CIPHER_CTX_set_key_lengthName: | q_EVP_CIPHER_CTX_set_key_length | Prototype: | int q_EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *ctx, int keylen) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 171-171 |
| | 1 | 2 |
q_EVP_CIPHER_CTX_initName: | q_EVP_CIPHER_CTX_init | Prototype: | void q_EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 169-169 |
| | 1 | 2 |
q_EVP_CIPHER_CTX_ctrlName: | q_EVP_CIPHER_CTX_ctrl | Prototype: | int q_EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 170-170 |
| | 1 | 2 |
q_EVP_CIPHER_CTX_cleanupName: | q_EVP_CIPHER_CTX_cleanup | Prototype: | void q_EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 168-168 |
| | 1 | 2 |
q_ERR_get_errorName: | q_ERR_get_error | Prototype: | unsigned long q_ERR_get_error() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 166-166 |
| | 1 | 2 |
q_ERR_free_stringsName: | q_ERR_free_strings | Prototype: | void q_ERR_free_strings(void) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 167-167 |
| | 1 | 2 |
q_ERR_error_stringName: | q_ERR_error_string | Prototype: | char * q_ERR_error_string(unsigned long a, char *b) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 165-165 |
| | 1 | 2 |
q_EC_get_builtin_curvesName: | q_EC_get_builtin_curves | Prototype: | size_t q_EC_get_builtin_curves(EC_builtin_curve * r, size_t nitems) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 430-430 |
| | 1 | 2 |
q_EC_KEY_new_by_curve_nameName: | q_EC_KEY_new_by_curve_name | Prototype: | EC_KEY * q_EC_KEY_new_by_curve_name(int nid) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 428-428 |
| | 1 | 2 |
q_EC_KEY_get0_groupName: | q_EC_KEY_get0_group | Prototype: | const EC_GROUP* q_EC_KEY_get0_group(const EC_KEY* k) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 155-155 |
| | 1 | 2 |
q_EC_KEY_freeName: | q_EC_KEY_free | Prototype: | void q_EC_KEY_free(EC_KEY *ecdh) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 429-429 |
| | 1 | 2 |
q_EC_KEY_dupName: | q_EC_KEY_dup | Prototype: | EC_KEY * q_EC_KEY_dup(const EC_KEY *ec) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 427-427 |
| | 1 | 2 |
q_EC_GROUP_get_degreeName: | q_EC_GROUP_get_degree | Prototype: | int q_EC_GROUP_get_degree(const EC_GROUP* g) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 156-156 |
| | 1 | 2 |
q_DSA_newName: | q_DSA_new | Prototype: | DSA * q_DSA_new() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 162-162 |
| | 1 | 2 |
q_DSA_freeName: | q_DSA_free | Prototype: | void q_DSA_free(DSA *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 163-163 |
| | 1 | 2 |
q_DH_newName: | q_DH_new | Prototype: | DH * q_DH_new() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 422-422 |
| | 1 | 2 |
q_DH_freeName: | q_DH_free | Prototype: | void q_DH_free(DH *dh) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 423-423 |
| | 1 | 2 |
q_CRYPTO_set_locking_callbackName: | q_CRYPTO_set_locking_callback | Prototype: | void q_CRYPTO_set_locking_callback(void (*a)(int, int, const char *, int)) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 159-159 |
| | 1 | 2 |
q_CRYPTO_set_id_callbackName: | q_CRYPTO_set_id_callback | Prototype: | void q_CRYPTO_set_id_callback(unsigned long (*a)()) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 160-160 |
| | 1 | 2 |
q_CRYPTO_num_locksName: | q_CRYPTO_num_locks | Prototype: | int q_CRYPTO_num_locks() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 158-158 |
| | 1 | 2 |
q_CRYPTO_freeName: | q_CRYPTO_free | Prototype: | void q_CRYPTO_free(void *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 161-161 |
| | 1 | 2 |
q_BN_num_bitsName: | q_BN_num_bits | Prototype: | int q_BN_num_bits(const BIGNUM *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 153-153 |
| | 1 | 2 |
q_BN_bin2bnName: | q_BN_bin2bn | Prototype: | BIGNUM * q_BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 425-425 |
| | 1 | 2 |
q_BIO_writeName: | q_BIO_write | Prototype: | int q_BIO_write(BIO *a, const void *b, int c) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 152-152 |
| | 1 | 2 |
q_BIO_s_memName: | q_BIO_s_mem | Prototype: | BIO_METHOD * q_BIO_s_mem(void) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 151-151 |
| | 1 | 2 |
q_BIO_readName: | q_BIO_read | Prototype: | int q_BIO_read(BIO *a, void *b, int c) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 150-150 |
| | 1 | 2 |
q_BIO_new_mem_bufName: | q_BIO_new_mem_buf | Prototype: | BIO * q_BIO_new_mem_buf(void *a, int b) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 149-149 |
| | 1 | 2 |
q_BIO_newName: | q_BIO_new | Prototype: | BIO * q_BIO_new(BIO_METHOD *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 148-148 |
| | 1 | 2 |
q_BIO_freeName: | q_BIO_free | Prototype: | int q_BIO_free(BIO *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 147-147 |
| | 1 | 2 |
q_BIO_ctrlName: | q_BIO_ctrl | Prototype: | long q_BIO_ctrl(BIO *a, int b, long c, void *d) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 146-146 |
| | 1 | 2 |
q_BASIC_CONSTRAINTS_freeName: | q_BASIC_CONSTRAINTS_free | Prototype: | void q_BASIC_CONSTRAINTS_free(BASIC_CONSTRAINTS *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 362-362 |
| | 1 | 2 |
q_AUTHORITY_KEYID_freeName: | q_AUTHORITY_KEYID_free | Prototype: | void q_AUTHORITY_KEYID_free(AUTHORITY_KEYID *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 363-363 |
| | 1 | 2 |
q_ASN1_STRING_to_UTF8Name: | q_ASN1_STRING_to_UTF8 | Prototype: | int q_ASN1_STRING_to_UTF8(unsigned char **a, ASN1_STRING *b) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 145-145 |
| | 1 | 2 |
q_ASN1_STRING_printName: | q_ASN1_STRING_print | Prototype: | int q_ASN1_STRING_print(BIO *a, const ASN1_STRING *b) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 365-365 |
| | 1 | 2 |
q_ASN1_STRING_lengthName: | q_ASN1_STRING_length | Prototype: | int q_ASN1_STRING_length(ASN1_STRING *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 144-144 |
| | 1 | 2 |
q_ASN1_STRING_dataName: | q_ASN1_STRING_data | Prototype: | unsigned char * q_ASN1_STRING_data(ASN1_STRING *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 143-143 |
| | 1 | 2 |
q_ASN1_INTEGER_getName: | q_ASN1_INTEGER_get | Prototype: | long q_ASN1_INTEGER_get(ASN1_INTEGER *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 142-142 |
| | 1 | 2 |
qVersionName: | qVersion | Prototype: | const char *qVersion() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 1022-1025 |
| | 1 | 1 |
qUnregisterGuiStateMachine_dtor_class_::~ qUnregisterGuiStateMachine_dtor_class_Name: | qUnregisterGuiStateMachine_dtor_class_::~ qUnregisterGuiStateMachine_dtor_class_ | Prototype: | inline ~ qUnregisterGuiStateMachine_dtor_class_() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qguistatemachine.cpp | Lines: | 471-471 |
| | 1 | 1 |
qUnregisterGuiStateMachineName: | qUnregisterGuiStateMachine | Prototype: | void qUnregisterGuiStateMachine() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qguistatemachine.cpp | Lines: | 467-470 |
| | 1 | 1 |
qUnregisterGuiGetInterpolator_dtor_class_::~ qUnregisterGuiGetInterpolator_dtor_class_Name: | qUnregisterGuiGetInterpolator_dtor_class_::~ qUnregisterGuiGetInterpolator_dtor_class_ | Prototype: | inline ~ qUnregisterGuiGetInterpolator_dtor_class_() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/animation/qguivariantanimation.cpp | Lines: | 89-89 |
| | 1 | 1 |
qTextCodecsMutexName: | qTextCodecsMutex | Prototype: | QMutex *qTextCodecsMutex() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 100-100 |
| | 1 | 1 |
qTextCodecNameMatchName: | qTextCodecNameMatch | Prototype: | bool qTextCodecNameMatch(const char *n, const char *h) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | Lines: | 65-68 |
| | 1 | 1 |
qTerminateName: | qTerminate | Prototype: | void qTerminate() noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3070-3073 |
| | 1 | 1 |
qStreamNtlmBufferName: | qStreamNtlmBuffer | Prototype: | static void qStreamNtlmBuffer(QDataStream& ds, const QByteArray& s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 930-933 |
| | 1 | 1 |
qSimplifyPathName: | qSimplifyPath | Prototype: | void qSimplifyPath(const QVectorPath &path, QDataBuffer<QPoint> &vertices, QDataBuffer<quint32> &indices, const QTransform &matrix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | Lines: | 1656-1660 |
| | 1 | 1 |
qSimplifyPathName: | qSimplifyPath | Prototype: | void qSimplifyPath(const QPainterPath &path, QDataBuffer<QPoint> &vertices, QDataBuffer<quint32> &indices, const QTransform &matrix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | Lines: | 1662-1666 |
| | 1 | 1 |
qSignName: | qSign | Prototype: | inline int qSign(qreal r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | Lines: | 143-146 |
| | 1 | 1 |
qSharedBuildName: | qSharedBuild | Prototype: | bool qSharedBuild() noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 1027-1034 |
| | 1 | 1 |
qShapeItemName: | qShapeItem | Prototype: | HB_Bool qShapeItem(HB_ShaperItem *item) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qharfbuzz.cpp | Lines: | 87-90 |
| | 1 | 1 |
qSNaNName: | qSNaN | Prototype: | double qSNaN() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | Lines: | 86-86 |
| | 1 | 1 |
qRegisterWidgetsVariant_ctor_class_::qRegisterWidgetsVariant_ctor_class_Name: | qRegisterWidgetsVariant_ctor_class_::qRegisterWidgetsVariant_ctor_class_ | Prototype: | inline qRegisterWidgetsVariant_ctor_class_() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetsvariant.cpp | Lines: | 160-160 |
| | 1 | 1 |
qRegisterStaticPluginFunctionName: | qRegisterStaticPluginFunction | Prototype: | void __attribute__((visibility("default"))) qRegisterStaticPluginFunction(QStaticPlugin plugin) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 432-435 |
| | 1 | 1 |
qRegisterGuiVariant_ctor_class_::qRegisterGuiVariant_ctor_class_Name: | qRegisterGuiVariant_ctor_class_::qRegisterGuiVariant_ctor_class_ | Prototype: | inline qRegisterGuiVariant_ctor_class_() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguivariant.cpp | Lines: | 354-354 |
| | 1 | 1 |
qRegisterGuiStateMachine_ctor_class_::qRegisterGuiStateMachine_ctor_class_Name: | qRegisterGuiStateMachine_ctor_class_::qRegisterGuiStateMachine_ctor_class_ | Prototype: | inline qRegisterGuiStateMachine_ctor_class_() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qguistatemachine.cpp | Lines: | 465-465 |
| | 1 | 1 |
qRegisterGuiGetInterpolator_ctor_class_::qRegisterGuiGetInterpolator_ctor_class_Name: | qRegisterGuiGetInterpolator_ctor_class_::qRegisterGuiGetInterpolator_ctor_class_ | Prototype: | inline qRegisterGuiGetInterpolator_ctor_class_() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/animation/qguivariantanimation.cpp | Lines: | 73-73 |
| | 1 | 1 |
qReallocName: | qRealloc | Prototype: | void *qRealloc(void *ptr, size_t size) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qmalloc.cpp | Lines: | 69-72 |
| | 1 | 1 |
qQNaNName: | qQNaN | Prototype: | double qQNaN() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | Lines: | 92-92 |
| | 1 | 1 |
qPointIsLeftOfLineName: | qPointIsLeftOfLine | Prototype: | static inline bool qPointIsLeftOfLine(const QPodPoint &p, const QPodPoint &v1, const QPodPoint &v2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 216-219 |
| | 1 | 1 |
qPointDistanceFromLineName: | qPointDistanceFromLine | Prototype: | static inline qint64 qPointDistanceFromLine(const QPodPoint &p, const QPodPoint &v1, const QPodPoint &v2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 211-214 |
| | 1 | 1 |
qMetaTypeTypeInternalName: | qMetaTypeTypeInternal | Prototype: | int qMetaTypeTypeInternal(const char *typeName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1230-1233 |
| | 1 | 1 |
qMemSetName: | qMemSet | Prototype: | void *qMemSet(void *dest, int c, size_t n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3122-3122 |
| | 1 | 1 |
qMemCopyName: | qMemCopy | Prototype: | void *qMemCopy(void *dest, const void *src, size_t n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3121-3121 |
| | 1 | 1 |
qMaxName: | qMax | Prototype: | static inline int qMax(int i1, int i2, int i3) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 2628-2628 |
| | 1 | 1 |
qMapAlignmentThresholdName: | qMapAlignmentThreshold | Prototype: | static inline int qMapAlignmentThreshold() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | Lines: | 304-310 |
| | 1 | 1 |
qMallocAlignedName: | qMallocAligned | Prototype: | void *qMallocAligned(size_t size, size_t alignment) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qmalloc.cpp | Lines: | 74-77 |
| | 1 | 1 |
qMallocName: | qMalloc | Prototype: | void *qMalloc(size_t size) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qmalloc.cpp | Lines: | 59-62 |
| | 1 | 1 |
qLcTrayName: | qLcTray | Prototype: | const QLoggingCategory &qLcTray() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 65-65 |
| | 1 | 1 |
qLcMenuName: | qLcMenu | Prototype: | const QLoggingCategory &qLcMenu() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusplatformmenu.cpp | Lines: | 47-47 |
| | 1 | 1 |
qLcEvdevTouchName: | qLcEvdevTouch | Prototype: | const QLoggingCategory &qLcEvdevTouch() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 60-60 |
| | 1 | 1 |
qLcEvdevTabletName: | qLcEvdevTablet | Prototype: | const QLoggingCategory &qLcEvdevTablet() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp | Lines: | 52-52 |
| | 1 | 1 |
qLcEvdevMouseName: | qLcEvdevMouse | Prototype: | const QLoggingCategory &qLcEvdevMouse() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp | Lines: | 63-63 |
| | 1 | 1 |
qLcEvdevKeyMapName: | qLcEvdevKeyMap | Prototype: | const QLoggingCategory &qLcEvdevKeyMap() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | Lines: | 57-57 |
| | 1 | 1 |
qLcEvdevKeyName: | qLcEvdevKey | Prototype: | const QLoggingCategory &qLcEvdevKey() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | Lines: | 56-56 |
| | 1 | 1 |
qLcEglfsKmsDebugName: | qLcEglfsKmsDebug | Prototype: | const QLoggingCategory &qLcEglfsKmsDebug() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsintegration.cpp | Lines: | 61-61 |
| | 1 | 1 |
qLcEglDevDebugName: | qLcEglDevDebug | Prototype: | const QLoggingCategory &qLcEglDevDebug() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | Lines: | 64-64 |
| | 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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |