| Function | Condition %▴ | Modifications | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QUnicodeTables::lineBreakClass| Name: | QUnicodeTables::lineBreakClass | | Prototype: | LineBreakClass lineBreakClass(uint ucs4) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | | Lines: | 8291-8294 | | Comparison: | New |
| | New | 1 | 1 |
QUnicodeTables::properties| Name: | QUnicodeTables::properties | | Prototype: | const Properties * properties(uint ucs4) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | | Lines: | 8266-8269 | | Comparison: | New |
| | New | 1 | 1 |
QUnicodeTables::qGetProp| Name: | QUnicodeTables::qGetProp | | Prototype: | static inline const Properties *qGetProp(uint ucs4) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | | Lines: | 8256-8259 | | Comparison: | New |
| | New | 1 | 1 |
QUnicodeTables::qGetProp| Name: | QUnicodeTables::qGetProp | | Prototype: | static inline const Properties *qGetProp(ushort ucs2) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | | Lines: | 8261-8264 | | Comparison: | New |
| | New | 1 | 1 |
QUnicodeTools::initScripts| Name: | QUnicodeTools::initScripts | | Prototype: | void initScripts(const ushort *string, int length, uchar *scripts) | | Coverage: | 100.000% (21/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | | Lines: | 685-734 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | | Lines (reference): | 679-751 | | Comparison: | Different |
| | Different | 24 | 9 |
QUrl::errorString| Name: | QUrl::errorString | | Prototype: | QString QUrl::errorString() const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 4041-4074 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 4036-4068 | | Comparison: | Different |
| | Different | 28 | 4 |
QUrl::fragment| Name: | QUrl::fragment | | Prototype: | QString QUrl::fragment(ComponentFormattingOptions options) const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 3052-3061 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 3047-3056 | | Comparison: | Different |
| | Different | 6 | 3 |
QUrl::fromStringList| Name: | QUrl::fromStringList | | Prototype: | QList<QUrl> QUrl::fromStringList(const QStringList &urls, ParsingMode mode) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 4097-4104 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 4091-4099 | | Comparison: | Different |
| | Different | 5 | 2 |
QUrl::host| Name: | QUrl::host | | Prototype: | QString QUrl::host(ComponentFormattingOptions options) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 2392-2401 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 2386-2395 | | Comparison: | Different |
| | Different | 6 | 3 |
QUrl::password| Name: | QUrl::password | | Prototype: | QString QUrl::password(ComponentFormattingOptions options) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 2285-2291 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 2278-2285 | | Comparison: | Different |
| | Different | 4 | 2 |
QUrl::path| Name: | QUrl::path | | Prototype: | QString QUrl::path(ComponentFormattingOptions options) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 2537-2543 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 2531-2538 | | Comparison: | Different |
| | Different | 4 | 2 |
QUrl::query| Name: | QUrl::query | | Prototype: | QString QUrl::query(ComponentFormattingOptions options) const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 2979-2988 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 2974-2983 | | Comparison: | Different |
| | Different | 6 | 3 |
QUrl::toStringList| Name: | QUrl::toStringList | | Prototype: | QStringList QUrl::toStringList(const QList<QUrl> &urls, FormattingOptions options) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 4081-4089 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 4075-4083 | | Comparison: | Different |
| | Different | 5 | 2 |
QUrl::userName| Name: | QUrl::userName | | Prototype: | QString QUrl::userName(ComponentFormattingOptions options) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 2193-2199 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 2185-2192 | | Comparison: | Different |
| | Different | 4 | 2 |
QUrlPrivate::toLocalFile| Name: | QUrlPrivate::toLocalFile | | Prototype: | QString QUrlPrivate::toLocalFile(QUrl::FormattingOptions options) const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 1472-1497 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 1466-1491 | | Comparison: | Different |
| | Different | 9 | 4 |
QUrlQuery::removeAllQueryItems::[lambda]| Name: | QUrlQuery::removeAllQueryItems::[lambda] | | Prototype: | [&encodedKey](const QPair<QString, QString> &item) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines: | 760-762 | | Comparison: | New |
| | New | 1 | 1 |
QUtf8::convertToUnicode| Name: | QUtf8::convertToUnicode | | Prototype: | QString QUtf8::convertToUnicode(const char *chars, int len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | | Lines: | 250-269 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | | Lines (reference): | 244-293 | | Comparison: | Different |
| | Different | 21 | 7 |
QUtf8::convertToUnicode| Name: | QUtf8::convertToUnicode | | Prototype: | QChar *QUtf8::convertToUnicode(QChar *buffer, const char *chars, int len) noexcept | | Coverage: | 100.000% (23/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | | Lines: | 288-322 | | Comparison: | New |
| | New | 19 | 7 |
QUuid::isNull| Name: | QUuid::isNull | | Prototype: | bool QUuid::isNull() const noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 730-735 | | Comparison: | New |
| | New | 3 | 1 |
QUuid::operator>| Name: | QUuid::operator> | | Prototype: | bool QUuid::operator>(const QUuid &other) const noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 883-886 | | Comparison: | New |
| | New | 1 | 1 |
QVersionNumber::compare| Name: | QVersionNumber::compare | | Prototype: | int QVersionNumber::compare(const QVersionNumber &v1, const QVersionNumber &v2) noexcept | | Coverage: | 100.000% (28/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qversionnumber.cpp | | Lines: | 262-301 | | Comparison: | New |
| | New | 22 | 10 |
QVersionNumber::isPrefixOf| Name: | QVersionNumber::isPrefixOf | | Prototype: | bool QVersionNumber::isPrefixOf(const QVersionNumber &other) const noexcept | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qversionnumber.cpp | | Lines: | 238-247 | | Comparison: | New |
| | New | 6 | 4 |
QXcbBackingStore::scroll| Name: | QXcbBackingStore::scroll | | Prototype: | bool QXcbBackingStore::scroll(const QRegion &area, int dx, int dy) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 658-664 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines (reference): | 463-475 | | Comparison: | Different |
| | Different | 8 | 3 |
QXcbConnection::processXcbEvents::[lambda]| Name: | QXcbConnection::processXcbEvents::[lambda] | | Prototype: | [=](PeekFunc peekFunc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 1734-1738 | | Comparison: | New |
| | New | 1 | 1 |
QXcbScreen::format| Name: | QXcbScreen::format | | Prototype: | QImage::Format QXcbScreen::format() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 466-469 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines (reference): | 398-401 | | Comparison: | Different |
| | Different | 1 | 1 |
QXcbShmImage::ensureGC| Name: | QXcbShmImage::ensureGC | | Prototype: | void QXcbShmImage::ensureGC(xcb_drawable_t dst) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 278-292 | | Comparison: | New |
| | New | 6 | 3 |
QXcbShmImage::hasShm| Name: | QXcbShmImage::hasShm | | Prototype: | bool hasShm() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 80-80 | | Comparison: | New |
| | New | 1 | 1 |
QXcbShmImage::setClip| Name: | QXcbShmImage::setClip | | Prototype: | void QXcbShmImage::setClip(const QRegion ®ion) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 423-449 | | Comparison: | New |
| | New | 17 | 3 |
QXcbWindow::createVisual| Name: | QXcbWindow::createVisual | | Prototype: | const xcb_visualtype_t *QXcbWindow::createVisual() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2615-2619 | | Comparison: | New |
| | New | 2 | 1 |
QXcbWindow::setNetWmStateWindowFlags| Name: | QXcbWindow::setNetWmStateWindowFlags | | Prototype: | void QXcbWindow::setNetWmStateWindowFlags(Qt::WindowFlags flags) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1404-1411 | | Comparison: | New |
| | New | 5 | 1 |
QXcbWindow::setWindowFlags| Name: | QXcbWindow::setWindowFlags | | Prototype: | void QXcbWindow::setWindowFlags(Qt::WindowFlags flags) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1140-1171 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines (reference): | 1163-1193 | | Comparison: | Different |
| | Different | 21 | 4 |
QXcbXSettings::removeCallbackForHandle| Name: | QXcbXSettings::removeCallbackForHandle | | Prototype: | void QXcbXSettings::removeCallbackForHandle(const QByteArray &property, void *handle) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 304-314 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines (reference): | 299-310 | | Comparison: | Different |
| | Different | 7 | 3 |
QXcbXSettings::removeCallbackForHandle::[lambda]| Name: | QXcbXSettings::removeCallbackForHandle::[lambda] | | Prototype: | [handle](const QXcbXSettingsCallback &cb) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 309-309 | | Comparison: | New |
| | New | 1 | 1 |
QXcbXSettingsPropertyValue::addCallback| Name: | QXcbXSettingsPropertyValue::addCallback | | Prototype: | void addCallback(QXcbXSettings::PropertyChangeFunc func, void *handle) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 84-88 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines (reference): | 78-84 | | Comparison: | Different |
| | Different | 4 | 1 |
QXlibScopedPointerDeleter::cleanup| Name: | QXlibScopedPointerDeleter::cleanup | | Prototype: | static inline void cleanup(T *pointer) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/glxconvenience/qglxconvenience.cpp | | Lines: | 170-172 | | Comparison: | New |
| | New | 1 | 1 |
QXmlSimpleReaderPrivate::init| Name: | QXmlSimpleReaderPrivate::init | | Prototype: | void QXmlSimpleReaderPrivate::init(const QXmlInputSource *i) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 7849-7868 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines (reference): | 7830-7849 | | Comparison: | Different |
| | Different | 14 | 1 |
QXmlStreamWriter::writeStartDocument| Name: | QXmlStreamWriter::writeStartDocument | | Prototype: | void QXmlStreamWriter::writeStartDocument(const QString &version) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3790-3806 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines (reference): | 3784-3799 | | Comparison: | Different |
| | Different | 8 | 2 |
ToBeLookedUpEquals::ToBeLookedUpEquals| Name: | ToBeLookedUpEquals::ToBeLookedUpEquals | | Prototype: | explicit ToBeLookedUpEquals(const QString &toBeLookedUp) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | | Lines: | 67-67 | | Comparison: | New |
| | New | 1 | 1 |
ToBeLookedUpEquals::operator()| Name: | ToBeLookedUpEquals::operator() | | Prototype: | result_type operator()(QHostInfoRunnable* lookup) const noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | | Lines: | 68-71 | | Comparison: | New |
| | New | 1 | 1 |
_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 | | Comparison: | New |
| | New | 4 | 1 |
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 | | Comparison: | New |
| | New | 4 | 2 |
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 | | Comparison: | New |
| | New | 1 | 1 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines (reference): | 380-383 | | Comparison: | Different |
| | Different | 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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines (reference): | 374-378 | | Comparison: | Different |
| | Different | 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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines (reference): | 350-356 | | Comparison: | Different |
| | Different | 4 | 2 |
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 | | Comparison: | New |
| | New | 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 | | Comparison: | New |
| | New | 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 | | Comparison: | New |
| | New | 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 | | Comparison: | New |
| | New | 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 | | Comparison: | New |
| | New | 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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines (reference): | 846-855 | | Comparison: | Different |
| | Different | 6 | 1 |
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 | | Comparison: | New |
| | New | 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 | | Comparison: | New |
| | New | 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 | | Comparison: | New |
| | New | 0 | 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 | | Comparison: | New |
| | New | 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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintplugin.cpp | | Lines (reference): | 59-65 | | Comparison: | Different indentation |
| | Different indentation | 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 | | Comparison: | New |
| | New | 1 | 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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetype.cpp | | Lines (reference): | 338-351 | | Comparison: | Different |
| | Different | 6 | 4 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines (reference): | 295-302 | | Comparison: | Different |
| | Different | 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 | | Comparison: | New |
| | New | 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 | | Comparison: | New |
| | New | 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 | | Comparison: | New |
| | New | 3 | 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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | | Lines (reference): | 187-202 | | Comparison: | Different indentation |
| | Different indentation | 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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | | Lines (reference): | 208-227 | | Comparison: | Different indentation |
| | Different indentation | 10 | 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 | | Comparison: | New |
| | New | 5 | 1 |
decimalForm| Name: | decimalForm | | Prototype: | QString &decimalForm(QChar zero, QChar decimal, QChar group, QString &digits, int decpt, int precision, PrecisionMode pm, bool always_show_decpt, bool thousands_group) | | Coverage: | 100.000% (40/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 464-504 | | Comparison: | New |
| | New | 22 | 13 |
dotQmLiteral| Name: | dotQmLiteral | | Prototype: | static inline QString dotQmLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 94-94 | | Comparison: | New |
| | New | 0 | 2 |
dotQmLiteral::[lambda]| Name: | dotQmLiteral::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 94-94 | | Comparison: | New |
| | New | 0 | 1 |
exponentForm| Name: | exponentForm | | Prototype: | QString &exponentForm(QChar zero, QChar decimal, QChar exponential, QChar group, QChar plus, QChar minus, QString &digits, int decpt, int precision, PrecisionMode pm, bool always_show_decpt, bool leading_zero_in_exponent) | | Coverage: | 100.000% (19/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 506-534 | | Comparison: | New |
| | New | 13 | 6 |
findMethodCandidates| Name: | findMethodCandidates | | Prototype: | static inline QByteArray findMethodCandidates(const QMetaObject *metaObject, const char *nonExistentMember) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1348-1363 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines (reference): | 1337-1352 | | Comparison: | Different |
| | Different | 10 | 4 |
floordiv| Name: | floordiv | | Prototype: | static inline qint64 floordiv(qint64 a, int b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 109-112 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines (reference): | 104-107 | | Comparison: | Different |
| | Different | 1 | 1 |
floordiv| Name: | floordiv | | Prototype: | static inline int floordiv(int a, int b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 114-117 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines (reference): | 109-112 | | Comparison: | Different |
| | Different | 1 | 1 |
foldCase| Name: | foldCase | | Prototype: | static inline ushort foldCase(ushort ch) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1530-1533 | | Comparison: | New |
| | New | 1 | 1 |
fourBytesToInt| Name: | fourBytesToInt | | Prototype: | static qint32 fourBytesToInt(const char *bytes) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 375-378 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines (reference): | 369-372 | | Comparison: | Different |
| | Different | 1 | 1 |
getEffectiveTargetStates| Name: | getEffectiveTargetStates | | Prototype: | static QList<QAbstractState *> getEffectiveTargetStates(QAbstractTransition *transition, CalculationCache *cache) | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 361-393 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines (reference): | 355-386 | | Comparison: | Different |
| | Different | 18 | 6 |
hasUsedConfiguration| Name: | hasUsedConfiguration | | Prototype: | static bool hasUsedConfiguration(const QHash<QString, QNetworkConfigurationPrivatePointer> &configurations) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | | Lines: | 56-63 | | Comparison: | New |
| | New | 3 | 2 |
hasUsedConfiguration::[lambda]| Name: | hasUsedConfiguration::[lambda] | | Prototype: | [](const QNetworkConfigurationPrivatePointer &ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | | Lines: | 58-60 | | Comparison: | New |
| | New | 1 | 1 |
huntAndDestroy| Name: | huntAndDestroy | | Prototype: | static void huntAndDestroy(QObject *needle, QDBusConnectionPrivate::ObjectTreeNode &haystack) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 584-599 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines (reference): | 578-594 | | Comparison: | Different |
| | Different | 9 | 4 |
huntAndDestroy::[lambda]| Name: | huntAndDestroy::[lambda] | | Prototype: | [](QDBusConnectionPrivate::ObjectTreeNode &node) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 589-589 | | Comparison: | New |
| | New | 1 | 1 |
huntAndUnregister| Name: | huntAndUnregister | | Prototype: | static void huntAndUnregister(const QVector<QStringRef> &pathComponents, int i, QDBusConnection::UnregisterMode mode, QDBusConnectionPrivate::ObjectTreeNode *node) | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 601-626 | | Comparison: | New |
| | New | 13 | 5 |
intToFourBytes| Name: | intToFourBytes | | Prototype: | static QByteArray intToFourBytes(qint32 number) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 391-397 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines (reference): | 385-391 | | Comparison: | Different |
| | Different | 4 | 1 |
intToThreeBytes| Name: | intToThreeBytes | | Prototype: | static QByteArray intToThreeBytes(qint32 number) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 399-405 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines (reference): | 393-399 | | Comparison: | Different |
| | Different | 4 | 1 |
isDBusGlobalMenuAvailable| Name: | isDBusGlobalMenuAvailable | | Prototype: | static bool isDBusGlobalMenuAvailable() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 128-132 | | Comparison: | New |
| | New | 1 | 1 |
isParentDomain| Name: | isParentDomain | | Prototype: | static inline bool isParentDomain(const QString &domain, const QString &reference) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookiejar.cpp | | Lines: | 158-164 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookiejar.cpp | | Lines (reference): | 152-158 | | Comparison: | Different |
| | Different | 3 | 2 |
isUncontendedLocked| Name: | isUncontendedLocked | | Prototype: | inline bool isUncontendedLocked(const QReadWriteLockPrivate *d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 75-76 | | Comparison: | New |
| | New | 1 | 1 |
lcQpaGl| Name: | lcQpaGl | | Prototype: | const QLoggingCategory &lcQpaGl() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/gl_integrations/qxcbglintegration.cpp | | Lines: | 44-44 | | Comparison: | New |
| | New | 1 | 1 |
localePrivateByName| Name: | localePrivateByName | | Prototype: | static QLocalePrivate *localePrivateByName(const QString &name) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 707-714 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines (reference): | 704-710 | | Comparison: | Different |
| | Different | 4 | 2 |
make_user_path| Name: | make_user_path | | Prototype: | static QString make_user_path() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1036-1056 | | Comparison: | New |
| | New | 1 | 1 |
maxBasicCpuidSupported| Name: | maxBasicCpuidSupported | | Prototype: | static int maxBasicCpuidSupported() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | | Lines: | 181-224 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | | Lines (reference): | 146-185 | | Comparison: | Same |
| | Same | 9 | 1 |
operator<| Name: | operator< | | Prototype: | bool operator<(const QElapsedTimer &v1, const QElapsedTimer &v2) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 246-249 | | Comparison: | New |
| | New | 1 | 1 |
operator<| Name: | operator< | | Prototype: | bool operator<(const QString &s1, const QString &s2) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2806-2809 | | Comparison: | New |
| | New | 1 | 1 |
operator<| Name: | operator< | | Prototype: | bool operator<(const QStringRef &s1,const QStringRef &s2) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9119-9122 | | Comparison: | New |
| | New | 1 | 1 |
operator==| Name: | operator== | | Prototype: | bool operator==(const QString &s1, const QString &s2) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2742-2748 | | Comparison: | New |
| | New | 3 | 2 |
operator==| Name: | operator== | | Prototype: | bool operator==(const QStringRef &s1,const QStringRef &s2) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9077-9080 | | Comparison: | New |
| | New | 2 | 1 |
operator==| Name: | operator== | | Prototype: | bool operator==(const QString &s1,const QStringRef &s2) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9087-9090 | | Comparison: | New |
| | New | 2 | 1 |
parseDecodedComponent| Name: | parseDecodedComponent | | Prototype: | static inline void parseDecodedComponent(QString &data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 820-823 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 814-817 | | Comparison: | Different |
| | Different | 0 | 2 |
qCalculateBlockSize| Name: | qCalculateBlockSize | | Prototype: | size_t qCalculateBlockSize(size_t elementCount, size_t elementSize, size_t headerSize) noexcept | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 167-187 | | Comparison: | New |
| | New | 15 | 4 |
qCalculateGrowingBlockSize| Name: | qCalculateGrowingBlockSize | | Prototype: | CalculateGrowingBlockSizeResult qCalculateGrowingBlockSize(size_t elementCount, size_t elementSize, size_t headerSize) noexcept | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 207-230 | | Comparison: | New |
| | New | 13 | 3 |
qDBusAddWatch| Name: | qDBusAddWatch | | Prototype: | static dbus_bool_t qDBusAddWatch(DBusWatch *watch, void *data) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 200-231 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines (reference): | 194-225 | | Comparison: | Different |
| | Different | 20 | 3 |
qEnvironmentVariableIntValue| Name: | qEnvironmentVariableIntValue | | Prototype: | int qEnvironmentVariableIntValue(const char *varName, bool *ok) noexcept | | Coverage: | 100.000% (18/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 3301-3334 | | Comparison: | New |
| | New | 15 | 6 |