| Functionâ–´ | Condition % | Modifications | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QTreeWidget::mimeData| Name: | QTreeWidget::mimeData | | Prototype: | QMimeData *QTreeWidget::mimeData(const QList<QTreeWidgetItem*> items) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 3283-3307 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines (reference): | 3276-3301 | | Comparison: | Different |
| | Different | 16 | 6 |
QTreeWidget::selectedItems| Name: | QTreeWidget::selectedItems | | Prototype: | QList<QTreeWidgetItem*> QTreeWidget::selectedItems() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 3026-3042 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines (reference): | 3019-3035 | | Comparison: | Different |
| | Different | 13 | 3 |
QTreeWidgetItem::childrenCheckState| Name: | QTreeWidgetItem::childrenCheckState | | Prototype: | QVariant QTreeWidgetItem::childrenCheckState(int column) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 2141-2175 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines (reference): | 2134-2168 | | Comparison: | Different |
| | Different | 21 | 11 |
QTreeWidgetItem::data| Name: | QTreeWidgetItem::data | | Prototype: | QVariant QTreeWidgetItem::data(int column, int role) const | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 1779-1802 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines (reference): | 1773-1795 | | Comparison: | Different |
| | Different | 12 | 10 |
QTreeWidgetItem::setData| Name: | QTreeWidgetItem::setData | | Prototype: | void QTreeWidgetItem::setData(int column, int role, const QVariant &value) | | Coverage: | 0.000% (0/74) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 1704-1774 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines (reference): | 1698-1768 | | Comparison: | Different |
| | Different | 46 | 23 |
QTzTimeZonePrivate::availableTimeZoneIds| Name: | QTzTimeZonePrivate::availableTimeZoneIds | | Prototype: | QList<QByteArray> QTzTimeZonePrivate::availableTimeZoneIds(QLocale::Country country) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 1070-1080 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines (reference): | 1057-1067 | | Comparison: | Different |
| | Different | 6 | 3 |
QTzTimeZonePrivate::hasDaylightTime| Name: | QTzTimeZonePrivate::hasDaylightTime | | Prototype: | bool QTzTimeZonePrivate::hasDaylightTime() const | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 879-887 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines (reference): | 866-874 | | Comparison: | Different |
| | Different | 4 | 3 |
QTzTimeZonePrivate::init| Name: | QTzTimeZonePrivate::init | | Prototype: | void QTzTimeZonePrivate::init(const QByteArray &ianaId) | | Coverage: | 57.778% (52/90) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 636-765 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines (reference): | 630-752 | | Comparison: | Different |
| | Different | 85 | 29 |
QUndoStack::beginMacro| Name: | QUndoStack::beginMacro | | Prototype: | void QUndoStack::beginMacro(const QString &text) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines: | 955-978 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines (reference): | 949-972 | | Comparison: | Different |
| | Different | 16 | 5 |
QUndoStack::endMacro| Name: | QUndoStack::endMacro | | Prototype: | void QUndoStack::endMacro() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines: | 989-1003 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines (reference): | 983-997 | | Comparison: | Different |
| | Different | 8 | 3 |
QUndoStack::push| Name: | QUndoStack::push | | Prototype: | void QUndoStack::push(QUndoCommand *cmd) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines: | 582-626 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines (reference): | 576-620 | | Comparison: | Different |
| | Different | 31 | 9 |
QUndoStack::redo| Name: | QUndoStack::redo | | Prototype: | void QUndoStack::redo() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines: | 719-732 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines (reference): | 713-726 | | Comparison: | Different |
| | Different | 8 | 3 |
QUndoStack::setClean| Name: | QUndoStack::setClean | | Prototype: | void QUndoStack::setClean() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines: | 641-650 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines (reference): | 635-644 | | Comparison: | Different |
| | Different | 5 | 2 |
QUndoStack::setIndex| Name: | QUndoStack::setIndex | | Prototype: | void QUndoStack::setIndex(int idx) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines: | 769-789 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines (reference): | 763-783 | | Comparison: | Different |
| | Different | 14 | 6 |
QUndoStack::setUndoLimit| Name: | QUndoStack::setUndoLimit | | Prototype: | void QUndoStack::setUndoLimit(int limit) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines: | 1056-1069 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines (reference): | 1050-1063 | | Comparison: | Different |
| | Different | 8 | 3 |
QUndoStack::undo| Name: | QUndoStack::undo | | Prototype: | void QUndoStack::undo() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines: | 693-707 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines (reference): | 687-701 | | Comparison: | Different |
| | Different | 9 | 3 |
QUnicodeTables::graphemeBreakClass| Name: | QUnicodeTables::graphemeBreakClass | | Prototype: | GraphemeBreakClass graphemeBreakClass(uint ucs4) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | | Lines: | 8276-8279 | | Comparison: | New |
| | New | 1 | 1 |
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::properties| Name: | QUnicodeTables::properties | | Prototype: | const Properties * properties(ushort ucs2) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | | Lines: | 8271-8274 | | 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 |
QUnicodeTables::sentenceBreakClass| Name: | QUnicodeTables::sentenceBreakClass | | Prototype: | SentenceBreakClass sentenceBreakClass(uint ucs4) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | | Lines: | 8286-8289 | | Comparison: | New |
| | New | 1 | 1 |
QUnicodeTables::wordBreakClass| Name: | QUnicodeTables::wordBreakClass | | Prototype: | WordBreakClass wordBreakClass(uint ucs4) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | | Lines: | 8281-8284 | | 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 |
QUnixPrintWidgetPrivate::QUnixPrintWidgetPrivate| Name: | QUnixPrintWidgetPrivate::QUnixPrintWidgetPrivate | | Prototype: | QUnixPrintWidgetPrivate::QUnixPrintWidgetPrivate(QUnixPrintWidget *p, QPrinter *prn) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | | Lines: | 651-689 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | | Lines (reference): | 645-685 | | Comparison: | Different |
| | Different | 25 | 5 |
QUnixPrintWidgetPrivate::applyPrinterProperties| Name: | QUnixPrintWidgetPrivate::applyPrinterProperties | | Prototype: | void QUnixPrintWidgetPrivate::applyPrinterProperties() | | Coverage: | 39.474% (15/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | | Lines: | 794-834 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | | Lines (reference): | 790-833 | | Comparison: | Different |
| | Different | 29 | 13 |
QUnsortedModelEngine::filterOnDemand| Name: | QUnsortedModelEngine::filterOnDemand | | Prototype: | void QUnsortedModelEngine::filterOnDemand(int n) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 749-761 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines (reference): | 743-755 | | Comparison: | Different |
| | Different | 10 | 2 |
QUrl::authority| Name: | QUrl::authority | | Prototype: | QString QUrl::authority(ComponentFormattingOptions options) const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 2049-2062 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 2043-2055 | | Comparison: | Different |
| | Different | 7 | 3 |
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::fromUserInput| Name: | QUrl::fromUserInput | | Prototype: | QUrl QUrl::fromUserInput(const QString &userInput) | | Coverage: | 91.667% (22/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 4261-4300 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 4256-4295 | | Comparison: | Different |
| | Different | 19 | 8 |
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::toString| Name: | QUrl::toString | | Prototype: | QString QUrl::toString(FormattingOptions options) const | | Coverage: | 87.037% (47/54) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 3274-3331 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 3269-3326 | | Comparison: | Different |
| | Different | 31 | 11 |
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::userInfo| Name: | QUrl::userInfo | | Prototype: | QString QUrl::userInfo(ComponentFormattingOptions options) const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 2123-2136 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 2116-2128 | | Comparison: | Different |
| | Different | 7 | 3 |
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 |
QUrlModel::canDrop| Name: | QUrlModel::canDrop | | Prototype: | bool QUrlModel::canDrop(QDragEnterEvent *event) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | | Lines: | 128-140 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | | Lines (reference): | 122-134 | | Comparison: | Different |
| | Different | 8 | 4 |
QUrlModel::dropMimeData| Name: | QUrlModel::dropMimeData | | Prototype: | bool QUrlModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | | Lines: | 145-155 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | | Lines (reference): | 139-149 | | Comparison: | Different |
| | Different | 7 | 2 |
QUrlModel::mimeData| Name: | QUrlModel::mimeData | | Prototype: | QMimeData *QUrlModel::mimeData(const QModelIndexList &indexes) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | | Lines: | 109-119 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | | Lines (reference): | 103-113 | | Comparison: | Different |
| | Different | 7 | 3 |
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| Name: | QUrlQuery::removeAllQueryItems | | Prototype: | void QUrlQuery::removeAllQueryItems(const QString &key) | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines: | 756-766 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines (reference): | 749-761 | | Comparison: | Different |
| | Different | 7 | 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 |
QUrlQuery::removeQueryItem| Name: | QUrlQuery::removeQueryItem | | Prototype: | void QUrlQuery::removeQueryItem(const QString &key) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines: | 741-748 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines (reference): | 734-741 | | Comparison: | Different |
| | Different | 4 | 3 |
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: | 68.421% (13/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 856-870 | | Comparison: | New |
| | New | 8 | 7 |
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 |
QUuid::variant| Name: | QUuid::variant | | Prototype: | QUuid::Variant QUuid::variant() const noexcept | | Coverage: | 50.000% (8/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 779-789 | | Comparison: | New |
| | New | 7 | 6 |
QUuid::version| Name: | QUuid::version | | Prototype: | QUuid::Version QUuid::version() const noexcept | | Coverage: | 70.000% (7/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 800-810 | | Comparison: | New |
| | New | 7 | 2 |
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 |
QWaitCondition::wait| Name: | QWaitCondition::wait | | Prototype: | bool QWaitCondition::wait(QReadWriteLock *readWriteLock, unsigned long time) | | Coverage: | 57.143% (8/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | | Lines: | 222-247 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | | Lines (reference): | 215-238 | | Comparison: | Different |
| | Different | 14 | 4 |
QWhatsThisPrivate::notifyToplevels| Name: | QWhatsThisPrivate::notifyToplevels | | Prototype: | void QWhatsThisPrivate::notifyToplevels(QEvent *e) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwhatsthis.cpp | | Lines: | 376-381 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwhatsthis.cpp | | Lines (reference): | 370-377 | | Comparison: | Different |
| | Different | 4 | 2 |
QWheelEvent::QWheelEvent| Name: | QWheelEvent::QWheelEvent | | Prototype: | QWheelEvent::QWheelEvent(const QPointF &pos, int delta, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::Orientation orient) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 758-769 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines (reference): | 726-739 | | Comparison: | Different |
| | Different | 6 | 3 |
QWheelEvent::QWheelEvent| Name: | QWheelEvent::QWheelEvent | | Prototype: | QWheelEvent::QWheelEvent(const QPointF &pos, const QPointF& globalPos, int delta, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::Orientation orient) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 793-803 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines (reference): | 763-775 | | Comparison: | Different |
| | Different | 5 | 3 |
QWheelEvent::QWheelEvent| Name: | QWheelEvent::QWheelEvent | | Prototype: | QWheelEvent::QWheelEvent(const QPointF &pos, const QPointF& globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt::Orientation qt4Orientation, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 829-835 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines (reference): | 801-810 | | Comparison: | Different |
| | Different | 2 | 2 |
QWheelEvent::QWheelEvent| Name: | QWheelEvent::QWheelEvent | | Prototype: | QWheelEvent::QWheelEvent(const QPointF &pos, const QPointF& globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt::Orientation qt4Orientation, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::ScrollPhase phase) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 860-866 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines (reference): | 835-841 | | Comparison: | Different |
| | Different | 1 | 1 |
QWheelEvent::QWheelEvent| Name: | QWheelEvent::QWheelEvent | | Prototype: | QWheelEvent::QWheelEvent(const QPointF &pos, const QPointF& globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt::Orientation qt4Orientation, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::ScrollPhase phase, Qt::MouseEventSource source) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 896-902 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines (reference): | 872-877 | | Comparison: | Different |
| | Different | 1 | 1 |
QWheelEvent::QWheelEvent| Name: | QWheelEvent::QWheelEvent | | Prototype: | QWheelEvent::QWheelEvent(const QPointF &pos, const QPointF& globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt::Orientation qt4Orientation, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::ScrollPhase phase, Qt::MouseEventSource source, bool inverted) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 937-943 | | Comparison: | New |
| | New | 1 | 1 |
QWidget::inputMethodQuery| Name: | QWidget::inputMethodQuery | | Prototype: | QVariant QWidget::inputMethodQuery(Qt::InputMethodQuery query) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 9782-9799 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 9752-9767 | | Comparison: | Different |
| | Different | 6 | 6 |
QWidget::insertAction| Name: | QWidget::insertAction | | Prototype: | void QWidget::insertAction(QAction *before, QAction *action) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3319-3342 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 3301-3324 | | Comparison: | Different |
| | Different | 15 | 4 |
QWidget::insertActions| Name: | QWidget::insertActions | | Prototype: | void QWidget::insertActions(QAction *before, QList<QAction*> actions) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3356-3361 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 3335-3339 | | Comparison: | Different indentation |
| | Different indentation | 2 | 2 |
QWidget::render| Name: | QWidget::render | | Prototype: | void QWidget::render(QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, RenderFlags renderFlags) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5159-5229 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 5127-5197 | | Comparison: | Different |
| | Different | 43 | 8 |
QWidget::setFocusProxy| Name: | QWidget::setFocusProxy | | Prototype: | void QWidget::setFocusProxy(QWidget * w) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6410-6425 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 6380-6395 | | Comparison: | Different |
| | Different | 9 | 4 |
QWidget::setLayout| Name: | QWidget::setLayout | | Prototype: | void QWidget::setLayout(QLayout *l) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10104-10144 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 10072-10112 | | Comparison: | Different |
| | Different | 27 | 8 |
QWidget::setParent| Name: | QWidget::setParent | | Prototype: | void QWidget::setParent(QWidget *parent, Qt::WindowFlags f) | | Coverage: | 0.000% (0/146) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10483-10636 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 10451-10600 | | Comparison: | Different |
| | Different | 80 | 32 |
QWidget::setTabOrder| Name: | QWidget::setTabOrder | | Prototype: | void QWidget::setTabOrder(QWidget* first, QWidget *second) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6926-6984 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 6896-6954 | | Comparison: | Different |
| | Different | 34 | 10 |
QWidget::ungrabGesture| Name: | QWidget::ungrabGesture | | Prototype: | void QWidget::ungrabGesture(Qt::GestureType gesture) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12288-12296 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 12252-12259 | | Comparison: | Different indentation |
| | Different indentation | 4 | 3 |
QWidget::~QWidget| Name: | QWidget::~QWidget | | Prototype: | QWidget::~QWidget() | | Coverage: | 0.000% (0/74) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 1559-1718 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 1548-1703 | | Comparison: | Different |
| | Different | 58 | 18 |
QWidgetAnimator::abort| Name: | QWidgetAnimator::abort | | Prototype: | void QWidgetAnimator::abort(QWidget *w) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetanimator.cpp | | Lines: | 53-70 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetanimator.cpp | | Lines (reference): | 47-64 | | Comparison: | Different |
| | Different | 8 | 3 |
QWidgetEffectSourcePrivate::boundingRect| Name: | QWidgetEffectSourcePrivate::boundingRect | | Prototype: | QRectF QWidgetEffectSourcePrivate::boundingRect(Qt::CoordinateSystem system) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5849-5861 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 5819-5831 | | Comparison: | Different |
| | Different | 6 | 3 |
QWidgetEffectSourcePrivate::pixmap| Name: | QWidgetEffectSourcePrivate::pixmap | | Prototype: | QPixmap QWidgetEffectSourcePrivate::pixmap(Qt::CoordinateSystem system, QPoint *offset, QGraphicsEffect::PixmapPadMode mode) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5882-5922 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 5852-5892 | | Comparison: | Different |
| | Different | 25 | 6 |
QWidgetLineControl::anchorRect| Name: | QWidgetLineControl::anchorRect | | Prototype: | QRect QWidgetLineControl::anchorRect() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 440-445 | | Comparison: | New |
| | New | 3 | 2 |
QWidgetLineControl::copy| Name: | QWidgetLineControl::copy | | Prototype: | void QWidgetLineControl::copy(QClipboard::Mode mode) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 152-158 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines (reference): | 146-155 | | Comparison: | Different |
| | Different | 6 | 2 |
QWidgetLineControl::cursorRect| Name: | QWidgetLineControl::cursorRect | | Prototype: | QRect QWidgetLineControl::cursorRect() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 430-433 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines (reference): | 414-425 | | Comparison: | Different |
| | Different | 8 | 2 |
QWidgetLineControl::draw| Name: | QWidgetLineControl::draw | | Prototype: | void QWidgetLineControl::draw(QPainter *painter, const QPoint &offset, const QRect &clip, int flags) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 627-659 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines (reference): | 607-639 | | Comparison: | Different |
| | Different | 22 | 8 |
QWidgetLineControl::maskString| Name: | QWidgetLineControl::maskString | | Prototype: | QString QWidgetLineControl::maskString(uint pos, const QString &str, bool clear) const | | Coverage: | 0.000% (0/51) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 1168-1233 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines (reference): | 1148-1213 | | Comparison: | Different |
| | Different | 40 | 16 |
QWidgetLineControl::processKeyEvent| Name: | QWidgetLineControl::processKeyEvent | | Prototype: | void QWidgetLineControl::processKeyEvent(QKeyEvent* event) | | Coverage: | 0.000% (0/287) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 1615-1946 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines (reference): | 1572-1899 | | Comparison: | Different |
| | Different | 177 | 77 |
QWidgetLineControl::processShortcutOverrideEvent| Name: | QWidgetLineControl::processShortcutOverrideEvent | | Prototype: | void QWidgetLineControl::processShortcutOverrideEvent(QKeyEvent *ke) | | Coverage: | 0.000% (0/73) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 1561-1612 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines (reference): | 1524-1569 | | Comparison: | Different |
| | Different | 31 | 12 |
QWidgetLineControl::rectForPos| Name: | QWidgetLineControl::rectForPos | | Prototype: | QRect QWidgetLineControl::rectForPos(int pos) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 412-422 | | Comparison: | New |
| | New | 7 | 2 |
QWidgetLineControl::resetCursorBlinkTimer| Name: | QWidgetLineControl::resetCursorBlinkTimer | | Prototype: | void QWidgetLineControl::resetCursorBlinkTimer() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 1529-1539 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines (reference): | 1495-1502 | | Comparison: | Different |
| | Different | 5 | 2 |
QWidgetLineControl::setBlinkingCursorEnabled| Name: | QWidgetLineControl::setBlinkingCursorEnabled | | Prototype: | void QWidgetLineControl::setBlinkingCursorEnabled(bool enable) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 1496-1509 | | Comparison: | New |
| | New | 7 | 3 |
QWidgetLineControl::setReadOnly| Name: | QWidgetLineControl::setReadOnly | | Prototype: | void QWidgetLineControl::setReadOnly(bool enable) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 1487-1494 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines (reference): | 1467-1474 | | Comparison: | Different |
| | Different | 4 | 2 |
QWidgetLineControl::setSelection| Name: | QWidgetLineControl::setSelection | | Prototype: | void QWidgetLineControl::setSelection(int start, int length) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 311-343 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines (reference): | 308-340 | | Comparison: | Different |
| | Different | 25 | 7 |
QWidgetLineControl::updateCursorBlinking| Name: | QWidgetLineControl::updateCursorBlinking | | Prototype: | void QWidgetLineControl::updateCursorBlinking() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 1511-1526 | | Comparison: | New |
| | New | 9 | 4 |
QWidgetPrivate::QWidgetPrivate| Name: | QWidgetPrivate::QWidgetPrivate | | Prototype: | QWidgetPrivate::QWidgetPrivate(int version) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 236-334 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 229-327 | | Comparison: | Different |
| | Different | 6 | 2 |
QWidgetPrivate::create_sys| Name: | QWidgetPrivate::create_sys | | Prototype: | void QWidgetPrivate::create_sys(WId window, bool initializeWindow, bool destroyOldWindow) | | Coverage: | 0.000% (0/81) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 1414-1523 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 1402-1512 | | Comparison: | Different |
| | Different | 70 | 23 |
QWidgetPrivate::drawWidget| Name: | QWidgetPrivate::drawWidget | | Prototype: | void QWidgetPrivate::drawWidget(QPaintDevice *pdev, const QRegion &rgn, const QPoint &offset, int flags, QPainter *sharedPainter, QWidgetBackingStore *backingStore) | | Coverage: | 0.000% (0/146) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5497-5703 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 5465-5673 | | Comparison: | Different |
| | Different | 114 | 33 |
QWidgetPrivate::init| Name: | QWidgetPrivate::init | | Prototype: | void QWidgetPrivate::init(QWidget *parentWidget, Qt::WindowFlags f) | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 1132-1245 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 1120-1233 | | Comparison: | Different |
| | Different | 65 | 12 |
QWidgetPrivate::naturalWidgetFont| Name: | QWidgetPrivate::naturalWidgetFont | | Prototype: | QFont QWidgetPrivate::naturalWidgetFont(uint inheritedMask) const | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4755-4794 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 4729-4764 | | Comparison: | Different |
| | Different | 23 | 8 |
QWidgetPrivate::naturalWidgetPalette| Name: | QWidgetPrivate::naturalWidgetPalette | | Prototype: | QPalette QWidgetPrivate::naturalWidgetPalette(uint inheritedMask) const | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4607-4642 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 4585-4616 | | Comparison: | Different |
| | Different | 21 | 6 |
QWidgetPrivate::propagatePaletteChange| Name: | QWidgetPrivate::propagatePaletteChange | | Prototype: | void QWidgetPrivate::propagatePaletteChange() | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 2008-2037 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 1993-2019 | | Comparison: | Different |
| | Different | 16 | 5 |
QWidgetPrivate::render| Name: | QWidgetPrivate::render | | Prototype: | void QWidgetPrivate::render(QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags) | | Coverage: | 0.000% (0/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5717-5791 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 5687-5761 | | Comparison: | Different |
| | Different | 42 | 15 |
QWidgetPrivate::repaint_sys| Name: | QWidgetPrivate::repaint_sys | | Prototype: | void QWidgetPrivate::repaint_sys(const QRegion &rgn) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | | Lines: | 1625-1674 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | | Lines (reference): | 1619-1668 | | Comparison: | Different |
| | Different | 24 | 8 |