| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 q_EVP_PKEY_type| Name:  | q_EVP_PKEY_type |  | Prototype:  | int q_EVP_PKEY_type(int 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_set1_RSA| Name:  | q_EVP_PKEY_set1_RSA |  | Prototype:  | int q_EVP_PKEY_set1_RSA(EVP_PKEY *a, RSA *b) |  | 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_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:  | 184-184 |  
  |  | 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:  | 180-180 |  
  |  | 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:  | 182-182 |  
  |  | 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:  | 179-179 |  
  |  | 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:  | 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:  | 167-167 |  
  |  | 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:  | 166-166 |  
  |  | 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:  | 168-168 |  
  |  | 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:  | 165-165 |  
  |  | 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:  | 163-163 |  
  |  | 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:  | 164-164 |  
  |  | 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:  | 162-162 |  
  |  | 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:  | 160-160 |  
  |  | 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:  | 161-161 |  
  |  | 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:  | 159-159 |  
  |  | 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:  | 424-424 |  
  |  | 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:  | 422-422 |  
  |  | 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:  | 149-149 |  
  |  | 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:  | 423-423 |  
  |  | 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:  | 150-150 |  
  |  | 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:  | 157-157 |  
  |  | 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:  | 417-417 |  
  |  | 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:  | 153-153 |  
  |  | 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:  | 154-154 |  
  |  | 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:  | 152-152 |  
  |  | 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:  | 155-155 |  
  |  | 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:  | 147-147 |  
  |  | 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:  | 146-146 |  
  |  | 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:  | 145-145 |  
  |  | 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:  | 144-144 |  
  |  | 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:  | 143-143 |  
  |  | 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:  | 142-142 |  
  |  | 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:  | 141-141 |  
  |  | 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:  | 140-140 |  
  |  | 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:  | 356-356 |  
  |  | 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:  | 357-357 |  
  |  | 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:  | 139-139 |  
  |  | 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:  | 138-138 |  
  |  | 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:  | 137-137 |  
  |  | 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:  | 136-136 |  
  |  | 1 | 2 | 
 qUncompress| Name:  | qUncompress |  | Prototype:  | QByteArray qUncompress(const uchar* data, int nbytes) |  | Coverage:  |  50.000% (21/42) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp |  | Lines:  | 571-650 |  
  |  | 51 | 14 | 
 qToLower| Name:  | qToLower |  | Prototype:  | static inline char qToLower(char c) |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp |  | Lines:  | 658-664 |  
  |  | 3 | 2 | 
 qToLower| Name:  | qToLower |  | Prototype:  | static char qToLower(char c) |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1988-1994 |  
  |  | 3 | 2 | 
 qHash| Name:  | 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:  | 1138-1143 |  
  |  | 2 | 2 | 
 qHash| Name:  | qHash |  | Prototype:  | uint qHash(const QSslCertificate &key, uint seed) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp |  | Lines:  | 58-67 |  
  |  | 4 | 2 | 
 qFindStringBoyerMoore| Name:  | 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:  | 304-314 |  
  |  | 6 | 2 | 
 qFindByteArrayBoyerMoore| Name:  | 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:  | 245-255 |  
  |  | 6 | 2 | 
 qEncodeNtlmString| Name:  | 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:  | 952-960 |  
  |  | 6 | 2 | 
 qDBusInterfaceFromMetaObject| Name:  | qDBusInterfaceFromMetaObject |  | Prototype:  | QString qDBusInterfaceFromMetaObject(const QMetaObject *mo) |  | Coverage:  |  50.000% (13/26) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmisc.cpp |  | Lines:  | 69-103 |  
  |  | 23 | 7 | 
 qAppName| Name:  | qAppName |  | Prototype:  | QString qAppName() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 593-598 |  
  |  | 3 | 2 | 
 qAddPostRoutine| Name:  | qAddPostRoutine |  | Prototype:  | void qAddPostRoutine(QtCleanUpFunction p) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 254-260 |  
  |  | 4 | 2 | 
 proxyAuthenticationKey| Name:  | proxyAuthenticationKey |  | Prototype:  | static QByteArray proxyAuthenticationKey(const QNetworkProxy &proxy, const QString &realm) |  | Coverage:  |  50.000% (7/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp |  | Lines:  | 96-132 |  
  |  | 16 | 8 | 
 parseHttpDate| Name:  | parseHttpDate |  | Prototype:  | static QVariant parseHttpDate(const QByteArray &raw) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp |  | Lines:  | 841-847 |  
  |  | 4 | 2 | 
 operator<<| Name:  | operator<< |  | Prototype:  | QDebug operator<<(QDebug dbg, const QJsonArray &a) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp |  | Lines:  | 1214-1227 |  
  |  | 10 | 2 | 
 operator<<| Name:  | operator<< |  | Prototype:  | QDebug operator<<(QDebug dbg, const QJsonObject &o) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp |  | Lines:  | 1187-1200 |  
  |  | 10 | 2 | 
 operator<<| Name:  | operator<< |  | Prototype:  | QDebug operator<<(QDebug debug, const QEasingCurve &item) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp |  | Lines:  | 1420-1431 |  
  |  | 8 | 2 | 
 operator<| Name:  | operator< |  | Prototype:  | static bool operator<(const QSettingsIniKey &k1, const QSettingsIniKey &k2) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp |  | Lines:  | 1795-1800 |  
  |  | 3 | 2 | 
 localHostName| Name:  | localHostName |  | Prototype:  | static QByteArray localHostName() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp |  | Lines:  | 72-79 |  
  |  | 5 | 2 | 
 grow| Name:  | grow |  | Prototype:  | static int grow(int size) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp |  | Lines:  | 57-64 |  
  |  | 4 | 2 | 
 grabMessageHandler| Name:  | grabMessageHandler |  | Prototype:  | static bool grabMessageHandler() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp |  | Lines:  | 1577-1584 |  
  |  | 4 | 2 | 
 getWord1| Name:  | getWord1 |  | Prototype:  | static inline quint32 getWord1(const volatile double x) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp |  | Lines:  | 381-389 |  
  |  | 4 | 2 | 
 getWord0| Name:  | getWord0 |  | Prototype:  | static inline quint32 getWord0(const volatile double x) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp |  | Lines:  | 355-363 |  
  |  | 4 | 2 | 
 elfHash_finish| Name:  | elfHash_finish |  | Prototype:  | static void elfHash_finish(uint &h) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp |  | Lines:  | 111-115 |  
  |  | 2 | 2 | 
 doNotify| Name:  | doNotify |  | Prototype:  | static bool doNotify(QObject *receiver, QEvent *event) |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 1079-1091 |  
  |  | 5 | 2 | 
 digestMd5ResponseHelper| Name:  | digestMd5ResponseHelper |  | Prototype:  | static QByteArray digestMd5ResponseHelper( const QByteArray &alg, const QByteArray &userName, const QByteArray &realm, const QByteArray &password, const QByteArray &nonce, const QByteArray &nonceCount, const QByteArray &cNonce, const QByteArray &qop, const QByteArray &method, const QByteArray &digestUri, const QByteArray &hEntity ) |  | Coverage:  |  50.000% (5/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp |  | Lines:  | 605-668 |  
  |  | 38 | 4 | 
 defaultCapabilitiesForType| Name:  | defaultCapabilitiesForType |  | Prototype:  | static QNetworkProxy::Capabilities defaultCapabilitiesForType(QNetworkProxy::ProxyType type) |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp |  | Lines:  | 357-392 |  
  |  | 5 | 2 | 
 createUnixEventDispatcher| Name:  | createUnixEventDispatcher |  | Prototype:  | class QAbstractEventDispatcher *createUnixEventDispatcher() |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qgenericunixeventdispatcher.cpp |  | Lines:  | 40-48 |  
  |  | 3 | 2 | 
 cleanPath| Name:  | cleanPath |  | Prototype:  | static QString cleanPath(const QString &_path) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp |  | Lines:  | 130-138 |  
  |  | 4 | 2 | 
 check_parent_thread| Name:  | check_parent_thread |  | Prototype:  | static bool check_parent_thread(QObject *parent, QThreadData *parentThreadData, QThreadData *currentThreadData) |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp |  | Lines:  | 779-797 |  
  |  | 13 | 2 | 
 accessAsString| Name:  | accessAsString |  | Prototype:  | static inline QLatin1String accessAsString(bool read, bool write) |  | Coverage:  |  50.000% (4/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlgenerator.cpp |  | Lines:  | 72-78 |  
  |  | 3 | 2 | 
 _q_fixupDateTime| Name:  | _q_fixupDateTime |  | Prototype:  | static void _q_fixupDateTime(QDateTime *dateTime) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 460-469 |  
  |  | 5 | 2 | 
 TypeConstructor::customTypeConstructor| Name:  | TypeConstructor::customTypeConstructor |  | Prototype:  | static void *customTypeConstructor(const int type, void *where, const void *copy) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp |  | Lines:  | 1741-1753 |  
  |  | 8 | 2 | 
 TCBEase::value| Name:  | TCBEase::value |  | Prototype:  | qreal value(qreal x) override |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp |  | Lines:  | 823-833 |  
  |  | 5 | 2 | 
 QtConcurrent::ThreadEngineBase::startSingleThreaded| Name:  | QtConcurrent::ThreadEngineBase::startSingleThreaded |  | Prototype:  | void ThreadEngineBase::startSingleThreaded() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp |  | Lines:  | 125-131 |  
  |  | 3 | 2 | 
 QXmlStreamWriterPrivate::writeNamespaceDeclaration| Name:  | QXmlStreamWriterPrivate::writeNamespaceDeclaration |  | Prototype:  | void QXmlStreamWriterPrivate::writeNamespaceDeclaration(const NamespaceDeclaration &namespaceDeclaration) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp |  | Lines:  | 3123-3135 |  
  |  | 9 | 2 | 
 QXmlStreamWriter::writeAttributes| Name:  | QXmlStreamWriter::writeAttributes |  | Prototype:  | void QXmlStreamWriter::writeAttributes(const QXmlStreamAttributes& attributes) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp |  | Lines:  | 3484-3491 |  
  |  | 5 | 2 | 
 QXmlStreamReaderPrivate::resolveUndeclaredEntity| Name:  | QXmlStreamReaderPrivate::resolveUndeclaredEntity |  | Prototype:  | QString QXmlStreamReaderPrivate::resolveUndeclaredEntity(const QString &name) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp |  | Lines:  | 201-206 |  
  |  | 3 | 2 | 
 QXmlStreamReader::~QXmlStreamReader| Name:  | QXmlStreamReader::~QXmlStreamReader |  | Prototype:  | QXmlStreamReader::~QXmlStreamReader() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp |  | Lines:  | 437-442 |  
  |  | 3 | 2 | 
 QXmlStreamReader::setDevice| Name:  | QXmlStreamReader::setDevice |  | Prototype:  | void QXmlStreamReader::setDevice(QIODevice *device) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp |  | Lines:  | 456-466 |  
  |  | 6 | 2 | 
 QXmlStreamReader::addData| Name:  | QXmlStreamReader::addData |  | Prototype:  | void QXmlStreamReader::addData(const QByteArray &data) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp |  | Lines:  | 487-495 |  
  |  | 5 | 2 | 
 QXmlSimpleReaderPrivate::refAddC| Name:  | QXmlSimpleReaderPrivate::refAddC |  | Prototype:  | void QXmlSimpleReaderPrivate::refAddC(QChar ch) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 7979-7984 |  
  |  | 3 | 2 | 
 QXmlSimpleReaderPrivate::nameAddC| Name:  | QXmlSimpleReaderPrivate::nameAddC |  | Prototype:  | void QXmlSimpleReaderPrivate::nameAddC(QChar ch) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 7973-7978 |  
  |  | 3 | 2 | 
 QXmlSimpleReaderPrivate::initIncrementalParsing| Name:  | QXmlSimpleReaderPrivate::initIncrementalParsing |  | Prototype:  | void QXmlSimpleReaderPrivate::initIncrementalParsing() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 2528-2534 |  
  |  | 3 | 2 | 
 QXmlInputSource::data| Name:  | QXmlInputSource::data |  | Prototype:  | QString QXmlInputSource::data() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 1177-1185 |  
  |  | 5 | 2 | 
 QXcbXSettingsPrivate::getSettings| Name:  | QXcbXSettingsPrivate::getSettings |  | Prototype:  | QByteArray getSettings() |  | Coverage:  |  50.000% (4/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp |  | Lines:  | 101-133 |  
  |  | 23 | 4 | 
 QXcbWindow::updateDoesNotAcceptFocus| Name:  | QXcbWindow::updateDoesNotAcceptFocus |  | Prototype:  | void QXcbWindow::updateDoesNotAcceptFocus(bool doesNotAcceptFocus) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 1505-1516 |  
  |  | 6 | 2 | 
 QXcbWindow::systemTrayWindowGlobalGeometryStatic| Name:  | QXcbWindow::systemTrayWindowGlobalGeometryStatic |  | Prototype:  | QRect QXcbWindow::systemTrayWindowGlobalGeometryStatic(const QWindow *window) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 1955-1960 |  
  |  | 3 | 2 | 
 QXcbWindow::systemTrayWindowGlobalGeometry| Name:  | QXcbWindow::systemTrayWindowGlobalGeometry |  | Prototype:  | QRect QXcbWindow::systemTrayWindowGlobalGeometry() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 1962-1967 |  
  |  | 3 | 2 | 
 QXcbWindow::setOpacity| Name:  | QXcbWindow::setOpacity |  | Prototype:  | void QXcbWindow::setOpacity(qreal level) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2833-2848 |  
  |  | 11 | 2 | 
 QXcbWindow::setAlertState| Name:  | QXcbWindow::setAlertState |  | Prototype:  | void QXcbWindow::setAlertState(bool enabled) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 2869-2877 |  
  |  | 4 | 2 | 
 QXcbWindow::requestSystemTrayWindowDockStatic| Name:  | QXcbWindow::requestSystemTrayWindowDockStatic |  | Prototype:  | bool QXcbWindow::requestSystemTrayWindowDockStatic(const QWindow *window) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 1940-1945 |  
  |  | 3 | 2 | 
 QXcbWindow::requestSystemTrayWindowDock| Name:  | QXcbWindow::requestSystemTrayWindowDock |  | Prototype:  | bool QXcbWindow::requestSystemTrayWindowDock() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 1947-1953 |  
  |  | 4 | 2 | 
 QXcbVirtualDesktop::handleXFixesSelectionNotify| Name:  | QXcbVirtualDesktop::handleXFixesSelectionNotify |  | Prototype:  | void QXcbVirtualDesktop::handleXFixesSelectionNotify(xcb_xfixes_selection_notify_event_t *notify_event) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp |  | Lines:  | 108-112 |  
  |  | 2 | 2 | 
 QXcbSystemTrayTracker::locateTrayWindow| Name:  | QXcbSystemTrayTracker::locateTrayWindow |  | Prototype:  | xcb_window_t QXcbSystemTrayTracker::locateTrayWindow(const QXcbConnection *connection, xcb_atom_t selection) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsystemtraytracker.cpp |  | Lines:  | 81-90 |  
  |  | 7 | 2 | 
 QXcbSystemTrayTracker::create| Name:  | QXcbSystemTrayTracker::create |  | Prototype:  | QXcbSystemTrayTracker *QXcbSystemTrayTracker::create(QXcbConnection *connection) |  | Coverage:  |  50.000% (4/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsystemtraytracker.cpp |  | Lines:  | 56-68 |  
  |  | 7 | 4 | 
 QXcbSessionManager::~QXcbSessionManager| Name:  | QXcbSessionManager::~QXcbSessionManager |  | Prototype:  | QXcbSessionManager::~QXcbSessionManager() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp |  | Lines:  | 373-379 |  
  |  | 4 | 2 | 
 QXcbScreen::visualForId| Name:  | QXcbScreen::visualForId |  | Prototype:  | const xcb_visualtype_t *QXcbScreen::visualForId(xcb_visualid_t visualid) const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp |  | Lines:  | 382-388 |  
  |  | 4 | 2 | 
 QXcbScreen::updateRefreshRate| Name:  | QXcbScreen::updateRefreshRate |  | Prototype:  | void QXcbScreen::updateRefreshRate(xcb_randr_mode_t mode) |  | Coverage:  |  50.000% (9/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp |  | Lines:  | 583-613 |  
  |  | 20 | 6 |