Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QItemSelection::mergeName: | 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::QItemSelectionModelName: | 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::QItemSelectionModelName: | 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::clearName: | 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::clearCurrentIndexName: | 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::clearSelectionName: | 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::currentIndexName: | 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::emitSelectionChangedName: | 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::hasSelectionName: | 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::modelName: | 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::modelName: | 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::resetName: | 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::selectName: | 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::selectedIndexesName: | 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::selectionName: | 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::initModelName: | 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::intersectsName: | 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::QJsonArrayName: | 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::QJsonArrayName: | 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::QJsonArrayName: | 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::appendName: | 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::isEmptyName: | 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::sizeName: | 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::~QJsonArrayName: | 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::QJsonDocumentName: | 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::QJsonDocumentName: | 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::fromJsonName: | 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::isNullName: | 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::~QJsonDocumentName: | 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::QJsonObjectName: | 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::QJsonObjectName: | 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::QJsonObjectName: | 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::keyAtName: | 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::~QJsonObjectName: | 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::indexOfName: | 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::indexOfName: | 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::QJsonValueName: | 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::QJsonValueName: | 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::QJsonValueName: | 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::QJsonValueName: | 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::QJsonValueName: | 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::QJsonValueName: | 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::stringDataFromQStringHelperName: | 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::toArrayName: | 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::toDoubleName: | 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::toObjectName: | 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::toStringName: | 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::typeName: | 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::aliasesName: | 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::convertFromUnicodeName: | 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::mibEnumName: | 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::nameName: | 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::QLibraryName: | 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::QLibraryName: | 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::QLibraryName: | 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::errorStringName: | 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::isLoadedName: | 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::loadHintsName: | 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::resolveName: | 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::resolveName: | 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::setFileNameName: | 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::setLoadHintsName: | 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::unloadName: | 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::~QLibraryName: | 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::buildName: | 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::isDebugBuildName: | 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::findConfigurationName: | 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::QLibraryPrivateName: | 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::findOrCreateName: | 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::isPluginName: | 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::mergeLoadHintsName: | 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_sysName: | 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::releaseName: | 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_sysName: | 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::setLoadHintsName: | 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_sysName: | 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::QLibrarySettingsName: | 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::instanceName: | 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::angleName: | 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::fromPolarName: | 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::lengthName: | 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::setAngleName: | 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::appendName: | 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::appendName: | 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::appendName: | 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::disposeName: | 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::eraseName: | 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::insertName: | 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::prependName: | 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::removeName: | 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::removeName: | 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::QLocalServerName: | 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::closeName: | 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::errorStringName: | 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::fullServerNameName: | 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::hasPendingConnectionsName: | 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 |