| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
qHash| Name: | qHash | | Prototype: | uint qHash(float key, uint seed) | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 900-903 |
| | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(long double key, uint seed) | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 921-924 |
| | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QDateTime &key, uint seed) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4995-5002 |
| | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QDate &key, uint seed) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 5010-5013 |
| | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QTime &key, uint seed) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 5021-5024 |
| | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QByteArray &key, uint seed) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 177-180 |
| | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QString &key, uint seed) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 182-185 |
| | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QStringRef &key, uint seed) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 187-190 |
| | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(QLatin1String key, uint seed) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 205-208 |
| | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(double key, uint seed) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 910-913 |
| | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QNetworkConfiguration& config) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qsharednetworksession.cpp | | Lines: | 80-83 |
| | 1 | 1 |
qHashBits| Name: | qHashBits | | Prototype: | uint qHashBits(const void *p, size_t len, uint seed) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 159-162 |
| | 1 | 1 |
qIcuCodecStateFree| Name: | qIcuCodecStateFree | | Prototype: | static void qIcuCodecStateFree(QTextCodec::ConverterState *state) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 54-57 |
| | 1 | 1 |
qInf| Name: | qInf | | Prototype: | double qInf() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | | Lines: | 92-92 |
| | 1 | 1 |
qInitDrawhelperFunctions_ctor_class_| Name: | qInitDrawhelperFunctions_ctor_class_ | | Coverage: | 0.000% (0/1) |
| | 1 | 1 |
qInitImageConversions_ctor_class_| Name: | qInitImageConversions_ctor_class_ | | Coverage: | 0.000% (0/1) |
| | 1 | 1 |
qIsDigit| Name: | qIsDigit | | Prototype: | inline bool qIsDigit(char ch) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 716-719 |
| | 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: | 56-56 |
| | 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: | 74-74 |
| | 1 | 1 |
qIsFloatingPoint| Name: | qIsFloatingPoint | | Prototype: | static bool qIsFloatingPoint(uint tp) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 3370-3373 |
| | 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: | 44-44 |
| | 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: | 62-62 |
| | 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: | 50-50 |
| | 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: | 68-68 |
| | 1 | 1 |
qIsNumericType| Name: | qIsNumericType | | Prototype: | static bool qIsNumericType(uint tp) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 3350-3368 |
| | 1 | 1 |
qIsUpper| Name: | qIsUpper | | Prototype: | static inline bool qIsUpper(char c) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 653-656 |
| | 1 | 1 |
qIsUpper| Name: | qIsUpper | | Prototype: | static bool qIsUpper(char c) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1983-1986 |
| | 1 | 1 |
qIsUpper| Name: | qIsUpper | | Prototype: | inline bool qIsUpper(char ch) | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 711-714 |
| | 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: | 58-58 |
| | 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: | 49-49 |
| | 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: | 50-50 |
| | 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: | 57-57 |
| | 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/qevdevtablet.cpp | | Lines: | 46-46 |
| | 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: | 53-53 |
| | 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: | 41-41 |
| | 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: | 59-59 |
| | 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: | 53-56 |
| | 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: | 68-71 |
| | 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: | 298-304 |
| | 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: | 2624-2624 |
| | 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: | 3058-3058 |
| | 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: | 3059-3059 |
| | 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: | 1213-1216 |
| | 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: | 205-208 |
| | 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: | 210-213 |
| | 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: | 86-86 |
| | 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: | 63-66 |
| | 1 | 1 |
qRegisterGuiGetInterpolator_ctor_class_| Name: | qRegisterGuiGetInterpolator_ctor_class_ | | Coverage: | 0.000% (0/1) |
| | 1 | 1 |
qRegisterGuiStateMachine_ctor_class_| Name: | qRegisterGuiStateMachine_ctor_class_ | | Coverage: | 0.000% (0/1) |
| | 1 | 1 |
qRegisterGuiVariant_ctor_class_| Name: | qRegisterGuiVariant_ctor_class_ | | Coverage: | 0.000% (0/1) |
| | 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: | 424-427 |
| | 1 | 1 |
qRegisterWidgetsVariant_ctor_class_| Name: | qRegisterWidgetsVariant_ctor_class_ | | Coverage: | 0.000% (0/1) |
| | 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: | 80-80 |
| | 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: | 81-84 |
| | 1 | 1 |
qSharedBuild| Name: | qSharedBuild | | Prototype: | bool qSharedBuild() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 974-981 |
| | 1 | 1 |
qSign| Name: | qSign | | Prototype: | inline int qSign(qreal r) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 137-140 |
| | 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: | 1650-1654 |
| | 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: | 1656-1660 |
| | 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: | 924-927 |
| | 1 | 1 |
qTerminate| Name: | qTerminate | | Prototype: | void qTerminate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 3007-3010 |
| | 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: | 59-62 |
| | 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: | 94-94 |
| | 1 | 1 |
qUnregisterGuiGetInterpolator_dtor_class_| Name: | qUnregisterGuiGetInterpolator_dtor_class_ | | Coverage: | 0.000% (0/1) |
| | 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: | 461-464 |
| | 1 | 1 |
qUnregisterGuiStateMachine_dtor_class_| Name: | qUnregisterGuiStateMachine_dtor_class_ | | Coverage: | 0.000% (0/1) |
| | 1 | 1 |
qVersion| Name: | qVersion | | Prototype: | const char *qVersion() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 969-972 |
| | 1 | 1 |
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 |
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_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_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: | 359-359 |
| | 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_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_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_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_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_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_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_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_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_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_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: | 419-419 |
| | 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_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_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_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_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_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_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: | 416-416 |
| | 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_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: | 156-156 |
| | 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_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: | 421-421 |
| | 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_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_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_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_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_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_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_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 |