| Functionâ–´ | Condition % | Modifications | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QString::compare_helper| Name: | QString::compare_helper | | Prototype: | int QString::compare_helper(const QChar *data1, int length1, const QChar *data2, int length2, Qt::CaseSensitivity cs) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5450-5458 | | Comparison: | New |
| | New | 5 | 2 |
QString::compare_helper| Name: | QString::compare_helper | | Prototype: | int QString::compare_helper(const QChar *data1, int length1, QLatin1String s2, Qt::CaseSensitivity cs) noexcept | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5501-5516 | | Comparison: | New |
| | New | 8 | 3 |
QString::expand| Name: | QString::expand | | Prototype: | void QString::expand(int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1791-1794 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines (reference): | 1763-1773 | | Comparison: | Different |
| | Different | 7 | 3 |
QString::insert| Name: | QString::insert | | Prototype: | QString &QString::insert(int i, QLatin1String str) | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1974-1989 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines (reference): | 1952-1964 | | Comparison: | Different |
| | Different | 8 | 2 |
QString::insert| Name: | QString::insert | | Prototype: | QString& QString::insert(int i, const QChar *unicode, int size) | | Coverage: | 83.333% (15/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1998-2022 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines (reference): | 1973-1994 | | Comparison: | Different |
| | Different | 14 | 4 |
QString::insert| Name: | QString::insert | | Prototype: | QString& QString::insert(int i, QChar ch) | | Coverage: | 63.636% (7/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2031-2044 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines (reference): | 2003-2013 | | Comparison: | Different |
| | Different | 8 | 3 |
QString::operator<| Name: | QString::operator< | | Prototype: | bool QString::operator<(QLatin1String other) const noexcept | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2816-2823 | | Comparison: | New |
| | New | 4 | 2 |
QString::operator=| Name: | QString::operator= | | Prototype: | QString &QString::operator=(const QString &other) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1810-1817 | | Comparison: | New |
| | New | 5 | 2 |
QString::operator==| Name: | QString::operator== | | Prototype: | bool QString::operator==(QLatin1String other) const noexcept | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2755-2764 | | Comparison: | New |
| | New | 5 | 3 |
QString::operator>| Name: | QString::operator> | | Prototype: | bool QString::operator>(QLatin1String other) const noexcept | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2921-2928 | | Comparison: | New |
| | New | 4 | 2 |
QString::reallocData| Name: | QString::reallocData | | Prototype: | void QString::reallocData(uint alloc, bool grow) | | Coverage: | 78.947% (15/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1760-1788 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines (reference): | 1736-1761 | | Comparison: | Different |
| | Different | 19 | 7 |
QString::replace| Name: | QString::replace | | Prototype: | QString &QString::replace(int pos, int len, const QString &after) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2353-2356 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines (reference): | 2322-2326 | | Comparison: | Different |
| | Different | 2 | 1 |
QString::replace| Name: | QString::replace | | Prototype: | QString &QString::replace(const QRegularExpression &re, const QString &after) | | Coverage: | 100.000% (46/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 3562-3670 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines (reference): | 3532-3640 | | Comparison: | Different |
| | Different | 63 | 16 |
QString::resize| Name: | QString::resize | | Prototype: | void QString::resize(int size, QChar fillChar) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1701-1708 | | Comparison: | New |
| | New | 5 | 2 |
QString::toDouble| Name: | QString::toDouble | | Prototype: | double QString::toDouble(bool *ok) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6581-6584 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines (reference): | 6561-6564 | | Comparison: | Different |
| | Different | 1 | 1 |
QString::toIntegral_helper| Name: | QString::toIntegral_helper | | Prototype: | qlonglong QString::toIntegral_helper(const QChar *data, int len, bool *ok, int base) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6332-6342 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines (reference): | 6313-6323 | | Comparison: | Different |
| | Different | 1 | 1 |
QString::toIntegral_helper| Name: | QString::toIntegral_helper | | Prototype: | qulonglong QString::toIntegral_helper(const QChar *data, uint len, bool *ok, int base) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6372-6383 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines (reference): | 6353-6363 | | Comparison: | Different |
| | Different | 1 | 1 |
QString::vasprintf| Name: | QString::vasprintf | | Prototype: | QString QString::vasprintf(const char *cformat, va_list ap) | | Coverage: | 59.412% (101/170) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6063-6303 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines (reference): | 5967-6284 | | Comparison: | Different |
| | Different | 195 | 97 |
QStringListModel::removeRows| Name: | QStringListModel::removeRows | | Prototype: | bool QStringListModel::removeRows(int row, int count, const QModelIndex &parent) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 239-252 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines (reference): | 233-246 | | Comparison: | Different |
| | Different | 7 | 3 |
QStringListModel::sort| Name: | QStringListModel::sort | | Prototype: | void QStringListModel::sort(int, Qt::SortOrder order) | | Coverage: | 85.714% (12/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 267-298 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines (reference): | 261-292 | | Comparison: | Different |
| | Different | 22 | 5 |
QStringMatcher::setCaseSensitivity| Name: | QStringMatcher::setCaseSensitivity | | Prototype: | void QStringMatcher::setCaseSensitivity(Qt::CaseSensitivity cs) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | | Lines: | 251-257 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | | Lines (reference): | 245-251 | | Comparison: | Different |
| | Different | 4 | 2 |
QStringRef::toDouble| Name: | QStringRef::toDouble | | Prototype: | double QStringRef::toDouble(bool *ok) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10625-10628 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines (reference): | 10532-10535 | | Comparison: | Different |
| | Different | 1 | 1 |
QStyleFactory::create| Name: | QStyleFactory::create | | Prototype: | QStyle *QStyleFactory::create(const QString& key) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylefactory.cpp | | Lines: | 108-162 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylefactory.cpp | | Lines (reference): | 107-168 | | Comparison: | Different |
| | Different | 13 | 6 |
QStyleFactory::keys| Name: | QStyleFactory::keys | | Prototype: | QStringList QStyleFactory::keys() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylefactory.cpp | | Lines: | 170-218 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylefactory.cpp | | Lines (reference): | 176-230 | | Comparison: | Different |
| | Different | 13 | 5 |
QStyleHints::mousePressAndHoldInterval| Name: | QStyleHints::mousePressAndHoldInterval | | Prototype: | int QStyleHints::mousePressAndHoldInterval() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | | Lines: | 163-169 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | | Lines (reference): | 138-141 | | Comparison: | Different |
| | Different | 1 | 1 |
QStyleHints::setMousePressAndHoldInterval| Name: | QStyleHints::setMousePressAndHoldInterval | | Prototype: | void QStyleHints::setMousePressAndHoldInterval(int mousePressAndHoldInterval) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | | Lines: | 147-154 | | Comparison: | New |
| | New | 5 | 2 |
QStyleHints::setTabFocusBehavior| Name: | QStyleHints::setTabFocusBehavior | | Prototype: | void QStyleHints::setTabFocusBehavior(Qt::TabFocusBehavior tabFocusBehavior) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | | Lines: | 433-440 | | Comparison: | New |
| | New | 5 | 2 |
QStyleHints::tabFocusBehavior| Name: | QStyleHints::tabFocusBehavior | | Prototype: | Qt::TabFocusBehavior QStyleHints::tabFocusBehavior() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | | Lines: | 419-425 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | | Lines (reference): | 391-394 | | Comparison: | Different |
| | Different | 1 | 1 |
QStyleHintsPrivate::QStyleHintsPrivate| Name: | QStyleHintsPrivate::QStyleHintsPrivate | | Prototype: | inline QStyleHintsPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | | Lines: | 72-80 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | | Lines (reference): | 66-72 | | Comparison: | Different |
| | Different | 1 | 1 |
QStyleSheetStyle::drawControl| Name: | QStyleSheetStyle::drawControl | | Prototype: | void QStyleSheetStyle::drawControl(ControlElement ce, const QStyleOption *opt, QPainter *p, const QWidget *w) const | | Coverage: | 0.000% (0/617) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 3379-4207 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines (reference): | 3314-4142 | | Comparison: | Different |
| | Different | 566 | 174 |
QStyleSheetStyle::getDefaultStyleSheet| Name: | QStyleSheetStyle::getDefaultStyleSheet | | Prototype: | StyleSheet QStyleSheetStyle::getDefaultStyleSheet() const | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle_default.cpp | | Lines: | 145-505 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle_default.cpp | | Lines (reference): | 139-500 | | Comparison: | Different |
| | Different | 186 | 6 |
QStyleSheetStyle::setPalette| Name: | QStyleSheetStyle::setPalette | | Prototype: | void QStyleSheetStyle::setPalette(QWidget *w) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 2556-2603 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines (reference): | 2550-2582 | | Comparison: | Different |
| | Different | 19 | 6 |
QStyleSheetStyle::setProperties| Name: | QStyleSheetStyle::setProperties | | Prototype: | void QStyleSheetStyle::setProperties(QWidget *w) | | Coverage: | 0.000% (0/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 2496-2554 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines (reference): | 2490-2548 | | Comparison: | Different |
| | Different | 36 | 16 |
QStyleSheetStyle::styleRules| Name: | QStyleSheetStyle::styleRules | | Prototype: | QVector<QCss::StyleRule> QStyleSheetStyle::styleRules(const QObject *obj) const | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1526-1601 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines (reference): | 1520-1595 | | Comparison: | Different |
| | Different | 55 | 14 |
QStyleSheetStyle::subControlRect| Name: | QStyleSheetStyle::subControlRect | | Prototype: | QRect QStyleSheetStyle::subControlRect(ComplexControl cc, const QStyleOptionComplex *opt, SubControl sc, const QWidget *w) const | | Coverage: | 0.000% (0/270) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 5317-5666 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines (reference): | 5252-5601 | | Comparison: | Different |
| | Different | 228 | 81 |
QStyleSheetStyle::unsetPalette| Name: | QStyleSheetStyle::unsetPalette | | Prototype: | void QStyleSheetStyle::unsetPalette(QWidget *w) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 2605-2648 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines (reference): | 2584-2602 | | Comparison: | Different |
| | Different | 13 | 5 |
QStyleSheetStyle::unsetStyleSheetFont| Name: | QStyleSheetStyle::unsetStyleSheetFont | | Prototype: | void QStyleSheetStyle::unsetStyleSheetFont(QWidget *w) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 2650-2666 | | Comparison: | New |
| | New | 10 | 2 |
QStyleSheetStyle::updateStyleSheetFont| Name: | QStyleSheetStyle::updateStyleSheetFont | | Prototype: | void QStyleSheetStyle::updateStyleSheetFont(QWidget* w) const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 5918-5960 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines (reference): | 5853-5877 | | Comparison: | Different |
| | Different | 14 | 4 |
QStyleSheetStyleCaches::objectDestroyed| Name: | QStyleSheetStyleCaches::objectDestroyed | | Prototype: | void QStyleSheetStyleCaches::objectDestroyed(QObject *o) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 2721-2730 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines (reference): | 2657-2665 | | Comparison: | Different |
| | Different | 6 | 1 |
QSurfaceFormat::setStereo| Name: | QSurfaceFormat::setStereo | | Prototype: | void QSurfaceFormat::setStereo(bool enable) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | | Lines: | 284-293 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | | Lines (reference): | 278-290 | | Comparison: | Different |
| | Different | 7 | 3 |
QSyntaxHighlighterPrivate::applyFormatChanges| Name: | QSyntaxHighlighterPrivate::applyFormatChanges | | Prototype: | void QSyntaxHighlighterPrivate::applyFormatChanges() | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | | Lines: | 95-156 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | | Lines (reference): | 87-148 | | Comparison: | Different |
| | Different | 39 | 13 |
QSyntaxHighlighterPrivate::applyFormatChanges::[lambda]| Name: | QSyntaxHighlighterPrivate::applyFormatChanges::[lambda] | | Prototype: | [=](const QTextLayout::FormatRange &range) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | | Lines: | 107-110 | | Comparison: | New |
| | New | 2 | 1 |
QSysInfo::kernelVersion| Name: | QSysInfo::kernelVersion | | Prototype: | QString QSysInfo::kernelVersion() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2629-2641 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines (reference): | 2550-2562 | | Comparison: | Same |
| | Same | 4 | 2 |
QSysInfo::prettyProductName| Name: | QSysInfo::prettyProductName | | Prototype: | QString QSysInfo::prettyProductName() | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2780-2847 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines (reference): | 2715-2784 | | Comparison: | Same |
| | Same | 8 | 3 |
QSysInfo::productType| Name: | QSysInfo::productType | | Prototype: | QString QSysInfo::productType() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2678-2713 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines (reference): | 2604-2641 | | Comparison: | Same |
| | Same | 5 | 2 |
QSysInfo::productVersion| Name: | QSysInfo::productVersion | | Prototype: | QString QSysInfo::productVersion() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2739-2764 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines (reference): | 2667-2699 | | Comparison: | Same |
| | Same | 5 | 2 |
QSystemLocale::fallbackUiLocale| Name: | QSystemLocale::fallbackUiLocale | | Prototype: | QLocale QSystemLocale::fallbackUiLocale() const | | Coverage: | 60.000% (12/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_unix.cpp | | Lines: | 110-131 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_unix.cpp | | Lines (reference): | 104-125 | | Comparison: | Different |
| | Different | 13 | 6 |
QSystemSemaphorePrivate::cleanHandle| Name: | QSystemSemaphorePrivate::cleanHandle | | Prototype: | void QSystemSemaphorePrivate::cleanHandle() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_systemv.cpp | | Lines: | 141-163 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_systemv.cpp | | Lines (reference): | 135-157 | | Comparison: | Same |
| | Same | 10 | 5 |
QSystemTrayIcon::setVisible| Name: | QSystemTrayIcon::setVisible | | Prototype: | void QSystemTrayIcon::setVisible(bool visible) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 268-280 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines (reference): | 262-274 | | Comparison: | Different |
| | Different | 9 | 4 |
QSystemTrayIconSys::mousePressEvent| Name: | QSystemTrayIconSys::mousePressEvent | | Prototype: | void QSystemTrayIconSys::mousePressEvent(QMouseEvent *ev) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon_x11.cpp | | Lines: | 173-194 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon_x11.cpp | | Lines (reference): | 167-186 | | Comparison: | Different indentation |
| | Different indentation | 12 | 6 |
QTabBar::mouseMoveEvent| Name: | QTabBar::mouseMoveEvent | | Prototype: | void QTabBar::mouseMoveEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/62) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 1949-2029 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines (reference): | 1859-1942 | | Comparison: | Different |
| | Different | 48 | 15 |
QTabBar::paintEvent| Name: | QTabBar::paintEvent | | Prototype: | void QTabBar::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/74) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 1680-1776 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines (reference): | 1605-1686 | | Comparison: | Different |
| | Different | 52 | 16 |
QTabBarPrivate::_q_scrollTabs| Name: | QTabBarPrivate::_q_scrollTabs | | Prototype: | void QTabBarPrivate::_q_scrollTabs() | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 786-811 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines (reference): | 696-736 | | Comparison: | Different |
| | Different | 26 | 14 |
QTabBarPrivate::initBasicStyleOption| Name: | QTabBarPrivate::initBasicStyleOption | | Prototype: | void QTabBarPrivate::initBasicStyleOption(QStyleOptionTab *option, int tabIndex) const | | Coverage: | 0.000% (0/83) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 148-221 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines (reference): | 142-214 | | Comparison: | Different |
| | Different | 55 | 18 |
QTabBarPrivate::layoutTabs| Name: | QTabBarPrivate::layoutTabs | | Prototype: | void QTabBarPrivate::layoutTabs() | | Coverage: | 0.000% (0/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 441-591 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines (reference): | 441-583 | | Comparison: | Different |
| | Different | 102 | 11 |
QTabBarPrivate::makeVisible| Name: | QTabBarPrivate::makeVisible | | Prototype: | void QTabBarPrivate::makeVisible(int index) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 668-699 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines (reference): | 585-609 | | Comparison: | Different |
| | Different | 19 | 5 |
QTabBarPrivate::normalizedScrollRect| Name: | QTabBarPrivate::normalizedScrollRect | | Prototype: | QRect QTabBarPrivate::normalizedScrollRect(int index) | | Coverage: | 0.000% (0/65) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 593-666 | | Comparison: | New |
| | New | 50 | 11 |
QTableView::paintEvent| Name: | QTableView::paintEvent | | Prototype: | void QTableView::paintEvent(QPaintEvent *event) | | Coverage: | 0.000% (0/132) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 1351-1522 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines (reference): | 1347-1519 | | Comparison: | Different |
| | Different | 119 | 34 |
QTableView::updateGeometries| Name: | QTableView::updateGeometries | | Prototype: | void QTableView::updateGeometries() | | Coverage: | 0.000% (0/65) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 2088-2201 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines (reference): | 2089-2202 | | Comparison: | Different |
| | Different | 79 | 19 |
QTableView::visualRegionForSelection| Name: | QTableView::visualRegionForSelection | | Prototype: | QRegion QTableView::visualRegionForSelection(const QItemSelection &selection) const | | Coverage: | 0.000% (0/91) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 1944-2032 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines (reference): | 1941-2033 | | Comparison: | Different |
| | Different | 70 | 28 |
QTableViewPrivate::drawAndClipSpans| Name: | QTableViewPrivate::drawAndClipSpans | | Prototype: | void QTableViewPrivate::drawAndClipSpans(const QRegion &area, QPainter *painter, const QStyleOptionViewItem &option, QBitArray *drawn, int firstVisualRow, int lastVisualRow, int firstVisualColumn, int lastVisualColumn) | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 792-845 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines (reference): | 785-841 | | Comparison: | Different |
| | Different | 42 | 12 |
QTableViewPrivate::setSpan| Name: | QTableViewPrivate::setSpan | | Prototype: | void QTableViewPrivate::setSpan(int row, int column, int rowSpan, int columnSpan) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 669-696 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines (reference): | 662-689 | | Comparison: | Different |
| | Different | 21 | 6 |
QTableWidget::dropEvent| Name: | QTableWidget::dropEvent | | Prototype: | void QTableWidget::dropEvent(QDropEvent *event) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 2683-2718 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines (reference): | 2677-2713 | | Comparison: | Different |
| | Different | 26 | 6 |
QTableWidget::selectedItems| Name: | QTableWidget::selectedItems | | Prototype: | QList<QTableWidgetItem*> QTableWidget::selectedItems() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 2366-2379 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines (reference): | 2359-2373 | | Comparison: | Different |
| | Different | 11 | 4 |
QTableWidget::setItem| Name: | QTableWidget::setItem | | Prototype: | void QTableWidget::setItem(int row, int column, QTableWidgetItem *item) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 1964-1977 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines (reference): | 1957-1970 | | Comparison: | Different |
| | Different | 7 | 3 |
QTableWidgetItem::data| Name: | QTableWidgetItem::data | | Prototype: | QVariant QTableWidgetItem::data(int role) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 1394-1402 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines (reference): | 1388-1395 | | Comparison: | Different |
| | Different | 5 | 3 |
QTcpServerPrivate::resolveProxy| Name: | QTcpServerPrivate::resolveProxy | | Prototype: | QNetworkProxy QTcpServerPrivate::resolveProxy(const QHostAddress &address, quint16 port) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 140-164 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines (reference): | 134-158 | | Comparison: | Different |
| | Different | 11 | 5 |
QTeamCityLogger::QTeamCityLogger| Name: | QTeamCityLogger::QTeamCityLogger | | Prototype: | QTeamCityLogger::QTeamCityLogger(const char *filename) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 97-100 | | Comparison: | New |
| | New | 2 | 1 |
QTeamCityLogger::addIncident| Name: | QTeamCityLogger::addIncident | | Prototype: | void QTeamCityLogger::addIncident(IncidentTypes type, const char *description, const char *file, int line) | | Coverage: | 92.000% (23/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 136-189 | | Comparison: | New |
| | New | 30 | 7 |
QTeamCityLogger::addMessage| Name: | QTeamCityLogger::addMessage | | Prototype: | void QTeamCityLogger::addMessage(MessageTypes type, const QString &message, const char *file, int line) | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 196-220 | | Comparison: | New |
| | New | 12 | 4 |
QTeamCityLogger::addPendingMessage| Name: | QTeamCityLogger::addPendingMessage | | Prototype: | void QTeamCityLogger::addPendingMessage(const char *type, const QString &msg, const char *file, int line) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 268-290 | | Comparison: | New |
| | New | 13 | 3 |
QTeamCityLogger::escapedTestFuncName| Name: | QTeamCityLogger::escapedTestFuncName | | Prototype: | QString QTeamCityLogger::escapedTestFuncName() const | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 256-266 | | Comparison: | New |
| | New | 6 | 1 |
QTeamCityLogger::startLogging| Name: | QTeamCityLogger::startLogging | | Prototype: | void QTeamCityLogger::startLogging() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 106-114 | | Comparison: | New |
| | New | 4 | 1 |
QTeamCityLogger::stopLogging| Name: | QTeamCityLogger::stopLogging | | Prototype: | void QTeamCityLogger::stopLogging() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 116-124 | | Comparison: | New |
| | New | 4 | 1 |
QTeamCityLogger::tcEscapedString| Name: | QTeamCityLogger::tcEscapedString | | Prototype: | QString QTeamCityLogger::tcEscapedString(const QString &str) const | | Coverage: | 76.471% (13/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 222-254 | | Comparison: | New |
| | New | 18 | 9 |
QTest::TestMethods::TestMethods| Name: | QTest::TestMethods::TestMethods | | Prototype: | TestMethods::TestMethods(const QObject *o, const MetaMethods &m) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 215-233 | | Comparison: | New |
| | New | 8 | 4 |
QTest::TestMethods::findMethod| Name: | QTest::TestMethods::findMethod | | Prototype: | QMetaMethod TestMethods::findMethod(const QObject *obj, const char *signature) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 235-240 | | Comparison: | New |
| | New | 3 | 1 |
QTest::TestMethods::invokeTest| Name: | QTest::TestMethods::invokeTest | | Prototype: | bool TestMethods::invokeTest(int index, const char *data, WatchDog *watchDog) const | | Coverage: | 73.913% (34/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 926-1013 | | Comparison: | New |
| | New | 55 | 14 |
QTest::TestMethods::invokeTestOnData| Name: | QTest::TestMethods::invokeTestOnData | | Prototype: | void TestMethods::invokeTestOnData(int index) const | | Coverage: | 78.082% (57/73) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 775-863 | | Comparison: | New |
| | New | 52 | 15 |
QTest::TestMethods::invokeTests| Name: | QTest::TestMethods::invokeTests | | Prototype: | void TestMethods::invokeTests(QObject *testObject) const | | Coverage: | 84.615% (33/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 1288-1342 | | Comparison: | New |
| | New | 39 | 11 |
QTest::WatchDog::run| Name: | QTest::WatchDog::run | | Prototype: | void run() | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 896-908 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines (reference): | 2164-2176 | | Comparison: | Different |
| | Different | 8 | 4 |
QTest::fetchData| Name: | QTest::fetchData | | Prototype: | void *fetchData(QTestData *data, const char *tagName, int typeId) | | Coverage: | 43.750% (7/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 1015-1035 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines (reference): | 2287-2307 | | Comparison: | Different |
| | Different | 12 | 6 |
QTest::incidentType2String| Name: | QTest::incidentType2String | | Prototype: | static const char *incidentType2String(QAbstractTestLogger::IncidentTypes type) | | Coverage: | 15.385% (2/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 54-71 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | | Lines (reference): | 73-90 | | Comparison: | Different |
| | Different | 8 | 7 |
QTest::messageType2String| Name: | QTest::messageType2String | | Prototype: | static const char *messageType2String(QAbstractTestLogger::MessageTypes type) | | Coverage: | 82.353% (14/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 73-94 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | | Lines (reference): | 97-118 | | Comparison: | Different |
| | Different | 10 | 9 |
QTest::qExec| Name: | QTest::qExec | | Prototype: | int QTest::qExec(QObject *testObject, int argc, char **argv) | | Coverage: | 45.000% (18/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 1641-1777 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines (reference): | 2924-3046 | | Comparison: | Different |
| | Different | 39 | 12 |
QTest::qExec::[lambda]| Name: | QTest::qExec::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 1724-1724 | | Comparison: | New |
| | New | 0 | 1 |
QTest::qtest_qParseArgs| Name: | QTest::qtest_qParseArgs | | Prototype: | void qtest_qParseArgs(int argc, char *argv[], bool qml) | | Coverage: | 53.030% (105/198) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 403-734 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines (reference): | 1651-2003 | | Comparison: | Different |
| | Different | 261 | 69 |
QTest::toString| Name: | QTest::toString | | Prototype: | template <> __attribute__((visibility("default"))) char *QTest::toString<char>(const char &t) | | Coverage: | 100.000% (30/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 2327-2372 | | Comparison: | New |
| | New | 29 | 14 |
QTestLog::addLogger| Name: | QTestLog::addLogger | | Prototype: | void QTestLog::addLogger(LogMode mode, const char *filename) | | Coverage: | 91.667% (22/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 480-515 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines (reference): | 473-505 | | Comparison: | Different |
| | Different | 18 | 9 |
QTextBrowser::clearHistory| Name: | QTextBrowser::clearHistory | | Prototype: | void QTextBrowser::clearHistory() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | | Lines: | 1139-1152 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | | Lines (reference): | 1133-1146 | | Comparison: | Different |
| | Different | 10 | 2 |
QTextBrowserPrivate::restoreHistoryEntry| Name: | QTextBrowserPrivate::restoreHistoryEntry | | Prototype: | void QTextBrowserPrivate::restoreHistoryEntry(const HistoryEntry &entry) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | | Lines: | 563-585 | | Comparison: | New |
| | New | 9 | 2 |
QTextBrowserPrivate::setSource| Name: | QTextBrowserPrivate::setSource | | Prototype: | void QTextBrowserPrivate::setSource(const QUrl &url) | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | | Lines: | 269-356 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | | Lines (reference): | 263-350 | | Comparison: | Different |
| | Different | 42 | 12 |
QTextDocumentLayoutPrivate::drawFlow| Name: | QTextDocumentLayoutPrivate::drawFlow | | Prototype: | void QTextDocumentLayoutPrivate::drawFlow(const QPointF &offset, QPainter *painter, const QAbstractTextDocumentLayout::PaintContext &context, QTextFrame::Iterator it, const QList<QTextFrame *> &floats, QTextBlock *cursorBlockNeedingRepaint) const | | Coverage: | 0.000% (0/57) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 1215-1290 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines (reference): | 1209-1284 | | Comparison: | Different |
| | Different | 42 | 13 |
QTextDocumentLayoutPrivate::layoutFlow| Name: | QTextDocumentLayoutPrivate::layoutFlow | | Prototype: | void QTextDocumentLayoutPrivate::layoutFlow(QTextFrame::Iterator it, QTextLayoutStruct *layoutStruct, int layoutFrom, int layoutTo, QFixed width) | | Coverage: | 0.000% (0/176) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 2238-2565 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines (reference): | 2232-2559 | | Comparison: | Different |
| | Different | 200 | 49 |
QTextDocumentLayoutPrivate::layoutTable| Name: | QTextDocumentLayoutPrivate::layoutTable | | Prototype: | QRectF QTextDocumentLayoutPrivate::layoutTable(QTextTable *table, int layoutFrom, int layoutTo, QFixed parentY) | | Coverage: | 0.000% (0/194) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 1606-2007 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines (reference): | 1600-2001 | | Comparison: | Different |
| | Different | 255 | 61 |
QTextDocumentPrivate::aboutToRemoveCell| Name: | QTextDocumentPrivate::aboutToRemoveCell | | Prototype: | void QTextDocumentPrivate::aboutToRemoveCell(int from, int to) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1732-1737 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines (reference): | 1725-1730 | | Comparison: | Different |
| | Different | 3 | 2 |
QTextDocumentPrivate::adjustDocumentChangesAndCursors| Name: | QTextDocumentPrivate::adjustDocumentChangesAndCursors | | Prototype: | void QTextDocumentPrivate::adjustDocumentChangesAndCursors(int from, int addedOrRemoved, QTextUndoCommand::Operation op) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1280-1331 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines (reference): | 1273-1324 | | Comparison: | Different |
| | Different | 28 | 9 |
QTextDocumentPrivate::appendUndoItem| Name: | QTextDocumentPrivate::appendUndoItem | | Prototype: | void QTextDocumentPrivate::appendUndoItem(const QTextUndoCommand &c) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1056-1096 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines (reference): | 1050-1089 | | Comparison: | Different |
| | Different | 25 | 10 |
QTextDocumentPrivate::clear| Name: | QTextDocumentPrivate::clear | | Prototype: | void QTextDocumentPrivate::clear() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 234-286 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines (reference): | 228-280 | | Comparison: | Different |
| | Different | 35 | 5 |
QTextDocumentPrivate::clearUndoRedoStacks| Name: | QTextDocumentPrivate::clearUndoRedoStacks | | Prototype: | void QTextDocumentPrivate::clearUndoRedoStacks(QTextDocument::Stacks stacksToClear, bool emitSignals) | | Coverage: | 0.000% (0/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1098-1138 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines (reference): | 1091-1131 | | Comparison: | Different |
| | Different | 33 | 14 |