| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QSqlError::nativeErrorCode| Name: | 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::number| Name: | 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::setDatabaseText| Name: | 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::setDriverText| Name: | 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::setNumber| Name: | 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::setType| Name: | 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::type| Name: | 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::~QSqlError| Name: | 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::defaultValue| Name: | 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::detach| Name: | 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::isAutoValue| Name: | 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::isGenerated| Name: | 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::isNull| Name: | 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::isReadOnly| Name: | 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::isValid| Name: | 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::length| Name: | 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::name| Name: | 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::precision| Name: | 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::requiredStatus| Name: | 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::type| Name: | 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::typeID| Name: | 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::QSqlFieldPrivate| Name: | 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::append| Name: | 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::setCursorName| Name: | 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::setName| Name: | 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::QSqlQuery| Name: | 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::addBindValue| Name: | 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::at| Name: | 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::bindValue| Name: | 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::bindValue| Name: | 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::boundValue| Name: | 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::boundValue| Name: | 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::clear| Name: | 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::driver| Name: | 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::executedQuery| Name: | 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::isActive| Name: | 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::isForwardOnly| Name: | 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::isSelect| Name: | 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::isValid| Name: | 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::lastError| Name: | 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::lastInsertId| Name: | 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::lastQuery| Name: | 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::numericalPrecisionPolicy| Name: | 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::result| Name: | 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::setForwardOnly| Name: | 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::setNumericalPrecisionPolicy| Name: | 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::setQuery| Name: | 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::QSqlRecord| Name: | 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::contains| Name: | 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::count| Name: | 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::detach| Name: | 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::field| Name: | 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::field| Name: | 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::fieldName| Name: | 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::isEmpty| Name: | 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::isGenerated| Name: | 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::isGenerated| Name: | 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::isNull| Name: | 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::isNull| Name: | 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::setGenerated| Name: | 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::setNull| Name: | 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::setValue| Name: | 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::value| Name: | 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::value| Name: | 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::contains| Name: | 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::revertRow| Name: | 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::select| Name: | 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::QSqlRelationalTableModelPrivate| Name: | 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::revertCachedRow| Name: | 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::relTablePrefix| Name: | 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::fetchNext| Name: | 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::fetchPrevious| Name: | 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::handle| Name: | 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::lastInsertId| Name: | 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::nextResult| Name: | 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::record| Name: | 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::holderAt| Name: | 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::record| Name: | 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::setQuery| Name: | 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::clearCache| Name: | 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::nameToIndex| Name: | 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::digest| Name: | 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::effectiveDate| Name: | 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::expiryDate| Name: | 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::handle| Name: | 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::importPkcs12| Name: | 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::isBlacklisted| Name: | 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::isNull| Name: | 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::verify| Name: | 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::isCritical| Name: | 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::isSupported| Name: | 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::name| Name: | 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::oid| Name: | 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::value| Name: | 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::QSslCipher| Name: | 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::authenticationMethod| Name: | 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::encryptionMethod| Name: | 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 |