| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
q_EVP_PKEY_set1_DSA| Name: | 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_new| Name: | 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_RSA| Name: | 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_KEY| Name: | 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_DSA| Name: | 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_free| Name: | 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_assign| Name: | 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_CipherUpdate| Name: | 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_CipherInit| Name: | 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_CipherFinal| Name: | 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_length| Name: | 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_init| Name: | 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_ctrl| Name: | 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_cleanup| Name: | 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_error| Name: | 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_strings| Name: | 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_string| Name: | 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_curves| Name: | 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_name| Name: | 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_group| Name: | 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_free| Name: | 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_dup| Name: | 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_degree| Name: | 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_new| Name: | 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_free| Name: | 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_new| Name: | 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_free| Name: | 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_callback| Name: | 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_callback| Name: | 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_locks| Name: | 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_free| Name: | 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_bits| Name: | 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_bin2bn| Name: | 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_write| Name: | 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_mem| Name: | 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_read| Name: | 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_buf| Name: | 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_new| Name: | 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_free| Name: | 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_ctrl| Name: | 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_free| Name: | 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_free| Name: | 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_UTF8| Name: | 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_print| Name: | 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_length| Name: | 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_data| Name: | 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_get| Name: | 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 |
qVersion| Name: | 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 |
qUnregisterGuiStateMachine| Name: | 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 |
qTextCodecsMutex| Name: | 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 |
qTextCodecNameMatch| Name: | 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 |
qTerminate| Name: | 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 |
qStreamNtlmBuffer| Name: | 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 |
qSimplifyPath| Name: | 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 |
qSimplifyPath| Name: | 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 |
qSign| Name: | 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 |
qSharedBuild| Name: | 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 |
qShapeItem| Name: | 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 |
qSNaN| Name: | 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 |
qRegisterStaticPluginFunction| Name: | 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 |
qRealloc| Name: | 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 |
qQNaN| Name: | 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 |
qPointIsLeftOfLine| Name: | 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 |
qPointDistanceFromLine| Name: | 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 |
qMetaTypeTypeInternal| Name: | 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 |
qMemSet| Name: | 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 |
qMemCopy| Name: | 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 |
qMax| Name: | 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 |
qMapAlignmentThreshold| Name: | 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 |
qMallocAligned| Name: | 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 |
qMalloc| Name: | 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 |
qLcTray| Name: | 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 |
qLcMenu| Name: | 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 |
qLcEvdevTouch| Name: | 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 |
qLcEvdevTablet| Name: | 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 |
qLcEvdevMouse| Name: | 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 |
qLcEvdevKeyMap| Name: | 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 |
qLcEvdevKey| Name: | 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 |
qLcEglfsKmsDebug| Name: | 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 |
qLcEglDevDebug| Name: | 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 |
qIsUpper| Name: | 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 |
qIsUpper| Name: | 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 |
qIsUpper| Name: | 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 |
qIsNumericType| Name: | 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 |
qIsNaN| Name: | 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 |
qIsNaN| Name: | 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 |
qIsInf| Name: | 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 |
qIsInf| Name: | 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 |
qIsFloatingPoint| Name: | 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 |
qIsFinite| Name: | 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 |
qIsFinite| Name: | 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 |
qIsDigit| Name: | 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 |