| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QTest::qSignalDumperCallbackEndSignal| Name: | QTest::qSignalDumperCallbackEndSignal | | Prototype: | static void qSignalDumperCallbackEndSignal(QObject *caller, int ) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qsignaldumper.cpp | | Lines: | 148-159 |
| | 8 | 2 |
QTest::qExec| Name: | QTest::qExec | | Prototype: | int QTest::qExec(QObject *testObject, const QStringList &arguments) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 3055-3070 |
| | 8 | 2 |
QTest::qElementData| Name: | QTest::qElementData | | Prototype: | void *QTest::qElementData(const char *tagName, int metaTypeId) | | Coverage: | 37.500% (6/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 3360-3372 |
| | 8 | 6 |
QTest::incidentType2String| Name: | QTest::incidentType2String | | Prototype: | static const char *incidentType2String(QAbstractTestLogger::IncidentTypes type) | | Coverage: | 92.308% (12/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | | Lines: | 73-90 |
| | 8 | 7 |
QTest::countSignificantDigits| Name: | QTest::countSignificantDigits | | Prototype: | template <typename T> static int countSignificantDigits(T num) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | | Lines: | 120-135 |
| | 8 | 3 |
QTest::WatchDog::run| Name: | QTest::WatchDog::run | | Prototype: | void run() | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 2164-2176 |
| | 8 | 4 |
QTemporaryFileEngine::remove| Name: | QTemporaryFileEngine::remove | | Prototype: | bool QTemporaryFileEngine::remove() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 359-377 |
| | 8 | 2 |
QTemporaryFileEngine::isReallyOpen| Name: | QTemporaryFileEngine::isReallyOpen | | Prototype: | bool QTemporaryFileEngine::isReallyOpen() const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 239-252 |
| | 8 | 2 |
QTcpServer::close| Name: | QTcpServer::close | | Prototype: | void QTcpServer::close() | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 351-370 |
| | 8 | 2 |
QTableView::isIndexHidden| Name: | QTableView::isIndexHidden | | Prototype: | bool QTableView::isIndexHidden(const QModelIndex &index) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 3139-3150 |
| | 8 | 3 |
QTableView::currentChanged| Name: | QTableView::currentChanged | | Prototype: | void QTableView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 3304-3318 |
| | 8 | 3 |
QTableModel::takeVerticalHeaderItem| Name: | QTableModel::takeVerticalHeaderItem | | Prototype: | QTableWidgetItem *QTableModel::takeVerticalHeaderItem(int section) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 323-334 |
| | 8 | 3 |
QTableModel::takeHorizontalHeaderItem| Name: | QTableModel::takeHorizontalHeaderItem | | Prototype: | QTableWidgetItem *QTableModel::takeHorizontalHeaderItem(int section) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 310-321 |
| | 8 | 3 |
QTableModel::dropMimeData| Name: | QTableModel::dropMimeData | | Prototype: | bool QTableModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int row , int column, const QModelIndex &index) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 835-848 |
| | 8 | 3 |
QTabWidget::insertTab| Name: | QTabWidget::insertTab | | Prototype: | int QTabWidget::insertTab(int index, QWidget *w, const QIcon& icon, const QString &label) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp | | Lines: | 450-461 |
| | 8 | 2 |
QTabBar::sizeHint| Name: | QTabBar::sizeHint | | Prototype: | QSize QTabBar::sizeHint() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 1318-1328 |
| | 8 | 3 |
QTabBar::setTabText| Name: | QTabBar::setTabText | | Prototype: | void QTabBar::setTabText(int index, const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 1035-1048 |
| | 8 | 2 |
QSystemTrayIconPrivate::showMessage_sys| Name: | QSystemTrayIconPrivate::showMessage_sys | | Prototype: | void QSystemTrayIconPrivate::showMessage_sys(const QString &title, const QString &message, QSystemTrayIcon::MessageIcon icon, int msecs) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon_x11.cpp | | Lines: | 351-363 |
| | 8 | 3 |
QSystemTrayIconPrivate::install_sys_qpa| Name: | QSystemTrayIconPrivate::install_sys_qpa | | Prototype: | void QSystemTrayIconPrivate::install_sys_qpa() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 679-689 |
| | 8 | 1 |
QSystemTrayIconPrivate::install_sys| Name: | QSystemTrayIconPrivate::install_sys | | Prototype: | void QSystemTrayIconPrivate::install_sys() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon_x11.cpp | | Lines: | 262-274 |
| | 8 | 3 |
QSysInfo::prettyProductName| Name: | QSysInfo::prettyProductName | | Prototype: | QString QSysInfo::prettyProductName() | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2715-2784 |
| | 8 | 3 |
QSyntaxHighlighter::rehighlightBlock| Name: | QSyntaxHighlighter::rehighlightBlock | | Prototype: | void QSyntaxHighlighter::rehighlightBlock(const QTextBlock &block) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | | Lines: | 378-391 |
| | 8 | 3 |
QStyledItemDelegate::sizeHint| Name: | QStyledItemDelegate::sizeHint | | Prototype: | QSize QStyledItemDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qstyleditemdelegate.cpp | | Lines: | 392-404 |
| | 8 | 2 |
QStyleSheetStyle::standardPixmap| Name: | QStyleSheetStyle::standardPixmap | | Prototype: | QPixmap QStyleSheetStyle::standardPixmap(StandardPixmap standardPixmap, const QStyleOption *opt, const QWidget *w) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 5125-5138 |
| | 8 | 4 |
QStringRef::mid| Name: | QStringRef::mid | | Prototype: | QStringRef QStringRef::mid(int pos, int n) const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9512-9527 |
| | 8 | 5 |
QString::setRawData| Name: | QString::setRawData | | Prototype: | QString &QString::setRawData(const QChar *unicode, int size) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 8214-8228 |
| | 8 | 3 |
QString::midRef| Name: | QString::midRef | | Prototype: | QStringRef QString::midRef(int position, int n) const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9549-9564 |
| | 8 | 5 |
QString::isSimpleText| Name: | QString::isSimpleText | | Prototype: | bool QString::isSimpleText() const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 8033-8047 |
| | 8 | 3 |
QString::insert| Name: | QString::insert | | Prototype: | QString& QString::insert(int i, QChar ch) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2003-2013 |
| | 8 | 3 |
QString::insert| Name: | QString::insert | | Prototype: | QString &QString::insert(int i, QLatin1String str) | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1952-1964 |
| | 8 | 2 |
QString::contains| Name: | QString::contains | | Prototype: | bool QString::contains(const QRegularExpression &re, QRegularExpressionMatch *match) const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 3993-4004 |
| | 8 | 3 |
QString::compare_helper| Name: | QString::compare_helper | | Prototype: | int QString::compare_helper(const QChar *data1, int length1, QLatin1String s2, Qt::CaseSensitivity cs) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5471-5486 |
| | 8 | 3 |
QStatusBarPrivate::tryToShowSizeGrip| Name: | QStatusBarPrivate::tryToShowSizeGrip | | Prototype: | void tryToShowSizeGrip() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 100-110 |
| | 8 | 3 |
QStatusBar::clearMessage| Name: | QStatusBar::clearMessage | | Prototype: | void QStatusBar::clearMessage() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 569-580 |
| | 8 | 3 |
QStateMachinePrivate::restorablesToPropertyList| Name: | QStateMachinePrivate::restorablesToPropertyList | | Prototype: | QVector<QPropertyAssignment> QStateMachinePrivate::restorablesToPropertyList(const QHash<RestorableId, QVariant> &restorables) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1357-1373 |
| | 8 | 3 |
QStateMachinePrivate::findErrorState| Name: | QStateMachinePrivate::findErrorState | | Prototype: | QAbstractState *QStateMachinePrivate::findErrorState(QAbstractState *context) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1439-1453 |
| | 8 | 4 |
QStateMachinePrivate::addAncestorStatesToEnter| Name: | QStateMachinePrivate::addAncestorStatesToEnter | | Prototype: | void QStateMachinePrivate::addAncestorStatesToEnter(QAbstractState *s, QAbstractState *ancestor, QSet<QAbstractState*> &statesToEnter, QSet<QAbstractState*> &statesForDefaultEntry) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1167-1182 |
| | 8 | 6 |
QStateMachine::stop| Name: | QStateMachine::stop | | Prototype: | void QStateMachine::stop() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2641-2656 |
| | 8 | 4 |
QStandardItemModel::takeVerticalHeaderItem| Name: | QStandardItemModel::takeVerticalHeaderItem | | Prototype: | QStandardItem *QStandardItemModel::takeVerticalHeaderItem(int row) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2682-2693 |
| | 8 | 3 |
QStandardItemModel::takeHorizontalHeaderItem| Name: | QStandardItemModel::takeHorizontalHeaderItem | | Prototype: | QStandardItem *QStandardItemModel::takeHorizontalHeaderItem(int column) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2660-2671 |
| | 8 | 3 |
QStandardItemModel::findItems| Name: | QStandardItemModel::findItems | | Prototype: | QList<QStandardItem*> QStandardItemModel::findItems(const QString &text, Qt::MatchFlags flags, int column) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2519-2530 |
| | 8 | 2 |
QStackedLayout::heightForWidth| Name: | QStackedLayout::heightForWidth | | Prototype: | int QStackedLayout::heightForWidth(int width) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | | Lines: | 502-521 |
| | 8 | 4 |
QSslSocketPrivate::isMatchingHostname| Name: | QSslSocketPrivate::isMatchingHostname | | Prototype: | bool QSslSocketPrivate::isMatchingHostname(const QSslCertificate &cert, const QString &peerName) | | Coverage: | 55.556% (5/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2615-2632 |
| | 8 | 5 |
QSslSocketPrivate::addDefaultCaCertificates| Name: | QSslSocketPrivate::addDefaultCaCertificates | | Prototype: | bool QSslSocketPrivate::addDefaultCaCertificates(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2141-2153 |
| | 8 | 2 |
QSslSocketBackendPrivate::getErrorsFromOpenSsl| Name: | QSslSocketBackendPrivate::getErrorsFromOpenSsl | | Prototype: | QString QSslSocketBackendPrivate::getErrorsFromOpenSsl() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 164-175 |
| | 8 | 3 |
QSslSocket::waitForConnected| Name: | QSslSocket::waitForConnected | | Prototype: | bool QSslSocket::waitForConnected(int msecs) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1526-1537 |
| | 8 | 3 |
QSslSocket::close| Name: | QSslSocket::close | | Prototype: | void QSslSocket::close() | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 787-802 |
| | 8 | 3 |
QSslKey::QSslKey| Name: | QSslKey::QSslKey | | Prototype: | QSslKey::QSslKey(QIODevice *device, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat encoding, QSsl::KeyType type, const QByteArray &passPhrase) | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_p.cpp | | Lines: | 256-269 |
| | 8 | 3 |
QSslEllipticCurve::fromShortName| Name: | QSslEllipticCurve::fromShortName | | Prototype: | QSslEllipticCurve QSslEllipticCurve::fromShortName(const QString &name) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslellipticcurve_openssl.cpp | | Lines: | 65-88 |
| | 8 | 2 |
QSslEllipticCurve::fromLongName| Name: | QSslEllipticCurve::fromLongName | | Prototype: | QSslEllipticCurve QSslEllipticCurve::fromLongName(const QString &name) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslellipticcurve_openssl.cpp | | Lines: | 90-107 |
| | 8 | 2 |
QSslCertificatePrivate::init| Name: | QSslCertificatePrivate::init | | Prototype: | void QSslCertificatePrivate::init(const QByteArray &data, QSsl::EncodingFormat format) | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 501-513 |
| | 8 | 4 |
QSqlTableModelPrivate::clear| Name: | QSqlTableModelPrivate::clear | | Prototype: | void QSqlTableModelPrivate::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 100-110 |
| | 8 | 1 |
QSqlTableModel::removeColumns| Name: | QSqlTableModel::removeColumns | | Prototype: | bool QSqlTableModel::removeColumns(int column, int count, const QModelIndex &parent) | | Coverage: | 57.143% (8/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 1040-1050 |
| | 8 | 4 |
QSqlTableModel::record| Name: | QSqlTableModel::record | | Prototype: | QSqlRecord QSqlTableModel::record(int row) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 1337-1353 |
| | 8 | 3 |
QSqlTableModel::orderByClause| Name: | QSqlTableModel::orderByClause | | Prototype: | QString QSqlTableModel::orderByClause() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 973-986 |
| | 8 | 2 |
QSqlTableModel::insertRecord| Name: | QSqlTableModel::insertRecord | | Prototype: | bool QSqlTableModel::insertRecord(int row, const QSqlRecord &record) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 1187-1198 |
| | 8 | 4 |
QSqlTableModel::headerData| Name: | QSqlTableModel::headerData | | Prototype: | QVariant QSqlTableModel::headerData(int section, Qt::Orientation orientation, int role) const | | Coverage: | 16.667% (2/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 484-495 |
| | 8 | 4 |
QSqlResult::hasOutValues| Name: | QSqlResult::hasOutValues | | Prototype: | bool QSqlResult::hasOutValues() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 867-878 |
| | 8 | 4 |
QSqlRelationalTableModel::removeColumns| Name: | QSqlRelationalTableModel::removeColumns | | Prototype: | bool QSqlRelationalTableModel::removeColumns(int column, int count, const QModelIndex &parent) | | Coverage: | 71.429% (10/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | | Lines: | 766-779 |
| | 8 | 4 |
QSqlQueryModel::setHeaderData| Name: | QSqlQueryModel::setHeaderData | | Prototype: | bool QSqlQueryModel::setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | | Lines: | 499-511 |
| | 8 | 3 |
QSqlQuery::first| Name: | QSqlQuery::first | | Prototype: | bool QSqlQuery::first() | | Coverage: | 90.909% (10/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | | Lines: | 726-737 |
| | 8 | 3 |
QSqlIndex::createField| Name: | QSqlIndex::createField | | Prototype: | QString QSqlIndex::createField(int i, const QString& prefix, bool verbose) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | | Lines: | 169-179 |
| | 8 | 3 |
QSqlDatabasePrivate::cleanConnections| Name: | QSqlDatabasePrivate::cleanConnections | | Prototype: | void QSqlDatabasePrivate::cleanConnections() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 187-199 |
| | 8 | 2 |
QSqlCachedResultPrivate::init| Name: | QSqlCachedResultPrivate::init | | Prototype: | void QSqlCachedResultPrivate::init(int count, bool fo) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines: | 88-100 |
| | 8 | 2 |
QSplitterPrivate::addContribution| Name: | QSplitterPrivate::addContribution | | Prototype: | void QSplitterPrivate::addContribution(int index, int *min, int *max, bool mayCollapse) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 565-578 |
| | 8 | 4 |
QSplitterHandle::mouseMoveEvent| Name: | QSplitterHandle::mouseMoveEvent | | Prototype: | void QSplitterHandle::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 282-294 |
| | 8 | 3 |
QSplitter::setStretchFactor| Name: | QSplitter::setStretchFactor | | Prototype: | void QSplitter::setStretchFactor(int index, int stretch) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 1693-1704 |
| | 8 | 2 |
QSplashScreen::setPixmap| Name: | QSplashScreen::setPixmap | | Prototype: | void QSplashScreen::setPixmap(const QPixmap &pixmap) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplashscreen.cpp | | Lines: | 277-289 |
| | 8 | 2 |
QSpinBoxValidator::validate| Name: | QSpinBoxValidator::validate | | Prototype: | QValidator::State QSpinBoxValidator::validate(QString &input, int &pos) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 1900-1914 |
| | 8 | 4 |
QSpdyProtocolHandler::replyFinished| Name: | QSpdyProtocolHandler::replyFinished | | Prototype: | void QSpdyProtocolHandler::replyFinished(QHttpNetworkReply *httpReply, qint32 streamID) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 1265-1275 |
| | 8 | 2 |
QSortFilterProxyModelPrivate::update_source_sort_column| Name: | QSortFilterProxyModelPrivate::update_source_sort_column | | Prototype: | bool QSortFilterProxyModelPrivate::update_source_sort_column() | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 453-471 |
| | 8 | 3 |
QSortFilterProxyModelPrivate::store_persistent_indexes| Name: | QSortFilterProxyModelPrivate::store_persistent_indexes | | Prototype: | QModelIndexPairList QSortFilterProxyModelPrivate::store_persistent_indexes() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 1011-1022 |
| | 8 | 2 |
QSortFilterProxyModelPrivate::sort_source_rows| Name: | QSortFilterProxyModelPrivate::sort_source_rows | | Prototype: | void QSortFilterProxyModelPrivate::sort_source_rows( QVector<int> &source_rows, const QModelIndex &source_parent) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 479-494 |
| | 8 | 3 |
QSortFilterProxyModel::parent| Name: | QSortFilterProxyModel::parent | | Prototype: | QModelIndex QSortFilterProxyModel::parent(const QModelIndex &child) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 1887-1897 |
| | 8 | 2 |
QSortFilterProxyModel::index| Name: | QSortFilterProxyModel::index | | Prototype: | QModelIndex QSortFilterProxyModel::index(int row, int column, const QModelIndex &parent) const | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 1870-1882 |
| | 8 | 3 |
QSortFilterProxyModel::buddy| Name: | QSortFilterProxyModel::buddy | | Prototype: | QModelIndex QSortFilterProxyModel::buddy(const QModelIndex &index) const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 2231-2241 |
| | 8 | 3 |
QSocks5SocketEngine::setOption| Name: | QSocks5SocketEngine::setOption | | Prototype: | bool QSocks5SocketEngine::setOption(SocketOption option, int value) | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1703-1715 |
| | 8 | 4 |
QSizeGripPrivate::corner| Name: | QSizeGripPrivate::corner | | Prototype: | Qt::Corner QSizeGripPrivate::corner() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | | Lines: | 151-162 |
| | 8 | 2 |
QSignalTransitionPrivate::callOnTransition| Name: | QSignalTransitionPrivate::callOnTransition | | Prototype: | void QSignalTransitionPrivate::callOnTransition(QEvent *e) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | | Lines: | 255-268 |
| | 8 | 2 |
QSignalTransition::eventTest| Name: | QSignalTransition::eventTest | | Prototype: | bool QSignalTransition::eventTest(QEvent *event) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | | Lines: | 208-219 |
| | 8 | 3 |
QShortcutMap::hasShortcutForKeySequence| Name: | QShortcutMap::hasShortcutForKeySequence | | Prototype: | bool QShortcutMap::hasShortcutForKeySequence(const QKeySequence &seq) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 401-416 |
| | 8 | 3 |
QSharedNetworkSessionManager::getSession| Name: | QSharedNetworkSessionManager::getSession | | Prototype: | QSharedPointer<QNetworkSession> QSharedNetworkSessionManager::getSession(QNetworkConfiguration config) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qsharednetworksession.cpp | | Lines: | 59-72 |
| | 8 | 3 |
QSharedMemoryPrivate::createUnixKeyFile| Name: | QSharedMemoryPrivate::createUnixKeyFile | | Prototype: | int QSharedMemoryPrivate::createUnixKeyFile(const QString &fileName) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_systemv.cpp | | Lines: | 106-118 |
| | 8 | 3 |
QSharedMemory::setNativeKey| Name: | QSharedMemory::setNativeKey | | Prototype: | void QSharedMemory::setNativeKey(const QString &key) | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 223-234 |
| | 8 | 3 |
QSharedMemory::setKey| Name: | QSharedMemory::setKey | | Prototype: | void QSharedMemory::setKey(const QString &key) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 191-202 |
| | 8 | 3 |
QSharedDataPointer::detach| Name: | QSharedDataPointer::detach | | Prototype: | template<> void QSharedDataPointer<QNetworkProxyQueryPrivate>::detach() | | Coverage: | 53.846% (7/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | | Lines: | 873-883 |
| | 8 | 3 |
QSharedDataPointer::detach| Name: | QSharedDataPointer::detach | | Prototype: | template<> void QSharedDataPointer<QUrlQueryPrivate>::detach() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines: | 178-188 |
| | 8 | 3 |
QSharedDataPointer::detach| Name: | QSharedDataPointer::detach | | Prototype: | template<> void QSharedDataPointer<QNetworkProxyPrivate>::detach() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | | Lines: | 429-439 |
| | 8 | 3 |
QSettings::value| Name: | QSettings::value | | Prototype: | QVariant QSettings::value(const QString &key, const QVariant &defaultValue) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 3309-3320 |
| | 8 | 2 |
QSettings::setArrayIndex| Name: | QSettings::setArrayIndex | | Prototype: | void QSettings::setArrayIndex(int i) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 3056-3068 |
| | 8 | 2 |
QSequentialAnimationGroup::duration| Name: | QSequentialAnimationGroup::duration | | Prototype: | int QSequentialAnimationGroup::duration() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | | Lines: | 310-324 |
| | 8 | 3 |
QScrollerPrivate::createScrollingSegments| Name: | QScrollerPrivate::createScrollingSegments | | Prototype: | void QScrollerPrivate::createScrollingSegments(const QPointF &v, const QPointF &startPos, const QPointF &ppm) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1391-1419 |
| | 8 | 1 |
QScroller::scroller| Name: | QScroller::scroller | | Prototype: | QScroller *QScroller::scroller(QObject *target) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 298-311 |
| | 8 | 3 |
QScrollBarPrivate::setTransient| Name: | QScrollBarPrivate::setTransient | | Prototype: | void QScrollBarPrivate::setTransient(bool value) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | | Lines: | 224-236 |
| | 8 | 5 |
QScrollBarPrivate::flash| Name: | QScrollBarPrivate::flash | | Prototype: | void QScrollBarPrivate::flash() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | | Lines: | 238-250 |
| | 8 | 4 |
QScanConverter::begin| Name: | QScanConverter::begin | | Prototype: | void QScanConverter::begin(int top, int bottom, int left, int right, Qt::FillRule fillRule, bool legacyRounding, QSpanBuffer *spanBuffer) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 217-231 |
| | 8 | 1 |
QResourceRoot::hash| Name: | QResourceRoot::hash | | Prototype: | inline uint QResourceRoot::hash(int node) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 580-590 |
| | 8 | 2 |
QRelatedTableModel::select| Name: | QRelatedTableModel::select | | Prototype: | bool QRelatedTableModel::select() | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | | Lines: | 241-252 |
| | 8 | 3 |
QRegularExpressionPrivate::cleanCompiledPattern| Name: | QRegularExpressionPrivate::cleanCompiledPattern | | Prototype: | void QRegularExpressionPrivate::cleanCompiledPattern() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 974-984 |
| | 8 | 1 |
QRegExpEngine::anchorAlternation| Name: | QRegExpEngine::anchorAlternation | | Prototype: | int QRegExpEngine::anchorAlternation(int a, int b) | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 1555-1569 |
| | 8 | 3 |