| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QStyleHints::setStartDragDistance| Name: | 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::setMousePressAndHoldInterval| Name: | 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::setMouseDoubleClickInterval| Name: | 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::setKeyboardInputInterval| Name: | 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::setCursorFlashTime| Name: | 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::updateTarget| Name: | 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::toUcs4| Name: | 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::toString| Name: | 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::appendTo| Name: | 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::indexIn| Name: | 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::indexIn| Name: | 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::data| Name: | 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_helper| Name: | 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::toUcs4| Name: | 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::sprintf| Name: | 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::resize| Name: | 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::remove| Name: | 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_helper| Name: | 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_helper| Name: | 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::asprintf| Name: | 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::append| Name: | 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::QString| Name: | 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::doStat| Name: | 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::setPath| Name: | 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::QStatusBar| Name: | 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::isAtomic| Name: | 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_Unordered| Name: | 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::clearHistory| Name: | 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::itemData| Name: | 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::setItemData| Name: | 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::parent| Name: | 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::insertRows| Name: | 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::insertColumns| Name: | 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::setCheckable| Name: | 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::read| Name: | 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::insertRows| Name: | 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::insertColumns| Name: | 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::flags| Name: | 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::child| Name: | 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::setCurrentWidget| Name: | 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::setCurrentWidget| Name: | 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::setDefaultCaCertificates| Name: | 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::setPrivateKey| Name: | 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::setPeerVerifyDepth| Name: | 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::QSslKey| Name: | 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::fromStoreContext| Name: | 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::setDefaultConfiguration| Name: | 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::QSslCipher| Name: | 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::QSslCipher| Name: | 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::version| Name: | 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::subjectInfoAttributes| Name: | 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::subjectInfo| Name: | 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::subjectInfo| Name: | 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::issuerInfoAttributes| Name: | 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::issuerInfo| Name: | 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::issuerInfo| Name: | 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::indexInQuery| Name: | 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::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: | 1269-1276 |
| | 5 | 1 |
QSqlResult::prepare| Name: | 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::nameToIndex| Name: | 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::createField| Name: | 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::indexOf| Name: | 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::indexInQuery| Name: | 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::value| Name: | 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::record| Name: | 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::last| Name: | 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::isNull| Name: | 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::finish| Name: | 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::exec| Name: | 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::boundValues| Name: | 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::text| Name: | 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::QSqlError| Name: | 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::invalidateDb| Name: | 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::exec| Name: | 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::isNull| Name: | 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::fetchNext| Name: | 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::data| Name: | 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::mousePressEvent| Name: | 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::setCollapsible| Name: | 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::isCollapsible| Name: | 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::finish| Name: | 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::valueFromText| Name: | 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::setSuffix| Name: | 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::notifyKeyboardListenerError| Name: | 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::handlePING| Name: | 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_uploadDataReadyRead| Name: | 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::span| Name: | 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::setSortRole| Name: | 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::setSortLocaleAware| Name: | 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::setSortCaseSensitivity| Name: | 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::setFilterWildcard| Name: | 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::setFilterRegExp| Name: | 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::setFilterFixedString| Name: | 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::setData| Name: | 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::flags| Name: | 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::fetchMore| Name: | 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 |