Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QSqlError::nativeErrorCodeName: | QSqlError::nativeErrorCode | Prototype: | QString QSqlError::nativeErrorCode() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | Lines: | 319-322 |
| | 1 | 1 |
QSqlError::numberName: | QSqlError::number | Prototype: | int QSqlError::number() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | Lines: | 289-292 |
| | 1 | 1 |
QSqlError::operator!=Name: | QSqlError::operator!= | Prototype: | bool QSqlError::operator!=(const QSqlError& other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | Lines: | 167-170 |
| | 1 | 1 |
QSqlError::operator==Name: | QSqlError::operator== | Prototype: | bool QSqlError::operator==(const QSqlError& other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | Lines: | 157-160 |
| | 1 | 1 |
QSqlError::setDatabaseTextName: | QSqlError::setDatabaseText | Prototype: | void QSqlError::setDatabaseText(const QString& databaseText) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | Lines: | 237-240 |
| | 1 | 1 |
QSqlError::setDriverTextName: | QSqlError::setDriverText | Prototype: | void QSqlError::setDriverText(const QString& driverText) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | Lines: | 206-209 |
| | 1 | 1 |
QSqlError::setNumberName: | QSqlError::setNumber | Prototype: | void QSqlError::setNumber(int number) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | Lines: | 308-311 |
| | 1 | 1 |
QSqlError::setTypeName: | QSqlError::setType | Prototype: | void QSqlError::setType(ErrorType type) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | Lines: | 265-268 |
| | 1 | 1 |
QSqlError::typeName: | QSqlError::type | Prototype: | QSqlError::ErrorType QSqlError::type() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | Lines: | 247-250 |
| | 1 | 1 |
QSqlError::~QSqlErrorName: | QSqlError::~QSqlError | Prototype: | QSqlError::~QSqlError() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | Lines: | 177-180 |
| | 1 | 1 |
QSqlField::defaultValueName: | QSqlField::defaultValue | Prototype: | QVariant QSqlField::defaultValue() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | Lines: | 476-479 |
| | 1 | 1 |
QSqlField::detachName: | QSqlField::detach | Prototype: | void QSqlField::detach() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | Lines: | 424-427 |
| | 1 | 1 |
QSqlField::isAutoValueName: | QSqlField::isAutoValue | Prototype: | bool QSqlField::isAutoValue() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | Lines: | 551-554 |
| | 1 | 1 |
QSqlField::isGeneratedName: | QSqlField::isGenerated | Prototype: | bool QSqlField::isGenerated() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | Lines: | 501-504 |
| | 1 | 1 |
QSqlField::isNullName: | QSqlField::isNull | Prototype: | bool QSqlField::isNull() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | Lines: | 419-420 |
| | 1 | 1 |
QSqlField::isReadOnlyName: | QSqlField::isReadOnly | Prototype: | bool QSqlField::isReadOnly() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | Lines: | 410-411 |
| | 1 | 1 |
QSqlField::isValidName: | QSqlField::isValid | Prototype: | bool QSqlField::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | Lines: | 510-513 |
| | 1 | 1 |
QSqlField::lengthName: | QSqlField::length | Prototype: | int QSqlField::length() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | Lines: | 450-453 |
| | 1 | 1 |
QSqlField::nameName: | QSqlField::name | Prototype: | QString QSqlField::name() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | Lines: | 369-372 |
| | 1 | 1 |
QSqlField::precisionName: | QSqlField::precision | Prototype: | int QSqlField::precision() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | Lines: | 465-468 |
| | 1 | 1 |
QSqlField::requiredStatusName: | QSqlField::requiredStatus | Prototype: | QSqlField::RequiredStatus QSqlField::requiredStatus() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | Lines: | 436-439 |
| | 1 | 1 |
QSqlField::typeName: | QSqlField::type | Prototype: | QVariant::Type QSqlField::type() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | Lines: | 383-386 |
| | 1 | 1 |
QSqlField::typeIDName: | QSqlField::typeID | Prototype: | int QSqlField::typeID() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | Lines: | 489-492 |
| | 1 | 1 |
QSqlFieldPrivate::QSqlFieldPrivateName: | QSqlFieldPrivate::QSqlFieldPrivate | Prototype: | QSqlFieldPrivate(const QSqlFieldPrivate &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | Lines: | 56-68 |
| | 1 | 1 |
QSqlIndex::appendName: | QSqlIndex::append | Prototype: | void QSqlIndex::append(const QSqlField& field) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | Lines: | 124-127 |
| | 1 | 1 |
QSqlIndex::setCursorNameName: | QSqlIndex::setCursorName | Prototype: | void QSqlIndex::setCursorName(const QString& cursorName) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | Lines: | 198-201 |
| | 1 | 1 |
QSqlIndex::setNameName: | QSqlIndex::setName | Prototype: | void QSqlIndex::setName(const QString& name) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | Lines: | 108-111 |
| | 1 | 1 |
QSqlQuery::QSqlQueryName: | QSqlQuery::QSqlQuery | Prototype: | QSqlQuery::QSqlQuery(QSqlResult *result) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 233-236 |
| | 1 | 1 |
QSqlQuery::addBindValueName: | QSqlQuery::addBindValue | Prototype: | void QSqlQuery::addBindValue(const QVariant& val, QSql::ParamType paramType) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 1117-1120 |
| | 1 | 1 |
QSqlQuery::atName: | QSqlQuery::at | Prototype: | int QSqlQuery::at() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 462-465 |
| | 1 | 1 |
QSqlQuery::bindValueName: | QSqlQuery::bindValue | Prototype: | void QSqlQuery::bindValue(const QString& placeholder, const QVariant& val, QSql::ParamType paramType ) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 1087-1092 |
| | 1 | 1 |
QSqlQuery::bindValueName: | QSqlQuery::bindValue | Prototype: | void QSqlQuery::bindValue(int pos, const QVariant& val, QSql::ParamType paramType) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 1100-1103 |
| | 1 | 1 |
QSqlQuery::boundValueName: | QSqlQuery::boundValue | Prototype: | QVariant QSqlQuery::boundValue(const QString& placeholder) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 1127-1130 |
| | 1 | 1 |
QSqlQuery::boundValueName: | QSqlQuery::boundValue | Prototype: | QVariant QSqlQuery::boundValue(int pos) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 1135-1138 |
| | 1 | 1 |
QSqlQuery::clearName: | QSqlQuery::clear | Prototype: | void QSqlQuery::clear() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 929-932 |
| | 1 | 1 |
QSqlQuery::driverName: | QSqlQuery::driver | Prototype: | const QSqlDriver *QSqlQuery::driver() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 483-486 |
| | 1 | 1 |
QSqlQuery::executedQueryName: | QSqlQuery::executedQuery | Prototype: | QString QSqlQuery::executedQuery() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 1176-1179 |
| | 1 | 1 |
QSqlQuery::isActiveName: | QSqlQuery::isActive | Prototype: | bool QSqlQuery::isActive() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 840-843 |
| | 1 | 1 |
QSqlQuery::isForwardOnlyName: | QSqlQuery::isForwardOnly | Prototype: | bool QSqlQuery::isForwardOnly() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 861-864 |
| | 1 | 1 |
QSqlQuery::isSelectName: | QSqlQuery::isSelect | Prototype: | bool QSqlQuery::isSelect() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 850-853 |
| | 1 | 1 |
QSqlQuery::isValidName: | QSqlQuery::isValid | Prototype: | bool QSqlQuery::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 818-821 |
| | 1 | 1 |
QSqlQuery::lastErrorName: | QSqlQuery::lastError | Prototype: | QSqlError QSqlQuery::lastError() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 808-811 |
| | 1 | 1 |
QSqlQuery::lastInsertIdName: | QSqlQuery::lastInsertId | Prototype: | QVariant QSqlQuery::lastInsertId() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 1196-1199 |
| | 1 | 1 |
QSqlQuery::lastQueryName: | QSqlQuery::lastQuery | Prototype: | QString QSqlQuery::lastQuery() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 474-477 |
| | 1 | 1 |
QSqlQuery::numericalPrecisionPolicyName: | QSqlQuery::numericalPrecisionPolicy | Prototype: | QSql::NumericalPrecisionPolicy QSqlQuery::numericalPrecisionPolicy() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 1232-1235 |
| | 1 | 1 |
QSqlQuery::resultName: | QSqlQuery::result | Prototype: | const QSqlResult* QSqlQuery::result() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 492-495 |
| | 1 | 1 |
QSqlQuery::setForwardOnlyName: | QSqlQuery::setForwardOnly | Prototype: | void QSqlQuery::setForwardOnly(bool forward) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 890-893 |
| | 1 | 1 |
QSqlQuery::setNumericalPrecisionPolicyName: | QSqlQuery::setNumericalPrecisionPolicy | Prototype: | void QSqlQuery::setNumericalPrecisionPolicy(QSql::NumericalPrecisionPolicy precisionPolicy) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 1222-1225 |
| | 1 | 1 |
QSqlQueryModel::setQueryName: | QSqlQueryModel::setQuery | Prototype: | void QSqlQueryModel::setQuery(const QString &query, const QSqlDatabase &db) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | Lines: | 469-472 |
| | 1 | 1 |
QSqlRecord::QSqlRecordName: | QSqlRecord::QSqlRecord | Prototype: | QSqlRecord::QSqlRecord() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 124-127 |
| | 1 | 1 |
QSqlRecord::containsName: | QSqlRecord::contains | Prototype: | bool QSqlRecord::contains(const QString& name) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 347-350 |
| | 1 | 1 |
QSqlRecord::countName: | QSqlRecord::count | Prototype: | int QSqlRecord::count() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 474-477 |
| | 1 | 1 |
QSqlRecord::detachName: | QSqlRecord::detach | Prototype: | void QSqlRecord::detach() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 510-513 |
| | 1 | 1 |
QSqlRecord::fieldName: | QSqlRecord::field | Prototype: | QSqlField QSqlRecord::field(int index) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 248-251 |
| | 1 | 1 |
QSqlRecord::fieldName: | QSqlRecord::field | Prototype: | QSqlField QSqlRecord::field(const QString &name) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 256-259 |
| | 1 | 1 |
QSqlRecord::fieldNameName: | QSqlRecord::fieldName | Prototype: | QString QSqlRecord::fieldName(int index) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 219-222 |
| | 1 | 1 |
QSqlRecord::isEmptyName: | QSqlRecord::isEmpty | Prototype: | bool QSqlRecord::isEmpty() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 336-339 |
| | 1 | 1 |
QSqlRecord::isGeneratedName: | QSqlRecord::isGenerated | Prototype: | bool QSqlRecord::isGenerated(const QString& name) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 451-454 |
| | 1 | 1 |
QSqlRecord::isGeneratedName: | QSqlRecord::isGenerated | Prototype: | bool QSqlRecord::isGenerated(int index) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 463-466 |
| | 1 | 1 |
QSqlRecord::isNullName: | QSqlRecord::isNull | Prototype: | bool QSqlRecord::isNull(int index) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 403-406 |
| | 1 | 1 |
QSqlRecord::isNullName: | QSqlRecord::isNull | Prototype: | bool QSqlRecord::isNull(const QString& name) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 414-417 |
| | 1 | 1 |
QSqlRecord::operator==Name: | QSqlRecord::operator== | Prototype: | bool QSqlRecord::operator==(const QSqlRecord &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 180-183 |
| | 1 | 1 |
QSqlRecord::setGeneratedName: | QSqlRecord::setGenerated | Prototype: | void QSqlRecord::setGenerated(const QString& name, bool generated) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 376-379 |
| | 1 | 1 |
QSqlRecord::setNullName: | QSqlRecord::setNull | Prototype: | void QSqlRecord::setNull(const QString& name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 439-442 |
| | 1 | 1 |
QSqlRecord::setValueName: | QSqlRecord::setValue | Prototype: | void QSqlRecord::setValue(const QString& name, const QVariant& val) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 502-505 |
| | 1 | 1 |
QSqlRecord::valueName: | QSqlRecord::value | Prototype: | QVariant QSqlRecord::value(int index) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 193-196 |
| | 1 | 1 |
QSqlRecord::valueName: | QSqlRecord::value | Prototype: | QVariant QSqlRecord::value(const QString& name) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 207-210 |
| | 1 | 1 |
QSqlRecordPrivate::containsName: | QSqlRecordPrivate::contains | Prototype: | inline bool contains(int index) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 57-57 |
| | 1 | 1 |
QSqlRelationalTableModel::revertRowName: | QSqlRelationalTableModel::revertRow | Prototype: | void QSqlRelationalTableModel::revertRow(int row) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | Lines: | 650-653 |
| | 1 | 1 |
QSqlRelationalTableModel::selectName: | QSqlRelationalTableModel::select | Prototype: | bool QSqlRelationalTableModel::select() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | Lines: | 694-697 |
| | 1 | 1 |
QSqlRelationalTableModelPrivate::QSqlRelationalTableModelPrivateName: | QSqlRelationalTableModelPrivate::QSqlRelationalTableModelPrivate | Prototype: | QSqlRelationalTableModelPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | Lines: | 265-268 |
| | 1 | 1 |
QSqlRelationalTableModelPrivate::revertCachedRowName: | QSqlRelationalTableModelPrivate::revertCachedRow | Prototype: | void QSqlRelationalTableModelPrivate::revertCachedRow(int row) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | Lines: | 290-293 |
| | 1 | 1 |
QSqlRelationalTableModelSql::relTablePrefixName: | QSqlRelationalTableModelSql::relTablePrefix | Prototype: | inline const static QString relTablePrefix(int i) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | Lines: | 61-61 |
| | 1 | 1 |
QSqlResult::fetchNextName: | QSqlResult::fetchNext | Prototype: | bool QSqlResult::fetchNext() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | Lines: | 521-524 |
| | 1 | 1 |
QSqlResult::fetchPreviousName: | QSqlResult::fetchPrevious | Prototype: | bool QSqlResult::fetchPrevious() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | Lines: | 537-540 |
| | 1 | 1 |
QSqlResult::handleName: | QSqlResult::handle | Prototype: | QVariant QSqlResult::handle() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | Lines: | 1018-1021 |
| | 1 | 1 |
QSqlResult::lastInsertIdName: | QSqlResult::lastInsertId | Prototype: | QVariant QSqlResult::lastInsertId() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | Lines: | 909-912 |
| | 1 | 1 |
QSqlResult::nextResultName: | QSqlResult::nextResult | Prototype: | bool QSqlResult::nextResult() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | Lines: | 989-992 |
| | 1 | 1 |
QSqlResult::recordName: | QSqlResult::record | Prototype: | QSqlRecord QSqlResult::record() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | Lines: | 890-893 |
| | 1 | 1 |
QSqlResultPrivate::holderAtName: | QSqlResultPrivate::holderAt | Prototype: | QString QSqlResultPrivate::holderAt(int index) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | Lines: | 57-60 |
| | 1 | 1 |
QSqlTableModel::recordName: | QSqlTableModel::record | Prototype: | QSqlRecord QSqlTableModel::record() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 1322-1325 |
| | 1 | 1 |
QSqlTableModel::setQueryName: | QSqlTableModel::setQuery | Prototype: | void QSqlTableModel::setQuery(const QSqlQuery &query) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 605-608 |
| | 1 | 1 |
QSqlTableModelPrivate::clearCacheName: | QSqlTableModelPrivate::clearCache | Prototype: | void QSqlTableModelPrivate::clearCache() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 113-116 |
| | 1 | 1 |
QSqlTableModelPrivate::nameToIndexName: | QSqlTableModelPrivate::nameToIndex | Prototype: | int QSqlTableModelPrivate::nameToIndex(const QString &name) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 69-72 |
| | 1 | 1 |
QSslCertificate::digestName: | QSslCertificate::digest | Prototype: | QByteArray QSslCertificate::digest(QCryptographicHash::Algorithm algorithm) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | Lines: | 290-293 |
| | 1 | 1 |
QSslCertificate::effectiveDateName: | QSslCertificate::effectiveDate | Prototype: | QDateTime QSslCertificate::effectiveDate() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 215-218 |
| | 1 | 1 |
QSslCertificate::expiryDateName: | QSslCertificate::expiryDate | Prototype: | QDateTime QSslCertificate::expiryDate() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 220-223 |
| | 1 | 1 |
QSslCertificate::handleName: | QSslCertificate::handle | Prototype: | Qt::HANDLE QSslCertificate::handle() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 225-228 |
| | 1 | 1 |
QSslCertificate::importPkcs12Name: | QSslCertificate::importPkcs12 | Prototype: | bool QSslCertificate::importPkcs12(QIODevice *device, QSslKey *key, QSslCertificate *certificate, QList<QSslCertificate> *caCertificates, const QByteArray &passPhrase) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | Lines: | 594-600 |
| | 1 | 1 |
QSslCertificate::isBlacklistedName: | QSslCertificate::isBlacklisted | Prototype: | bool QSslCertificate::isBlacklisted() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | Lines: | 245-248 |
| | 1 | 1 |
QSslCertificate::isNullName: | QSslCertificate::isNull | Prototype: | bool QSslCertificate::isNull() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 75-78 |
| | 1 | 1 |
QSslCertificate::verifyName: | QSslCertificate::verify | Prototype: | QList<QSslError> QSslCertificate::verify(QList<QSslCertificate> certificateChain, const QString &hostName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | Lines: | 576-580 |
| | 1 | 1 |
QSslCertificateExtension::isCriticalName: | QSslCertificateExtension::isCritical | Prototype: | bool QSslCertificateExtension::isCritical() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificateextension.cpp | Lines: | 203-206 |
| | 1 | 1 |
QSslCertificateExtension::isSupportedName: | QSslCertificateExtension::isSupported | Prototype: | bool QSslCertificateExtension::isSupported() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificateextension.cpp | Lines: | 216-219 |
| | 1 | 1 |
QSslCertificateExtension::nameName: | QSslCertificateExtension::name | Prototype: | QString QSslCertificateExtension::name() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificateextension.cpp | Lines: | 186-189 |
| | 1 | 1 |
QSslCertificateExtension::oidName: | QSslCertificateExtension::oid | Prototype: | QString QSslCertificateExtension::oid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificateextension.cpp | Lines: | 177-180 |
| | 1 | 1 |
QSslCertificateExtension::valueName: | QSslCertificateExtension::value | Prototype: | QVariant QSslCertificateExtension::value() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificateextension.cpp | Lines: | 195-198 |
| | 1 | 1 |
QSslCipher::QSslCipherName: | QSslCipher::QSslCipher | Prototype: | QSslCipher::QSslCipher(const QSslCipher &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | Lines: | 127-131 |
| | 1 | 1 |
QSslCipher::authenticationMethodName: | QSslCipher::authenticationMethod | Prototype: | QString QSslCipher::authenticationMethod() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | Lines: | 224-227 |
| | 1 | 1 |
QSslCipher::encryptionMethodName: | QSslCipher::encryptionMethod | Prototype: | QString QSslCipher::encryptionMethod() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | Lines: | 232-235 |
| | 1 | 1 |