Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QStyleHints::setStartDragDistanceName: | QStyleHints::setStartDragDistance | Prototype: | void QStyleHints::setStartDragDistance(int startDragDistance) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 177-184 |
| | 5 | 2 |
QStyleHints::setMousePressAndHoldIntervalName: | QStyleHints::setMousePressAndHoldInterval | Prototype: | void QStyleHints::setMousePressAndHoldInterval(int mousePressAndHoldInterval) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 147-154 |
| | 5 | 2 |
QStyleHints::setMouseDoubleClickIntervalName: | QStyleHints::setMouseDoubleClickInterval | Prototype: | void QStyleHints::setMouseDoubleClickInterval(int mouseDoubleClickInterval) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 119-126 |
| | 5 | 2 |
QStyleHints::setKeyboardInputIntervalName: | QStyleHints::setKeyboardInputInterval | Prototype: | void QStyleHints::setKeyboardInputInterval(int keyboardInputInterval) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 265-272 |
| | 5 | 2 |
QStyleHints::setCursorFlashTimeName: | QStyleHints::setCursorFlashTime | Prototype: | void QStyleHints::setCursorFlashTime(int cursorFlashTime) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 303-310 |
| | 5 | 2 |
QStyleAnimation::updateTargetName: | QStyleAnimation::updateTarget | Prototype: | void QStyleAnimation::updateTarget() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 107-114 |
| | 5 | 2 |
QStringRef::toUcs4Name: | QStringRef::toUcs4 | Prototype: | QVector<uint> QStringRef::toUcs4() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10363-10370 |
| | 5 | 1 |
QStringRef::toStringName: | QStringRef::toString | Prototype: | QString QStringRef::toString() const | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9063-9069 |
| | 5 | 3 |
QStringRef::appendToName: | QStringRef::appendTo | Prototype: | QStringRef QStringRef::appendTo(QString *string) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9333-9340 |
| | 5 | 2 |
QStringMatcher::operator=Name: | QStringMatcher::operator= | Prototype: | QStringMatcher &QStringMatcher::operator=(const QStringMatcher &other) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 205-213 |
| | 5 | 2 |
QStringMatcher::indexInName: | QStringMatcher::indexIn | Prototype: | int QStringMatcher::indexIn(const QChar *str, int length, int from) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 289-296 |
| | 5 | 2 |
QStringMatcher::indexInName: | QStringMatcher::indexIn | Prototype: | int QStringMatcher::indexIn(const QString &str, int from) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 268-275 |
| | 5 | 2 |
QStringListModel::dataName: | QStringListModel::data | Prototype: | QVariant QStringListModel::data(const QModelIndex &index, int role) const | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | Lines: | 149-158 |
| | 5 | 3 |
QString::toUcs4_helperName: | QString::toUcs4_helper | Prototype: | int QString::toUcs4_helper(const ushort *uc, int length, uint *out) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1454-1463 |
| | 5 | 2 |
QString::toUcs4Name: | QString::toUcs4 | Prototype: | QVector<uint> QString::toUcs4() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4669-4676 |
| | 5 | 1 |
QString::sprintfName: | QString::sprintf | Prototype: | QString &QString::sprintf(const char *cformat, ...) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5920-5927 |
| | 5 | 1 |
QString::resizeName: | QString::resize | Prototype: | void QString::resize(int size, QChar fillChar) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1701-1708 |
| | 5 | 2 |
QString::removeName: | QString::remove | Prototype: | QString &QString::remove(const QString &str, Qt::CaseSensitivity cs) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2268-2276 |
| | 5 | 3 |
QString::operator==Name: | QString::operator== | Prototype: | bool QString::operator==(QLatin1String other) const noexcept | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2755-2764 |
| | 5 | 3 |
QString::operator=Name: | QString::operator= | Prototype: | QString &QString::operator=(const QString &other) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1810-1817 |
| | 5 | 2 |
QString::localeAwareCompare_helperName: | QString::localeAwareCompare_helper | Prototype: | int QString::localeAwareCompare_helper(const QChar *data1, int length1, const QChar *data2, int length2) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5598-5649 |
| | 5 | 3 |
QString::compare_helperName: | QString::compare_helper | Prototype: | int QString::compare_helper(const QChar *data1, int length1, const QChar *data2, int length2, Qt::CaseSensitivity cs) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5450-5458 |
| | 5 | 2 |
QString::asprintfName: | QString::asprintf | Prototype: | QString QString::asprintf(const char *cformat, ...) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5964-5971 |
| | 5 | 1 |
QString::appendName: | QString::append | Prototype: | QString &QString::append(QChar ch) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2149-2156 |
| | 5 | 2 |
QString::QStringName: | QString::QString | Prototype: | QString::QString(QChar ch) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1580-1587 |
| | 5 | 2 |
QStorageInfoPrivate::doStatName: | QStorageInfoPrivate::doStat | Prototype: | void QStorageInfoPrivate::doStat() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 525-533 |
| | 5 | 2 |
QStorageInfo::setPathName: | QStorageInfo::setPath | Prototype: | void QStorageInfo::setPath(const QString &path) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 160-167 |
| | 5 | 2 |
QStatusBar::QStatusBarName: | QStatusBar::QStatusBar | Prototype: | QStatusBar::QStatusBar(QWidget * parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | Lines: | 229-242 |
| | 5 | 1 |
QStateMachinePrivate::isAtomicName: | QStateMachinePrivate::isAtomic | Prototype: | bool QStateMachinePrivate::isAtomic(const QAbstractState *s) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1216-1223 |
| | 5 | 1 |
QStateMachinePrivate::computeExitSet_UnorderedName: | QStateMachinePrivate::computeExitSet_Unordered | Prototype: | QSet<QAbstractState*> QStateMachinePrivate::computeExitSet_Unordered(const QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 751-760 |
| | 5 | 2 |
QStateMachinePrivate::clearHistoryName: | QStateMachinePrivate::clearHistory | Prototype: | void QStateMachinePrivate::clearHistory() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1745-1753 |
| | 5 | 2 |
QStandardItemPrivate::itemDataName: | QStandardItemPrivate::itemData | Prototype: | const QMap<int, QVariant> QStandardItemPrivate::itemData() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 225-232 |
| | 5 | 2 |
QStandardItemModel::setItemDataName: | QStandardItemModel::setItemData | Prototype: | bool QStandardItemModel::setItemData(const QModelIndex &index, const QMap<int, QVariant> &roles) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2965-2972 |
| | 5 | 2 |
QStandardItemModel::parentName: | QStandardItemModel::parent | Prototype: | QModelIndex QStandardItemModel::parent(const QModelIndex &child) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2869-2876 |
| | 5 | 2 |
QStandardItemModel::insertRowsName: | QStandardItemModel::insertRows | Prototype: | bool QStandardItemModel::insertRows(int row, int count, const QModelIndex &parent) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2847-2854 |
| | 5 | 2 |
QStandardItemModel::insertColumnsName: | QStandardItemModel::insertColumns | Prototype: | bool QStandardItemModel::insertColumns(int column, int count, const QModelIndex &parent) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2835-2842 |
| | 5 | 2 |
QStandardItem::setCheckableName: | QStandardItem::setCheckable | Prototype: | void QStandardItem::setCheckable(bool checkable) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1238-1247 |
| | 5 | 3 |
QStandardItem::readName: | QStandardItem::read | Prototype: | void QStandardItem::read(QDataStream &in) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1972-1979 |
| | 5 | 1 |
QStandardItem::insertRowsName: | QStandardItem::insertRows | Prototype: | void QStandardItem::insertRows(int row, int count) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1562-1570 |
| | 5 | 2 |
QStandardItem::insertColumnsName: | QStandardItem::insertColumns | Prototype: | void QStandardItem::insertColumns(int column, int count) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1577-1585 |
| | 5 | 2 |
QStandardItem::flagsName: | QStandardItem::flags | Prototype: | Qt::ItemFlags QStandardItem::flags() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 907-914 |
| | 5 | 2 |
QStandardItem::childName: | QStandardItem::child | Prototype: | QStandardItem *QStandardItem::child(int row, int column) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1765-1772 |
| | 5 | 2 |
QStackedWidget::setCurrentWidgetName: | QStackedWidget::setCurrentWidget | Prototype: | void QStackedWidget::setCurrentWidget(QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 243-251 |
| | 5 | 2 |
QStackedLayout::setCurrentWidgetName: | QStackedLayout::setCurrentWidget | Prototype: | void QStackedLayout::setCurrentWidget(QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 369-377 |
| | 5 | 2 |
QSslSocketPrivate::setDefaultCaCertificatesName: | QSslSocketPrivate::setDefaultCaCertificates | Prototype: | void QSslSocketPrivate::setDefaultCaCertificates(const QList<QSslCertificate> &certs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2140-2149 |
| | 5 | 1 |
QSslSocket::setPrivateKeyName: | QSslSocket::setPrivateKey | Prototype: | void QSslSocket::setPrivateKey(const QString &fileName, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat format, const QByteArray &passPhrase) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1154-1163 |
| | 5 | 2 |
QSslSocket::setPeerVerifyDepthName: | QSslSocket::setPeerVerifyDepth | Prototype: | void QSslSocket::setPeerVerifyDepth(int depth) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 683-691 |
| | 5 | 3 |
QSslKey::QSslKeyName: | QSslKey::QSslKey | Prototype: | QSslKey::QSslKey(const QByteArray &encoded, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat encoding, QSsl::KeyType type, const QByteArray &passPhrase) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_p.cpp | Lines: | 236-246 |
| | 5 | 2 |
QSslErrorEntry::fromStoreContextName: | QSslErrorEntry::fromStoreContext | Prototype: | inline QSslErrorEntry QSslErrorEntry::fromStoreContext(X509_STORE_CTX *ctx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 263-269 |
| | 5 | 1 |
QSslConfigurationPrivate::setDefaultConfigurationName: | QSslConfigurationPrivate::setDefaultConfiguration | Prototype: | void QSslConfigurationPrivate::setDefaultConfiguration(const QSslConfiguration &configuration) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2203-2211 |
| | 5 | 2 |
QSslCipher::QSslCipherName: | QSslCipher::QSslCipher | Prototype: | QSslCipher::QSslCipher(const QString &name, QSsl::SslProtocol protocol) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | Lines: | 112-122 |
| | 5 | 3 |
QSslCipher::QSslCipherName: | QSslCipher::QSslCipher | Prototype: | QSslCipher::QSslCipher(const QString &name) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | Lines: | 90-100 |
| | 5 | 3 |
QSslCertificate::versionName: | QSslCertificate::version | Prototype: | QByteArray QSslCertificate::version() const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 88-96 |
| | 5 | 2 |
QSslCertificate::subjectInfoAttributesName: | QSslCertificate::subjectInfoAttributes | Prototype: | QList<QByteArray> QSslCertificate::subjectInfoAttributes() const | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 159-168 |
| | 5 | 2 |
QSslCertificate::subjectInfoName: | QSslCertificate::subjectInfo | Prototype: | QStringList QSslCertificate::subjectInfo(const QByteArray &attribute) const | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 148-157 |
| | 5 | 2 |
QSslCertificate::subjectInfoName: | QSslCertificate::subjectInfo | Prototype: | QStringList QSslCertificate::subjectInfo(SubjectInfo info) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 137-146 |
| | 5 | 2 |
QSslCertificate::issuerInfoAttributesName: | QSslCertificate::issuerInfoAttributes | Prototype: | QList<QByteArray> QSslCertificate::issuerInfoAttributes() const | Coverage: | 33.333% (2/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 170-179 |
| | 5 | 2 |
QSslCertificate::issuerInfoName: | QSslCertificate::issuerInfo | Prototype: | QStringList QSslCertificate::issuerInfo(const QByteArray &attribute) const | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 126-135 |
| | 5 | 2 |
QSslCertificate::issuerInfoName: | QSslCertificate::issuerInfo | Prototype: | QStringList QSslCertificate::issuerInfo(SubjectInfo info) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 115-124 |
| | 5 | 2 |
QSqlTableModel::indexInQueryName: | QSqlTableModel::indexInQuery | Prototype: | QModelIndex QSqlTableModel::indexInQuery(const QModelIndex &item) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 1226-1234 |
| | 5 | 2 |
QSqlTableModel::clearName: | 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: | 1269-1276 |
| | 5 | 1 |
QSqlResult::prepareName: | QSqlResult::prepare | Prototype: | bool QSqlResult::prepare(const QString& query) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | Lines: | 611-620 |
| | 5 | 2 |
QSqlRelationalTableModelPrivate::nameToIndexName: | QSqlRelationalTableModelPrivate::nameToIndex | Prototype: | int QSqlRelationalTableModelPrivate::nameToIndex(const QString &name) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | Lines: | 295-304 |
| | 5 | 2 |
QSqlRecordPrivate::createFieldName: | QSqlRecordPrivate::createField | Prototype: | QString QSqlRecordPrivate::createField(int index, const QString &prefix) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 75-82 |
| | 5 | 2 |
QSqlRecord::indexOfName: | QSqlRecord::indexOf | Prototype: | int QSqlRecord::indexOf(const QString& name) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | Lines: | 233-241 |
| | 5 | 3 |
QSqlQueryModel::indexInQueryName: | QSqlQueryModel::indexInQuery | Prototype: | QModelIndex QSqlQueryModel::indexInQuery(const QModelIndex &item) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | Lines: | 671-678 |
| | 5 | 2 |
QSqlQuery::valueName: | QSqlQuery::value | Prototype: | QVariant QSqlQuery::value(const QString& name) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 444-451 |
| | 5 | 2 |
QSqlQuery::recordName: | QSqlQuery::record | Prototype: | QSqlRecord QSqlQuery::record() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 913-922 |
| | 5 | 3 |
QSqlQuery::lastName: | QSqlQuery::last | Prototype: | bool QSqlQuery::last() | Coverage: | 50.000% (3/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 757-764 |
| | 5 | 2 |
QSqlQuery::isNullName: | QSqlQuery::isNull | Prototype: | bool QSqlQuery::isNull(const QString &name) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 337-344 |
| | 5 | 2 |
QSqlQuery::finishName: | QSqlQuery::finish | Prototype: | void QSqlQuery::finish() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 1250-1258 |
| | 5 | 2 |
QSqlQuery::execName: | QSqlQuery::exec | Prototype: | bool QSqlQuery::exec() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 998-1016 |
| | 5 | 2 |
QSqlQuery::boundValuesName: | QSqlQuery::boundValues | Prototype: | QMap<QString,QVariant> QSqlQuery::boundValues() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 1154-1162 |
| | 5 | 2 |
QSqlIndex::operator=Name: | QSqlIndex::operator= | Prototype: | QSqlIndex& QSqlIndex::operator=(const QSqlIndex& other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | Lines: | 86-93 |
| | 5 | 1 |
QSqlError::textName: | QSqlError::text | Prototype: | QString QSqlError::text() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | Lines: | 331-338 |
| | 5 | 2 |
QSqlError::QSqlErrorName: | QSqlError::QSqlError | Prototype: | QSqlError::QSqlError(const QString &driverText, const QString &databaseText, ErrorType type, const QString &code) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | Lines: | 121-130 |
| | 5 | 1 |
QSqlDatabasePrivate::invalidateDbName: | QSqlDatabasePrivate::invalidateDb | Prototype: | void QSqlDatabasePrivate::invalidateDb(const QSqlDatabase &db, const QString &name, bool doWarn) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | Lines: | 231-239 |
| | 5 | 2 |
QSqlDatabase::execName: | QSqlDatabase::exec | Prototype: | QSqlQuery QSqlDatabase::exec(const QString & query) const | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | Lines: | 813-821 |
| | 5 | 2 |
QSqlCachedResult::isNullName: | QSqlCachedResult::isNull | Prototype: | bool QSqlCachedResult::isNull(int i) | Coverage: | 66.667% (8/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | Lines: | 237-245 |
| | 5 | 2 |
QSqlCachedResult::fetchNextName: | QSqlCachedResult::fetchNext | Prototype: | bool QSqlCachedResult::fetchNext() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | Lines: | 178-186 |
| | 5 | 2 |
QSqlCachedResult::dataName: | QSqlCachedResult::data | Prototype: | QVariant QSqlCachedResult::data(int i) | Coverage: | 58.333% (7/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | Lines: | 227-235 |
| | 5 | 2 |
QSplitterHandle::mousePressEventName: | QSplitterHandle::mousePressEvent | Prototype: | void QSplitterHandle::mousePressEvent(QMouseEvent *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | Lines: | 305-313 |
| | 5 | 2 |
QSplitter::setCollapsibleName: | QSplitter::setCollapsible | Prototype: | void QSplitter::setCollapsible(int index, bool collapse) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | Lines: | 1063-1072 |
| | 5 | 2 |
QSplitter::isCollapsibleName: | QSplitter::isCollapsible | Prototype: | bool QSplitter::isCollapsible(int index) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | Lines: | 1077-1085 |
| | 5 | 2 |
QSplashScreen::finishName: | QSplashScreen::finish | Prototype: | void QSplashScreen::finish(QWidget *mainWin) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplashscreen.cpp | Lines: | 269-277 |
| | 5 | 3 |
QSpinBox::valueFromTextName: | QSpinBox::valueFromText | Prototype: | int QSpinBox::valueFromText(const QString &text) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 509-517 |
| | 5 | 1 |
QSpinBox::setSuffixName: | QSpinBox::setSuffix | Prototype: | void QSpinBox::setSuffix(const QString &suffix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 300-309 |
| | 5 | 1 |
QSpiApplicationAdaptor::notifyKeyboardListenerErrorName: | QSpiApplicationAdaptor::notifyKeyboardListenerError | Prototype: | void QSpiApplicationAdaptor::notifyKeyboardListenerError(const QDBusError& error, const QDBusMessage& ) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/application.cpp | Lines: | 228-236 |
| | 5 | 3 |
QSpdyProtocolHandler::handlePINGName: | QSpdyProtocolHandler::handlePING | Prototype: | void QSpdyProtocolHandler::handlePING(char , quint32 length, const QByteArray &frameData) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 1081-1092 |
| | 5 | 2 |
QSpdyProtocolHandler::_q_uploadDataReadyReadName: | QSpdyProtocolHandler::_q_uploadDataReadyRead | Prototype: | void QSpdyProtocolHandler::_q_uploadDataReadyRead() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 755-762 |
| | 5 | 1 |
QSortFilterProxyModel::spanName: | QSortFilterProxyModel::span | Prototype: | QSize QSortFilterProxyModel::span(const QModelIndex &index) const | Coverage: | 33.333% (2/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2262-2269 |
| | 5 | 2 |
QSortFilterProxyModel::setSortRoleName: | QSortFilterProxyModel::setSortRole | Prototype: | void QSortFilterProxyModel::setSortRole(int role) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2526-2533 |
| | 5 | 2 |
QSortFilterProxyModel::setSortLocaleAwareName: | QSortFilterProxyModel::setSortLocaleAware | Prototype: | void QSortFilterProxyModel::setSortLocaleAware(bool on) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2424-2432 |
| | 5 | 2 |
QSortFilterProxyModel::setSortCaseSensitivityName: | QSortFilterProxyModel::setSortCaseSensitivity | Prototype: | void QSortFilterProxyModel::setSortCaseSensitivity(Qt::CaseSensitivity cs) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2399-2407 |
| | 5 | 2 |
QSortFilterProxyModel::setFilterWildcardName: | QSortFilterProxyModel::setFilterWildcard | Prototype: | void QSortFilterProxyModel::setFilterWildcard(const QString &pattern) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2457-2464 |
| | 5 | 1 |
QSortFilterProxyModel::setFilterRegExpName: | QSortFilterProxyModel::setFilterRegExp | Prototype: | void QSortFilterProxyModel::setFilterRegExp(const QString &pattern) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2442-2449 |
| | 5 | 1 |
QSortFilterProxyModel::setFilterFixedStringName: | QSortFilterProxyModel::setFilterFixedString | Prototype: | void QSortFilterProxyModel::setFilterFixedString(const QString &pattern) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2472-2479 |
| | 5 | 1 |
QSortFilterProxyModel::setDataName: | QSortFilterProxyModel::setData | Prototype: | bool QSortFilterProxyModel::setData(const QModelIndex &index, const QVariant &value, int role) | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1981-1988 |
| | 5 | 2 |
QSortFilterProxyModel::flagsName: | QSortFilterProxyModel::flags | Prototype: | Qt::ItemFlags QSortFilterProxyModel::flags(const QModelIndex &index) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2225-2232 |
| | 5 | 2 |
QSortFilterProxyModel::fetchMoreName: | QSortFilterProxyModel::fetchMore | Prototype: | void QSortFilterProxyModel::fetchMore(const QModelIndex &parent) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2201-2208 |
| | 5 | 2 |