| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
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: | 241-244 |
| | 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: | 171-174 |
| | 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: | 470-473 |
| | 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: | 418-421 |
| | 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: | 545-548 |
| | 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: | 495-498 |
| | 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: | 413-414 |
| | 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: | 404-405 |
| | 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: | 504-507 |
| | 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: | 444-447 |
| | 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: | 363-366 |
| | 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: | 459-462 |
| | 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: | 430-433 |
| | 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: | 377-380 |
| | 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: | 483-486 |
| | 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: | 50-62 |
| | 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: | 118-121 |
| | 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: | 192-195 |
| | 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: | 102-105 |
| | 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: | 227-230 |
| | 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: | 1111-1114 |
| | 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: | 456-459 |
| | 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: | 1081-1086 |
| | 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: | 1094-1097 |
| | 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: | 1121-1124 |
| | 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: | 1129-1132 |
| | 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: | 923-926 |
| | 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: | 477-480 |
| | 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: | 1170-1173 |
| | 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: | 834-837 |
| | 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: | 855-858 |
| | 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: | 844-847 |
| | 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: | 812-815 |
| | 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: | 802-805 |
| | 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: | 1190-1193 |
| | 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: | 468-471 |
| | 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: | 1226-1229 |
| | 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: | 486-489 |
| | 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: | 884-887 |
| | 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: | 1216-1219 |
| | 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: | 463-466 |
| | 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: | 118-121 |
| | 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: | 341-344 |
| | 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: | 468-471 |
| | 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: | 504-507 |
| | 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: | 242-245 |
| | 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: | 250-253 |
| | 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: | 213-216 |
| | 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: | 330-333 |
| | 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: | 445-448 |
| | 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: | 457-460 |
| | 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: | 397-400 |
| | 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: | 408-411 |
| | 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: | 174-177 |
| | 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: | 370-373 |
| | 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: | 433-436 |
| | 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: | 496-499 |
| | 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: | 187-190 |
| | 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: | 201-204 |
| | 1 | 1 |
QSqlRecordPrivate::contains| Name: | QSqlRecordPrivate::contains | | Prototype: | inline bool contains(int index) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | | Lines: | 51-51 |
| | 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: | 644-647 |
| | 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: | 688-691 |
| | 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: | 259-262 |
| | 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: | 284-287 |
| | 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: | 55-55 |
| | 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: | 519-522 |
| | 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: | 535-538 |
| | 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: | 1016-1019 |
| | 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: | 907-910 |
| | 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: | 987-990 |
| | 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: | 888-891 |
| | 1 | 1 |
QSqlResultPrivate::holderAt| Name: | QSqlResultPrivate::holderAt | | Prototype: | QString QSqlResultPrivate::holderAt(int index) const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 51-54 |
| | 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: | 1320-1323 |
| | 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: | 604-607 |
| | 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: | 112-115 |
| | 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: | 68-71 |
| | 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: | 284-287 |
| | 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: | 209-212 |
| | 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: | 214-217 |
| | 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: | 219-222 |
| | 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: | 587-593 |
| | 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: | 239-242 |
| | 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: | 69-72 |
| | 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: | 569-573 |
| | 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: | 197-200 |
| | 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: | 210-213 |
| | 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: | 180-183 |
| | 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: | 171-174 |
| | 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: | 189-192 |
| | 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: | 119-123 |
| | 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: | 216-219 |
| | 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: | 224-227 |
| | 1 | 1 |
QSslCipher::isNull| Name: | QSslCipher::isNull | | Prototype: | bool QSslCipher::isNull() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | | Lines: | 169-172 |
| | 1 | 1 |
QSslCipher::keyExchangeMethod| Name: | QSslCipher::keyExchangeMethod | | Prototype: | QString QSslCipher::keyExchangeMethod() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | | Lines: | 208-211 |
| | 1 | 1 |
QSslCipher::name| Name: | QSslCipher::name | | Prototype: | QString QSslCipher::name() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | | Lines: | 180-183 |
| | 1 | 1 |
QSslCipher::operator==| Name: | QSslCipher::operator== | | Prototype: | bool QSslCipher::operator==(const QSslCipher &other) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | | Lines: | 154-157 |
| | 1 | 1 |
QSslCipher::protocol| Name: | QSslCipher::protocol | | Prototype: | QSsl::SslProtocol QSslCipher::protocol() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | | Lines: | 246-249 |
| | 1 | 1 |
QSslCipher::protocolString| Name: | QSslCipher::protocolString | | Prototype: | QString QSslCipher::protocolString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | | Lines: | 234-237 |
| | 1 | 1 |
QSslCipher::supportedBits| Name: | QSslCipher::supportedBits | | Prototype: | int QSslCipher::supportedBits()const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | | Lines: | 190-193 |
| | 1 | 1 |
QSslCipher::usedBits| Name: | QSslCipher::usedBits | | Prototype: | int QSslCipher::usedBits() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | | Lines: | 200-203 |
| | 1 | 1 |