| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QSqlResult::isActive| Name: | QSqlResult::isActive | | Prototype: | bool QSqlResult::isActive() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 317-321 |
| | 2 | 1 |
QSqlResult::isForwardOnly| Name: | QSqlResult::isForwardOnly | | Prototype: | bool QSqlResult::isForwardOnly() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 546-550 |
| | 2 | 1 |
QSqlResult::isSelect| Name: | QSqlResult::isSelect | | Prototype: | bool QSqlResult::isSelect() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 359-363 |
| | 2 | 1 |
QSqlResult::isValid| Name: | QSqlResult::isValid | | Prototype: | bool QSqlResult::isValid() const | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 299-303 |
| | 2 | 1 |
QSqlResult::lastError| Name: | QSqlResult::lastError | | Prototype: | QSqlError QSqlResult::lastError() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 411-415 |
| | 2 | 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::lastQuery| Name: | QSqlResult::lastQuery | | Prototype: | QString QSqlResult::lastQuery() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 271-275 |
| | 2 | 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::numericalPrecisionPolicy| Name: | QSqlResult::numericalPrecisionPolicy | | Prototype: | QSql::NumericalPrecisionPolicy QSqlResult::numericalPrecisionPolicy() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 979-983 |
| | 2 | 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 |
QSqlResult::resetBindCount| Name: | QSqlResult::resetBindCount | | Prototype: | void QSqlResult::resetBindCount() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 843-847 |
| | 2 | 1 |
QSqlResult::setAt| Name: | QSqlResult::setAt | | Prototype: | void QSqlResult::setAt(int index) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 330-334 |
| | 2 | 1 |
QSqlResult::setForwardOnly| Name: | QSqlResult::setForwardOnly | | Prototype: | void QSqlResult::setForwardOnly(bool forward) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 568-572 |
| | 2 | 1 |
QSqlResult::setLastError| Name: | QSqlResult::setLastError | | Prototype: | void QSqlResult::setLastError(const QSqlError &error) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 400-404 |
| | 2 | 1 |
QSqlResult::setNumericalPrecisionPolicy| Name: | QSqlResult::setNumericalPrecisionPolicy | | Prototype: | void QSqlResult::setNumericalPrecisionPolicy(QSql::NumericalPrecisionPolicy policy) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 971-975 |
| | 2 | 1 |
QSqlResult::setQuery| Name: | QSqlResult::setQuery | | Prototype: | void QSqlResult::setQuery(const QString& query) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 258-262 |
| | 2 | 1 |
QSqlResult::setSelect| Name: | QSqlResult::setSelect | | Prototype: | void QSqlResult::setSelect(bool select) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 346-350 |
| | 2 | 1 |
QSqlResult::~QSqlResult| Name: | QSqlResult::~QSqlResult | | Prototype: | QSqlResult::~QSqlResult() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 245-249 |
| | 2 | 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::QSqlTableModel| Name: | QSqlTableModel::QSqlTableModel | | Prototype: | QSqlTableModel::QSqlTableModel(QSqlTableModelPrivate &dd, QObject *parent, QSqlDatabase db) | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 297-302 |
| | 2 | 1 |
QSqlTableModel::QSqlTableModel| Name: | QSqlTableModel::QSqlTableModel | | Prototype: | QSqlTableModel::QSqlTableModel(QObject *parent, QSqlDatabase db) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 288-293 |
| | 2 | 1 |
QSqlTableModel::clear| Name: | QSqlTableModel::clear | | Prototype: | void QSqlTableModel::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 1267-1274 |
| | 5 | 1 |
QSqlTableModel::database| Name: | QSqlTableModel::database | | Prototype: | QSqlDatabase QSqlTableModel::database() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 934-938 |
| | 2 | 1 |
QSqlTableModel::editStrategy| Name: | QSqlTableModel::editStrategy | | Prototype: | QSqlTableModel::EditStrategy QSqlTableModel::editStrategy() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 870-874 |
| | 2 | 1 |
QSqlTableModel::fieldIndex| Name: | QSqlTableModel::fieldIndex | | Prototype: | int QSqlTableModel::fieldIndex(const QString &fieldName) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 992-996 |
| | 2 | 1 |
QSqlTableModel::filter| Name: | QSqlTableModel::filter | | Prototype: | QString QSqlTableModel::filter() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 1239-1243 |
| | 2 | 1 |
QSqlTableModel::primaryKey| Name: | QSqlTableModel::primaryKey | | Prototype: | QSqlIndex QSqlTableModel::primaryKey() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 910-914 |
| | 2 | 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::setEditStrategy| Name: | QSqlTableModel::setEditStrategy | | Prototype: | void QSqlTableModel::setEditStrategy(EditStrategy strategy) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 858-863 |
| | 3 | 1 |
QSqlTableModel::setPrimaryKey| Name: | QSqlTableModel::setPrimaryKey | | Prototype: | void QSqlTableModel::setPrimaryKey(const QSqlIndex &key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 925-929 |
| | 2 | 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 |
QSqlTableModel::setSort| Name: | QSqlTableModel::setSort | | Prototype: | void QSqlTableModel::setSort(int column, Qt::SortOrder order) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 960-965 |
| | 3 | 1 |
QSqlTableModel::sort| Name: | QSqlTableModel::sort | | Prototype: | void QSqlTableModel::sort(int column, Qt::SortOrder order) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 947-951 |
| | 2 | 1 |
QSqlTableModel::tableName| Name: | QSqlTableModel::tableName | | Prototype: | QString QSqlTableModel::tableName() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 347-351 |
| | 2 | 1 |
QSqlTableModelPrivate::clear| Name: | QSqlTableModelPrivate::clear | | Prototype: | void QSqlTableModelPrivate::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 100-110 |
| | 8 | 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::initRecordAndPrimaryIndex| Name: | QSqlTableModelPrivate::initRecordAndPrimaryIndex | | Prototype: | void QSqlTableModelPrivate::initRecordAndPrimaryIndex() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 93-98 |
| | 3 | 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::QSslCertificate| Name: | QSslCertificate::QSslCertificate | | Prototype: | QSslCertificate::QSslCertificate(const QByteArray &data, QSsl::EncodingFormat format) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | | Lines: | 150-155 |
| | 2 | 1 |
QSslCertificate::QSslCertificate| Name: | QSslCertificate::QSslCertificate | | Prototype: | QSslCertificate::QSslCertificate(const QSslCertificate &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | | Lines: | 160-162 |
| | 2 | 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::fromData| Name: | QSslCertificate::fromData | | Prototype: | QList<QSslCertificate> QSslCertificate::fromData(const QByteArray &data, QSsl::EncodingFormat format) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | | Lines: | 545-550 |
| | 3 | 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::operator=| Name: | QSslCertificate::operator= | | Prototype: | QSslCertificate &QSslCertificate::operator=(const QSslCertificate &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | | Lines: | 175-179 |
| | 2 | 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::QSslCertificateExtension| Name: | QSslCertificateExtension::QSslCertificateExtension | | Prototype: | QSslCertificateExtension::QSslCertificateExtension() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificateextension.cpp | | Lines: | 132-135 |
| | 2 | 1 |
QSslCertificateExtension::QSslCertificateExtension| Name: | QSslCertificateExtension::QSslCertificateExtension | | Prototype: | QSslCertificateExtension::QSslCertificateExtension(const QSslCertificateExtension &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificateextension.cpp | | Lines: | 140-143 |
| | 2 | 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::operator=| Name: | QSslCertificateExtension::operator= | | Prototype: | QSslCertificateExtension &QSslCertificateExtension::operator=(const QSslCertificateExtension &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificateextension.cpp | | Lines: | 155-159 |
| | 2 | 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 |
QSslCertificatePrivate::asn1ObjectId| Name: | QSslCertificatePrivate::asn1ObjectId | | Prototype: | QByteArray QSslCertificatePrivate::asn1ObjectId(ASN1_OBJECT *object) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 576-582 |
| | 3 | 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::QSslCipher| Name: | QSslCipher::QSslCipher | | Prototype: | QSslCipher::QSslCipher() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | | Lines: | 68-71 |
| | 2 | 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: | QSslCipher &QSslCipher::operator=(const QSslCipher &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | | Lines: | 136-140 |
| | 2 | 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 |
QSslConfiguration::QSslConfiguration| Name: | QSslConfiguration::QSslConfiguration | | Prototype: | QSslConfiguration::QSslConfiguration() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 147-150 |
| | 2 | 1 |
QSslConfiguration::QSslConfiguration| Name: | QSslConfiguration::QSslConfiguration | | Prototype: | QSslConfiguration::QSslConfiguration(const QSslConfiguration &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 156-159 |
| | 2 | 1 |
QSslConfiguration::allowedNextProtocols| Name: | QSslConfiguration::allowedNextProtocols | | Prototype: | QList<QByteArray> QSslConfiguration::allowedNextProtocols() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 840-843 |
| | 1 | 1 |
QSslConfiguration::caCertificates| Name: | QSslConfiguration::caCertificates | | Prototype: | QList<QSslCertificate> QSslConfiguration::caCertificates() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 617-620 |
| | 1 | 1 |
QSslConfiguration::ciphers| Name: | QSslConfiguration::ciphers | | Prototype: | QList<QSslCipher> QSslConfiguration::ciphers() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 573-576 |
| | 1 | 1 |
QSslConfiguration::defaultConfiguration| Name: | QSslConfiguration::defaultConfiguration | | Prototype: | QSslConfiguration QSslConfiguration::defaultConfiguration() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 876-879 |
| | 1 | 1 |
QSslConfiguration::ellipticCurves| Name: | QSslConfiguration::ellipticCurves | | Prototype: | QVector<QSslEllipticCurve> QSslConfiguration::ellipticCurves() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 755-758 |
| | 1 | 1 |
QSslConfiguration::isNull| Name: | QSslConfiguration::isNull | | Prototype: | bool QSslConfiguration::isNull() const | | Coverage: | 57.143% (20/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 240-259 |
| | 17 | 1 |
QSslConfiguration::localCertificateChain| Name: | QSslConfiguration::localCertificateChain | | Prototype: | QList<QSslCertificate> QSslConfiguration::localCertificateChain() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 362-365 |
| | 1 | 1 |
QSslConfiguration::nextNegotiatedProtocol| Name: | QSslConfiguration::nextNegotiatedProtocol | | Prototype: | QByteArray QSslConfiguration::nextNegotiatedProtocol() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 804-807 |
| | 1 | 1 |
QSslConfiguration::nextProtocolNegotiationStatus| Name: | QSslConfiguration::nextProtocolNegotiationStatus | | Prototype: | QSslConfiguration::NextProtocolNegotiationStatus QSslConfiguration::nextProtocolNegotiationStatus() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 855-858 |
| | 1 | 1 |
QSslConfiguration::operator=| Name: | QSslConfiguration::operator= | | Prototype: | QSslConfiguration &QSslConfiguration::operator=(const QSslConfiguration &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 173-177 |
| | 2 | 1 |
QSslConfiguration::peerCertificate| Name: | QSslConfiguration::peerCertificate | | Prototype: | QSslCertificate QSslConfiguration::peerCertificate() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 457-460 |
| | 1 | 1 |
QSslConfiguration::peerCertificateChain| Name: | QSslConfiguration::peerCertificateChain | | Prototype: | QList<QSslCertificate> QSslConfiguration::peerCertificateChain() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 489-492 |
| | 1 | 1 |
QSslConfiguration::peerVerifyDepth| Name: | QSslConfiguration::peerVerifyDepth | | Prototype: | int QSslConfiguration::peerVerifyDepth() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 329-332 |
| | 1 | 1 |
QSslConfiguration::peerVerifyMode| Name: | QSslConfiguration::peerVerifyMode | | Prototype: | QSslSocket::PeerVerifyMode QSslConfiguration::peerVerifyMode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 296-299 |
| | 1 | 1 |
QSslConfiguration::privateKey| Name: | QSslConfiguration::privateKey | | Prototype: | QSslKey QSslConfiguration::privateKey() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 531-534 |
| | 1 | 1 |
QSslConfiguration::protocol| Name: | QSslConfiguration::protocol | | Prototype: | QSsl::SslProtocol QSslConfiguration::protocol() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 266-269 |
| | 1 | 1 |
QSslConfiguration::sessionCipher| Name: | QSslConfiguration::sessionCipher | | Prototype: | QSslCipher QSslConfiguration::sessionCipher() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 507-510 |
| | 1 | 1 |
QSslConfiguration::sessionProtocol| Name: | QSslConfiguration::sessionProtocol | | Prototype: | QSsl::SslProtocol QSslConfiguration::sessionProtocol() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 520-523 |
| | 1 | 1 |
QSslConfiguration::sessionTicket| Name: | QSslConfiguration::sessionTicket | | Prototype: | QByteArray QSslConfiguration::sessionTicket() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 695-698 |
| | 1 | 1 |
QSslConfiguration::sessionTicketLifeTimeHint| Name: | QSslConfiguration::sessionTicketLifeTimeHint | | Prototype: | int QSslConfiguration::sessionTicketLifeTimeHint() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 728-731 |
| | 1 | 1 |
QSslConfiguration::setAllowedNextProtocols| Name: | QSslConfiguration::setAllowedNextProtocols | | Prototype: | void QSslConfiguration::setAllowedNextProtocols(QList<QByteArray> protocols) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 825-829 |
| | 1 | 1 |
QSslConfiguration::setCaCertificates| Name: | QSslConfiguration::setCaCertificates | | Prototype: | void QSslConfiguration::setCaCertificates(const QList<QSslCertificate> &certificates) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 630-634 |
| | 2 | 1 |
QSslConfiguration::setCiphers| Name: | QSslConfiguration::setCiphers | | Prototype: | void QSslConfiguration::setCiphers(const QList<QSslCipher> &ciphers) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 588-591 |
| | 1 | 1 |
QSslConfiguration::setDefaultConfiguration| Name: | QSslConfiguration::setDefaultConfiguration | | Prototype: | void QSslConfiguration::setDefaultConfiguration(const QSslConfiguration &configuration) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 888-891 |
| | 1 | 1 |
QSslConfiguration::setEllipticCurves| Name: | QSslConfiguration::setEllipticCurves | | Prototype: | void QSslConfiguration::setEllipticCurves(const QVector<QSslEllipticCurve> &curves) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 772-775 |
| | 1 | 1 |
QSslConfiguration::setLocalCertificate| Name: | QSslConfiguration::setLocalCertificate | | Prototype: | void QSslConfiguration::setLocalCertificate(const QSslCertificate &certificate) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 423-427 |
| | 2 | 1 |