| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QSplashScreen::clearMessage| Name: | QSplashScreen::clearMessage | | Prototype: | void QSplashScreen::clearMessage() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplashscreen.cpp | | Lines: | 227-232 |
| | 3 | 1 |
QSplitter::QSplitter| Name: | QSplitter::QSplitter | | Prototype: | QSplitter::QSplitter(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 937-943 |
| | 3 | 1 |
QSplitter::QSplitter| Name: | QSplitter::QSplitter | | Prototype: | QSplitter::QSplitter(Qt::Orientation orientation, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 951-957 |
| | 3 | 1 |
QSplitter::closestLegalPosition| Name: | QSplitter::closestLegalPosition | | Prototype: | int QSplitter::closestLegalPosition(int pos, int index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 1398-1403 |
| | 3 | 1 |
QSplitter::setHandleWidth| Name: | QSplitter::setHandleWidth | | Prototype: | void QSplitter::setHandleWidth(int width) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 1568-1573 |
| | 3 | 1 |
QSplitter::setOpaqueResize| Name: | QSplitter::setOpaqueResize | | Prototype: | void QSplitter::setOpaqueResize(bool on) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 1423-1428 |
| | 3 | 1 |
QSplitterHandle::QSplitterHandle| Name: | QSplitterHandle::QSplitterHandle | | Prototype: | QSplitterHandle::QSplitterHandle(Qt::Orientation orientation, QSplitter *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 114-120 |
| | 3 | 1 |
QSplitterHandle::setOrientation| Name: | QSplitterHandle::setOrientation | | Prototype: | void QSplitterHandle::setOrientation(Qt::Orientation orientation) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 135-142 |
| | 3 | 1 |
QSplitterPrivate::collapsible| Name: | QSplitterPrivate::collapsible | | Prototype: | bool QSplitterPrivate::collapsible(QSplitterLayoutStruct *s) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 685-692 |
| | 3 | 2 |
QSplitterPrivate::storeSizes| Name: | QSplitterPrivate::storeSizes | | Prototype: | void QSplitterPrivate::storeSizes() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 557-563 |
| | 3 | 2 |
QSqlCachedResult::cleanup| Name: | QSqlCachedResult::cleanup | | Prototype: | void QSqlCachedResult::cleanup() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines: | 254-259 |
| | 3 | 1 |
QSqlCachedResult::clearValues| Name: | QSqlCachedResult::clearValues | | Prototype: | void QSqlCachedResult::clearValues() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines: | 261-266 |
| | 3 | 1 |
QSqlCachedResultPrivate::cacheCount| Name: | QSqlCachedResultPrivate::cacheCount | | Prototype: | inline int QSqlCachedResultPrivate::cacheCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines: | 128-133 |
| | 3 | 1 |
QSqlCachedResultPrivate::canSeek| Name: | QSqlCachedResultPrivate::canSeek | | Prototype: | bool QSqlCachedResultPrivate::canSeek(int i) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines: | 114-119 |
| | 3 | 2 |
QSqlCachedResultPrivate::revertLast| Name: | QSqlCachedResultPrivate::revertLast | | Prototype: | void QSqlCachedResultPrivate::revertLast() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines: | 121-126 |
| | 3 | 2 |
QSqlDatabase::addDatabase| Name: | QSqlDatabase::addDatabase | | Prototype: | QSqlDatabase QSqlDatabase::addDatabase(QSqlDriver* driver, const QString& connectionName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 1417-1422 |
| | 3 | 1 |
QSqlDatabase::addDatabase| Name: | QSqlDatabase::addDatabase | | Prototype: | QSqlDatabase QSqlDatabase::addDatabase(const QString &type, const QString &connectionName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 473-478 |
| | 3 | 1 |
QSqlDatabase::commit| Name: | QSqlDatabase::commit | | Prototype: | bool QSqlDatabase::commit() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 923-928 |
| | 3 | 2 |
QSqlDatabase::numericalPrecisionPolicy| Name: | QSqlDatabase::numericalPrecisionPolicy | | Prototype: | QSql::NumericalPrecisionPolicy QSqlDatabase::numericalPrecisionPolicy() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 1501-1507 |
| | 3 | 2 |
QSqlDatabase::open| Name: | QSqlDatabase::open | | Prototype: | bool QSqlDatabase::open(const QString& user, const QString& password) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 852-857 |
| | 3 | 1 |
QSqlDatabase::registerSqlDriver| Name: | QSqlDatabase::registerSqlDriver | | Prototype: | void QSqlDatabase::registerSqlDriver(const QString& name, QSqlDriverCreatorBase *creator) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 609-614 |
| | 3 | 2 |
QSqlDatabase::rollback| Name: | QSqlDatabase::rollback | | Prototype: | bool QSqlDatabase::rollback() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 944-949 |
| | 3 | 2 |
QSqlDatabase::setNumericalPrecisionPolicy| Name: | QSqlDatabase::setNumericalPrecisionPolicy | | Prototype: | void QSqlDatabase::setNumericalPrecisionPolicy(QSql::NumericalPrecisionPolicy precisionPolicy) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 1486-1491 |
| | 3 | 2 |
QSqlDatabase::transaction| Name: | QSqlDatabase::transaction | | Prototype: | bool QSqlDatabase::transaction() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 902-907 |
| | 3 | 2 |
QSqlDatabase::~QSqlDatabase| Name: | QSqlDatabase::~QSqlDatabase | | Prototype: | QSqlDatabase::~QSqlDatabase() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 796-802 |
| | 3 | 2 |
QSqlDatabasePrivate::disable| Name: | QSqlDatabasePrivate::disable | | Prototype: | void QSqlDatabasePrivate::disable() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 299-305 |
| | 3 | 2 |
QSqlDriver::setOpenError| Name: | QSqlDriver::setOpenError | | Prototype: | void QSqlDriver::setOpenError(bool error) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldriver.cpp | | Lines: | 289-294 |
| | 3 | 2 |
QSqlField::QSqlField| Name: | QSqlField::QSqlField | | Prototype: | QSqlField::QSqlField(const QSqlField& other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | | Lines: | 165-170 |
| | 3 | 1 |
QSqlField::clear| Name: | QSqlField::clear | | Prototype: | void QSqlField::clear() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | | Lines: | 320-325 |
| | 3 | 2 |
QSqlField::operator=| Name: | QSqlField::operator= | | Prototype: | QSqlField& QSqlField::operator=(const QSqlField& other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | | Lines: | 176-181 |
| | 3 | 1 |
QSqlField::setValue| Name: | QSqlField::setValue | | Prototype: | void QSqlField::setValue(const QVariant& value) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | | Lines: | 306-311 |
| | 3 | 2 |
QSqlIndex::isDescending| Name: | QSqlIndex::isDescending | | Prototype: | bool QSqlIndex::isDescending(int i) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | | Lines: | 143-148 |
| | 3 | 2 |
QSqlQuery::isNull| Name: | QSqlQuery::isNull | | Prototype: | bool QSqlQuery::isNull(int field) const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | | Lines: | 315-320 |
| | 3 | 1 |
QSqlQuery::nextResult| Name: | QSqlQuery::nextResult | | Prototype: | bool QSqlQuery::nextResult() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | | Lines: | 1285-1290 |
| | 3 | 2 |
QSqlQuery::numRowsAffected| Name: | QSqlQuery::numRowsAffected | | Prototype: | int QSqlQuery::numRowsAffected() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | | Lines: | 788-793 |
| | 3 | 2 |
QSqlQuery::size| Name: | QSqlQuery::size | | Prototype: | int QSqlQuery::size() const | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | | Lines: | 772-777 |
| | 3 | 2 |
QSqlQueryModel::beginInsertColumns| Name: | QSqlQueryModel::beginInsertColumns | | Prototype: | void QSqlQueryModel::beginInsertColumns(const QModelIndex &parent, int first, int last) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | | Lines: | 247-252 |
| | 3 | 2 |
QSqlQueryModel::beginInsertRows| Name: | QSqlQueryModel::beginInsertRows | | Prototype: | void QSqlQueryModel::beginInsertRows(const QModelIndex &parent, int first, int last) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | | Lines: | 211-216 |
| | 3 | 2 |
QSqlQueryModel::beginRemoveColumns| Name: | QSqlQueryModel::beginRemoveColumns | | Prototype: | void QSqlQueryModel::beginRemoveColumns(const QModelIndex &parent, int first, int last) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | | Lines: | 265-270 |
| | 3 | 2 |
QSqlQueryModel::beginRemoveRows| Name: | QSqlQueryModel::beginRemoveRows | | Prototype: | void QSqlQueryModel::beginRemoveRows(const QModelIndex &parent, int first, int last) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | | Lines: | 229-234 |
| | 3 | 2 |
QSqlQueryModel::endInsertColumns| Name: | QSqlQueryModel::endInsertColumns | | Prototype: | void QSqlQueryModel::endInsertColumns() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | | Lines: | 256-261 |
| | 3 | 2 |
QSqlQueryModel::endInsertRows| Name: | QSqlQueryModel::endInsertRows | | Prototype: | void QSqlQueryModel::endInsertRows() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | | Lines: | 220-225 |
| | 3 | 2 |
QSqlQueryModel::endRemoveColumns| Name: | QSqlQueryModel::endRemoveColumns | | Prototype: | void QSqlQueryModel::endRemoveColumns() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | | Lines: | 274-279 |
| | 3 | 2 |
QSqlQueryModel::endRemoveRows| Name: | QSqlQueryModel::endRemoveRows | | Prototype: | void QSqlQueryModel::endRemoveRows() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | | Lines: | 238-243 |
| | 3 | 2 |
QSqlQueryModelPrivate::columnInQuery| Name: | QSqlQueryModelPrivate::columnInQuery | | Prototype: | int QSqlQueryModelPrivate::columnInQuery(int modelColumn) const | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | | Lines: | 90-95 |
| | 3 | 2 |
QSqlQueryPrivate::shared_null| Name: | QSqlQueryPrivate::shared_null | | Prototype: | QSqlQueryPrivate* QSqlQueryPrivate::shared_null() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | | Lines: | 66-71 |
| | 3 | 1 |
QSqlRelationalTableModel::setTable| Name: | QSqlRelationalTableModel::setTable | | Prototype: | void QSqlRelationalTableModel::setTable(const QString &table) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | | Lines: | 696-704 |
| | 3 | 1 |
QSqlRelationalTableModelPrivate::clearCache| Name: | QSqlRelationalTableModelPrivate::clearCache | | Prototype: | void QSqlRelationalTableModelPrivate::clearCache() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | | Lines: | 303-309 |
| | 3 | 2 |
QSqlRelationalTableModelPrivate::clearChanges| Name: | QSqlRelationalTableModelPrivate::clearChanges | | Prototype: | void QSqlRelationalTableModelPrivate::clearChanges() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | | Lines: | 276-282 |
| | 3 | 2 |
QSqlResult::boundValue| Name: | QSqlResult::boundValue | | Prototype: | QVariant QSqlResult::boundValue(const QString& placeholder) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 754-759 |
| | 3 | 1 |
QSqlTableModel::revert| Name: | QSqlTableModel::revert | | Prototype: | void QSqlTableModel::revert() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 826-831 |
| | 3 | 2 |
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::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 |
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 |
QSslCertificate::QSslCertificate| Name: | QSslCertificate::QSslCertificate | | Prototype: | QSslCertificate::QSslCertificate(QIODevice *device, QSsl::EncodingFormat format) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | | Lines: | 136-142 |
| | 3 | 2 |
QSslCertificate::clear| Name: | QSslCertificate::clear | | Prototype: | void QSslCertificate::clear() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | | Lines: | 261-266 |
| | 3 | 2 |
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::isSelfSigned| Name: | QSslCertificate::isSelfSigned | | Prototype: | bool QSslCertificate::isSelfSigned() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 74-80 |
| | 3 | 2 |
QSslCertificate::toDer| Name: | QSslCertificate::toDer | | Prototype: | QByteArray QSslCertificate::toDer() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 484-489 |
| | 3 | 2 |
QSslCertificate::toPem| Name: | QSslCertificate::toPem | | Prototype: | QByteArray QSslCertificate::toPem() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 477-482 |
| | 3 | 2 |
QSslCertificate::toText| Name: | QSslCertificate::toText | | Prototype: | QString QSslCertificate::toText() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 491-496 |
| | 3 | 2 |
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 |
QSslConfiguration::localCertificate| Name: | QSslConfiguration::localCertificate | | Prototype: | QSslCertificate QSslConfiguration::localCertificate() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 400-405 |
| | 3 | 2 |
QSslConfiguration::setSslOption| Name: | QSslConfiguration::setSslOption | | Prototype: | void QSslConfiguration::setSslOption(QSsl::SslOption option, bool on) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 659-665 |
| | 3 | 2 |
QSslConfigurationPrivate::defaultConfiguration| Name: | QSslConfigurationPrivate::defaultConfiguration | | Prototype: | QSslConfiguration QSslConfigurationPrivate::defaultConfiguration() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2180-2185 |
| | 3 | 1 |
QSslSocket::QSslSocket| Name: | QSslSocket::QSslSocket | | Prototype: | QSslSocket::QSslSocket(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 346-355 |
| | 3 | 1 |
QSslSocket::setCaCertificates| Name: | QSslSocket::setCaCertificates | | Prototype: | void QSslSocket::setCaCertificates(const QList<QSslCertificate> &certificates) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1384-1389 |
| | 3 | 1 |
QSslSocket::setLocalCertificate| Name: | QSslSocket::setLocalCertificate | | Prototype: | void QSslSocket::setLocalCertificate(const QString &path, QSsl::EncodingFormat format) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 989-996 |
| | 3 | 2 |
QSslSocket::setLocalCertificate| Name: | QSslSocket::setLocalCertificate | | Prototype: | void QSslSocket::setLocalCertificate(const QSslCertificate &certificate) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 975-980 |
| | 3 | 1 |
QSslSocket::setSocketOption| Name: | QSslSocket::setSocketOption | | Prototype: | void QSslSocket::setSocketOption(QAbstractSocket::SocketOption option, const QVariant &value) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 519-524 |
| | 3 | 2 |
QSslSocket::~QSslSocket| Name: | QSslSocket::~QSslSocket | | Prototype: | QSslSocket::~QSslSocket() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 360-368 |
| | 3 | 1 |
QSslSocketPrivate::_q_disconnectedSlot| Name: | QSslSocketPrivate::_q_disconnectedSlot | | Prototype: | void QSslSocketPrivate::_q_disconnectedSlot() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2373-2382 |
| | 3 | 1 |
QSslSocketPrivate::_q_flushWriteBuffer| Name: | QSslSocketPrivate::_q_flushWriteBuffer | | Prototype: | void QSslSocketPrivate::_q_flushWriteBuffer() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2460-2465 |
| | 3 | 2 |
QSslSocketPrivate::_q_stateChangedSlot| Name: | QSslSocketPrivate::_q_stateChangedSlot | | Prototype: | void QSslSocketPrivate::_q_stateChangedSlot(QAbstractSocket::SocketState state) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2387-2395 |
| | 3 | 1 |
QSslSocketPrivate::defaultCaCertificates| Name: | QSslSocketPrivate::defaultCaCertificates | | Prototype: | QList<QSslCertificate> QSslSocketPrivate::defaultCaCertificates() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2117-2122 |
| | 3 | 1 |
QSslSocketPrivate::defaultCiphers| Name: | QSslSocketPrivate::defaultCiphers | | Prototype: | QList<QSslCipher> QSslSocketPrivate::defaultCiphers() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2057-2062 |
| | 3 | 1 |
QSslSocketPrivate::deinitialize| Name: | QSslSocketPrivate::deinitialize | | Prototype: | void QSslSocketPrivate::deinitialize() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 448-453 |
| | 3 | 1 |
QSslSocketPrivate::ensureInitialized| Name: | QSslSocketPrivate::ensureInitialized | | Prototype: | void QSslSocketPrivate::ensureInitialized() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 582-588 |
| | 3 | 2 |
QSslSocketPrivate::pauseSocketNotifiers| Name: | QSslSocketPrivate::pauseSocketNotifiers | | Prototype: | void QSslSocketPrivate::pauseSocketNotifiers(QSslSocket *socket) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2283-2288 |
| | 3 | 2 |
QSslSocketPrivate::resumeSocketNotifiers| Name: | QSslSocketPrivate::resumeSocketNotifiers | | Prototype: | void QSslSocketPrivate::resumeSocketNotifiers(QSslSocket *socket) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2290-2295 |
| | 3 | 2 |
QSslSocketPrivate::setDefaultCiphers| Name: | QSslSocketPrivate::setDefaultCiphers | | Prototype: | void QSslSocketPrivate::setDefaultCiphers(const QList<QSslCipher> &ciphers) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2077-2082 |
| | 3 | 1 |
QSslSocketPrivate::setDefaultSupportedCiphers| Name: | QSslSocketPrivate::setDefaultSupportedCiphers | | Prototype: | void QSslSocketPrivate::setDefaultSupportedCiphers(const QList<QSslCipher> &ciphers) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2087-2092 |
| | 3 | 1 |
QSslSocketPrivate::setDefaultSupportedEllipticCurves| Name: | QSslSocketPrivate::setDefaultSupportedEllipticCurves | | Prototype: | void QSslSocketPrivate::setDefaultSupportedEllipticCurves(const QVector<QSslEllipticCurve> &curves) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2107-2112 |
| | 3 | 1 |
QSslSocketPrivate::sslLibraryVersionNumber| Name: | QSslSocketPrivate::sslLibraryVersionNumber | | Prototype: | long QSslSocketPrivate::sslLibraryVersionNumber() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 590-596 |
| | 3 | 2 |
QSslSocketPrivate::supportedCiphers| Name: | QSslSocketPrivate::supportedCiphers | | Prototype: | QList<QSslCipher> QSslSocketPrivate::supportedCiphers() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2067-2072 |
| | 3 | 1 |
QSslSocketPrivate::supportedEllipticCurves| Name: | QSslSocketPrivate::supportedEllipticCurves | | Prototype: | QVector<QSslEllipticCurve> QSslSocketPrivate::supportedEllipticCurves() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2097-2102 |
| | 3 | 1 |
QStandardItem::QStandardItem| Name: | QStandardItem::QStandardItem | | Prototype: | QStandardItem::QStandardItem(const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 708-714 |
| | 3 | 1 |
QStandardItem::QStandardItem| Name: | QStandardItem::QStandardItem | | Prototype: | QStandardItem::QStandardItem(const QStandardItem &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 756-762 |
| | 3 | 1 |
QStandardItem::column| Name: | QStandardItem::column | | Prototype: | int QStandardItem::column() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 1408-1413 |
| | 3 | 1 |
QStandardItem::emitDataChanged| Name: | QStandardItem::emitDataChanged | | Prototype: | void QStandardItem::emitDataChanged() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 868-873 |
| | 3 | 2 |
QStandardItem::operator=| Name: | QStandardItem::operator= | | Prototype: | QStandardItem &QStandardItem::operator=(const QStandardItem &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 770-775 |
| | 3 | 1 |
QStandardItem::row| Name: | QStandardItem::row | | Prototype: | int QStandardItem::row() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 1395-1400 |
| | 3 | 1 |
QStandardItem::write| Name: | QStandardItem::write | | Prototype: | void QStandardItem::write(QDataStream &out) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 1975-1980 |
| | 3 | 1 |
QStandardItemModel::QStandardItemModel| Name: | QStandardItemModel::QStandardItemModel | | Prototype: | QStandardItemModel::QStandardItemModel(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2106-2112 |
| | 3 | 1 |
QStandardItemModel::columnCount| Name: | QStandardItemModel::columnCount | | Prototype: | int QStandardItemModel::columnCount(const QModelIndex &parent) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2719-2724 |
| | 3 | 1 |
QStandardItemModel::data| Name: | QStandardItemModel::data | | Prototype: | QVariant QStandardItemModel::data(const QModelIndex &index, int role) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2729-2734 |
| | 3 | 1 |
QStandardItemModel::hasChildren| Name: | QStandardItemModel::hasChildren | | Prototype: | bool QStandardItemModel::hasChildren(const QModelIndex &parent) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2757-2762 |
| | 3 | 1 |
QStandardItemModel::itemData| Name: | QStandardItemModel::itemData | | Prototype: | QMap<int, QVariant> QStandardItemModel::itemData(const QModelIndex &index) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2846-2851 |
| | 3 | 1 |
QStandardItemModel::rowCount| Name: | QStandardItemModel::rowCount | | Prototype: | int QStandardItemModel::rowCount(const QModelIndex &parent) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2894-2899 |
| | 3 | 1 |
QStandardItemModelPrivate::columnsAboutToBeInserted| Name: | QStandardItemModelPrivate::columnsAboutToBeInserted | | Prototype: | void QStandardItemModelPrivate::columnsAboutToBeInserted(QStandardItem *parent, int start, int end) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 521-527 |
| | 3 | 1 |