| Function | Condition % | Modificationsā¾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QLibraryStore::cleanup| Name: | QLibraryStore::cleanup | | Prototype: | inline void QLibraryStore::cleanup() | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 385-423 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines (reference): | 379-417 | | Comparison: | Different |
| | Different | 19 | 8 |
QLibraryPrivate::load| Name: | QLibraryPrivate::load | | Prototype: | bool QLibraryPrivate::load() | | Coverage: | 56.250% (9/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 529-555 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines (reference): | 523-544 | | Comparison: | Different |
| | Different | 13 | 5 |
QLayoutPrivate::reparentChildWidgets| Name: | QLayoutPrivate::reparentChildWidgets | | Prototype: | void QLayoutPrivate::reparentChildWidgets(QWidget *mw) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 818-848 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines (reference): | 812-842 | | Comparison: | Different |
| | Different | 19 | 8 |
QLayoutPrivate::checkWidget| Name: | QLayoutPrivate::checkWidget | | Prototype: | bool QLayoutPrivate::checkWidget(QWidget *widget) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 854-869 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines (reference): | 848-863 | | Comparison: | Different |
| | Different | 11 | 3 |
QLayoutPrivate::checkLayout| Name: | QLayoutPrivate::checkLayout | | Prototype: | bool QLayoutPrivate::checkLayout(QLayout *otherLayout) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 875-889 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines (reference): | 869-883 | | Comparison: | Different |
| | Different | 10 | 3 |
QLayout::parentWidget| Name: | QLayout::parentWidget | | Prototype: | QWidget *QLayout::parentWidget() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 472-490 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines (reference): | 466-484 | | Comparison: | Different |
| | Different | 11 | 4 |
QLayout::addChildWidget| Name: | QLayout::addChildWidget | | Prototype: | void QLayout::addChildWidget(QWidget *w) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 899-930 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines (reference): | 893-924 | | Comparison: | Different |
| | Different | 19 | 8 |
QLayout::addChildLayout| Name: | QLayout::addChildLayout | | Prototype: | void QLayout::addChildLayout(QLayout *l) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 782-795 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines (reference): | 776-789 | | Comparison: | Different |
| | Different | 7 | 3 |
QLayout::activate| Name: | QLayout::activate | | Prototype: | bool QLayout::activate() | | Coverage: | 0.000% (0/54) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 1062-1131 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines (reference): | 1056-1125 | | Comparison: | Different |
| | Different | 50 | 18 |
QLayout::QLayout| Name: | QLayout::QLayout | | Prototype: | QLayout::QLayout(QLayoutPrivate &dd, QLayout *lay, QWidget *w) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 131-155 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines (reference): | 125-149 | | Comparison: | Different |
| | Different | 13 | 4 |
QLCDNumber::setDigitCount| Name: | QLCDNumber::setDigitCount | | Prototype: | void QLCDNumber::setDigitCount(int numDigits) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 408-455 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines (reference): | 402-449 | | Comparison: | Different |
| | Different | 39 | 10 |
QKeySequencePrivate::decodeString| Name: | QKeySequencePrivate::decodeString | | Prototype: | int QKeySequencePrivate::decodeString(const QString &str, QKeySequence::SequenceFormat format) | | Coverage: | 0.000% (0/68) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | | Lines: | 1058-1200 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | | Lines (reference): | 1052-1193 | | Comparison: | Different |
| | Different | 71 | 21 |
QKeySequence::listToString| Name: | QKeySequence::listToString | | Prototype: | QString QKeySequence::listToString(const QList<QKeySequence> &list, SequenceFormat format) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | | Lines: | 1588-1599 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | | Lines (reference): | 1581-1592 | | Comparison: | Different |
| | Different | 6 | 2 |
QKeySequence::listFromString| Name: | QKeySequence::listFromString | | Prototype: | QList<QKeySequence> QKeySequence::listFromString(const QString &str, SequenceFormat format) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | | Lines: | 1567-1578 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | | Lines (reference): | 1560-1571 | | Comparison: | Different |
| | Different | 6 | 2 |
QKdeThemePrivate::kdeGlobals| Name: | QKdeThemePrivate::kdeGlobals | | Prototype: | static QString kdeGlobals(const QString &kdeDir, int kdeVersion) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 247-252 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines (reference): | 213-218 | | Comparison: | Different |
| | Different | 1 | 4 |
QKdeTheme::createKdeTheme::[lambda]| Name: | QKdeTheme::createKdeTheme::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 574-574 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines (reference): | 543-543 | | Comparison: | Different |
| | Different | 0 | 1 |
QKdeTheme::createKdeTheme| Name: | QKdeTheme::createKdeTheme | | Prototype: | QPlatformTheme *QKdeTheme::createKdeTheme() | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 535-588 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines (reference): | 501-554 | | Comparison: | Different |
| | Different | 26 | 17 |
QJsonPrivate::Value::isValid| Name: | QJsonPrivate::Value::isValid | | Prototype: | bool Value::isValid(const Base *b) const | | Coverage: | 67.647% (23/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 336-370 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines (reference): | 306-329 | | Comparison: | Different |
| | Different | 13 | 10 |
QJsonPrivate::Value::copyData| Name: | QJsonPrivate::Value::copyData | | Prototype: | void Value::copyData(const QJsonValue &v, char *dest, bool compressed) | | Coverage: | 11.765% (2/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 434-458 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines (reference): | 393-417 | | Comparison: | Different |
| | Different | 13 | 8 |
QJsonObject::toVariantHash| Name: | QJsonObject::toVariantHash | | Prototype: | QVariantHash QJsonObject::toVariantHash() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 303-314 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines (reference): | 297-307 | | Comparison: | Different |
| | Different | 6 | 3 |
QJsonDocument::fromRawData| Name: | QJsonDocument::fromRawData | | Prototype: | QJsonDocument QJsonDocument::fromRawData(const char *data, int size, DataValidation validation) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 184-200 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines (reference): | 178-197 | | Comparison: | Different |
| | Different | 11 | 4 |
QItemSelectionModelPrivate::_q_layoutAboutToBeChanged| Name: | QItemSelectionModelPrivate::_q_layoutAboutToBeChanged | | Prototype: | void QItemSelectionModelPrivate::_q_layoutAboutToBeChanged(const QList<QPersistentModelIndex> &, QAbstractItemModel::LayoutChangeHint hint) | | Coverage: | 50.000% (10/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 856-894 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines (reference): | 854-892 | | Comparison: | Different |
| | Different | 23 | 4 |
QItemSelectionModel::selection| Name: | QItemSelectionModel::selection | | Prototype: | const QItemSelection QItemSelectionModel::selection() const | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1715-1730 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines (reference): | 1713-1728 | | Comparison: | Different |
| | Different | 9 | 3 |
QItemSelection::indexes| Name: | QItemSelection::indexes | | Prototype: | QModelIndexList QItemSelection::indexes() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 479-482 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines (reference): | 464-471 | | Comparison: | Different |
| | Different | 5 | 2 |
QItemEditorFactory::registerEditor| Name: | QItemEditorFactory::registerEditor | | Prototype: | void QItemEditorFactory::registerEditor(int userType, QItemEditorCreatorBase *creator) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 205-217 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines (reference): | 198-210 | | Comparison: | Different |
| | Different | 8 | 3 |
QIntValidator::validate| Name: | QIntValidator::validate | | Prototype: | QValidator::State QIntValidator::validate(QString & input, int&) const | | Coverage: | 0.000% (0/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines: | 405-442 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines (reference): | 398-435 | | Comparison: | Different |
| | Different | 22 | 9 |
QIntValidator::fixup| Name: | QIntValidator::fixup | | Prototype: | void QIntValidator::fixup(QString &input) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines: | 445-456 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines (reference): | 438-449 | | Comparison: | Different |
| | Different | 8 | 3 |
QInputMethod::update| Name: | QInputMethod::update | | Prototype: | void QInputMethod::update(Qt::InputMethodQueries queries) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 315-337 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines (reference): | 281-297 | | Comparison: | Different |
| | Different | 10 | 4 |
QInputMethod::setInputItemTransform| Name: | QInputMethod::setInputItemTransform | | Prototype: | void QInputMethod::setInputItemTransform(const QTransform &transform) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 92-101 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines (reference): | 86-94 | | Comparison: | Different |
| | Different | 5 | 2 |
QInputMethod::cursorRectangle| Name: | QInputMethod::cursorRectangle | | Prototype: | QRectF QInputMethod::cursorRectangle() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 150-154 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines (reference): | 130-145 | | Comparison: | Different |
| | Different | 10 | 3 |
QInputDialog::getText| Name: | QInputDialog::getText | | Prototype: | QString QInputDialog::getText(QWidget *parent, const QString &title, const QString &label, QLineEdit::EchoMode mode, const QString &text, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1204-1223 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines (reference): | 1194-1213 | | Comparison: | Different |
| | Different | 12 | 3 |
QInputDialog::getMultiLineText| Name: | QInputDialog::getMultiLineText | | Prototype: | QString QInputDialog::getMultiLineText(QWidget *parent, const QString &title, const QString &label, const QString &text, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1256-1275 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines (reference): | 1242-1261 | | Comparison: | Different |
| | Different | 12 | 3 |
QInputDialog::getItem| Name: | QInputDialog::getItem | | Prototype: | QString QInputDialog::getItem(QWidget *parent, const QString &title, const QString &label, const QStringList &items, int current, bool editable, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1443-1465 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines (reference): | 1413-1435 | | Comparison: | Different |
| | Different | 14 | 3 |
QInputDialog::getInt| Name: | QInputDialog::getInt | | Prototype: | int QInputDialog::getInt(QWidget *parent, const QString &title, const QString &label, int value, int min, int max, int step, bool *ok, Qt::WindowFlags flags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1308-1326 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines (reference): | 1290-1308 | | Comparison: | Different |
| | Different | 12 | 3 |
QInputDialog::getDouble| Name: | QInputDialog::getDouble | | Prototype: | double QInputDialog::getDouble(QWidget *parent, const QString &title, const QString &label, double value, double min, double max, int decimals, bool *ok, Qt::WindowFlags flags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1389-1408 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines (reference): | 1363-1382 | | Comparison: | Different |
| | Different | 12 | 3 |
QInotifyFileSystemWatcherEngine::~QInotifyFileSystemWatcherEngine| Name: | QInotifyFileSystemWatcherEngine::~QInotifyFileSystemWatcherEngine | | Prototype: | QInotifyFileSystemWatcherEngine::~QInotifyFileSystemWatcherEngine() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_inotify.cpp | | Lines: | 252-259 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_inotify.cpp | | Lines (reference): | 245-252 | | Comparison: | Different |
| | Different | 4 | 2 |
QInotifyFileSystemWatcherEngine::addPaths| Name: | QInotifyFileSystemWatcherEngine::addPaths | | Prototype: | QStringList QInotifyFileSystemWatcherEngine::addPaths(const QStringList &paths, QStringList *files, QStringList *directories) | | Coverage: | 91.304% (21/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_inotify.cpp | | Lines: | 261-315 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_inotify.cpp | | Lines (reference): | 254-308 | | Comparison: | Different |
| | Different | 39 | 7 |
QImagePixmapCleanupHooks::executePlatformPixmapModificationHooks| Name: | QImagePixmapCleanupHooks::executePlatformPixmapModificationHooks | | Prototype: | void QImagePixmapCleanupHooks::executePlatformPixmapModificationHooks(QPlatformPixmap* pmd) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagepixmapcleanuphooks.cpp | | Lines: | 85-95 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagepixmapcleanuphooks.cpp | | Lines (reference): | 79-89 | | Comparison: | Different |
| | Different | 5 | 3 |
QImagePixmapCleanupHooks::executePlatformPixmapDestructionHooks| Name: | QImagePixmapCleanupHooks::executePlatformPixmapDestructionHooks | | Prototype: | void QImagePixmapCleanupHooks::executePlatformPixmapDestructionHooks(QPlatformPixmap* pmd) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagepixmapcleanuphooks.cpp | | Lines: | 97-107 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagepixmapcleanuphooks.cpp | | Lines (reference): | 91-101 | | Comparison: | Different |
| | Different | 5 | 3 |
QImagePixmapCleanupHooks::executeImageHooks| Name: | QImagePixmapCleanupHooks::executeImageHooks | | Prototype: | void QImagePixmapCleanupHooks::executeImageHooks(qint64 key) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagepixmapcleanuphooks.cpp | | Lines: | 109-119 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagepixmapcleanuphooks.cpp | | Lines (reference): | 103-113 | | Comparison: | Different |
| | Different | 5 | 3 |
QImageData::checkForAlphaPixels| Name: | QImageData::checkForAlphaPixels | | Prototype: | bool QImageData::checkForAlphaPixels() const | | Coverage: | 0.000% (0/85) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 183-295 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines (reference): | 177-282 | | Comparison: | Different |
| | Different | 55 | 39 |
QImage::text| Name: | QImage::text | | Prototype: | QString QImage::text(const QString &key) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 3776-3790 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines (reference): | 3757-3772 | | Comparison: | Different |
| | Different | 10 | 5 |
QImage::setPixelColor| Name: | QImage::setPixelColor | | Prototype: | void QImage::setPixelColor(int x, int y, const QColor &color) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 2467-2509 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines (reference): | 2454-2490 | | Comparison: | Different |
| | Different | 22 | 12 |
QIdentityProxyModelPrivate::_q_sourceLayoutChanged| Name: | QIdentityProxyModelPrivate::_q_sourceLayoutChanged | | Prototype: | void QIdentityProxyModelPrivate::_q_sourceLayoutChanged(const QList<QPersistentModelIndex> &sourceParents, QAbstractItemModel::LayoutChangeHint hint) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines: | 523-547 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines (reference): | 516-540 | | Comparison: | Different |
| | Different | 15 | 4 |
QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged| Name: | QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged | | Prototype: | void QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged(const QList<QPersistentModelIndex> &sourceParents, QAbstractItemModel::LayoutChangeHint hint) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines: | 495-521 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines (reference): | 489-514 | | Comparison: | Different |
| | Different | 17 | 4 |
QIcuTimeZonePrivate::displayName| Name: | QIcuTimeZonePrivate::displayName | | Prototype: | QString QIcuTimeZonePrivate::displayName(QTimeZone::TimeType timeType, QTimeZone::NameType nameType, const QLocale &locale) const | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | | Lines: | 329-344 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | | Lines (reference): | 323-338 | | Comparison: | Different |
| | Different | 6 | 3 |
QIconTheme::QIconTheme| Name: | QIconTheme::QIconTheme | | Prototype: | QIconTheme::QIconTheme(const QString &themeName) | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 294-374 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines (reference): | 158-236 | | Comparison: | Different |
| | Different | 49 | 14 |
QIconModeViewBase::filterDropEvent| Name: | QIconModeViewBase::filterDropEvent | | Prototype: | bool QIconModeViewBase::filterDropEvent(QDropEvent *e) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2771-2811 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines (reference): | 2760-2801 | | Comparison: | Different |
| | Different | 33 | 9 |
QIconLoaderEngine::virtual_hook| Name: | QIconLoaderEngine::virtual_hook | | Prototype: | void QIconLoaderEngine::virtual_hook(int id, void *data) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 721-756 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines (reference): | 561-591 | | Comparison: | Different |
| | Different | 16 | 5 |
QIconLoader::findIconHelper| Name: | QIconLoader::findIconHelper | | Prototype: | QThemeIconInfo QIconLoader::findIconHelper(const QString &themeName, const QString &iconName, QStringList &visited) const | | Coverage: | 0.000% (0/53) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 376-479 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines (reference): | 238-319 | | Comparison: | Different |
| | Different | 48 | 14 |
QIconLoader::ensureInitialized| Name: | QIconLoader::ensureInitialized | | Prototype: | void QIconLoader::ensureInitialized() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 99-113 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines (reference): | 95-111 | | Comparison: | Different |
| | Different | 8 | 4 |
QIcon::isNull| Name: | QIcon::isNull | | Prototype: | bool QIcon::isNull() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 930-933 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines (reference): | 924-927 | | Comparison: | Different |
| | Different | 1 | 1 |
QIcon::fromTheme| Name: | QIcon::fromTheme | | Prototype: | QIcon QIcon::fromTheme(const QString &name, const QIcon &fallback) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1209-1217 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines (reference): | 1169-1189 | | Comparison: | Different |
| | Different | 13 | 3 |
QIcon::detach| Name: | QIcon::detach | | Prototype: | void QIcon::detach() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 944-961 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines (reference): | 938-950 | | Comparison: | Different |
| | Different | 8 | 4 |
QIcon::addPixmap| Name: | QIcon::addPixmap | | Prototype: | void QIcon::addPixmap(const QPixmap &pixmap, Mode mode, State state) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 972-982 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines (reference): | 961-972 | | Comparison: | Different |
| | Different | 7 | 3 |
QIcon::addFile| Name: | QIcon::addFile | | Prototype: | void QIcon::addFile(const QString &fileName, const QSize &size, Mode mode, State state) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1027-1050 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines (reference): | 1005-1041 | | Comparison: | Different |
| | Different | 20 | 9 |
QIODevicePrivate::peek| Name: | QIODevicePrivate::peek | | Prototype: | qint64 QIODevicePrivate::peek(char *data, qint64 maxSize) | | Coverage: | 25.000% (2/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1750-1773 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 1425-1435 | | Comparison: | Different |
| | Different | 7 | 3 |
QIODevicePrivate::peek| Name: | QIODevicePrivate::peek | | Prototype: | QByteArray QIODevicePrivate::peek(qint64 maxSize) | | Coverage: | 25.000% (2/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1778-1801 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 1440-1451 | | Comparison: | Different |
| | Different | 7 | 3 |
QIODevicePrivate::QIODevicePrivate| Name: | QIODevicePrivate::QIODevicePrivate | | Prototype: | QIODevicePrivate::QIODevicePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 158-175 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 144-153 | | Comparison: | Different |
| | Different | 2 | 1 |
QIODevice::write| Name: | QIODevice::write | | Prototype: | qint64 QIODevice::write(const char *data, qint64 maxSize) | | Coverage: | 77.273% (17/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1594-1664 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 1273-1346 | | Comparison: | Different |
| | Different | 14 | 8 |
QIODevice::ungetChar| Name: | QIODevice::ungetChar | | Prototype: | void QIODevice::ungetChar(char c) | | Coverage: | 46.154% (6/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1708-1725 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 1388-1400 | | Comparison: | Different |
| | Different | 5 | 4 |
QIODevice::setOpenMode| Name: | QIODevice::setOpenMode | | Prototype: | void QIODevice::setOpenMode(OpenMode openMode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 531-541 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 464-474 | | Comparison: | Different |
| | Different | 5 | 2 |
QIODevice::seek| Name: | QIODevice::seek | | Prototype: | bool QIODevice::seek(qint64 pos) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 849-878 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 642-681 | | Comparison: | Different |
| | Different | 18 | 6 |
QIODevice::readLine| Name: | QIODevice::readLine | | Prototype: | qint64 QIODevice::readLine(char *data, qint64 maxSize) | | Coverage: | 70.149% (47/67) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1282-1382 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 1061-1143 | | Comparison: | Different |
| | Different | 38 | 13 |
QIODevice::readLine| Name: | QIODevice::readLine | | Prototype: | QByteArray QIODevice::readLine(qint64 maxSize) | | Coverage: | 78.571% (22/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1394-1434 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 1155-1201 | | Comparison: | Different |
| | Different | 25 | 8 |
QIODevice::readAll| Name: | QIODevice::readAll | | Prototype: | QByteArray QIODevice::readAll() | | Coverage: | 84.000% (21/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1200-1244 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 981-1023 | | Comparison: | Different |
| | Different | 23 | 7 |
QIODevice::read| Name: | QIODevice::read | | Prototype: | QByteArray QIODevice::read(qint64 maxSize) | | Coverage: | 44.000% (11/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1154-1190 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 929-971 | | Comparison: | Different |
| | Different | 22 | 8 |
QIODevice::read| Name: | QIODevice::read | | Prototype: | qint64 QIODevice::read(char *data, qint64 maxSize) | | Coverage: | 96.040% (97/101) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 988-1141 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 770-916 | | Comparison: | Different |
| | Different | 73 | 26 |
QIODevice::open| Name: | QIODevice::open | | Prototype: | bool QIODevice::open(OpenMode mode) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 756-770 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 556-567 | | Comparison: | Different |
| | Different | 6 | 1 |
QIODevice::close| Name: | QIODevice::close | | Prototype: | void QIODevice::close() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 778-799 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 575-592 | | Comparison: | Different |
| | Different | 8 | 2 |
QIODevice::canReadLine| Name: | QIODevice::canReadLine | | Prototype: | bool QIODevice::canReadLine() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1494-1499 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 1261-1264 | | Comparison: | Different |
| | Different | 1 | 1 |
QIODevice::bytesToWrite| Name: | QIODevice::bytesToWrite | | Prototype: | qint64 QIODevice::bytesToWrite() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 970-973 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 752-755 | | Comparison: | Different |
| | Different | 1 | 1 |
QIODevice::bytesAvailable| Name: | QIODevice::bytesAvailable | | Prototype: | qint64 QIODevice::bytesAvailable() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 953-959 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 738-744 | | Comparison: | Different |
| | Different | 4 | 2 |
QIODevice::atEnd| Name: | QIODevice::atEnd | | Prototype: | bool QIODevice::atEnd() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 910-920 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 695-705 | | Comparison: | Different |
| | Different | 4 | 1 |
QHttpThreadDelegate::QHttpThreadDelegate| Name: | QHttpThreadDelegate::QHttpThreadDelegate | | Prototype: | QHttpThreadDelegate::QHttpThreadDelegate(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 224-243 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines (reference): | 218-237 | | Comparison: | Different |
| | Different | 2 | 1 |
QHttpSocketEnginePrivate::QHttpSocketEnginePrivate| Name: | QHttpSocketEnginePrivate::QHttpSocketEnginePrivate | | Prototype: | QHttpSocketEnginePrivate::QHttpSocketEnginePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 828-841 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 803-818 | | Comparison: | Different |
| | Different | 3 | 1 |
QHttpSocketEngine::writeDatagram| Name: | QHttpSocketEngine::writeDatagram | | Prototype: | qint64 QHttpSocketEngine::writeDatagram(const char *, qint64, const QIpPacketHeader &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 300-306 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 279-282 | | Comparison: | Different |
| | Different | 1 | 1 |
QHttpSocketEngine::slotSocketReadNotification| Name: | QHttpSocketEngine::slotSocketReadNotification | | Prototype: | void QHttpSocketEngine::slotSocketReadNotification() | | Coverage: | 89.362% (84/94) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 542-696 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 516-669 | | Comparison: | Different |
| | Different | 96 | 29 |
QHttpSocketEngine::slotSocketConnected| Name: | QHttpSocketEngine::slotSocketConnected | | Prototype: | void QHttpSocketEngine::slotSocketConnected() | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 502-536 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 476-510 | | Comparison: | Different |
| | Different | 24 | 4 |
QHttpSocketEngine::setMulticastInterface| Name: | QHttpSocketEngine::setMulticastInterface | | Prototype: | bool QHttpSocketEngine::setMulticastInterface(const QNetworkInterface &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 283-289 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 266-271 | | Comparison: | Different |
| | Different | 3 | 1 |
QHttpSocketEngine::readDatagram| Name: | QHttpSocketEngine::readDatagram | | Prototype: | qint64 QHttpSocketEngine::readDatagram(char *, qint64, QIpPacketHeader *, PacketHeaderOptions) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 292-298 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 274-277 | | Comparison: | Different |
| | Different | 1 | 1 |
QHttpSocketEngine::pendingDatagramSize| Name: | QHttpSocketEngine::pendingDatagramSize | | Prototype: | qint64 QHttpSocketEngine::pendingDatagramSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 314-318 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 289-292 | | Comparison: | Different |
| | Different | 1 | 1 |
QHttpSocketEngine::listen| Name: | QHttpSocketEngine::listen | | Prototype: | bool QHttpSocketEngine::listen() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 197-203 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 188-191 | | Comparison: | Different |
| | Different | 1 | 1 |
QHttpSocketEngine::leaveMulticastGroup| Name: | QHttpSocketEngine::leaveMulticastGroup | | Prototype: | bool QHttpSocketEngine::leaveMulticastGroup(const QHostAddress &, const QNetworkInterface &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 269-276 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 253-259 | | Comparison: | Different |
| | Different | 3 | 1 |
QHttpSocketEngine::joinMulticastGroup| Name: | QHttpSocketEngine::joinMulticastGroup | | Prototype: | bool QHttpSocketEngine::joinMulticastGroup(const QHostAddress &, const QNetworkInterface &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 260-267 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 245-251 | | Comparison: | Different |
| | Different | 3 | 1 |
QHttpSocketEngine::hasPendingDatagrams| Name: | QHttpSocketEngine::hasPendingDatagrams | | Prototype: | bool QHttpSocketEngine::hasPendingDatagrams() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 308-312 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 284-287 | | Comparison: | Different |
| | Different | 1 | 1 |
QHttpSocketEngine::emitWriteNotification| Name: | QHttpSocketEngine::emitWriteNotification | | Prototype: | void QHttpSocketEngine::emitWriteNotification() | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 810-817 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 784-792 | | Comparison: | Different |
| | Different | 5 | 2 |
QHttpSocketEngine::emitReadNotification| Name: | QHttpSocketEngine::emitReadNotification | | Prototype: | void QHttpSocketEngine::emitReadNotification() | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 798-808 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 771-782 | | Comparison: | Different |
| | Different | 5 | 2 |
QHttpSocketEngine::bind| Name: | QHttpSocketEngine::bind | | Prototype: | bool QHttpSocketEngine::bind(const QHostAddress &, quint16) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 189-195 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 183-186 | | Comparison: | Different |
| | Different | 1 | 1 |
QHttpSocketEngine::accept| Name: | QHttpSocketEngine::accept | | Prototype: | int QHttpSocketEngine::accept() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 205-211 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 193-196 | | Comparison: | Different |
| | Different | 1 | 1 |
QHttpProtocolHandler::sendRequest| Name: | QHttpProtocolHandler::sendRequest | | Prototype: | bool QHttpProtocolHandler::sendRequest() | | Coverage: | 73.750% (59/80) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpprotocolhandler.cpp | | Lines: | 257-436 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpprotocolhandler.cpp | | Lines (reference): | 251-430 | | Comparison: | Different |
| | Different | 93 | 23 |
QHttpNetworkRequestPrivate::QHttpNetworkRequestPrivate| Name: | QHttpNetworkRequestPrivate::QHttpNetworkRequestPrivate | | Prototype: | QHttpNetworkRequestPrivate::QHttpNetworkRequestPrivate(const QHttpNetworkRequestPrivate &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 55-70 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines (reference): | 49-64 | | Comparison: | Different |
| | Different | 12 | 1 |
QHttpNetworkReplyPrivate::parseHeader| Name: | QHttpNetworkReplyPrivate::parseHeader | | Prototype: | void QHttpNetworkReplyPrivate::parseHeader(const QByteArray &header) | | Coverage: | 79.310% (23/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 607-637 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines (reference): | 603-635 | | Comparison: | Different |
| | Different | 23 | 7 |
QHttpNetworkHeaderPrivate::setHeaderField| Name: | QHttpNetworkHeaderPrivate::setHeaderField | | Prototype: | void QHttpNetworkHeaderPrivate::setHeaderField(const QByteArray &name, const QByteArray &data) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkheader.cpp | | Lines: | 106-115 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkheader.cpp | | Lines (reference): | 98-108 | | Comparison: | Different |
| | Different | 6 | 3 |
QHttpNetworkConnectionPrivate::~QHttpNetworkConnectionPrivate| Name: | QHttpNetworkConnectionPrivate::~QHttpNetworkConnectionPrivate | | Prototype: | QHttpNetworkConnectionPrivate::~QHttpNetworkConnectionPrivate() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 115-125 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines (reference): | 109-118 | | Comparison: | Different |
| | Different | 5 | 3 |
QHttpNetworkConnectionPrivate::startNetworkLayerStateLookup| Name: | QHttpNetworkConnectionPrivate::startNetworkLayerStateLookup | | Prototype: | void QHttpNetworkConnectionPrivate::startNetworkLayerStateLookup() | | Coverage: | 50.000% (11/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1213-1249 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines (reference): | 1202-1237 | | Comparison: | Different |
| | Different | 23 | 8 |
QHttpNetworkConnectionPrivate::startHostInfoLookup| Name: | QHttpNetworkConnectionPrivate::startHostInfoLookup | | Prototype: | void QHttpNetworkConnectionPrivate::startHostInfoLookup() | | Coverage: | 89.474% (17/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1111-1148 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines (reference): | 1102-1138 | | Comparison: | Different |
| | Different | 25 | 7 |
QHttpNetworkConnectionPrivate::shouldEmitChannelError| Name: | QHttpNetworkConnectionPrivate::shouldEmitChannelError | | Prototype: | bool QHttpNetworkConnectionPrivate::shouldEmitChannelError(QAbstractSocket *socket) | | Coverage: | 64.865% (24/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 197-242 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines (reference): | 190-235 | | Comparison: | Different |
| | Different | 27 | 8 |
QHttpNetworkConnectionPrivate::prepareRequest| Name: | QHttpNetworkConnectionPrivate::prepareRequest | | Prototype: | void QHttpNetworkConnectionPrivate::prepareRequest(HttpMessagePair &messagePair) | | Coverage: | 78.689% (48/61) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 255-356 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines (reference): | 248-347 | | Comparison: | Different |
| | Different | 51 | 18 |
QHttpNetworkConnectionPrivate::parseRedirectResponse| Name: | QHttpNetworkConnectionPrivate::parseRedirectResponse | | Prototype: | QUrl QHttpNetworkConnectionPrivate::parseRedirectResponse(QAbstractSocket *socket, QHttpNetworkReply *reply) | | Coverage: | 57.143% (16/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 518-563 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines (reference): | 509-554 | | Comparison: | Different |
| | Different | 26 | 9 |