| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
TypeConstructor::delegate| Name: | TypeConstructor::delegate | | Prototype: | template<typename T> void *delegate(const T *copy) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1751-1752 |
| | 1 | 1 |
TypeConstructor::delegate| Name: | TypeConstructor::delegate | | Prototype: | void *delegate(const QMetaTypeSwitcher::NotBuiltinType *copy) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1755-1755 |
| | 1 | 1 |
TypeDestructor::DestructorImpl::Destruct| Name: | TypeDestructor::DestructorImpl::Destruct | | Prototype: | static void Destruct(const int , void *where) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1816-1816 |
| | 1 | 1 |
TypeDestructor::TypeDestructor| Name: | TypeDestructor::TypeDestructor | | Prototype: | TypeDestructor(const int type) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1837-1839 |
| | 1 | 1 |
TypeDestructor::customTypeDestructor| Name: | TypeDestructor::customTypeDestructor | | Prototype: | static void customTypeDestructor(const int type, void *where) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1849-1861 |
| | 8 | 2 |
TypeDestructor::delegate| Name: | TypeDestructor::delegate | | Prototype: | template<typename T> void delegate(const T *where) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1841-1842 |
| | 1 | 1 |
TypeDestructor::delegate| Name: | TypeDestructor::delegate | | Prototype: | void delegate(const QMetaTypeSwitcher::NotBuiltinType *where) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1845-1846 |
| | 1 | 1 |
TypeInfo::TypeInfo| Name: | TypeInfo::TypeInfo | | Prototype: | TypeInfo(const uint type) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 2239-2244 |
| | 2 | 1 |
TypeInfo::TypeInfoImpl::TypeInfoImpl| Name: | TypeInfo::TypeInfoImpl::TypeInfoImpl | | Prototype: | TypeInfoImpl(const uint , QMetaTypeInterface &info) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 2213-2217 |
| | 2 | 1 |
TypeInfo::delegate| Name: | TypeInfo::delegate | | Prototype: | template<typename T> void delegate(const T*) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 2245-2246 |
| | 1 | 1 |
TypeInfo::delegate| Name: | TypeInfo::delegate | | Prototype: | void delegate(const QMetaTypeSwitcher::NotBuiltinType*) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 2248-2248 |
| | 1 | 1 |
UnconditionalTransition::UnconditionalTransition| Name: | UnconditionalTransition::UnconditionalTransition | | Prototype: | UnconditionalTransition(QAbstractState *target) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 398-400 |
| | 1 | 1 |
UnconditionalTransition::eventTest| Name: | UnconditionalTransition::eventTest | | Prototype: | bool eventTest(QEvent *) override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 403-403 |
| | 1 | 1 |
UnrollTailLoop::exec| Name: | UnrollTailLoop::exec | | Prototype: | template <typename RetType, typename Functor1, typename Functor2> static inline RetType exec(int count, RetType returnIfExited, Functor1 loopCheck, Functor2 returnIfFailed, int i = 0) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 171-192 |
| | 6 | 3 |
UnrollTailLoop::exec| Name: | UnrollTailLoop::exec | | Prototype: | template <> template <typename RetType, typename Functor1, typename Functor2> inline RetType UnrollTailLoop<0>::exec(int, RetType returnIfExited, Functor1, Functor2, int) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 204-208 |
| | 1 | 1 |
UnrollTailLoop::exec::[lambda]| Name: | UnrollTailLoop::exec::[lambda] | | Prototype: | [=](int i) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 201-201 |
| | 1 | 1 |
ValueArray::ValueArray| Name: | ValueArray::ValueArray | | Prototype: | ValueArray() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 488-488 |
| | 1 | 1 |
ValueArray::~ValueArray| Name: | ValueArray::~ValueArray | | Prototype: | ~ValueArray() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 489-489 |
| | 1 | 2 |
XInput2TouchDeviceData::XInput2TouchDeviceData| Name: | XInput2TouchDeviceData::XInput2TouchDeviceData | | Prototype: | XInput2TouchDeviceData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | | Lines: | 55-60 |
| | 2 | 1 |
ZoomFactorValidator::ZoomFactorValidator| Name: | ZoomFactorValidator::ZoomFactorValidator | | Prototype: | ZoomFactorValidator(qreal bottom, qreal top, int decimals, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | | Lines: | 88-89 |
| | 1 | 1 |
_QStateMachine_Internal::GoToStateTransition::GoToStateTransition| Name: | _QStateMachine_Internal::GoToStateTransition::GoToStateTransition | | Prototype: | GoToStateTransition(QAbstractState *target) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2126-2128 |
| | 1 | 1 |
_QStateMachine_Internal::GoToStateTransition::eventTest| Name: | _QStateMachine_Internal::GoToStateTransition::eventTest | | Prototype: | bool eventTest(QEvent *) override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2131-2131 |
| | 1 | 1 |
_QStateMachine_Internal::GoToStateTransition::onTransition| Name: | _QStateMachine_Internal::GoToStateTransition::onTransition | | Prototype: | void onTransition(QEvent *) override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2130-2130 |
| | 1 | 1 |
_q_fromHex| Name: | _q_fromHex | | Prototype: | template <class Char, class Integral> bool _q_fromHex(const Char *&src, Integral &value) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 65-80 |
| | 8 | 3 |
_q_futex| Name: | _q_futex | | Prototype: | static inline int _q_futex(void *addr, int op, int val, const struct timespec *timeout) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 112-124 |
| | 4 | 1 |
_q_interpolate| Name: | _q_interpolate | | Prototype: | template<> inline QRect _q_interpolate(const QRect &f, const QRect &t, qreal progress) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | | Lines: | 167-175 |
| | 6 | 1 |
_q_mapFromX509Name| Name: | _q_mapFromX509Name | | Prototype: | static QMap<QByteArray, QString> _q_mapFromX509Name(X509_NAME *name) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 600-614 |
| | 9 | 2 |
_q_toHex| Name: | _q_toHex | | Prototype: | template <class Char, class Integral> void _q_toHex(Char *&dst, Integral value) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 52-63 |
| | 4 | 2 |
_q_uuidToHex| Name: | _q_uuidToHex | | Prototype: | template <class Char> void _q_uuidToHex(Char *&dst, const uint &d1, const ushort &d2, const ushort &d3, const uchar (&d4)[8]) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 82-98 |
| | 13 | 3 |
addLikelySubtags| Name: | addLikelySubtags | | Prototype: | static bool addLikelySubtags(QLocaleId &localeId) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 216-229 |
| | 8 | 3 |
adjustFtpPath| Name: | adjustFtpPath | | Prototype: | static QUrl adjustFtpPath(QUrl url) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 4138-4146 |
| | 5 | 3 |
aggregateParameterCount| Name: | aggregateParameterCount | | Prototype: | static int aggregateParameterCount(const std::vector<QMetaMethodBuilderPrivate> &methods) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 1160-1166 |
| | 4 | 2 |
animationValueLessThan| Name: | animationValueLessThan | | Prototype: | static bool animationValueLessThan(const QVariantAnimation::KeyValue &p1, const QVariantAnimation::KeyValue &p2) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | | Lines: | 157-160 |
| | 1 | 1 |
any_of| Name: | any_of | | Prototype: | template<class InputIt, class UnaryPredicate> bool any_of(InputIt first, InputIt last, UnaryPredicate p) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | | Lines: | 77-81 |
| | 1 | 1 |
appendComponentIfPresent| Name: | appendComponentIfPresent | | Prototype: | static inline void appendComponentIfPresent(QString &msg, bool present, const char *componentName, const QString &component) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 4017-4026 |
| | 5 | 2 |
appendIntToFourBytes| Name: | appendIntToFourBytes | | Prototype: | static void appendIntToFourBytes(char *output, qint32 number) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 386-389 |
| | 1 | 1 |
appendIntToThreeBytes| Name: | appendIntToThreeBytes | | Prototype: | static void appendIntToThreeBytes(char *output, qint32 number) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 380-384 |
| | 2 | 1 |
appendSeparator| Name: | appendSeparator | | Prototype: | static inline void appendSeparator(QStringList *list, const QString &string, int from, int size, int lastQuote) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 358-362 |
| | 2 | 1 |
appendToUser| Name: | appendToUser | | Prototype: | static inline void appendToUser(QString &appendTo, const QString &value, QUrl::FormattingOptions options, const ushort *actions) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 839-849 |
| | 5 | 3 |
append_utf8| Name: | append_utf8 | | Prototype: | static void append_utf8(QString &qs, const char *cs, int len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5983-5989 |
| | 4 | 1 |
applicationXColorLiteral| Name: | applicationXColorLiteral | | Prototype: | static inline QString applicationXColorLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 52-52 |
| | 0 | 2 |
applicationXColorLiteral::[lambda]| Name: | applicationXColorLiteral::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 52-52 |
| | 0 | 1 |
applicationXQtImageLiteral| Name: | applicationXQtImageLiteral | | Prototype: | static inline QString applicationXQtImageLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 53-53 |
| | 0 | 2 |
applicationXQtImageLiteral::[lambda]| Name: | applicationXQtImageLiteral::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 53-53 |
| | 0 | 1 |
areMetricsTooLarge| Name: | areMetricsTooLarge | | Prototype: | static inline bool areMetricsTooLarge(const QFontEngineFT::GlyphInfo &info) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 878-884 |
| | 3 | 1 |
argumentTypesFromString| Name: | argumentTypesFromString | | Prototype: | static void argumentTypesFromString(const char *str, const char *end, QArgumentTypeArray &types) | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 654-672 |
| | 13 | 6 |
ascendingLessThan| Name: | ascendingLessThan | | Prototype: | static bool ascendingLessThan(const QPair<QString, int> &s1, const QPair<QString, int> &s2) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 254-257 |
| | 1 | 1 |
asciiIsLetter| Name: | asciiIsLetter | | Prototype: | static inline bool asciiIsLetter(char ch) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 449-453 |
| | 2 | 1 |
authenticationKey| Name: | authenticationKey | | Prototype: | static inline QByteArray authenticationKey(const QUrl &url, const QString &realm) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp | | Lines: | 141-146 |
| | 3 | 1 |
bin| Name: | bin | | Prototype: | QTextStream &bin(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2681-2685 |
| | 2 | 1 |
bm_find| Name: | bm_find | | Prototype: | static inline int bm_find(const uchar *cc, int l, int index, const uchar *puc, uint pl, const uchar *skiptable) | | Coverage: | 100.000% (25/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 55-88 |
| | 21 | 9 |
bm_find| Name: | bm_find | | Prototype: | static inline int bm_find(const ushort *uc, uint l, int index, const ushort *puc, uint pl, const uchar *skiptable, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (50/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | | Lines: | 63-121 |
| | 37 | 17 |
bm_init_skiptable| Name: | bm_init_skiptable | | Prototype: | static inline void bm_init_skiptable(const uchar *cc, int len, uchar *skiptable) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 46-53 |
| | 5 | 2 |
bm_init_skiptable| Name: | bm_init_skiptable | | Prototype: | static void bm_init_skiptable(const ushort *uc, int len, uchar *skiptable, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | | Lines: | 44-61 |
| | 11 | 4 |
bom| Name: | bom | | Prototype: | QTextStream &bom(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 3028-3032 |
| | 2 | 1 |
c_private| Name: | c_private | | Prototype: | static QLocalePrivate *c_private() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 537-541 |
| | 1 | 1 |
calculateDowDate| Name: | calculateDowDate | | Prototype: | static QDate calculateDowDate(int year, int month, int dayOfWeek, int week) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 341-353 |
| | 9 | 3 |
canConvertMetaObject| Name: | canConvertMetaObject | | Prototype: | static bool canConvertMetaObject(int fromId, int toId, QObject *fromObject) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 2935-2950 |
| | 6 | 3 |
can_consume| Name: | can_consume | | Prototype: | static inline bool can_consume(const char * &c, char ch) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6025-6032 |
| | 4 | 2 |
castToInterpolator| Name: | castToInterpolator | | Prototype: | template<typename T> static inline QVariantAnimation::Interpolator castToInterpolator(QVariant (*func)(const T &from, const T &to, qreal progress)) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | | Lines: | 449-452 |
| | 1 | 1 |
checkDBusGlobalMenuAvailable| Name: | checkDBusGlobalMenuAvailable | | Prototype: | static bool checkDBusGlobalMenuAvailable() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 121-126 |
| | 2 | 2 |
checkDBusGlobalMenuAvailable::[lambda]| Name: | checkDBusGlobalMenuAvailable::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 124-124 |
| | 0 | 1 |
checkStatement| Name: | checkStatement | | Prototype: | static bool checkStatement(bool statement, const char *msg, const char *file, int line) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestresult.cpp | | Lines: | 215-237 |
| | 15 | 4 |
cleanDriverDict| Name: | cleanDriverDict | | Prototype: | static void cleanDriverDict() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 206-212 |
| | 4 | 1 |
cleanUpConfigurations| Name: | cleanUpConfigurations | | Prototype: | static void cleanUpConfigurations(QHash<QString, QNetworkConfigurationPrivatePointer> &configurations) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | | Lines: | 47-54 |
| | 4 | 2 |
cleanupPrinterSupport| Name: | cleanupPrinterSupport | | Prototype: | static void cleanupPrinterSupport() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintplugin.cpp | | Lines: | 62-66 |
| | 2 | 1 |
clear| Name: | clear | | Prototype: | template <typename Container> void clear(Container &c) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 87-88 |
| | 1 | 1 |
clearBits| Name: | clearBits | | Prototype: | static void clearBits(quint8 *where, int start, int end) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 307-319 |
| | 6 | 2 |
clearExpectFail| Name: | clearExpectFail | | Prototype: | static void clearExpectFail() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestresult.cpp | | Lines: | 123-128 |
| | 3 | 1 |
clear_thread_data| Name: | clear_thread_data | | Prototype: | static void clear_thread_data() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 205-211 |
| | 2 | 1 |
clientChallenge| Name: | clientChallenge | | Prototype: | static QByteArray clientChallenge(const QAuthenticatorPrivate *ctx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | | Lines: | 1210-1215 |
| | 3 | 1 |
collectParentMimeTypes| Name: | collectParentMimeTypes | | Prototype: | static void collectParentMimeTypes(const QString &mime, QStringList &allParents) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetype.cpp | | Lines: | 344-356 |
| | 6 | 4 |
computeOffsets| Name: | computeOffsets | | Prototype: | static void computeOffsets(const QMetaObject *metaobject, int *signalOffset, int *methodOffset) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 268-279 |
| | 8 | 2 |
connManager_prepare| Name: | connManager_prepare | | Prototype: | static void connManager_prepare() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworkconfigmanager.cpp | | Lines: | 58-63 |
| | 3 | 1 |
constData| Name: | constData | | Prototype: | static const void *constData(const QVariant::Private &d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 330-333 |
| | 1 | 1 |
containsDecendantOf| Name: | containsDecendantOf | | Prototype: | static bool containsDecendantOf(const QSet<QAbstractState *> &states, const QAbstractState *node) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 301-308 |
| | 4 | 3 |
containsTLDEntry| Name: | containsTLDEntry | | Prototype: | static inline bool containsTLDEntry(const QString &entry) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtldurl.cpp | | Lines: | 72-75 |
| | 1 | 1 |
convert::[lambda]| Name: | convert::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 449-449 |
| | 0 | 1 |
convertCase_helper| Name: | convertCase_helper | | Prototype: | template <typename Traits, typename T> __attribute__((const)) static inline T convertCase_helper(T uc) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1439-1451 |
| | 3 | 2 |
convertToPcreOptions| Name: | convertToPcreOptions | | Prototype: | static int convertToPcreOptions(QRegularExpression::PatternOptions patternOptions) | | Coverage: | 100.000% (22/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 787-807 |
| | 16 | 8 |
convertToPcreOptions| Name: | convertToPcreOptions | | Prototype: | static int convertToPcreOptions(QRegularExpression::MatchOptions matchOptions) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 812-820 |
| | 4 | 2 |
copyConverterStateHelper| Name: | copyConverterStateHelper | | Prototype: | static void copyConverterStateHelper(QTextCodec::ConverterState *dest, const QTextCodec::ConverterState *src) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 364-375 |
| | 6 | 1 |
countRepeat| Name: | countRepeat | | Prototype: | static inline int countRepeat(const QString &str, int index, int maxCount) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 347-356 |
| | 6 | 2 |
cpuidFeatures01| Name: | cpuidFeatures01 | | Prototype: | static void cpuidFeatures01(uint &ecx, uint &edx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | | Lines: | 226-246 |
| | 6 | 1 |
cpuidFeatures07_00| Name: | cpuidFeatures07_00 | | Prototype: | static void cpuidFeatures07_00(uint &ebx, uint &ecx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | | Lines: | 252-276 |
| | 10 | 1 |
crc32| Name: | crc32 | | Prototype: | template <typename Char> __attribute__((__target__("sse4.2"))) static uint crc32(const Char *ptr, size_t len, uint h) | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 102-139 |
| | 16 | 5 |
createFromName| Name: | createFromName | | Prototype: | static QUuid createFromName(const QUuid &ns, const QByteArray &baseData, QCryptographicHash::Algorithm algorithm, int version) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 127-148 |
| | 12 | 1 |
createMagicMatchRule| Name: | createMagicMatchRule | | Prototype: | static CreateMagicMatchRuleResult createMagicMatchRule(const QXmlStreamAttributes &atts) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetypeparser.cpp | | Lines: | 186-193 |
| | 5 | 1 |
createOidMap| Name: | createOidMap | | Prototype: | static OidNameMap createOidMap() | | Coverage: | 100.000% (53/53) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 51-82 |
| | 2 | 53 |
createOidMap::[lambda]| Name: | createOidMap::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 80-80 |
| | 0 | 1 |
create_current_thread_data_key| Name: | create_current_thread_data_key | | Prototype: | static void create_current_thread_data_key() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 166-169 |
| | 1 | 1 |
curveToFunctionObject| Name: | curveToFunctionObject | | Prototype: | static QEasingCurveFunction *curveToFunctionObject(QEasingCurve::Type type) | | Coverage: | 100.000% (21/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1019-1046 |
| | 7 | 16 |
customClear| Name: | customClear | | Prototype: | static void customClear(QVariant::Private *d) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 1048-1056 |
| | 4 | 2 |
customConstruct| Name: | customConstruct | | Prototype: | static void customConstruct(QVariant::Private *d, const void *copy) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 1026-1046 |
| | 13 | 3 |
customIsNull| Name: | customIsNull | | Prototype: | static bool customIsNull(const QVariant::Private *d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 1058-1061 |
| | 1 | 1 |
customStreamDebug| Name: | customStreamDebug | | Prototype: | static void customStreamDebug(QDebug dbg, const QVariant &variant) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 1095-1104 |
| | 3 | 2 |
d2i| Name: | d2i | | Prototype: | static inline quint64 d2i(double d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | | Lines: | 183-188 |
| | 3 | 1 |
data| Name: | data | | Prototype: | static inline const char *data(const QByteArray &arr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp | | Lines: | 65-68 |
| | 1 | 1 |
dec| Name: | dec | | Prototype: | QTextStream &dec(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2709-2713 |
| | 2 | 1 |
decendingLessThan| Name: | decendingLessThan | | Prototype: | static bool decendingLessThan(const QPair<QString, int> &s1, const QPair<QString, int> &s2) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 259-262 |
| | 1 | 1 |