| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QXmlSimpleReaderPrivate::initIncrementalParsing| Name: | QXmlSimpleReaderPrivate::initIncrementalParsing | | Prototype: | void QXmlSimpleReaderPrivate::initIncrementalParsing() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2528-2534 |
| | 3 | 2 |
QXmlSimpleReaderPrivate::nameAddC| Name: | QXmlSimpleReaderPrivate::nameAddC | | Prototype: | void QXmlSimpleReaderPrivate::nameAddC(QChar ch) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 7973-7978 |
| | 3 | 2 |
QXmlSimpleReaderPrivate::refAddC| Name: | QXmlSimpleReaderPrivate::refAddC | | Prototype: | void QXmlSimpleReaderPrivate::refAddC(QChar ch) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 7979-7984 |
| | 3 | 2 |
QXmlSimpleReaderPrivate::stringAddC| Name: | QXmlSimpleReaderPrivate::stringAddC | | Prototype: | void QXmlSimpleReaderPrivate::stringAddC(QChar ch) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 7967-7972 |
| | 3 | 2 |
QXmlStreamNamespaceDeclaration::operator=| Name: | QXmlStreamNamespaceDeclaration::operator= | | Prototype: | QXmlStreamNamespaceDeclaration& QXmlStreamNamespaceDeclaration::operator=(const QXmlStreamNamespaceDeclaration &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2542-2547 |
| | 3 | 1 |
QXmlStreamReader::addData| Name: | QXmlStreamReader::addData | | Prototype: | void QXmlStreamReader::addData(const QString &data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 503-512 |
| | 3 | 1 |
QXmlStreamReader::tokenString| Name: | QXmlStreamReader::tokenString | | Prototype: | QString QXmlStreamReader::tokenString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 757-762 |
| | 3 | 1 |
QXmlStreamReader::~QXmlStreamReader| Name: | QXmlStreamReader::~QXmlStreamReader | | Prototype: | QXmlStreamReader::~QXmlStreamReader() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 437-442 |
| | 3 | 2 |
QXmlStreamReaderPrivate::putString| Name: | QXmlStreamReaderPrivate::putString | | Prototype: | void QXmlStreamReaderPrivate::putString(const QString &s, int from) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1423-1428 |
| | 3 | 2 |
QXmlStreamReaderPrivate::putStringLiteral| Name: | QXmlStreamReaderPrivate::putStringLiteral | | Prototype: | void QXmlStreamReaderPrivate::putStringLiteral(const QString &s) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1430-1435 |
| | 3 | 2 |
QXmlStreamReaderPrivate::resolveUndeclaredEntity| Name: | QXmlStreamReaderPrivate::resolveUndeclaredEntity | | Prototype: | QString QXmlStreamReaderPrivate::resolveUndeclaredEntity(const QString &name) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 201-206 |
| | 3 | 2 |
QXmlStreamReaderPrivate::resume| Name: | QXmlStreamReaderPrivate::resume | | Prototype: | void QXmlStreamReaderPrivate::resume(int rule) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1908-1912 |
| | 3 | 2 |
QXmlStreamWriter::writeCharacters| Name: | QXmlStreamWriter::writeCharacters | | Prototype: | void QXmlStreamWriter::writeCharacters(const QString &text) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3520-3525 |
| | 3 | 1 |
QXmlStreamWriter::writeStartElement| Name: | QXmlStreamWriter::writeStartElement | | Prototype: | void QXmlStreamWriter::writeStartElement(const QString &qualifiedName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3835-3840 |
| | 3 | 1 |
QXmlStreamWriter::writeStartElement| Name: | QXmlStreamWriter::writeStartElement | | Prototype: | void QXmlStreamWriter::writeStartElement(const QString &namespaceUri, const QString &name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3851-3856 |
| | 3 | 1 |
QXmlStreamWriter::writeTextElement| Name: | QXmlStreamWriter::writeTextElement | | Prototype: | void QXmlStreamWriter::writeTextElement(const QString &namespaceUri, const QString &name, const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3615-3620 |
| | 3 | 1 |
QXmlStreamWriter::writeTextElement| Name: | QXmlStreamWriter::writeTextElement | | Prototype: | void QXmlStreamWriter::writeTextElement(const QString &qualifiedName, const QString &text) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3598-3603 |
| | 3 | 1 |
QXmlStreamWriterPrivate::indent| Name: | QXmlStreamWriterPrivate::indent | | Prototype: | void QXmlStreamWriterPrivate::indent(int level) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3192-3197 |
| | 3 | 2 |
QXmlStreamWriterPrivate::~QXmlStreamWriterPrivate| Name: | QXmlStreamWriterPrivate::~QXmlStreamWriterPrivate | | Prototype: | ~QXmlStreamWriterPrivate() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2957-2963 |
| | 3 | 2 |
QXmlUtils::isEncName| Name: | QXmlUtils::isEncName | | Prototype: | bool QXmlUtils::isEncName(const QString &encName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 225-235 |
| | 3 | 1 |
QXpmHandler::read| Name: | QXpmHandler::read | | Prototype: | bool QXpmHandler::read(QImage *image) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 1232-1237 |
| | 3 | 2 |
QXpmHandler::supportsOption| Name: | QXpmHandler::supportsOption | | Prototype: | bool QXpmHandler::supportsOption(ImageOption option) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 1244-1249 |
| | 3 | 1 |
QZipStreamStrategy::addFile| Name: | QZipStreamStrategy::addFile | | Prototype: | void addFile(const QString &fileName, const QString &mimeType) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 141-146 |
| | 3 | 1 |
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: | 277-283 |
| | 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: | 176-182 |
| | 3 | 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: | 125-131 |
| | 3 | 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: | 357-361 |
| | 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: | 295-299 |
| | 3 | 2 |
QtFontStyle::Key::operator <| Name: | QtFontStyle::Key::operator < | | Prototype: | bool operator <(const Key &o) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 209-213 |
| | 3 | 1 |
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: | 182-187 |
| | 3 | 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: | 205-211 |
| | 3 | 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: | 257-263 |
| | 3 | 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: | 2459-2464 |
| | 3 | 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: | 535-542 |
| | 3 | 2 |
Segment::connect| Name: | Segment::connect | | Prototype: | void connect(Segment &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 960-966 |
| | 3 | 1 |
SourceAndConstAlpha::bytemul| Name: | SourceAndConstAlpha::bytemul | | Prototype: | inline quint16 bytemul(quint16 x) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | | Lines: | 52-56 |
| | 3 | 1 |
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: | 247-254 |
| | 3 | 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: | 577-582 |
| | 3 | 2 |
_hb_qt_font_get_glyph_from_name| Name: | _hb_qt_font_get_glyph_from_name | | Prototype: | static hb_bool_t _hb_qt_font_get_glyph_from_name(hb_font_t * , void * , const char * , int , hb_codepoint_t *glyph, void * ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | | Lines: | 563-572 |
| | 3 | 1 |
accessAsString| Name: | accessAsString | | Prototype: | static inline QLatin1String accessAsString(bool read, bool write) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlgenerator.cpp | | Lines: | 72-78 |
| | 3 | 2 |
addPoint| Name: | addPoint | | Prototype: | static void addPoint(QPolygon &a, const QPoint &p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 869-874 |
| | 3 | 1 |
add_fd| Name: | add_fd | | Prototype: | static inline void add_fd(int &nfds, int fd, fd_set *fdset) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 118-123 |
| | 3 | 2 |
applyCursor| Name: | applyCursor | | Prototype: | static inline void applyCursor(QWindow *w, QCursor c) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 3404-3409 |
| | 3 | 3 |
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: | 135-140 |
| | 3 | 1 |
bannerPageToString| Name: | bannerPageToString | | Prototype: | static inline QString bannerPageToString(const QCUPSSupport::BannerPage bannerPage) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 133-146 |
| | 3 | 15 |
blend_src_generic| Name: | blend_src_generic | | Prototype: | static void blend_src_generic(int count, const QSpan *spans, void *userData) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 4114-4119 |
| | 3 | 1 |
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: | 892-899 |
| | 3 | 2 |
canMergeFromRight| Name: | canMergeFromRight | | Prototype: | static inline bool canMergeFromRight(const QRect *left, const QRect *right) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 1186-1191 |
| | 3 | 1 |
clampToRect| Name: | clampToRect | | Prototype: | inline QPointF clampToRect(const QPointF &p, const QRectF &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 129-134 |
| | 3 | 1 |
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: | 1429-1436 |
| | 3 | 2 |
cleanupDevicesList| Name: | cleanupDevicesList | | Prototype: | static void cleanupDevicesList() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qtouchdevice.cpp | | Lines: | 202-207 |
| | 3 | 1 |
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: | 117-122 |
| | 3 | 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: | 1204-1209 |
| | 3 | 1 |
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: | 439-447 |
| | 3 | 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: | 1454-1460 |
| | 3 | 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: | 1371-1377 |
| | 3 | 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: | 1215-1221 |
| | 3 | 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: | 1694-1700 |
| | 3 | 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: | 1761-1767 |
| | 3 | 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: | 1534-1540 |
| | 3 | 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: | 1288-1294 |
| | 3 | 2 |
comp_func_Multiply| Name: | comp_func_Multiply | | Prototype: | void comp_func_Multiply(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: | 995-1001 |
| | 3 | 2 |
comp_func_Overlay| Name: | comp_func_Overlay | | Prototype: | void comp_func_Overlay(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: | 1142-1148 |
| | 3 | 2 |
comp_func_Plus| Name: | comp_func_Plus | | Prototype: | void comp_func_Plus(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: | 909-915 |
| | 3 | 2 |
comp_func_Screen| Name: | comp_func_Screen | | Prototype: | void comp_func_Screen(uint *dest, const uint *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: | 1063-1069 |
| | 3 | 2 |
comp_func_SoftLight| Name: | comp_func_SoftLight | | Prototype: | void comp_func_SoftLight(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: | 1621-1627 |
| | 3 | 2 |
comp_func_solid_ColorBurn| Name: | comp_func_solid_ColorBurn | | Prototype: | void comp_func_solid_ColorBurn(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1423-1429 |
| | 3 | 2 |
comp_func_solid_ColorDodge| Name: | comp_func_solid_ColorDodge | | Prototype: | void comp_func_solid_ColorDodge(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1340-1346 |
| | 3 | 2 |
comp_func_solid_Darken| Name: | comp_func_solid_Darken | | Prototype: | void comp_func_solid_Darken(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1184-1190 |
| | 3 | 2 |
comp_func_solid_Difference| Name: | comp_func_solid_Difference | | Prototype: | void comp_func_solid_Difference(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1663-1669 |
| | 3 | 2 |
comp_func_solid_Exclusion| Name: | comp_func_solid_Exclusion | | Prototype: | void comp_func_solid_Exclusion(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1730-1736 |
| | 3 | 2 |
comp_func_solid_HardLight| Name: | comp_func_solid_HardLight | | Prototype: | void comp_func_solid_HardLight(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1503-1509 |
| | 3 | 2 |
comp_func_solid_Lighten| Name: | comp_func_solid_Lighten | | Prototype: | void comp_func_solid_Lighten(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1257-1263 |
| | 3 | 2 |
comp_func_solid_Multiply| Name: | comp_func_solid_Multiply | | Prototype: | void comp_func_solid_Multiply(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 964-970 |
| | 3 | 2 |
comp_func_solid_Overlay| Name: | comp_func_solid_Overlay | | Prototype: | void comp_func_solid_Overlay(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1111-1117 |
| | 3 | 2 |
comp_func_solid_Plus| Name: | comp_func_solid_Plus | | Prototype: | void comp_func_solid_Plus(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 872-878 |
| | 3 | 2 |
comp_func_solid_Screen| Name: | comp_func_solid_Screen | | Prototype: | void comp_func_solid_Screen(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1032-1038 |
| | 3 | 2 |
comp_func_solid_SoftLight| Name: | comp_func_solid_SoftLight | | Prototype: | void comp_func_solid_SoftLight(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1590-1596 |
| | 3 | 2 |
component| Name: | component | | Prototype: | static inline qreal component(const QPointF &point, unsigned int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 655-660 |
| | 3 | 1 |
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: | 52-57 |
| | 3 | 1 |
convertA2RGB30PMFromARGB32PM| Name: | convertA2RGB30PMFromARGB32PM | | Prototype: | template<QtPixelOrder PixelOrder> static const uint * convertA2RGB30PMFromARGB32PM(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 694-701 |
| | 3 | 2 |
convertA2RGB30PMFromARGB32PM_sse4| Name: | convertA2RGB30PMFromARGB32PM_sse4 | | Prototype: | template<QtPixelOrder PixelOrder> const uint * convertA2RGB30PMFromARGB32PM_sse4(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse4.cpp | | Lines: | 77-84 |
| | 3 | 2 |
convertA2RGB30PMToARGB32PM| Name: | convertA2RGB30PMToARGB32PM | | Prototype: | template<QtPixelOrder PixelOrder> static const uint * convertA2RGB30PMToARGB32PM(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 628-635 |
| | 3 | 2 |
convertARGB32FromARGB32PM| Name: | convertARGB32FromARGB32PM | | Prototype: | static const uint * convertARGB32FromARGB32PM(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 481-487 |
| | 3 | 2 |
convertARGB32FromARGB32PM_sse4| Name: | convertARGB32FromARGB32PM_sse4 | | Prototype: | const uint * convertARGB32FromARGB32PM_sse4(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse4.cpp | | Lines: | 53-59 |
| | 3 | 2 |
convertARGBPMFromARGB32PM| Name: | convertARGBPMFromARGB32PM | | Prototype: | template<QImage::Format Format> static const uint * convertARGBPMFromARGB32PM(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 348-370 |
| | 3 | 2 |
convertARGBPMFromRGB32| Name: | convertARGBPMFromRGB32 | | Prototype: | template<QImage::Format Format> static const uint * convertARGBPMFromRGB32(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 325-346 |
| | 3 | 2 |
convertAlpha8FromARGB32PM| Name: | convertAlpha8FromARGB32PM | | Prototype: | static const uint * convertAlpha8FromARGB32PM(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 721-727 |
| | 3 | 2 |
convertAlpha8ToRGB32| Name: | convertAlpha8ToRGB32 | | Prototype: | static const uint * convertAlpha8ToRGB32(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 449-455 |
| | 3 | 2 |
convertAlpha8ToRGB64| Name: | convertAlpha8ToRGB64 | | Prototype: | static const QRgba64 * convertAlpha8ToRGB64(QRgba64 *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 465-471 |
| | 3 | 2 |
convertCase_helper| Name: | convertCase_helper | | Prototype: | template <typename Traits, typename T> __attribute__((const)) static inline T convertCase_helper(T uc) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1433-1445 |
| | 3 | 2 |
convertGrayscale8FromARGB32PM| Name: | convertGrayscale8FromARGB32PM | | Prototype: | static const uint * convertGrayscale8FromARGB32PM(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 737-743 |
| | 3 | 2 |
convertGrayscale8FromRGB32| Name: | convertGrayscale8FromRGB32 | | Prototype: | static const uint * convertGrayscale8FromRGB32(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 729-735 |
| | 3 | 2 |
convertGrayscale8ToRGB32| Name: | convertGrayscale8ToRGB32 | | Prototype: | static const uint * convertGrayscale8ToRGB32(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 457-463 |
| | 3 | 2 |
convertGrayscale8ToRGB64| Name: | convertGrayscale8ToRGB64 | | Prototype: | static const QRgba64 * convertGrayscale8ToRGB64(QRgba64 *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 473-479 |
| | 3 | 2 |
convertIndexedToARGB32PM| Name: | convertIndexedToARGB32PM | | Prototype: | static const uint * convertIndexedToARGB32PM(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *clut) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 407-413 |
| | 3 | 2 |
convertIndexedToARGB64PM| Name: | convertIndexedToARGB64PM | | Prototype: | static const QRgba64 * convertIndexedToARGB64PM(QRgba64 *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *clut) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 415-421 |
| | 3 | 2 |
convertRGB30FromARGB32PM| Name: | convertRGB30FromARGB32PM | | Prototype: | template<QtPixelOrder PixelOrder> static const uint * convertRGB30FromARGB32PM(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 712-719 |
| | 3 | 2 |
convertRGB30FromRGB32| Name: | convertRGB30FromRGB32 | | Prototype: | template<QtPixelOrder PixelOrder> static const uint * convertRGB30FromRGB32(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 703-710 |
| | 3 | 2 |
convertRGB32FromARGB32PM| Name: | convertRGB32FromARGB32PM | | Prototype: | static const uint * convertRGB32FromARGB32PM(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 104-110 |
| | 3 | 2 |