| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QItemSelection::merge| Name: | QItemSelection::merge | | Prototype: | void QItemSelection::merge(const QItemSelection &other, QItemSelectionModel::SelectionFlags command) | | Coverage: | 100.000% (34/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 502-549 |
| | 29 | 12 |
QItemSelectionModel::QItemSelectionModel| Name: | QItemSelectionModel::QItemSelectionModel | | Prototype: | QItemSelectionModel::QItemSelectionModel(QAbstractItemModel *model) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1119-1123 |
| | 1 | 1 |
QItemSelectionModel::QItemSelectionModel| Name: | QItemSelectionModel::QItemSelectionModel | | Prototype: | QItemSelectionModel::QItemSelectionModel(QAbstractItemModel *model, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1128-1132 |
| | 1 | 1 |
QItemSelectionModel::clear| Name: | QItemSelectionModel::clear | | Prototype: | void QItemSelectionModel::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1304-1308 |
| | 2 | 1 |
QItemSelectionModel::clearCurrentIndex| Name: | QItemSelectionModel::clearCurrentIndex | | Prototype: | void QItemSelectionModel::clearCurrentIndex() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1313-1323 |
| | 7 | 2 |
QItemSelectionModel::clearSelection| Name: | QItemSelectionModel::clearSelection | | Prototype: | void QItemSelectionModel::clearSelection() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1338-1345 |
| | 4 | 2 |
QItemSelectionModel::currentIndex| Name: | QItemSelectionModel::currentIndex | | Prototype: | QModelIndex QItemSelectionModel::currentIndex() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1387-1390 |
| | 1 | 1 |
QItemSelectionModel::emitSelectionChanged| Name: | QItemSelectionModel::emitSelectionChanged | | Prototype: | void QItemSelectionModel::emitSelectionChanged(const QItemSelection &newSelection, const QItemSelection &oldSelection) | | Coverage: | 100.000% (56/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1801-1868 |
| | 37 | 16 |
QItemSelectionModel::hasSelection| Name: | QItemSelectionModel::hasSelection | | Prototype: | bool QItemSelectionModel::hasSelection() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1624-1634 |
| | 6 | 2 |
QItemSelectionModel::model| Name: | QItemSelectionModel::model | | Prototype: | QAbstractItemModel *QItemSelectionModel::model() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1767-1770 |
| | 1 | 1 |
QItemSelectionModel::model| Name: | QItemSelectionModel::model | | Prototype: | const QAbstractItemModel *QItemSelectionModel::model() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1775-1778 |
| | 1 | 1 |
QItemSelectionModel::reset| Name: | QItemSelectionModel::reset | | Prototype: | void QItemSelectionModel::reset() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1328-1332 |
| | 2 | 1 |
QItemSelectionModel::select| Name: | QItemSelectionModel::select | | Prototype: | void QItemSelectionModel::select(const QModelIndex &index, QItemSelectionModel::SelectionFlags command) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1156-1160 |
| | 2 | 1 |
QItemSelectionModel::selectedIndexes| Name: | QItemSelectionModel::selectedIndexes | | Prototype: | QModelIndexList QItemSelectionModel::selectedIndexes() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1640-1646 |
| | 4 | 1 |
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 |
| | 8 | 2 |
QItemSelectionModel::selection::[lambda]| Name: | QItemSelectionModel::selection::[lambda] | | Prototype: | [](const QItemSelectionRange& range) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1722-1724 |
| | 1 | 1 |
QItemSelectionModelPrivate::initModel| Name: | QItemSelectionModelPrivate::initModel | | Prototype: | void QItemSelectionModelPrivate::initModel(QAbstractItemModel *m) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 602-648 |
| | 11 | 6 |
QItemSelectionRange::intersects| Name: | QItemSelectionRange::intersects | | Prototype: | bool QItemSelectionRange::intersects(const QItemSelectionRange &other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 220-229 |
| | 7 | 1 |
QJsonArray::QJsonArray| Name: | QJsonArray::QJsonArray | | Prototype: | QJsonArray::QJsonArray() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 134-137 |
| | 2 | 1 |
QJsonArray::QJsonArray| Name: | QJsonArray::QJsonArray | | Prototype: | QJsonArray::QJsonArray(QJsonPrivate::Data *data, QJsonPrivate::Array *array) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 154-160 |
| | 3 | 1 |
QJsonArray::QJsonArray| Name: | QJsonArray::QJsonArray | | Prototype: | QJsonArray::QJsonArray(const QJsonArray &other) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 190-196 |
| | 4 | 2 |
QJsonArray::append| Name: | QJsonArray::append | | Prototype: | void QJsonArray::append(const QJsonValue &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 412-415 |
| | 1 | 1 |
QJsonArray::isEmpty| Name: | QJsonArray::isEmpty | | Prototype: | bool QJsonArray::isEmpty() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 349-355 |
| | 3 | 2 |
QJsonArray::size| Name: | QJsonArray::size | | Prototype: | int QJsonArray::size() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 328-334 |
| | 3 | 2 |
QJsonArray::~QJsonArray| Name: | QJsonArray::~QJsonArray | | Prototype: | QJsonArray::~QJsonArray() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 178-182 |
| | 2 | 2 |
QJsonDocument::QJsonDocument| Name: | QJsonDocument::QJsonDocument | | Prototype: | QJsonDocument::QJsonDocument() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 85-88 |
| | 2 | 1 |
QJsonDocument::QJsonDocument| Name: | QJsonDocument::QJsonDocument | | Prototype: | QJsonDocument::QJsonDocument(QJsonPrivate::Data *data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 111-116 |
| | 2 | 1 |
QJsonDocument::fromJson| Name: | QJsonDocument::fromJson | | Prototype: | QJsonDocument QJsonDocument::fromJson(const QByteArray &json, QJsonParseError *error) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 368-372 |
| | 2 | 1 |
QJsonDocument::isNull| Name: | QJsonDocument::isNull | | Prototype: | bool QJsonDocument::isNull() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 560-563 |
| | 1 | 1 |
QJsonDocument::~QJsonDocument| Name: | QJsonDocument::~QJsonDocument | | Prototype: | QJsonDocument::~QJsonDocument() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 123-127 |
| | 2 | 2 |
QJsonObject::QJsonObject| Name: | QJsonObject::QJsonObject | | Prototype: | QJsonObject::QJsonObject() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 112-115 |
| | 2 | 1 |
QJsonObject::QJsonObject| Name: | QJsonObject::QJsonObject | | Prototype: | QJsonObject::QJsonObject(QJsonPrivate::Data *data, QJsonPrivate::Object *object) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 134-140 |
| | 3 | 1 |
QJsonObject::QJsonObject| Name: | QJsonObject::QJsonObject | | Prototype: | QJsonObject::QJsonObject(const QJsonObject &other) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 171-177 |
| | 4 | 2 |
QJsonObject::keyAt| Name: | QJsonObject::keyAt | | Prototype: | QString QJsonObject::keyAt(int i) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 1242-1248 |
| | 3 | 1 |
QJsonObject::~QJsonObject| Name: | QJsonObject::~QJsonObject | | Prototype: | QJsonObject::~QJsonObject() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 159-163 |
| | 2 | 2 |
QJsonPrivate::Object::indexOf| Name: | QJsonPrivate::Object::indexOf | | Prototype: | int Object::indexOf(const QString &key, bool *exists) const | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 184-204 |
| | 14 | 4 |
QJsonPrivate::Object::indexOf| Name: | QJsonPrivate::Object::indexOf | | Prototype: | int Object::indexOf(QLatin1String key, bool *exists) const | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 206-226 |
| | 14 | 4 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(Type type) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 106-109 |
| | 2 | 1 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(bool b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 148-152 |
| | 1 | 1 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(double n) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 157-161 |
| | 1 | 1 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(int n) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 167-171 |
| | 1 | 1 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(const QString &s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 188-192 |
| | 1 | 1 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(QLatin1String s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 215-221 |
| | 2 | 1 |
QJsonValue::operator =| Name: | QJsonValue::operator = | | Prototype: | QJsonValue &QJsonValue::operator =(const QJsonValue &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 276-284 |
| | 5 | 1 |
QJsonValue::operator!=| Name: | QJsonValue::operator!= | | Prototype: | bool QJsonValue::operator!=(const QJsonValue &other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 661-664 |
| | 1 | 1 |
QJsonValue::stringDataFromQStringHelper| Name: | QJsonValue::stringDataFromQStringHelper | | Prototype: | void QJsonValue::stringDataFromQStringHelper(const QString &string) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 206-210 |
| | 2 | 1 |
QJsonValue::toArray| Name: | QJsonValue::toArray | | Prototype: | QJsonArray QJsonValue::toArray() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 588-591 |
| | 1 | 1 |
QJsonValue::toDouble| Name: | QJsonValue::toDouble | | Prototype: | double QJsonValue::toDouble(double defaultValue) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 531-536 |
| | 3 | 2 |
QJsonValue::toObject| Name: | QJsonValue::toObject | | Prototype: | QJsonObject QJsonValue::toObject() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 613-616 |
| | 1 | 1 |
QJsonValue::toString| Name: | QJsonValue::toString | | Prototype: | QString QJsonValue::toString() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 559-566 |
| | 5 | 2 |
QJsonValue::type| Name: | QJsonValue::type | | Prototype: | QJsonValue::Type QJsonValue::type() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 496-499 |
| | 1 | 1 |
QLatin1Codec::aliases| Name: | QLatin1Codec::aliases | | Prototype: | QList<QByteArray> QLatin1Codec::aliases() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 85-94 |
| | 7 | 1 |
QLatin1Codec::convertFromUnicode| Name: | QLatin1Codec::convertFromUnicode | | Prototype: | QByteArray QLatin1Codec::convertFromUnicode(const QChar *ch, int len, ConverterState *state) const | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 60-78 |
| | 12 | 4 |
QLatin1Codec::mibEnum| Name: | QLatin1Codec::mibEnum | | Prototype: | int QLatin1Codec::mibEnum() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 97-100 |
| | 1 | 1 |
QLatin1Codec::name| Name: | QLatin1Codec::name | | Prototype: | QByteArray QLatin1Codec::name() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 80-83 |
| | 1 | 1 |
QLibrary::QLibrary| Name: | QLibrary::QLibrary | | Prototype: | QLibrary::QLibrary(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 835-838 |
| | 2 | 1 |
QLibrary::QLibrary| Name: | QLibrary::QLibrary | | Prototype: | QLibrary::QLibrary(const QString& fileName, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 850-854 |
| | 1 | 1 |
QLibrary::QLibrary| Name: | QLibrary::QLibrary | | Prototype: | QLibrary::QLibrary(const QString& fileName, int verNum, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 867-871 |
| | 1 | 1 |
QLibrary::errorString| Name: | QLibrary::errorString | | Prototype: | QString QLibrary::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1079-1082 |
| | 1 | 1 |
QLibrary::isLoaded| Name: | QLibrary::isLoaded | | Prototype: | bool QLibrary::isLoaded() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 826-829 |
| | 1 | 1 |
QLibrary::loadHints| Name: | QLibrary::loadHints | | Prototype: | QLibrary::LoadHints QLibrary::loadHints() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1128-1131 |
| | 1 | 1 |
QLibrary::resolve| Name: | QLibrary::resolve | | Prototype: | QFunctionPointer QLibrary::resolve(const char *symbol) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1006-1011 |
| | 3 | 2 |
QLibrary::resolve| Name: | QLibrary::resolve | | Prototype: | QFunctionPointer QLibrary::resolve(const QString &fileName, int verNum, const char *symbol) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1046-1050 |
| | 2 | 1 |
QLibrary::setFileName| Name: | QLibrary::setFileName | | Prototype: | void QLibrary::setFileName(const QString &fileName) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 925-935 |
| | 7 | 2 |
QLibrary::setLoadHints| Name: | QLibrary::setLoadHints | | Prototype: | void QLibrary::setLoadHints(LoadHints hints) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1119-1126 |
| | 4 | 2 |
QLibrary::unload| Name: | QLibrary::unload | | Prototype: | bool QLibrary::unload() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 812-819 |
| | 4 | 2 |
QLibrary::~QLibrary| Name: | QLibrary::~QLibrary | | Prototype: | QLibrary::~QLibrary() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 897-901 |
| | 2 | 2 |
QLibraryInfo::build| Name: | QLibraryInfo::build | | Prototype: | const char *QLibraryInfo::build() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 351-354 |
| | 1 | 1 |
QLibraryInfo::isDebugBuild| Name: | QLibraryInfo::isDebugBuild | | Prototype: | bool QLibraryInfo::isDebugBuild() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 361-369 |
| | 1 | 1 |
QLibraryInfoPrivate::findConfiguration| Name: | QLibraryInfoPrivate::findConfiguration | | Prototype: | QSettings *QLibraryInfoPrivate::findConfiguration() | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 164-197 |
| | 8 | 5 |
QLibraryInfoPrivate::findConfiguration::[lambda]| Name: | QLibraryInfoPrivate::findConfiguration::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 166-166 |
| | 0 | 1 |
QLibraryPrivate::QLibraryPrivate| Name: | QLibraryPrivate::QLibraryPrivate | | Prototype: | QLibraryPrivate::QLibraryPrivate(const QString &canonicalFileName, const QString &version, QLibrary::LoadHints loadHints) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 487-494 |
| | 3 | 2 |
QLibraryPrivate::findOrCreate| Name: | QLibraryPrivate::findOrCreate | | Prototype: | QLibraryPrivate *QLibraryPrivate::findOrCreate(const QString &fileName, const QString &version, QLibrary::LoadHints loadHints) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 496-500 |
| | 1 | 1 |
QLibraryPrivate::isPlugin| Name: | QLibraryPrivate::isPlugin | | Prototype: | bool QLibraryPrivate::isPlugin() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 696-702 |
| | 3 | 2 |
QLibraryPrivate::mergeLoadHints| Name: | QLibraryPrivate::mergeLoadHints | | Prototype: | void QLibraryPrivate::mergeLoadHints(QLibrary::LoadHints lh) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 506-513 |
| | 3 | 2 |
QLibraryPrivate::prefixes_sys| Name: | QLibraryPrivate::prefixes_sys | | Prototype: | QStringList QLibraryPrivate::prefixes_sys() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | | Lines: | 130-133 |
| | 1 | 1 |
QLibraryPrivate::release| Name: | QLibraryPrivate::release | | Prototype: | void QLibraryPrivate::release() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 578-581 |
| | 1 | 1 |
QLibraryPrivate::resolve_sys| Name: | QLibraryPrivate::resolve_sys | | Prototype: | QFunctionPointer QLibraryPrivate::resolve_sys(const char* symbol) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | | Lines: | 309-334 |
| | 6 | 2 |
QLibraryPrivate::setLoadHints| Name: | QLibraryPrivate::setLoadHints | | Prototype: | void QLibraryPrivate::setLoadHints(QLibrary::LoadHints lh) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 522-527 |
| | 2 | 1 |
QLibraryPrivate::suffixes_sys| Name: | QLibraryPrivate::suffixes_sys | | Prototype: | QStringList QLibraryPrivate::suffixes_sys(const QString& fullVersion) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | | Lines: | 81-128 |
| | 5 | 2 |
QLibrarySettings::QLibrarySettings| Name: | QLibrarySettings::QLibrarySettings | | Prototype: | QLibrarySettings::QLibrarySettings() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 120-123 |
| | 1 | 1 |
QLibraryStore::instance| Name: | QLibraryStore::instance | | Prototype: | QLibraryStore *QLibraryStore::instance() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 432-440 |
| | 4 | 2 |
QLineF::angle| Name: | QLineF::angle | | Prototype: | qreal QLineF::angle() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 570-583 |
| | 7 | 2 |
QLineF::fromPolar| Name: | QLineF::fromPolar | | Prototype: | QLineF QLineF::fromPolar(qreal length, qreal angle) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 619-623 |
| | 2 | 1 |
QLineF::length| Name: | QLineF::length | | Prototype: | qreal QLineF::length() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 552-557 |
| | 3 | 1 |
QLineF::setAngle| Name: | QLineF::setAngle | | Prototype: | void QLineF::setAngle(qreal angle) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 597-607 |
| | 6 | 1 |
QListData::append| Name: | QListData::append | | Prototype: | void **QListData::append(int n) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 167-184 |
| | 11 | 3 |
QListData::append| Name: | QListData::append | | Prototype: | void **QListData::append() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 187-190 |
| | 1 | 1 |
QListData::append| Name: | QListData::append | | Prototype: | void **QListData::append(const QListData& l) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 193-196 |
| | 1 | 1 |
QListData::dispose| Name: | QListData::dispose | | Prototype: | void QListData::dispose(Data *d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 160-164 |
| | 2 | 1 |
QListData::erase| Name: | QListData::erase | | Prototype: | void **QListData::erase(void **xi) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 326-332 |
| | 4 | 1 |
QListData::insert| Name: | QListData::insert | | Prototype: | void **QListData::insert(int i) | | Coverage: | 100.000% (21/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 216-253 |
| | 20 | 7 |
QListData::prepend| Name: | QListData::prepend | | Prototype: | void **QListData::prepend() | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 198-214 |
| | 10 | 4 |
QListData::remove| Name: | QListData::remove | | Prototype: | void QListData::remove(int i) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 255-268 |
| | 9 | 4 |
QListData::remove| Name: | QListData::remove | | Prototype: | void QListData::remove(int i, int n) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 270-284 |
| | 10 | 2 |
QLocalServer::QLocalServer| Name: | QLocalServer::QLocalServer | | Prototype: | QLocalServer::QLocalServer(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 113-118 |
| | 2 | 1 |
QLocalServer::close| Name: | QLocalServer::close | | Prototype: | void QLocalServer::close() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 191-203 |
| | 10 | 2 |
QLocalServer::errorString| Name: | QLocalServer::errorString | | Prototype: | QString QLocalServer::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 212-216 |
| | 2 | 1 |
QLocalServer::fullServerName| Name: | QLocalServer::fullServerName | | Prototype: | QString QLocalServer::fullServerName() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 432-436 |
| | 2 | 1 |
QLocalServer::hasPendingConnections| Name: | QLocalServer::hasPendingConnections | | Prototype: | bool QLocalServer::hasPendingConnections() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 224-228 |
| | 2 | 1 |