Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
qIterAppendName: | qIterAppend | Prototype: | static void qIterAppend(DBusMessageIter *it, QByteArray *ba, int type, const void *arg) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp | Lines: | 49-55 |
| | 3 | 2 |
qIterGetName: | qIterGet | Prototype: | template <typename T> static inline T qIterGet(DBusMessageIter *it) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusdemarshaller.cpp | Lines: | 49-74 |
| | 4 | 1 |
qLcEglDevDebugName: | qLcEglDevDebug | Prototype: | const QLoggingCategory &qLcEglDevDebug() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | Lines: | 64-64 |
| | 1 | 1 |
qLcEglfsKmsDebugName: | qLcEglfsKmsDebug | Prototype: | const QLoggingCategory &qLcEglfsKmsDebug() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsintegration.cpp | Lines: | 61-61 |
| | 1 | 1 |
qLcEvdevKeyName: | qLcEvdevKey | Prototype: | const QLoggingCategory &qLcEvdevKey() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | Lines: | 56-56 |
| | 1 | 1 |
qLcEvdevKeyMapName: | qLcEvdevKeyMap | Prototype: | const QLoggingCategory &qLcEvdevKeyMap() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | Lines: | 57-57 |
| | 1 | 1 |
qLcEvdevMouseName: | qLcEvdevMouse | Prototype: | const QLoggingCategory &qLcEvdevMouse() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp | Lines: | 63-63 |
| | 1 | 1 |
qLcEvdevTabletName: | qLcEvdevTablet | Prototype: | const QLoggingCategory &qLcEvdevTablet() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp | Lines: | 52-52 |
| | 1 | 1 |
qLcEvdevTouchName: | qLcEvdevTouch | Prototype: | const QLoggingCategory &qLcEvdevTouch() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 60-60 |
| | 1 | 1 |
qLcMenuName: | qLcMenu | Prototype: | const QLoggingCategory &qLcMenu() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusplatformmenu.cpp | Lines: | 47-47 |
| | 1 | 1 |
qLcTrayName: | qLcTray | Prototype: | const QLoggingCategory &qLcTray() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 65-65 |
| | 1 | 1 |
qMallocName: | qMalloc | Prototype: | void *qMalloc(size_t size) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qmalloc.cpp | Lines: | 59-62 |
| | 1 | 1 |
qMallocAlignedName: | qMallocAligned | Prototype: | void *qMallocAligned(size_t size, size_t alignment) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qmalloc.cpp | Lines: | 74-77 |
| | 1 | 1 |
qMapAlignmentThresholdName: | qMapAlignmentThreshold | Prototype: | static inline int qMapAlignmentThreshold() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | Lines: | 304-310 |
| | 1 | 1 |
qMapAllocateName: | qMapAllocate | Prototype: | static inline void *qMapAllocate(int alloc, int alignment) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | Lines: | 312-317 |
| | 3 | 1 |
qMapDeallocateName: | qMapDeallocate | Prototype: | static inline void qMapDeallocate(QMapNodeBase *node, int alignment) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | Lines: | 319-325 |
| | 3 | 2 |
qMaxName: | qMax | Prototype: | static inline int qMax(int i1, int i2, int i3) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 2628-2628 |
| | 1 | 1 |
qMemCopyName: | qMemCopy | Prototype: | void *qMemCopy(void *dest, const void *src, size_t n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3121-3121 |
| | 1 | 1 |
qMemEqualsName: | qMemEquals | Prototype: | static bool qMemEquals(const quint16 *a, const quint16 *b, int length) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 642-648 |
| | 3 | 2 |
qMemSetName: | qMemSet | Prototype: | void *qMemSet(void *dest, int c, size_t n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3122-3122 |
| | 1 | 1 |
qMetaTypeCustomType_unlockedName: | qMetaTypeCustomType_unlocked | Prototype: | static int qMetaTypeCustomType_unlocked(const char *typeName, int length, int *firstInvalidIndex = 0) | Coverage: | 92.000% (23/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 894-914 |
| | 15 | 7 |
qMetaTypeNumberName: | qMetaTypeNumber | Prototype: | static qlonglong qMetaTypeNumber(const QVariant::Private *d) | Coverage: | 94.737% (18/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 143-169 |
| | 12 | 10 |
qMetaTypeStaticTypeName: | qMetaTypeStaticType | Prototype: | static inline int qMetaTypeStaticType(const char *typeName, int length) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 877-885 |
| | 5 | 2 |
qMetaTypeTypeImplName: | qMetaTypeTypeImpl | Prototype: | template <bool tryNormalizedType> static inline int qMetaTypeTypeImpl(const char *typeName, int length) | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1188-1210 |
| | 13 | 5 |
qMetaTypeTypeInternalName: | qMetaTypeTypeInternal | Prototype: | int qMetaTypeTypeInternal(const char *typeName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1230-1233 |
| | 1 | 1 |
qMetaTypeUNumberName: | qMetaTypeUNumber | Prototype: | static qulonglong qMetaTypeUNumber(const QVariant::Private *d) | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 171-187 |
| | 8 | 6 |
qMoveRangeName: | qMoveRange | Prototype: | template<typename Container> static void qMoveRange(Container& c, typename Container::size_type rangeStart, typename Container::size_type rangeEnd, typename Container::size_type targetPosition) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 725-739 |
| | 6 | 1 |
qNetworkConfigurationManagerPrivateName: | qNetworkConfigurationManagerPrivate | Prototype: | QNetworkConfigurationManagerPrivate *qNetworkConfigurationManagerPrivate() | Coverage: | 84.615% (11/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworkconfigmanager.cpp | Lines: | 82-109 |
| | 16 | 4 |
qNormalizeNodeName: | qNormalizeNode | Prototype: | static void qNormalizeNode(QDomNodePrivate* n) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1865-1886 |
| | 13 | 4 |
qNormalizeRadiiName: | qNormalizeRadii | Prototype: | void qNormalizeRadii(const QRect &br, const QSize *radii, QSize *tlr, QSize *trr, QSize *blr, QSize *brr) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcssutil.cpp | Lines: | 314-329 |
| | 12 | 5 |
qNormalizeTypeName: | qNormalizeType | Prototype: | static char *qNormalizeType(char *d, int &templdepth, QByteArray &result) | Coverage: | 100.000% (19/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1252-1269 |
| | 11 | 5 |
qNtlmDecodePhase2Name: | qNtlmDecodePhase2 | Prototype: | static bool qNtlmDecodePhase2(const QByteArray& data, QNtlmPhase2Block& ch) | Coverage: | 42.857% (12/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 1333-1373 |
| | 27 | 10 |
qNtlmPhase1Name: | qNtlmPhase1 | Prototype: | static QByteArray qNtlmPhase1() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 1071-1079 |
| | 6 | 1 |
qNtlmPhase3Name: | qNtlmPhase3 | Prototype: | static QByteArray qNtlmPhase3(QAuthenticatorPrivate *ctx, const QByteArray& phase2data) | Coverage: | 45.833% (11/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 1376-1438 |
| | 34 | 7 |
qNumVariantToHelperName: | qNumVariantToHelper | Prototype: | template <typename T> inline T qNumVariantToHelper(const QVariant::Private &d, const HandlersManager &handlerManager, bool *ok, const T& val) | Coverage: | 94.737% (18/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 2642-2661 |
| | 11 | 5 |
qOpenGLVersionFlagsFromStringName: | qOpenGLVersionFlagsFromString | Prototype: | QGLFormat::OpenGLVersionFlags __attribute__((visibility("default"))) qOpenGLVersionFlagsFromString(const QString &versionString) | Coverage: | 10.938% (7/64) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1262-1398 |
| | 89 | 28 |
qPenFromStyleName: | qPenFromStyle | Prototype: | static QPen qPenFromStyle(const QBrush& b, qreal width, BorderStyle s) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcssutil.cpp | Lines: | 51-78 |
| | 14 | 9 |
qPixmapSerialName: | qPixmapSerial | Prototype: | static QString qPixmapSerial(quint64 i, bool enabled) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 955-968 |
| | 6 | 2 |
qPointDistanceFromLineName: | qPointDistanceFromLine | Prototype: | static inline qint64 qPointDistanceFromLine(const QPodPoint &p, const QPodPoint &v1, const QPodPoint &v2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 211-214 |
| | 1 | 1 |
qPointIsLeftOfLineName: | qPointIsLeftOfLine | Prototype: | static inline bool qPointIsLeftOfLine(const QPodPoint &p, const QPodPoint &v1, const QPodPoint &v2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 216-219 |
| | 1 | 1 |
qPolylineName: | qPolyline | Prototype: | QPolylineSet qPolyline(const QVectorPath &path, const QTransform &matrix, qreal lod) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 2337-2355 |
| | 13 | 2 |
qPolylineName: | qPolyline | Prototype: | QPolylineSet qPolyline(const QPainterPath &path, const QTransform &matrix, qreal lod) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 2357-2375 |
| | 13 | 2 |
qQNaNName: | qQNaN | Prototype: | double qQNaN() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | Lines: | 92-92 |
| | 1 | 1 |
qReallocName: | qRealloc | Prototype: | void *qRealloc(void *ptr, size_t size) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qmalloc.cpp | Lines: | 69-72 |
| | 1 | 1 |
qReallocAlignedName: | qReallocAligned | Prototype: | void *qReallocAligned(void *oldptr, size_t newsize, size_t oldsize, size_t alignment) | Coverage: | 53.333% (8/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qmalloc.cpp | Lines: | 79-122 |
| | 18 | 5 |
qRectIntersectsName: | qRectIntersects | Prototype: | static inline bool qRectIntersects(const QRect &r1, const QRect &r2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 133-137 |
| | 2 | 1 |
qRectToXCBRectangleName: | qRectToXCBRectangle | Prototype: | static inline xcb_rectangle_t qRectToXCBRectangle(const QRect &r) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 2823-2831 |
| | 6 | 1 |
qRegisterGuiGetInterpolatorName: | qRegisterGuiGetInterpolator | Prototype: | void qRegisterGuiGetInterpolator() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/animation/qguivariantanimation.cpp | Lines: | 65-72 |
| | 5 | 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 |
qRegisterGuiStateMachineName: | qRegisterGuiStateMachine | Prototype: | void qRegisterGuiStateMachine() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qguistatemachine.cpp | Lines: | 460-464 |
| | 2 | 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 |
qRegisterGuiVariantName: | qRegisterGuiVariant | Prototype: | void qRegisterGuiVariant() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguivariant.cpp | Lines: | 349-353 |
| | 2 | 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 |
qRegisterResourceDataName: | qRegisterResourceData | Prototype: | bool qRegisterResourceData(int version, const unsigned char *tree, const unsigned char *name, const unsigned char *data) | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 828-849 |
| | 14 | 5 |
qRegisterStaticPluginFunctionName: | qRegisterStaticPluginFunction | Prototype: | void __attribute__((visibility("default"))) qRegisterStaticPluginFunction(QStaticPlugin plugin) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 432-435 |
| | 1 | 1 |
qRegisterWidgetsVariantName: | qRegisterWidgetsVariant | Prototype: | void qRegisterWidgetsVariant() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetsvariant.cpp | Lines: | 154-159 |
| | 3 | 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 |
qRemoveDuplicatesName: | qRemoveDuplicates | Prototype: | template <typename Iterator, typename Equality> Iterator qRemoveDuplicates(Iterator begin, Iterator end, Equality eq) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1461-1478 |
| | 10 | 4 |
qRemovePostRoutineName: | qRemovePostRoutine | Prototype: | void qRemovePostRoutine(QtCleanUpFunction p) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 263-269 |
| | 4 | 2 |
qRemoveWhitespaceName: | qRemoveWhitespace | Prototype: | static void qRemoveWhitespace(const char *s, char *d) | Coverage: | 93.333% (28/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1234-1250 |
| | 12 | 6 |
qRotationTypeName: | qRotationType | Prototype: | inline RotationType qRotationType(const QTransform &transform) | Coverage: | 0.000% (0/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 2166-2186 |
| | 13 | 5 |
qSNaNName: | qSNaN | Prototype: | double qSNaN() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | Lines: | 86-86 |
| | 1 | 1 |
qSafeDivideName: | qSafeDivide | Prototype: | static inline qreal qSafeDivide(qreal x, qreal y) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | Lines: | 735-740 |
| | 3 | 2 |
qSafeFloatToQ16Dot16Name: | qSafeFloatToQ16Dot16 | Prototype: | static inline int qSafeFloatToQ16Dot16(qreal x) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | Lines: | 746-754 |
| | 6 | 3 |
qSafeFromBigEndianName: | qSafeFromBigEndian | Prototype: | template<typename T> static inline bool qSafeFromBigEndian(const uchar *source, const uchar *end, T *output) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 84-92 |
| | 4 | 2 |
qScanConvertName: | qScanConvert | Prototype: | template <typename T> void qScanConvert(QScanConverter &d, T allVertical) | Coverage: | 0.000% (0/46) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | Lines: | 322-383 |
| | 39 | 14 |
qScrollEffectName: | qScrollEffect | Prototype: | void qScrollEffect(QWidget* w, QEffects::DirFlags orient, int time) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qeffects.cpp | Lines: | 558-575 |
| | 10 | 3 |
qSelectionIndexesName: | qSelectionIndexes | Prototype: | template<typename ModelIndexContainer> static ModelIndexContainer qSelectionIndexes(const QItemSelection &selection) | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 330-337 |
| | 4 | 2 |
qSelectionPersistentRowLengthsName: | qSelectionPersistentRowLengths | Prototype: | static QVector<QPair<QPersistentModelIndex, uint> > qSelectionPersistentRowLengths(const QItemSelection &sel) | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 484-490 |
| | 4 | 2 |
qSetGlobalQHashSeedName: | qSetGlobalQHashSeed | Prototype: | void qSetGlobalQHashSeed(int newSeed) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 384-394 |
| | 6 | 3 |
qSetMessagePatternName: | qSetMessagePattern | Prototype: | void qSetMessagePattern(const QString &pattern) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 1883-1889 |
| | 3 | 2 |
qShapeItemName: | qShapeItem | Prototype: | HB_Bool qShapeItem(HB_ShaperItem *item) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qharfbuzz.cpp | Lines: | 87-90 |
| | 1 | 1 |
qSharedBuildName: | qSharedBuild | Prototype: | bool qSharedBuild() noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 1027-1034 |
| | 1 | 1 |
qSignName: | qSign | Prototype: | inline int qSign(qreal r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | Lines: | 143-146 |
| | 1 | 1 |
qSimplifyPathName: | qSimplifyPath | Prototype: | void qSimplifyPath(const QVectorPath &path, QDataBuffer<QPoint> &vertices, QDataBuffer<quint32> &indices, const QTransform &matrix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | Lines: | 1656-1660 |
| | 1 | 1 |
qSimplifyPathName: | qSimplifyPath | Prototype: | void qSimplifyPath(const QPainterPath &path, QDataBuffer<QPoint> &vertices, QDataBuffer<quint32> &indices, const QTransform &matrix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | Lines: | 1662-1666 |
| | 1 | 1 |
qSmartMaxSizeName: | qSmartMaxSize | Prototype: | QSize qSmartMaxSize(const QSize &sizeHint, const QSize &minSize, const QSize &maxSize, const QSizePolicy &sizePolicy, Qt::Alignment align) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutengine.cpp | Lines: | 392-413 |
| | 15 | 8 |
qSmartMaxSizeName: | qSmartMaxSize | Prototype: | QSize qSmartMaxSize(const QWidgetItem *i, Qt::Alignment align) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutengine.cpp | Lines: | 415-421 |
| | 3 | 1 |
qSmartMaxSizeName: | qSmartMaxSize | Prototype: | QSize qSmartMaxSize(const QWidget *w, Qt::Alignment align) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutengine.cpp | Lines: | 423-427 |
| | 2 | 1 |
qSmartMinSizeName: | qSmartMinSize | Prototype: | QSize qSmartMinSize(const QSize &sizeHint, const QSize &minSizeHint, const QSize &minSize, const QSize &maxSize, const QSizePolicy &sizePolicy) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutengine.cpp | Lines: | 347-375 |
| | 15 | 7 |
qSmartMinSizeName: | qSmartMinSize | Prototype: | QSize qSmartMinSize(const QWidgetItem *i) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutengine.cpp | Lines: | 377-383 |
| | 4 | 1 |
qSmartMinSizeName: | qSmartMinSize | Prototype: | QSize qSmartMinSize(const QWidget *w) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutengine.cpp | Lines: | 385-390 |
| | 3 | 1 |
qSmartSpacingName: | qSmartSpacing | Prototype: | int qSmartSpacing(const QLayout *layout, QStyle::PixelMetric pm) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutengine.cpp | Lines: | 429-440 |
| | 7 | 3 |
qSmoothScaleImageName: | qSmoothScaleImage | Prototype: | QImage qSmoothScaleImage(const QImage &src, int dw, int dh) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | Lines: | 728-757 |
| | 21 | 5 |
qSpiInitializeStructTypesName: | qSpiInitializeStructTypes | Prototype: | void qSpiInitializeStructTypes() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/struct_marshallers.cpp | Lines: | 217-234 |
| | 15 | 1 |
qStandardItemModelDataListMimeTypeName: | qStandardItemModelDataListMimeType | Prototype: | static inline QString qStandardItemModelDataListMimeType() | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 60-63 |
| | 0 | 2 |
qStandardItemModelDataListMimeType::[lambda]Name: | qStandardItemModelDataListMimeType::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 62-62 |
| | 0 | 1 |
qStreamNtlmBufferName: | qStreamNtlmBuffer | Prototype: | static void qStreamNtlmBuffer(QDataStream& ds, const QByteArray& s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 930-933 |
| | 1 | 1 |
qStreamNtlmStringName: | qStreamNtlmString | Prototype: | static void qStreamNtlmString(QDataStream& ds, const QString& s, bool unicode) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 936-945 |
| | 6 | 3 |
qStringAsUcs2LeName: | qStringAsUcs2Le | Prototype: | static QByteArray qStringAsUcs2Le(const QString& src) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 1082-1091 |
| | 6 | 2 |
qStringFromUcs2LeName: | qStringFromUcs2Le | Prototype: | static QString qStringFromUcs2Le(QByteArray src) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 1094-1102 |
| | 5 | 2 |
qTerminateName: | qTerminate | Prototype: | void qTerminate() noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3070-3073 |
| | 1 | 1 |
qTextCodecNameMatchName: | qTextCodecNameMatch | Prototype: | bool qTextCodecNameMatch(const char *n, const char *h) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | Lines: | 65-68 |
| | 1 | 1 |
qTextCodecsMutexName: | qTextCodecsMutex | Prototype: | QMutex *qTextCodecsMutex() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 100-100 |
| | 1 | 1 |
qToLowerName: | 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: | 753-759 |
| | 3 | 2 |
qToLowerName: | 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: | 1985-1991 |
| | 3 | 2 |
qToLowerName: | qToLower | Prototype: | inline char qToLower(char ch) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 728-734 |
| | 3 | 2 |
qToStringListName: | qToStringList | Prototype: | static QStringList qToStringList(const QList<QByteArray> &arr) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 1225-1233 |
| | 6 | 2 |
qTopLevelDomainName: | qTopLevelDomain | Prototype: | QString qTopLevelDomain(const QString &domain) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtldurl.cpp | Lines: | 84-98 |
| | 10 | 4 |
qTraverseKdPointTreeName: | qTraverseKdPointTree | Prototype: | template <typename T> void qTraverseKdPointTree(QKdPointTree::Node &node, T &t, int depth = 0) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 646-659 |
| | 5 | 3 |