| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
q_SSL_get_current_cipher| Name: | q_SSL_get_current_cipher | | Prototype: | const SSL_CIPHER * q_SSL_get_current_cipher(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 263-263 |
| | 1 | 2 |
q_SSL_get_error| Name: | q_SSL_get_error | | Prototype: | int q_SSL_get_error(SSL *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: | 268-268 |
| | 1 | 2 |
q_SSL_get_ex_new_index| Name: | q_SSL_get_ex_new_index | | Prototype: | int q_SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 291-291 |
| | 1 | 2 |
q_SSL_get_peer_cert_chain| Name: | q_SSL_get_peer_cert_chain | | Prototype: | struct stack_st_X509 * q_SSL_get_peer_cert_chain(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 269-269 |
| | 1 | 2 |
q_SSL_get_peer_certificate| Name: | q_SSL_get_peer_certificate | | Prototype: | X509 * q_SSL_get_peer_certificate(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 270-270 |
| | 1 | 2 |
q_SSL_get_session| Name: | q_SSL_get_session | | Prototype: | SSL_SESSION* q_SSL_get_session(const SSL *ssl) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 289-289 |
| | 1 | 2 |
q_SSL_library_init| Name: | q_SSL_library_init | | Prototype: | int q_SSL_library_init(void) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 277-277 |
| | 1 | 2 |
q_SSL_load_error_strings| Name: | q_SSL_load_error_strings | | Prototype: | void q_SSL_load_error_strings(void) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 278-278 |
| | 1 | 2 |
q_SSL_new| Name: | q_SSL_new | | Prototype: | SSL * q_SSL_new(SSL_CTX *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 279-279 |
| | 1 | 2 |
q_SSL_read| Name: | q_SSL_read | | Prototype: | int q_SSL_read(SSL *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: | 281-281 |
| | 1 | 2 |
q_SSL_select_next_proto| Name: | q_SSL_select_next_proto | | Prototype: | int q_SSL_select_next_proto(unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, const unsigned char *client, unsigned int client_len) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 403-403 |
| | 1 | 2 |
q_SSL_set_accept_state| Name: | q_SSL_set_accept_state | | Prototype: | void q_SSL_set_accept_state(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 283-283 |
| | 1 | 2 |
q_SSL_set_bio| Name: | q_SSL_set_bio | | Prototype: | void q_SSL_set_bio(SSL *a, BIO *b, BIO *c) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 282-282 |
| | 1 | 2 |
q_SSL_set_connect_state| Name: | q_SSL_set_connect_state | | Prototype: | void q_SSL_set_connect_state(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 284-284 |
| | 1 | 2 |
q_SSL_set_ex_data| Name: | q_SSL_set_ex_data | | Prototype: | int q_SSL_set_ex_data(SSL *ssl, int idx, void *arg) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 292-292 |
| | 1 | 2 |
q_SSL_set_psk_client_callback| Name: | q_SSL_set_psk_client_callback | | Prototype: | void q_SSL_set_psk_client_callback(SSL* ssl, q_psk_client_callback_t callback) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 296-296 |
| | 1 | 2 |
q_SSL_set_session| Name: | q_SSL_set_session | | Prototype: | int q_SSL_set_session(SSL* to, SSL_SESSION *session) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 286-286 |
| | 1 | 2 |
q_SSL_shutdown| Name: | q_SSL_shutdown | | Prototype: | int q_SSL_shutdown(SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 285-285 |
| | 1 | 2 |
q_SSL_version| Name: | q_SSL_version | | Prototype: | int q_SSL_version(const SSL *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 267-267 |
| | 1 | 2 |
q_SSL_write| Name: | q_SSL_write | | Prototype: | int q_SSL_write(SSL *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: | 341-341 |
| | 1 | 2 |
q_SSLeay| Name: | q_SSLeay | | Prototype: | long q_SSLeay(void) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 398-398 |
| | 1 | 2 |
q_SSLeay_version| Name: | q_SSLeay_version | | Prototype: | const char * q_SSLeay_version(int a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 399-399 |
| | 1 | 2 |
q_SSLv23_client_method| Name: | q_SSLv23_client_method | | Prototype: | const SSL_METHOD * q_SSLv23_client_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 305-305 |
| | 1 | 2 |
q_SSLv23_server_method| Name: | q_SSLv23_server_method | | Prototype: | const SSL_METHOD * q_SSLv23_server_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 317-317 |
| | 1 | 2 |
q_SSLv3_client_method| Name: | q_SSLv3_client_method | | Prototype: | const SSL_METHOD * q_SSLv3_client_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 303-303 |
| | 1 | 2 |
q_SSLv3_server_method| Name: | q_SSLv3_server_method | | Prototype: | const SSL_METHOD * q_SSLv3_server_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 315-315 |
| | 1 | 2 |
q_TLSv1_1_client_method| Name: | q_TLSv1_1_client_method | | Prototype: | const SSL_METHOD * q_TLSv1_1_client_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 308-308 |
| | 1 | 2 |
q_TLSv1_2_client_method| Name: | q_TLSv1_2_client_method | | Prototype: | const SSL_METHOD * q_TLSv1_2_client_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 309-309 |
| | 1 | 2 |
q_TLSv1_client_method| Name: | q_TLSv1_client_method | | Prototype: | const SSL_METHOD * q_TLSv1_client_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 306-306 |
| | 1 | 2 |
q_TLSv1_server_method| Name: | q_TLSv1_server_method | | Prototype: | const SSL_METHOD * q_TLSv1_server_method() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 318-318 |
| | 1 | 2 |
q_X509V3_EXT_d2i| Name: | q_X509V3_EXT_d2i | | Prototype: | void * q_X509V3_EXT_d2i(X509_EXTENSION *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 353-353 |
| | 1 | 2 |
q_X509V3_EXT_get| Name: | q_X509V3_EXT_get | | Prototype: | const X509V3_EXT_METHOD * q_X509V3_EXT_get(X509_EXTENSION *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 352-352 |
| | 1 | 2 |
q_X509_EXTENSION_get_critical| Name: | q_X509_EXTENSION_get_critical | | Prototype: | int q_X509_EXTENSION_get_critical(X509_EXTENSION *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 354-354 |
| | 1 | 2 |
q_X509_EXTENSION_get_data| Name: | q_X509_EXTENSION_get_data | | Prototype: | ASN1_OCTET_STRING * q_X509_EXTENSION_get_data(X509_EXTENSION *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 355-355 |
| | 1 | 2 |
q_X509_EXTENSION_get_object| Name: | q_X509_EXTENSION_get_object | | Prototype: | ASN1_OBJECT * q_X509_EXTENSION_get_object(X509_EXTENSION *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 347-347 |
| | 1 | 2 |
q_X509_NAME_ENTRY_get_data| Name: | q_X509_NAME_ENTRY_get_data | | Prototype: | ASN1_STRING * q_X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 369-369 |
| | 1 | 2 |
q_X509_NAME_ENTRY_get_object| Name: | q_X509_NAME_ENTRY_get_object | | Prototype: | ASN1_OBJECT * q_X509_NAME_ENTRY_get_object(X509_NAME_ENTRY *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 370-370 |
| | 1 | 2 |
q_X509_NAME_entry_count| Name: | q_X509_NAME_entry_count | | Prototype: | int q_X509_NAME_entry_count(X509_NAME *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 367-367 |
| | 1 | 2 |
q_X509_NAME_get_entry| Name: | q_X509_NAME_get_entry | | Prototype: | X509_NAME_ENTRY * q_X509_NAME_get_entry(X509_NAME *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: | 368-368 |
| | 1 | 2 |
q_X509_PUBKEY_get| Name: | q_X509_PUBKEY_get | | Prototype: | EVP_PKEY * q_X509_PUBKEY_get(X509_PUBKEY *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 371-371 |
| | 1 | 2 |
q_X509_STORE_CTX_free| Name: | q_X509_STORE_CTX_free | | Prototype: | void q_X509_STORE_CTX_free(X509_STORE_CTX *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 375-375 |
| | 1 | 2 |
q_X509_STORE_CTX_get_error| Name: | q_X509_STORE_CTX_get_error | | Prototype: | int q_X509_STORE_CTX_get_error(X509_STORE_CTX *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 378-378 |
| | 1 | 2 |
q_X509_STORE_CTX_get_error_depth| Name: | q_X509_STORE_CTX_get_error_depth | | Prototype: | int q_X509_STORE_CTX_get_error_depth(X509_STORE_CTX *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 379-379 |
| | 1 | 2 |
q_X509_STORE_CTX_init| Name: | q_X509_STORE_CTX_init | | Prototype: | int q_X509_STORE_CTX_init(X509_STORE_CTX *a, X509_STORE *b, X509 *c, struct stack_st_X509 *d) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 376-376 |
| | 1 | 2 |
q_X509_STORE_CTX_new| Name: | q_X509_STORE_CTX_new | | Prototype: | X509_STORE_CTX * q_X509_STORE_CTX_new() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 382-382 |
| | 1 | 2 |
q_X509_STORE_add_cert| Name: | q_X509_STORE_add_cert | | Prototype: | int q_X509_STORE_add_cert(X509_STORE *a, X509 *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 374-374 |
| | 1 | 2 |
q_X509_STORE_free| Name: | q_X509_STORE_free | | Prototype: | void q_X509_STORE_free(X509_STORE *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 372-372 |
| | 1 | 2 |
q_X509_STORE_new| Name: | q_X509_STORE_new | | Prototype: | X509_STORE * q_X509_STORE_new() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 373-373 |
| | 1 | 2 |
q_X509_check_issued| Name: | q_X509_check_issued | | Prototype: | int q_X509_check_issued(X509 *a, X509 *b) | | 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_X509_cmp| Name: | q_X509_cmp | | Prototype: | int q_X509_cmp(X509 *a, X509 *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 342-342 |
| | 1 | 2 |
q_X509_dup| Name: | q_X509_dup | | Prototype: | X509 * q_X509_dup(X509 *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 344-344 |
| | 1 | 2 |
q_X509_free| Name: | q_X509_free | | Prototype: | void q_X509_free(X509 *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 348-348 |
| | 1 | 2 |
q_X509_get_ext| Name: | q_X509_get_ext | | Prototype: | X509_EXTENSION * q_X509_get_ext(X509 *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: | 349-349 |
| | 1 | 2 |
q_X509_get_ext_count| Name: | q_X509_get_ext_count | | Prototype: | int q_X509_get_ext_count(X509 *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 350-350 |
| | 1 | 2 |
q_X509_get_ext_d2i| Name: | q_X509_get_ext_d2i | | Prototype: | void * q_X509_get_ext_d2i(X509 *a, int b, int *c, int *d) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 351-351 |
| | 1 | 2 |
q_X509_get_issuer_name| Name: | q_X509_get_issuer_name | | Prototype: | X509_NAME * q_X509_get_issuer_name(X509 *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 364-364 |
| | 1 | 2 |
q_X509_get_subject_name| Name: | q_X509_get_subject_name | | Prototype: | X509_NAME * q_X509_get_subject_name(X509 *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 365-365 |
| | 1 | 2 |
q_X509_print| Name: | q_X509_print | | Prototype: | void q_X509_print(BIO *a, X509 *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 346-346 |
| | 1 | 2 |
q_X509_verify_cert| Name: | q_X509_verify_cert | | Prototype: | int q_X509_verify_cert(X509_STORE_CTX *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 366-366 |
| | 1 | 2 |
q_d2i_DHparams| Name: | q_d2i_DHparams | | Prototype: | DH * q_d2i_DHparams(DH**a, const unsigned char **pp, long length) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 418-418 |
| | 1 | 2 |
q_d2i_PKCS12_bio| Name: | q_d2i_PKCS12_bio | | Prototype: | PKCS12 * q_d2i_PKCS12_bio(BIO *bio, PKCS12 **pkcs12) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 432-432 |
| | 1 | 2 |
q_d2i_SSL_SESSION| Name: | q_d2i_SSL_SESSION | | Prototype: | SSL_SESSION * q_d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, long length) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 401-401 |
| | 1 | 2 |
q_d2i_X509| Name: | q_d2i_X509 | | Prototype: | X509 * q_d2i_X509(X509 **a, const unsigned char **b, long c) | | 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_i2d_SSL_SESSION| Name: | q_i2d_SSL_SESSION | | Prototype: | int q_i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 400-400 |
| | 1 | 2 |
q_i2d_X509| Name: | q_i2d_X509 | | Prototype: | int q_i2d_X509(X509 *a, unsigned char **b) | | 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_sk_free| Name: | q_sk_free | | Prototype: | void q_sk_free(_STACK *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 229-229 |
| | 1 | 2 |
q_sk_new_null| Name: | q_sk_new_null | | Prototype: | _STACK * q_sk_new_null() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 227-227 |
| | 1 | 2 |
q_sk_num| Name: | q_sk_num | | Prototype: | int q_sk_num(STACK *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 224-224 |
| | 1 | 2 |
q_sk_pop_free| Name: | q_sk_pop_free | | Prototype: | void q_sk_pop_free(STACK *a, void (*b)(void*)) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 225-225 |
| | 1 | 2 |
q_sk_push| Name: | q_sk_push | | Prototype: | void q_sk_push(_STACK *a, void *b) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 228-228 |
| | 1 | 2 |
q_sk_value| Name: | q_sk_value | | Prototype: | void * q_sk_value(STACK *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: | 230-230 |
| | 1 | 2 |
qgl_extensions| Name: | qgl_extensions | | Prototype: | QOpenGLExtensions* qgl_extensions() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 117-124 |
| | 4 | 2 |
qglx_surfaceFormatFromGLXFBConfig| Name: | qglx_surfaceFormatFromGLXFBConfig | | Prototype: | void qglx_surfaceFormatFromGLXFBConfig(QSurfaceFormat *format, Display *display, GLXFBConfig config) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/glxconvenience/qglxconvenience.cpp | | Lines: | 245-278 |
| | 27 | 2 |
qt_message_output| Name: | qt_message_output | | Prototype: | void qt_message_output(QtMsgType msgType, const QMessageLogContext &context, const QString &message) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 1659-1664 |
| | 3 | 2 |
qt_qhostinfo_cache_inject| Name: | qt_qhostinfo_cache_inject | | Prototype: | void qt_qhostinfo_cache_inject(const QString &hostname, const QHostInfo &resolution) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | | Lines: | 713-720 |
| | 4 | 2 |
qt_socks5_set_host_name_and_port| Name: | qt_socks5_set_host_name_and_port | | Prototype: | static bool qt_socks5_set_host_name_and_port(const QString &hostname, quint16 port, QByteArray *pBuf) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 181-204 |
| | 10 | 2 |
report_error| Name: | report_error | | Prototype: | static void report_error(int code, const char *where, const char *what) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | | Lines: | 65-69 |
| | 2 | 2 |
scanUtf8Char| Name: | scanUtf8Char | | Prototype: | static inline bool scanUtf8Char(const char *&json, const char *end, uint *result) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 881-894 |
| | 8 | 2 |
setWord0| Name: | setWord0 | | Prototype: | static inline void setWord0(volatile double *x, quint32 l) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 365-379 |
| | 10 | 2 |
setWord1| Name: | setWord1 | | Prototype: | static inline void setWord1(volatile double *x, quint32 l) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 390-404 |
| | 10 | 2 |
stretchFromFcWidth| Name: | stretchFromFcWidth | | Prototype: | static inline int stretchFromFcWidth(int fcwidth) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | | Lines: | 97-111 |
| | 8 | 3 |
systemLocale| Name: | systemLocale | | Prototype: | static const QSystemLocale *systemLocale() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 580-585 |
| | 3 | 2 |
systemTrayTracker| Name: | systemTrayTracker | | Prototype: | static inline QXcbSystemTrayTracker *systemTrayTracker(const QScreen *s) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 107-113 |
| | 3 | 2 |
textCopy| Name: | textCopy | | Prototype: | QChar *textCopy(const QChar *start, int len) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2383-2390 |
| | 5 | 2 |
timerSourceDispatch| Name: | timerSourceDispatch | | Prototype: | static gboolean timerSourceDispatch(GSource *source, GSourceFunc, gpointer) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 170-178 |
| | 6 | 2 |
ucalDaylightOffset| Name: | ucalDaylightOffset | | Prototype: | static int ucalDaylightOffset(const QByteArray &id) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | | Lines: | 258-266 |
| | 5 | 2 |
QFreetypeFace| Name: | QFreetypeFace | | Coverage: | 50.262% (96/191) |
| | 204 | 65 |
QSharedMemoryPrivate| Name: | QSharedMemoryPrivate | | Coverage: | 50.413% (61/121) |
| | 140 | 55 |
QElfParser| Name: | QElfParser | | Coverage: | 50.427% (59/117) |
| | 117 | 33 |
QXcbBackingStore| Name: | QXcbBackingStore | | Coverage: | 50.549% (46/91) |
| | 86 | 31 |
_qdtoa| Name: | _qdtoa | | Prototype: | static char *_qdtoa( volatile double d, int mode, int ndigits, int *decpt, int *sign, char **rve, char **resultp) | | Coverage: | 50.820% (186/366) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 2012-2615 |
| | 356 | 110 |
QLibraryStore| Name: | QLibraryStore | | Coverage: | 51.020% (25/49) |
| | 47 | 19 |
QTest| Name: | QTest | | Coverage: | 51.034% (1086/2128) |
| | 1728 | 945 |
QSystemLocale| Name: | QSystemLocale | | Coverage: | 51.064% (72/141) |
| | 93 | 61 |
weightFromFcWeight| Name: | weightFromFcWeight | | Prototype: | static inline int weightFromFcWeight(int fcweight) | | Coverage: | 51.613% (16/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | | Lines: | 65-95 |
| | 21 | 11 |
QNetworkAccessFileBackendFactory| Name: | QNetworkAccessFileBackendFactory | | Coverage: | 51.724% (15/29) |
| | 18 | 10 |
QSslCipher| Name: | QSslCipher | | Coverage: | 51.724% (15/29) |
| | 23 | 19 |
QRegularExpressionMatch| Name: | QRegularExpressionMatch | | Coverage: | 51.852% (42/81) |
| | 73 | 39 |
createDirectoryWithParents| Name: | createDirectoryWithParents | | Prototype: | static bool createDirectoryWithParents(const QByteArray &nativeName, bool shouldMkdirFirst = true) | | Coverage: | 52.000% (13/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp | | Lines: | 564-586 |
| | 15 | 7 |
QGLFormat| Name: | QGLFormat | | Coverage: | 52.096% (87/167) |
| | 185 | 89 |