| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QSpinBoxPrivate::init| Name: | QSpinBoxPrivate::init | | Prototype: | inline void init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | | Lines: | 73-77 |
| | 3 | 1 |
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: | 233-238 |
| | 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: | 943-949 |
| | 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: | 957-963 |
| | 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: | 1404-1409 |
| | 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: | 1574-1579 |
| | 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: | 1429-1434 |
| | 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: | 120-126 |
| | 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: | 141-148 |
| | 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: | 691-698 |
| | 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: | 563-569 |
| | 3 | 2 |
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: | 119-124 |
| | 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: | 105-110 |
| | 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: | 112-117 |
| | 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: | 477-482 |
| | 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: | 611-616 |
| | 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: | 303-309 |
| | 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: | 171-176 |
| | 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: | 326-331 |
| | 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: | 182-187 |
| | 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: | 312-317 |
| | 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: | 149-154 |
| | 3 | 2 |
QSqlQuery::isNull| Name: | QSqlQuery::isNull | | Prototype: | bool QSqlQuery::isNull(int field) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | | Lines: | 321-326 |
| | 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: | 1291-1296 |
| | 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: | 794-799 |
| | 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: | 778-783 |
| | 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: | 253-258 |
| | 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: | 217-222 |
| | 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: | 271-276 |
| | 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: | 235-240 |
| | 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: | 262-267 |
| | 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: | 226-231 |
| | 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: | 280-285 |
| | 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: | 244-249 |
| | 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: | 96-101 |
| | 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: | 72-77 |
| | 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: | 702-710 |
| | 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: | 309-315 |
| | 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: | 282-288 |
| | 3 | 2 |
QSqlResult::QSqlResult| Name: | QSqlResult::QSqlResult | | Prototype: | QSqlResult::QSqlResult(QSqlResultPrivate &dd) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 235-241 |
| | 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: | 756-761 |
| | 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: | 828-833 |
| | 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: | 860-865 |
| | 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: | 962-967 |
| | 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: | 94-99 |
| | 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: | 142-148 |
| | 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: | 267-272 |
| | 3 | 2 |
QSslCertificate::fromData| Name: | QSslCertificate::fromData | | Prototype: | QList<QSslCertificate> QSslCertificate::fromData(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: | 552-557 |
| | 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: | 80-86 |
| | 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: | 490-495 |
| | 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: | 483-488 |
| | 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: | 497-502 |
| | 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: | 582-588 |
| | 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: | 408-413 |
| | 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: | 2193-2198 |
| | 3 | 1 |
QSslContext::fromConfiguration| Name: | QSslContext::fromConfiguration | | Prototype: | QSslContext* QSslContext::fromConfiguration(QSslSocket::SslMode mode, const QSslConfiguration &configuration, bool allowRootCertOnDemandLoading) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcontext_openssl.cpp | | Lines: | 372-377 |
| | 3 | 1 |
QSslContext::sharedFromConfiguration| Name: | QSslContext::sharedFromConfiguration | | Prototype: | QSharedPointer<QSslContext> QSslContext::sharedFromConfiguration(QSslSocket::SslMode mode, const QSslConfiguration &configuration, bool allowRootCertOnDemandLoading) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcontext_openssl.cpp | | Lines: | 379-384 |
| | 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: | 352-361 |
| | 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: | 1393-1398 |
| | 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: | 997-1004 |
| | 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: | 983-988 |
| | 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: | 527-532 |
| | 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: | 366-374 |
| | 3 | 1 |
QSslSocketPrivate::_q_channelBytesWrittenSlot| Name: | QSslSocketPrivate::_q_channelBytesWrittenSlot | | Prototype: | void QSslSocketPrivate::_q_channelBytesWrittenSlot(int channel, qint64 written) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2499-2504 |
| | 3 | 2 |
QSslSocketPrivate::_q_channelReadyReadSlot| Name: | QSslSocketPrivate::_q_channelReadyReadSlot | | Prototype: | void QSslSocketPrivate::_q_channelReadyReadSlot(int channel) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2471-2476 |
| | 3 | 2 |
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: | 2509-2514 |
| | 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: | 2416-2424 |
| | 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: | 2130-2135 |
| | 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: | 2070-2075 |
| | 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: | 458-463 |
| | 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: | 576-582 |
| | 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: | 2302-2307 |
| | 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: | 2309-2314 |
| | 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: | 2090-2095 |
| | 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: | 2100-2105 |
| | 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: | 2120-2125 |
| | 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: | 584-590 |
| | 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: | 2080-2085 |
| | 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: | 2110-2115 |
| | 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: | 717-723 |
| | 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: | 765-771 |
| | 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: | 1417-1422 |
| | 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: | 877-882 |
| | 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: | 779-784 |
| | 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: | 1404-1409 |
| | 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: | 1987-1992 |
| | 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: | 2118-2124 |
| | 3 | 1 |
QStandardItemModel::columnCount| Name: | QStandardItemModel::columnCount | | Prototype: | int QStandardItemModel::columnCount(const QModelIndex &parent) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2732-2737 |
| | 3 | 1 |
QStandardItemModel::data| Name: | QStandardItemModel::data | | Prototype: | QVariant QStandardItemModel::data(const QModelIndex &index, int role) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2742-2747 |
| | 3 | 1 |
QStandardItemModel::hasChildren| Name: | QStandardItemModel::hasChildren | | Prototype: | bool QStandardItemModel::hasChildren(const QModelIndex &parent) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2770-2775 |
| | 3 | 1 |
QStandardItemModel::itemData| Name: | QStandardItemModel::itemData | | Prototype: | QMap<int, QVariant> QStandardItemModel::itemData(const QModelIndex &index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2859-2864 |
| | 3 | 1 |
QStandardItemModel::rowCount| Name: | QStandardItemModel::rowCount | | Prototype: | int QStandardItemModel::rowCount(const QModelIndex &parent) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2907-2912 |
| | 3 | 1 |