| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QtConcurrent::BlockSizeManager::timeBeforeUser| Name: | QtConcurrent::BlockSizeManager::timeBeforeUser | | Prototype: | void BlockSizeManager::timeBeforeUser() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentiteratekernel.cpp | | Lines: | 149-156 |
| | 4 | 2 |
QtConcurrent::BlockSizeManagerV2::timeBeforeUser| Name: | QtConcurrent::BlockSizeManagerV2::timeBeforeUser | | Prototype: | void BlockSizeManagerV2::timeBeforeUser() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentiteratekernel.cpp | | Lines: | 201-208 |
| | 4 | 2 |
QtConcurrent::ThreadEngineBase::handleException| Name: | QtConcurrent::ThreadEngineBase::handleException | | Prototype: | void ThreadEngineBase::handleException(const QException &exception) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 283-289 |
| | 3 | 2 |
QtConcurrent::ThreadEngineBase::isCanceled| Name: | QtConcurrent::ThreadEngineBase::isCanceled | | Prototype: | bool ThreadEngineBase::isCanceled() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 182-188 |
| | 3 | 2 |
QtConcurrent::ThreadEngineBase::setProgressRange| Name: | QtConcurrent::ThreadEngineBase::setProgressRange | | Prototype: | void ThreadEngineBase::setProgressRange(int minimum, int maximum) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 208-212 |
| | 2 | 2 |
QtConcurrent::ThreadEngineBase::setProgressValue| Name: | QtConcurrent::ThreadEngineBase::setProgressValue | | Prototype: | void ThreadEngineBase::setProgressValue(int progress) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 202-206 |
| | 2 | 2 |
QtConcurrent::ThreadEngineBase::startSingleThreaded| Name: | QtConcurrent::ThreadEngineBase::startSingleThreaded | | Prototype: | void ThreadEngineBase::startSingleThreaded() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 131-137 |
| | 3 | 2 |
QtConcurrent::ThreadEngineBase::startThreads| Name: | QtConcurrent::ThreadEngineBase::startThreads | | Prototype: | void ThreadEngineBase::startThreads() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 227-231 |
| | 1 | 2 |
QtConcurrent::ThreadEngineBase::threadExit| Name: | QtConcurrent::ThreadEngineBase::threadExit | | Prototype: | void ThreadEngineBase::threadExit() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 233-240 |
| | 4 | 2 |
QtConcurrent::ThreadEngineBase::waitForResume| Name: | QtConcurrent::ThreadEngineBase::waitForResume | | Prototype: | void ThreadEngineBase::waitForResume() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 190-194 |
| | 2 | 2 |
QtFontFamily::ensurePopulated| Name: | QtFontFamily::ensurePopulated | | Prototype: | void QtFontFamily::ensurePopulated() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 414-421 |
| | 4 | 2 |
QtFontFamily::~QtFontFamily| Name: | QtFontFamily::~QtFontFamily | | Prototype: | ~QtFontFamily() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 363-367 |
| | 3 | 2 |
QtFontFoundry::~QtFontFoundry| Name: | QtFontFoundry::~QtFontFoundry | | Prototype: | ~QtFontFoundry() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 301-305 |
| | 3 | 2 |
QtFreetypeData::~QtFreetypeData| Name: | QtFreetypeData::~QtFreetypeData | | Prototype: | QtFreetypeData::~QtFreetypeData() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 130-137 |
| | 5 | 2 |
QtPrivate::ExceptionHolder::exception| Name: | QtPrivate::ExceptionHolder::exception | | Prototype: | QException *ExceptionHolder::exception() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 188-193 |
| | 3 | 2 |
QtPrivate::ExceptionStore::setException| Name: | QtPrivate::ExceptionStore::setException | | Prototype: | void ExceptionStore::setException(const QException &e) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 195-199 |
| | 2 | 2 |
QtPrivate::ExceptionStore::throwPossibleException| Name: | QtPrivate::ExceptionStore::throwPossibleException | | Prototype: | void ExceptionStore::throwPossibleException() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 211-217 |
| | 3 | 2 |
QtPrivate::QStringList_replaceInStrings| Name: | QtPrivate::QStringList_replaceInStrings | | Prototype: | void QtPrivate::QStringList_replaceInStrings(QStringList *that, const QString &before, const QString &after, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 379-384 |
| | 2 | 2 |
QtPrivate::QStringList_replaceInStrings| Name: | QtPrivate::QStringList_replaceInStrings | | Prototype: | void QtPrivate::QStringList_replaceInStrings(QStringList *that, const QRegExp &rx, const QString &after) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 410-414 |
| | 2 | 2 |
QtPrivate::QStringList_replaceInStrings| Name: | QtPrivate::QStringList_replaceInStrings | | Prototype: | void QtPrivate::QStringList_replaceInStrings(QStringList *that, const QRegularExpression &re, const QString &after) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 442-446 |
| | 2 | 2 |
QtPrivate::QStringList_sort| Name: | QtPrivate::QStringList_sort | | Prototype: | void QtPrivate::QStringList_sort(QStringList *that, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 263-269 |
| | 3 | 2 |
QtPrivate::ResultIteratorBase::operator++| Name: | QtPrivate::ResultIteratorBase::operator++ | | Prototype: | ResultIteratorBase ResultIteratorBase::operator++() | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | | Lines: | 56-65 |
| | 5 | 2 |
QtPrivate::ResultStoreBase::insertResultItem| Name: | QtPrivate::ResultStoreBase::insertResultItem | | Prototype: | int ResultStoreBase::insertResultItem(int index, ResultItem &resultItem) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | | Lines: | 130-142 |
| | 8 | 2 |
QtPrivate::ResultStoreBase::insertResultItemIfValid| Name: | QtPrivate::ResultStoreBase::insertResultItemIfValid | | Prototype: | void ResultStoreBase::insertResultItemIfValid(int index, ResultItem &resultItem) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | | Lines: | 120-128 |
| | 4 | 2 |
QtPrivate::ResultStoreBase::syncResultCount| Name: | QtPrivate::ResultStoreBase::syncResultCount | | Prototype: | void ResultStoreBase::syncResultCount() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | | Lines: | 111-118 |
| | 4 | 2 |
QtPrivate::ResultStoreBase::updateInsertIndex| Name: | QtPrivate::ResultStoreBase::updateInsertIndex | | Prototype: | int ResultStoreBase::updateInsertIndex(int index, int _count) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | | Lines: | 239-248 |
| | 5 | 2 |
QtPrivate::isBuiltinType| Name: | QtPrivate::isBuiltinType | | Prototype: | bool isBuiltinType(const QByteArray &type) | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 82-88 |
| | 4 | 2 |
QtPrivate::metaObjectForQWidget| Name: | QtPrivate::metaObjectForQWidget | | Prototype: | const QMetaObject *metaObjectForQWidget() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 2476-2481 |
| | 3 | 2 |
QtSharedPointer::ExternalRefCountData::checkQObjectShared| Name: | QtSharedPointer::ExternalRefCountData::checkQObjectShared | | Prototype: | void QtSharedPointer::ExternalRefCountData::checkQObjectShared(const QObject *) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | | Lines: | 1325-1329 |
| | 2 | 2 |
ResetOnDestroy::~ResetOnDestroy| Name: | ResetOnDestroy::~ResetOnDestroy | | Prototype: | ~ResetOnDestroy() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 714-718 |
| | 2 | 2 |
ScalableEntry::pixmap| Name: | ScalableEntry::pixmap | | Prototype: | QPixmap ScalableEntry::pixmap(const QSize &size, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 695-702 |
| | 3 | 2 |
Scanner::scan| Name: | Scanner::scan | | Prototype: | void Scanner::scan(const QString &preprocessedInput, QVector<Symbol> *symbols) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2117-2130 |
| | 10 | 2 |
Segment::merge| Name: | Segment::merge | | Prototype: | void merge(Segment &other) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 984-1005 |
| | 14 | 2 |
Selector::pseudoElement| Name: | Selector::pseudoElement | | Prototype: | QString Selector::pseudoElement() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1759-1765 |
| | 4 | 2 |
SizeOf::customTypeSizeOf| Name: | SizeOf::customTypeSizeOf | | Prototype: | static int customTypeSizeOf(const int type) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1918-1925 |
| | 5 | 2 |
TCBEase::value| Name: | TCBEase::value | | Prototype: | qreal value(qreal x) override | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 829-839 |
| | 5 | 2 |
ThreadPoolThreadReleaser::ThreadPoolThreadReleaser| Name: | ThreadPoolThreadReleaser::ThreadPoolThreadReleaser | | Prototype: | explicit ThreadPoolThreadReleaser(QThreadPool *pool) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 61-63 |
| | 1 | 2 |
ThreadPoolThreadReleaser::~ThreadPoolThreadReleaser| Name: | ThreadPoolThreadReleaser::~ThreadPoolThreadReleaser | | Prototype: | ~ThreadPoolThreadReleaser() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 64-65 |
| | 1 | 2 |
TypeConstructor::customTypeConstructor| Name: | TypeConstructor::customTypeConstructor | | Prototype: | static void *customTypeConstructor(const int type, void *where, const void *copy) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1758-1770 |
| | 8 | 2 |
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 |
UnionRegion| Name: | UnionRegion | | Prototype: | static void UnionRegion(const QRegionPrivate *reg1, const QRegionPrivate *reg2, QRegionPrivate &dest) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 2447-2469 |
| | 16 | 2 |
Value::toString| Name: | Value::toString | | Prototype: | QString Value::toString() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 254-261 |
| | 3 | 2 |
ValueArray::append| Name: | ValueArray::append | | Prototype: | bool append(const QJsonPrivate::Value &v) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 507-513 |
| | 5 | 2 |
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 |
ValueExtractor::extractFont| Name: | ValueExtractor::extractFont | | Prototype: | void ValueExtractor::extractFont() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1316-1322 |
| | 4 | 2 |
ValueExtractor::sizeValues| Name: | ValueExtractor::sizeValues | | Prototype: | void ValueExtractor::sizeValues(const Declaration &decl, QSize *radii) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 584-589 |
| | 3 | 2 |
_hb_qt_face_release| Name: | _hb_qt_face_release | | Prototype: | static void _hb_qt_face_release(void *user_data) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | | Lines: | 670-675 |
| | 2 | 2 |
_hb_qt_font_get_glyph_contour_point| Name: | _hb_qt_font_get_glyph_contour_point | | Prototype: | static hb_bool_t _hb_qt_font_get_glyph_contour_point(hb_font_t * , void *font_data, hb_codepoint_t glyph, unsigned int point_index, hb_position_t *x, hb_position_t *y, void * ) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | | Lines: | 536-555 |
| | 10 | 2 |
_hb_qt_font_get_glyph_name| Name: | _hb_qt_font_get_glyph_name | | Prototype: | static hb_bool_t _hb_qt_font_get_glyph_name(hb_font_t * , void * , hb_codepoint_t , char *name, unsigned int size, void * ) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | | Lines: | 557-567 |
| | 4 | 2 |
_hb_qt_font_release| Name: | _hb_qt_font_release | | Prototype: | static void _hb_qt_font_release(void *user_data) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | | Lines: | 716-721 |
| | 2 | 2 |
_hb_qt_unicode_decompose_compatibility| Name: | _hb_qt_unicode_decompose_compatibility | | Prototype: | static unsigned int _hb_qt_unicode_decompose_compatibility(hb_unicode_funcs_t * , hb_codepoint_t u, hb_codepoint_t *decomposed, void * ) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | | Lines: | 375-391 |
| | 7 | 2 |
_q_fixupDateTime| Name: | _q_fixupDateTime | | Prototype: | static void _q_fixupDateTime(QDateTime *dateTime) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 466-475 |
| | 5 | 2 |
_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 |
accessAsString| Name: | accessAsString | | Prototype: | static inline QLatin1String accessAsString(bool read, bool write) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlgenerator.cpp | | Lines: | 78-84 |
| | 3 | 2 |
adapted_angle_on_x| Name: | adapted_angle_on_x | | Prototype: | static inline qreal adapted_angle_on_x(const QLineF &line) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | | Lines: | 179-185 |
| | 4 | 2 |
addBezier| Name: | addBezier | | Prototype: | void addBezier(QPainterPath &path, const QBezier &bezier) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1993-2001 |
| | 4 | 2 |
addKey| Name: | addKey | | Prototype: | static inline void addKey(QString &str, const QString &theKey, QKeySequence::SequenceFormat format) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | | Lines: | 1212-1218 |
| | 4 | 2 |
addLine| Name: | addLine | | Prototype: | void addLine(QPainterPath &path, const QLineF &line) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1967-1975 |
| | 4 | 2 |
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 |
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 |
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 |
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 |
applyCursor| Name: | applyCursor | | Prototype: | static inline void applyCursor(QWidget *w, const QCursor &c) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5049-5053 |
| | 2 | 2 |
blend_src_generic_rgb64| Name: | blend_src_generic_rgb64 | | Prototype: | static void blend_src_generic_rgb64(int count, const QSpan *spans, void *userData) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 4120-4132 |
| | 8 | 2 |
blitTextureForWidget| Name: | blitTextureForWidget | | Prototype: | static void blitTextureForWidget(const QPlatformTextureList *textures, int idx, QWindow *window, const QRect &deviceWindowRect, QOpenGLTextureBlitter *blitter, const QPoint &offset) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 270-292 |
| | 13 | 2 |
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 |
brushFromData| Name: | brushFromData | | Prototype: | static QBrush brushFromData(const BrushData& c, const QPalette &pal) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 899-906 |
| | 3 | 2 |
cachedPixmapFromXPM| Name: | cachedPixmapFromXPM | | Prototype: | static QPixmap cachedPixmapFromXPM(const char * const *xpm) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 5229-5238 |
| | 6 | 2 |
calc_shift| Name: | calc_shift | | Prototype: | static int calc_shift(uint mask) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | | Lines: | 144-152 |
| | 5 | 2 |
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 |
changeSpacerSize| Name: | changeSpacerSize | | Prototype: | static void changeSpacerSize(QLayout *layout, int index, int width, int height) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 91-97 |
| | 4 | 2 |
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 |
checkRanges| Name: | checkRanges | | Prototype: | static void checkRanges(QPdf::ByteStream &ts, QByteArray &ranges, int &nranges) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 188-196 |
| | 5 | 2 |
check_method_code| Name: | check_method_code | | Prototype: | static bool check_method_code(int code, const QObject *object, const char *method, const char *func) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2257-2266 |
| | 5 | 2 |
check_parent_thread| Name: | check_parent_thread | | Prototype: | static bool check_parent_thread(QObject *parent, QThreadData *parentThreadData, QThreadData *currentThreadData) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 786-804 |
| | 13 | 2 |
check_step_valid| Name: | check_step_valid | | Prototype: | static inline bool check_step_valid(qreal step, const char *method) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 98-105 |
| | 4 | 2 |
cleanPath| Name: | cleanPath | | Prototype: | static QString cleanPath(const QString &_path) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 136-144 |
| | 4 | 2 |
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 |
cleanup| Name: | cleanup | | Prototype: | static void cleanup() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1433-1440 |
| | 3 | 2 |
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 |
clearText16IconPath| Name: | clearText16IconPath | | Prototype: | static inline QString clearText16IconPath() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 5243-5246 |
| | 0 | 2 |
clippedBlit| Name: | clippedBlit | | Prototype: | static void clippedBlit(const QPlatformTextureList *textures, int idx, const QRect &targetWindowRect, QOpenGLTextureBlitter *blitter) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | | Lines: | 184-199 |
| | 10 | 2 |
closeAllPopups| Name: | closeAllPopups | | Prototype: | static inline void closeAllPopups() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2996-3004 |
| | 4 | 2 |
cmp| Name: | cmp | | Prototype: | static int cmp(const ushort *s1, const ushort *s2, size_t len) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtsciicodec.cpp | | Lines: | 445-453 |
| | 3 | 2 |
color_burn_op| Name: | color_burn_op | | Prototype: | static inline int color_burn_op(int dst, int src, int da, int sa) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1391-1402 |
| | 7 | 2 |
color_dodge_op| Name: | color_dodge_op | | Prototype: | static inline int color_dodge_op(int dst, int src, int da, int sa) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1308-1319 |
| | 7 | 2 |
comp_func_ColorBurn| Name: | comp_func_ColorBurn | | Prototype: | void comp_func_ColorBurn(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1460-1466 |
| | 3 | 2 |
comp_func_ColorBurn_impl| Name: | comp_func_ColorBurn_impl | | Prototype: | template <typename T> static inline void comp_func_ColorBurn_impl(uint *__restrict__ dest, const uint *__restrict__ src, int length, const T &coverage) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1437-1458 |
| | 10 | 2 |
comp_func_ColorDodge| Name: | comp_func_ColorDodge | | Prototype: | void comp_func_ColorDodge(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1377-1383 |
| | 3 | 2 |
comp_func_ColorDodge_impl| Name: | comp_func_ColorDodge_impl | | Prototype: | template <typename T> static inline void comp_func_ColorDodge_impl(uint *__restrict__ dest, const uint *__restrict__ src, int length, const T &coverage) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1354-1375 |
| | 10 | 2 |
comp_func_Darken| Name: | comp_func_Darken | | Prototype: | void comp_func_Darken(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1221-1227 |
| | 3 | 2 |
comp_func_Darken_impl| Name: | comp_func_Darken_impl | | Prototype: | template <typename T> static inline void comp_func_Darken_impl(uint *__restrict__ dest, const uint *__restrict__ src, int length, const T &coverage) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1198-1219 |
| | 10 | 2 |
comp_func_Difference| Name: | comp_func_Difference | | Prototype: | void comp_func_Difference(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1700-1706 |
| | 3 | 2 |
comp_func_Difference_impl| Name: | comp_func_Difference_impl | | Prototype: | template <typename T> static inline void comp_func_Difference_impl(uint *__restrict__ dest, const uint *__restrict__ src, int length, const T &coverage) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1677-1698 |
| | 10 | 2 |
comp_func_Exclusion| Name: | comp_func_Exclusion | | Prototype: | void comp_func_Exclusion(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1767-1773 |
| | 3 | 2 |
comp_func_Exclusion_impl| Name: | comp_func_Exclusion_impl | | Prototype: | template <typename T> static inline void comp_func_Exclusion_impl(uint *__restrict__ dest, const uint *__restrict__ src, int length, const T &coverage) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1744-1765 |
| | 10 | 2 |
comp_func_HardLight| Name: | comp_func_HardLight | | Prototype: | void comp_func_HardLight(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1540-1546 |
| | 3 | 2 |
comp_func_HardLight_impl| Name: | comp_func_HardLight_impl | | Prototype: | template <typename T> static inline void comp_func_HardLight_impl(uint *__restrict__ dest, const uint *__restrict__ src, int length, const T &coverage) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1517-1538 |
| | 10 | 2 |
comp_func_Lighten| Name: | comp_func_Lighten | | Prototype: | void comp_func_Lighten(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1294-1300 |
| | 3 | 2 |