| Function | Condition % | Modifications | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
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::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::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::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::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::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 |
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 |
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 |
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 |
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 |
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 |
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 |
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::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::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::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 |
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 |
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 |
QToolBox::setCurrentWidget| Name: | QToolBox::setCurrentWidget | | Prototype: | void QToolBox::setCurrentWidget(QWidget *widget) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | | Lines: | 527-534 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | | Lines (reference): | 519-526 | | Comparison: | Different |
| | Different | 4 | 2 |
QToolBarAreaLayout::plug| Name: | QToolBarAreaLayout::plug | | Prototype: | QLayoutItem *QToolBarAreaLayout::plug(const QList<int> &path) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines: | 1139-1150 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines (reference): | 1133-1144 | | Comparison: | Different |
| | Different | 8 | 2 |
QTipLabel::setTipRect| Name: | QTipLabel::setTipRect | | Prototype: | void QTipLabel::setTipRect(QWidget *w, const QRect &r) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qtooltip.cpp | | Lines: | 271-279 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qtooltip.cpp | | Lines (reference): | 265-273 | | Comparison: | Different |
| | Different | 4 | 2 |
QTimeZone::previousTransition| Name: | QTimeZone::previousTransition | | Prototype: | QTimeZone::OffsetData QTimeZone::previousTransition(const QDateTime &beforeDateTime) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | | Lines: | 753-759 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | | Lines (reference): | 747-753 | | Comparison: | Different |
| | Different | 3 | 2 |
QTimeZone::offsetData| Name: | QTimeZone::offsetData | | Prototype: | QTimeZone::OffsetData QTimeZone::offsetData(const QDateTime &forDateTime) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | | Lines: | 694-700 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | | Lines (reference): | 688-694 | | Comparison: | Different |
| | Different | 3 | 2 |
QTimeZone::nextTransition| Name: | QTimeZone::nextTransition | | Prototype: | QTimeZone::OffsetData QTimeZone::nextTransition(const QDateTime &afterDateTime) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | | Lines: | 732-738 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | | Lines (reference): | 726-732 | | Comparison: | Different |
| | Different | 3 | 2 |
QThreadPrivate::createEventDispatcher| Name: | QThreadPrivate::createEventDispatcher | | Prototype: | void QThreadPrivate::createEventDispatcher(QThreadData *data) | | Coverage: | 55.556% (5/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 280-301 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines (reference): | 275-298 | | Comparison: | Same |
| | Same | 6 | 2 |
QThreadPoolPrivate::tryToStartMoreThreads| Name: | QThreadPoolPrivate::tryToStartMoreThreads | | Prototype: | void QThreadPoolPrivate::tryToStartMoreThreads() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 228-233 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines (reference): | 222-227 | | Comparison: | Different |
| | Different | 2 | 2 |
QThread::idealThreadCount| Name: | QThread::idealThreadCount | | Prototype: | int QThread::idealThreadCount() noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 426-484 | | Comparison: | New |
| | New | 5 | 2 |
QTextTablePrivate::findCellIndex| Name: | QTextTablePrivate::findCellIndex | | Prototype: | int QTextTablePrivate::findCellIndex(int fragment) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 390-398 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines (reference): | 384-392 | | Comparison: | Different |
| | Different | 6 | 2 |
QTextHtmlParserNode::parseStyleAttribute| Name: | QTextHtmlParserNode::parseStyleAttribute | | Prototype: | void QTextHtmlParserNode::parseStyleAttribute(const QString &value, const QTextDocument *resourceProvider) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | | Lines: | 1440-1448 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | | Lines (reference): | 1405-1415 | | Comparison: | Different |
| | Different | 8 | 2 |
QTextEngine::endOfLine| Name: | QTextEngine::endOfLine | | Prototype: | int QTextEngine::endOfLine(int lineNum) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 3279-3287 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines (reference): | 3268-3276 | | Comparison: | Different |
| | Different | 5 | 2 |
QTextEngine::beginningOfLine| Name: | QTextEngine::beginningOfLine | | Prototype: | int QTextEngine::beginningOfLine(int lineNum) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 3289-3297 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines (reference): | 3278-3286 | | Comparison: | Different |
| | Different | 5 | 2 |
QTextEdit::scrollContentsBy| Name: | QTextEdit::scrollContentsBy | | Prototype: | void QTextEdit::scrollContentsBy(int dx, int dy) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 1710-1717 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines (reference): | 1702-1708 | | Comparison: | Different |
| | Different | 4 | 2 |
QTextDocumentPrivate::~QTextDocumentPrivate| Name: | QTextDocumentPrivate::~QTextDocumentPrivate | | Prototype: | QTextDocumentPrivate::~QTextDocumentPrivate() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 288-296 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines (reference): | 282-290 | | Comparison: | Different |
| | Different | 6 | 2 |
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 |
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 |
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 |
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 |
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::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 |
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 |
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::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 |
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 |
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::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::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% (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::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::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| Name: | QString::compare | | Prototype: | int QString::compare(const QString &other, Qt::CaseSensitivity cs) const noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5439-5444 | | Comparison: | New |
| | New | 3 | 2 |
QStateMachinePrivate::microstep| Name: | QStateMachinePrivate::microstep | | Prototype: | void QStateMachinePrivate::microstep(QEvent *event, const QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 669-719 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines (reference): | 662-712 | | Comparison: | Different |
| | Different | 19 | 2 |
QStateMachinePrivate::computeExitSet_Unordered| Name: | QStateMachinePrivate::computeExitSet_Unordered | | Prototype: | QSet<QAbstractState*> QStateMachinePrivate::computeExitSet_Unordered(const QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 751-760 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines (reference): | 744-753 | | Comparison: | Different |
| | Different | 5 | 2 |
QStackedWidget::setCurrentWidget| Name: | QStackedWidget::setCurrentWidget | | Prototype: | void QStackedWidget::setCurrentWidget(QWidget *widget) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | | Lines: | 243-251 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | | Lines (reference): | 237-245 | | Comparison: | Different |
| | Different | 5 | 2 |
QStackedLayout::setCurrentWidget| Name: | QStackedLayout::setCurrentWidget | | Prototype: | void QStackedLayout::setCurrentWidget(QWidget *widget) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | | Lines: | 369-377 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | | Lines (reference): | 363-371 | | Comparison: | Different |
| | Different | 5 | 2 |
QStackedLayout::addItem| Name: | QStackedLayout::addItem | | Prototype: | void QStackedLayout::addItem(QLayoutItem *item) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | | Lines: | 422-431 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | | Lines (reference): | 416-425 | | Comparison: | Different |
| | Different | 5 | 2 |
QSslSocketPrivate::_q_channelReadyReadSlot| Name: | QSslSocketPrivate::_q_channelReadyReadSlot | | Prototype: | void QSslSocketPrivate::_q_channelReadyReadSlot(int channel) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2471-2476 | | Comparison: | New |
| | New | 3 | 2 |
QSslSocketPrivate::_q_channelBytesWrittenSlot| Name: | QSslSocketPrivate::_q_channelBytesWrittenSlot | | Prototype: | void QSslSocketPrivate::_q_channelBytesWrittenSlot(int channel, qint64 written) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2499-2504 | | Comparison: | New |
| | New | 3 | 2 |
QSslSocket::writeData| Name: | QSslSocket::writeData | | Prototype: | qint64 QSslSocket::writeData(const char *data, qint64 len) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2003-2018 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines (reference): | 1989-2005 | | Comparison: | Different |
| | Different | 7 | 2 |
QSslSocket::setSocketDescriptor| Name: | QSslSocket::setSocketDescriptor | | Prototype: | bool QSslSocket::setSocketDescriptor(qintptr socketDescriptor, SocketState state, OpenMode openMode) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 497-519 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines (reference): | 491-511 | | Comparison: | Different |
| | Different | 14 | 2 |
QSslConfiguration::setSslOption| Name: | QSslConfiguration::setSslOption | | Prototype: | void QSslConfiguration::setSslOption(QSsl::SslOption option, bool on) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 667-670 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines (reference): | 659-665 | | Comparison: | Different |
| | Different | 3 | 2 |
QSslConfiguration::operator==| Name: | QSslConfiguration::operator== | | Prototype: | bool QSslConfiguration::operator==(const QSslConfiguration &other) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 202-226 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines (reference): | 196-219 | | Comparison: | Different |
| | Different | 21 | 2 |
QSqlResult::QSqlResult| Name: | QSqlResult::QSqlResult | | Prototype: | QSqlResult::QSqlResult(QSqlResultPrivate &dd) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 235-241 | | Comparison: | New |
| | New | 3 | 2 |
QSqlResult::QSqlResult| Name: | QSqlResult::QSqlResult | | Prototype: | QSqlResult::QSqlResult(const QSqlDriver *db) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 225-231 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines (reference): | 219-227 | | Comparison: | Different |
| | Different | 6 | 2 |
QSqlDriver::setOpenError| Name: | QSqlDriver::setOpenError | | Prototype: | void QSqlDriver::setOpenError(bool error) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldriver.cpp | | Lines: | 298-304 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldriver.cpp | | Lines (reference): | 289-294 | | Comparison: | Different |
| | Different | 3 | 2 |
QSqlCachedResult::isNull| Name: | QSqlCachedResult::isNull | | Prototype: | bool QSqlCachedResult::isNull(int i) | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines: | 237-245 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines (reference): | 245-252 | | Comparison: | Different |
| | Different | 4 | 2 |
QSqlCachedResult::fetchNext| Name: | QSqlCachedResult::fetchNext | | Prototype: | bool QSqlCachedResult::fetchNext() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines: | 178-186 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines (reference): | 190-197 | | Comparison: | Different |
| | Different | 4 | 2 |
QSqlCachedResult::data| Name: | QSqlCachedResult::data | | Prototype: | QVariant QSqlCachedResult::data(int i) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines: | 227-235 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines (reference): | 236-243 | | Comparison: | Different |
| | Different | 4 | 2 |
QSplitter::setCollapsible| Name: | QSplitter::setCollapsible | | Prototype: | void QSplitter::setCollapsible(int index, bool collapse) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 1063-1072 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines (reference): | 1057-1066 | | Comparison: | Different |
| | Different | 5 | 2 |
QSplitter::isCollapsible| Name: | QSplitter::isCollapsible | | Prototype: | bool QSplitter::isCollapsible(int index) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 1077-1085 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines (reference): | 1071-1079 | | Comparison: | Different |
| | Different | 5 | 2 |
QSortFilterProxyModelPrivate::store_persistent_indexes| Name: | QSortFilterProxyModelPrivate::store_persistent_indexes | | Prototype: | QModelIndexPairList QSortFilterProxyModelPrivate::store_persistent_indexes() const | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 1017-1028 | | Comparison: | New |
| | New | 8 | 2 |
QSettingsPrivate::beginGroupOrArray| Name: | QSettingsPrivate::beginGroupOrArray | | Prototype: | void QSettingsPrivate::beginGroupOrArray(const QSettingsGroup &group) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 324-330 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines (reference): | 319-326 | | Comparison: | Different |
| | Different | 4 | 2 |
QSettings::registerFormat| Name: | QSettings::registerFormat | | Prototype: | QSettings::Format QSettings::registerFormat(const QString &extension, ReadFunc readFunc, WriteFunc writeFunc, Qt::CaseSensitivity caseSensitivity) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 3470-3492 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines (reference): | 3497-3520 | | Comparison: | Different |
| | Different | 14 | 2 |
QScreen::virtualSiblings| Name: | QScreen::virtualSiblings | | Prototype: | QList<QScreen *> QScreen::virtualSiblings() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qscreen.cpp | | Lines: | 365-374 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qscreen.cpp | | Lines (reference): | 358-367 | | Comparison: | Different |
| | Different | 7 | 2 |
QScreen::virtualGeometry| Name: | QScreen::virtualGeometry | | Prototype: | QRect QScreen::virtualGeometry() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qscreen.cpp | | Lines: | 401-408 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qscreen.cpp | | Lines (reference): | 394-400 | | Comparison: | Different |
| | Different | 4 | 2 |
QScreen::availableVirtualGeometry| Name: | QScreen::availableVirtualGeometry | | Prototype: | QRect QScreen::availableVirtualGeometry() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qscreen.cpp | | Lines: | 435-442 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qscreen.cpp | | Lines (reference): | 427-433 | | Comparison: | Different |
| | Different | 4 | 2 |
QRingBuffer::append| Name: | QRingBuffer::append | | Prototype: | void QRingBuffer::append(const QByteArray &qba) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | | Lines: | 335-349 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | | Lines (reference): | 288-299 | | Comparison: | Different |
| | Different | 7 | 2 |
QResourceFileEnginePrivate::uncompress| Name: | QResourceFileEnginePrivate::uncompress | | Prototype: | void QResourceFileEnginePrivate::uncompress() const | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 1494-1503 | | Comparison: | New |
| | New | 2 | 2 |
QResourceFileEngine::QResourceFileEngine| Name: | QResourceFileEngine::QResourceFileEngine | | Prototype: | QResourceFileEngine::QResourceFileEngine(const QString &file) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 1230-1235 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines (reference): | 1222-1234 | | Comparison: | Different |
| | Different | 4 | 2 |
QRecursiveMutexPrivate::unlock| Name: | QRecursiveMutexPrivate::unlock | | Prototype: | inline void QRecursiveMutexPrivate::unlock() noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | | Lines: | 654-662 | | Comparison: | New |
| | New | 4 | 2 |
QRasterWindowPrivate::beginPaint| Name: | QRasterWindowPrivate::beginPaint | | Prototype: | void beginPaint(const QRegion ®ion) override | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qrasterwindow.cpp | | Lines: | 73-82 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qrasterwindow.cpp | | Lines (reference): | 67-75 | | Comparison: | Different |
| | Different | 5 | 2 |
QProgressBar::reset| Name: | QProgressBar::reset | | Prototype: | void QProgressBar::reset() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines: | 260-267 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines (reference): | 255-263 | | Comparison: | Different |
| | Different | 5 | 2 |
QProcessPrivate::waitForStarted| Name: | QProcessPrivate::waitForStarted | | Prototype: | bool QProcessPrivate::waitForStarted(int msecs) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 734-756 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines (reference): | 673-696 | | Comparison: | Different |
| | Different | 8 | 2 |
QProcess::startDetached| Name: | QProcess::startDetached | | Prototype: | bool QProcess::startDetached(const QString &command) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2512-2521 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines (reference): | 2520-2530 | | Comparison: | Different |
| | Different | 6 | 2 |
QProcess::start| Name: | QProcess::start | | Prototype: | void QProcess::start(const QString &command, OpenMode mode) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2267-2279 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines (reference): | 2274-2287 | | Comparison: | Different |
| | Different | 8 | 2 |
QProcess::closeWriteChannel| Name: | QProcess::closeWriteChannel | | Prototype: | void QProcess::closeWriteChannel() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1415-1421 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines (reference): | 1381-1387 | | Comparison: | Different |
| | Different | 4 | 2 |
QProcess::close| Name: | QProcess::close | | Prototype: | void QProcess::close() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1688-1698 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines (reference): | 1625-1633 | | Comparison: | Different |
| | Different | 5 | 2 |
QPrinterPrivate::init| Name: | QPrinterPrivate::init | | Prototype: | void QPrinterPrivate::init(const QPrinterInfo &printer, QPrinter::PrinterMode mode) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 703-713 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines (reference): | 696-706 | | Comparison: | Different |
| | Different | 5 | 2 |
QPrinterInfo::supportedSizesWithNames| Name: | QPrinterInfo::supportedSizesWithNames | | Prototype: | QList<QPair<QString, QSizeF> > QPrinterInfo::supportedSizesWithNames() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 337-346 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines (reference): | 337-346 | | Comparison: | Different |
| | Different | 7 | 2 |
QPrinterInfo::supportedPaperSizes| Name: | QPrinterInfo::supportedPaperSizes | | Prototype: | QList<QPrinter::PaperSize> QPrinterInfo::supportedPaperSizes() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 315-324 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines (reference): | 315-324 | | Comparison: | Different |
| | Different | 7 | 2 |
QPrinterInfo::supportedDuplexModes| Name: | QPrinterInfo::supportedDuplexModes | | Prototype: | QList<QPrinter::DuplexMode> QPrinterInfo::supportedDuplexModes() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 379-388 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines (reference): | 379-388 | | Comparison: | Different |
| | Different | 7 | 2 |
QPrinter::supportedResolutions| Name: | QPrinter::supportedResolutions | | Prototype: | QList<int> QPrinter::supportedResolutions() const | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1946-1956 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines (reference): | 1939-1950 | | Comparison: | Different |
| | Different | 9 | 2 |
QPrinter::setFromTo| Name: | QPrinter::setFromTo | | Prototype: | void QPrinter::setFromTo(int from, int to) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 2135-2143 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines (reference): | 2128-2136 | | Comparison: | Different |
| | Different | 5 | 2 |
QPlatformIntegration::removeScreen| Name: | QPlatformIntegration::removeScreen | | Prototype: | void QPlatformIntegration::removeScreen(QScreen *screen) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | | Lines: | 475-482 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | | Lines (reference): | 469-476 | | Comparison: | Different |
| | Different | 4 | 2 |
QPlainTestLogger::stopLogging| Name: | QPlainTestLogger::stopLogging | | Prototype: | void QPlainTestLogger::stopLogging() | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | | Lines: | 354-373 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | | Lines (reference): | 348-366 | | Comparison: | Different |
| | Different | 13 | 2 |
QPixmapStylePrivate::getCachedPixmap| Name: | QPixmapStylePrivate::getCachedPixmap | | Prototype: | QPixmap QPixmapStylePrivate::getCachedPixmap(QPixmapStyle::ControlDescriptor control, const QPixmapStyleDescriptor &desc, const QSize &size) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 1133-1152 | | Comparison: | New |
| | New | 11 | 2 |
QPixmapStyle::itemViewSizeFromContents| Name: | QPixmapStyle::itemViewSizeFromContents | | Prototype: | QSize QPixmapStyle::itemViewSizeFromContents(const QStyleOption *option, const QSize &contentsSize, const QWidget *widget) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 1017-1037 | | Comparison: | New |
| | New | 12 | 2 |
QPixmapStyle::drawRadioButton| Name: | QPixmapStyle::drawRadioButton | | Prototype: | void QPixmapStyle::drawRadioButton(const QStyleOption *option, QPainter *painter, const QWidget *) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 737-754 | | Comparison: | New |
| | New | 10 | 2 |
QPixmapStyle::drawPushButton| Name: | QPixmapStyle::drawPushButton | | Prototype: | void QPixmapStyle::drawPushButton(const QStyleOption *option, QPainter *painter, const QWidget *) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 681-694 | | Comparison: | New |
| | New | 8 | 2 |
QPixmapStyle::drawProgressBarBackground| Name: | QPixmapStyle::drawProgressBarBackground | | Prototype: | void QPixmapStyle::drawProgressBarBackground(const QStyleOption *option, QPainter *painter, const QWidget *) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 780-789 | | Comparison: | New |
| | New | 5 | 2 |
QPixmapStyle::drawLineEdit| Name: | QPixmapStyle::drawLineEdit | | Prototype: | void QPixmapStyle::drawLineEdit(const QStyleOption *option, QPainter *painter, const QWidget *widget) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 696-707 | | Comparison: | New |
| | New | 6 | 2 |