| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
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: | 1893-1903 |
| | 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: | 485-500 |
| | 8 | 3 |
QSortFilterProxyModelPrivate::store_persistent_indexes| Name: | QSortFilterProxyModelPrivate::store_persistent_indexes | | Prototype: | QModelIndexPairList QSortFilterProxyModelPrivate::store_persistent_indexes() const | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 1017-1028 |
| | 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: | 459-477 |
| | 8 | 3 |
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: | 1262-1272 |
| | 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: | 1906-1920 |
| | 8 | 4 |
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: | 283-295 |
| | 8 | 2 |
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: | 1699-1710 |
| | 8 | 2 |
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: | 288-300 |
| | 8 | 3 |
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: | 571-584 |
| | 8 | 4 |
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: | 79-91 |
| | 8 | 2 |
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: | 191-203 |
| | 8 | 2 |
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: | 175-185 |
| | 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: | 732-743 |
| | 8 | 3 |
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: | 505-517 |
| | 8 | 3 |
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: | 772-785 |
| | 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: | 869-880 |
| | 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: | 485-496 |
| | 8 | 4 |
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: | 1189-1200 |
| | 8 | 4 |
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: | 975-988 |
| | 8 | 2 |
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: | 1339-1355 |
| | 8 | 3 |
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: | 1042-1052 |
| | 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: | 101-111 |
| | 8 | 1 |
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: | 507-519 |
| | 8 | 4 |
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: | 96-113 |
| | 8 | 2 |
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: | 71-94 |
| | 8 | 2 |
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: | 259-272 |
| | 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: | 795-810 |
| | 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: | 1539-1550 |
| | 8 | 3 |
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: | 165-176 |
| | 8 | 3 |
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: | 2154-2166 |
| | 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: | 508-527 |
| | 8 | 4 |
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: | 2532-2543 |
| | 8 | 2 |
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: | 2673-2684 |
| | 8 | 3 |
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: | 2695-2706 |
| | 8 | 3 |
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: | 2648-2663 |
| | 8 | 4 |
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: | 1447-1461 |
| | 8 | 4 |
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: | 1365-1381 |
| | 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: | 575-586 |
| | 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: | 106-116 |
| | 8 | 3 |
QString::compare_helper| Name: | QString::compare_helper | | Prototype: | int QString::compare_helper(const QChar *data1, int length1, QLatin1String s2, Qt::CaseSensitivity cs) noexcept | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5501-5516 |
| | 8 | 3 |
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: | 4023-4034 |
| | 8 | 3 |
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: | 8055-8069 |
| | 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: | 9642-9657 |
| | 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: | 8236-8250 |
| | 8 | 3 |
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: | 9605-9620 |
| | 8 | 5 |
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: | 5190-5203 |
| | 8 | 4 |
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: | 398-410 |
| | 8 | 2 |
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: | 386-399 |
| | 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: | 2780-2847 |
| | 8 | 3 |
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: | 270-282 |
| | 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: | 682-692 |
| | 8 | 1 |
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: | 359-371 |
| | 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: | 1110-1123 |
| | 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: | 1393-1403 |
| | 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: | 456-467 |
| | 8 | 2 |
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/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 841-854 |
| | 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: | 316-327 |
| | 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: | 329-340 |
| | 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: | 3303-3317 |
| | 8 | 3 |
QTableView::isIndexHidden| Name: | QTableView::isIndexHidden | | Prototype: | bool QTableView::isIndexHidden(const QModelIndex &index) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 3138-3149 |
| | 8 | 3 |
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: | 357-376 |
| | 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: | 245-258 |
| | 8 | 2 |
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: | 365-383 |
| | 8 | 2 |
QTest::TestMethods::TestMethods| Name: | QTest::TestMethods::TestMethods | | Prototype: | TestMethods::TestMethods(const QObject *o, const MetaMethods &m) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 215-233 |
| | 8 | 4 |
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: | 896-908 |
| | 8 | 4 |
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: | 126-141 |
| | 8 | 3 |
QTest::incidentType2String| Name: | QTest::incidentType2String | | Prototype: | static const char *incidentType2String(QAbstractTestLogger::IncidentTypes type) | | Coverage: | 15.385% (2/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 54-71 |
| | 8 | 7 |
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: | 2091-2103 |
| | 8 | 6 |
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: | 1786-1801 |
| | 8 | 2 |
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: | 154-165 |
| | 8 | 2 |
QTest::xmlIncidentType2String| Name: | QTest::xmlIncidentType2String | | Prototype: | static const char* xmlIncidentType2String(QAbstractTestLogger::IncidentTypes type) | | Coverage: | 61.538% (8/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 79-96 |
| | 8 | 7 |
QTestXunitStreamer::formatEnd| Name: | QTestXunitStreamer::formatEnd | | Prototype: | void QTestXunitStreamer::formatEnd(const QTestElement *element, QTestCharBuffer *formatted) const | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestxunitstreamer.cpp | | Lines: | 99-113 |
| | 8 | 3 |
QTextBoundaryFinder::isAtBoundary| Name: | QTextBoundaryFinder::isAtBoundary | | Prototype: | bool QTextBoundaryFinder::isAtBoundary() const | | Coverage: | 81.250% (13/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp | | Lines: | 432-449 |
| | 8 | 6 |
QTextCodec::codecForName| Name: | QTextCodec::codecForName | | Prototype: | QTextCodec *QTextCodec::codecForName(const QByteArray &name) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 510-552 |
| | 8 | 3 |
QTextCursor::insertFragment| Name: | QTextCursor::insertFragment | | Prototype: | void QTextCursor::insertFragment(const QTextDocumentFragment &fragment) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 2231-2243 |
| | 8 | 3 |
QTextCursor::insertTable| Name: | QTextCursor::insertTable | | Prototype: | QTextTable *QTextCursor::insertTable(int rows, int cols, const QTextTableFormat &format) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 2162-2174 |
| | 8 | 2 |
QTextCursor::mergeCharFormat| Name: | QTextCursor::mergeCharFormat | | Prototype: | void QTextCursor::mergeCharFormat(const QTextCharFormat &modifier) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 1931-1943 |
| | 8 | 3 |
QTextDecoder::toUnicode| Name: | QTextDecoder::toUnicode | | Prototype: | void QTextDecoder::toUnicode(QString *target, const char *chars, int len) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 1008-1022 |
| | 8 | 4 |
QTextDocument::createObject| Name: | QTextDocument::createObject | | Prototype: | QTextObject *QTextDocument::createObject(const QTextFormat &f) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 1632-1643 |
| | 8 | 4 |
QTextDocument::resource| Name: | QTextDocument::resource | | Prototype: | QVariant QTextDocument::resource(int type, const QUrl &name) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 2073-2084 |
| | 8 | 3 |
QTextDocument::setHtml| Name: | QTextDocument::setHtml | | Prototype: | void QTextDocument::setHtml(const QString &html) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 1218-1228 |
| | 8 | 1 |
QTextDocument::setPlainText| Name: | QTextDocument::setPlainText | | Prototype: | void QTextDocument::setPlainText(const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 1188-1198 |
| | 8 | 1 |
QTextDocumentFragmentPrivate::insert| Name: | QTextDocumentFragmentPrivate::insert | | Prototype: | void QTextDocumentFragmentPrivate::insert(QTextCursor &_cursor) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | | Lines: | 237-250 |
| | 8 | 2 |
QTextDocumentPrivate::contentsChanged| Name: | QTextDocumentPrivate::contentsChanged | | Prototype: | void QTextDocumentPrivate::contentsChanged() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1641-1654 |
| | 8 | 3 |
QTextDocumentPrivate::nextCursorPosition| Name: | QTextDocumentPrivate::nextCursorPosition | | Prototype: | int QTextDocumentPrivate::nextCursorPosition(int position, QTextLayout::CursorMode mode) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1359-1371 |
| | 8 | 3 |
QTextDocumentPrivate::objectForIndex| Name: | QTextDocumentPrivate::objectForIndex | | Prototype: | QTextObject *QTextDocumentPrivate::objectForIndex(int objectIndex) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1597-1609 |
| | 8 | 3 |
QTextDocumentPrivate::setModified| Name: | QTextDocumentPrivate::setModified | | Prototype: | void QTextDocumentPrivate::setModified(bool m) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1689-1702 |
| | 8 | 3 |
QTextEdit::mouseReleaseEvent| Name: | QTextEdit::mouseReleaseEvent | | Prototype: | void QTextEdit::mouseReleaseEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 1596-1607 |
| | 8 | 3 |
QTextEdit::showEvent| Name: | QTextEdit::showEvent | | Prototype: | void QTextEdit::showEvent(QShowEvent *) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 1796-1807 |
| | 8 | 3 |
QTextEdit::wheelEvent| Name: | QTextEdit::wheelEvent | | Prototype: | void QTextEdit::wheelEvent(QWheelEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 1835-1847 |
| | 8 | 3 |
QTextEdit::zoomInF| Name: | QTextEdit::zoomInF | | Prototype: | void QTextEdit::zoomInF(float range) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 2322-2332 |
| | 8 | 3 |
QTextEditPrivate::updateDefaultTextOption| Name: | QTextEditPrivate::updateDefaultTextOption | | Prototype: | void QTextEditPrivate::updateDefaultTextOption() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 1547-1561 |
| | 8 | 3 |
QTextEngine::indexFormats| Name: | QTextEngine::indexFormats | | Prototype: | void QTextEngine::indexFormats() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 2649-2663 |
| | 8 | 3 |
QTextFormat::setProperty| Name: | QTextFormat::setProperty | | Prototype: | void QTextFormat::setProperty(int propertyId, const QVector<QTextLength> &value) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1121-1131 |
| | 8 | 3 |
QTextFormatPrivate::insertProperty| Name: | QTextFormatPrivate::insertProperty | | Prototype: | inline void insertProperty(qint32 key, const QVariant &value) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 200-211 |
| | 8 | 4 |
QTextFragment::length| Name: | QTextFragment::length | | Prototype: | int QTextFragment::length() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 1791-1803 |
| | 8 | 3 |
QTextHtmlExporter::emitAlignment| Name: | QTextHtmlExporter::emitAlignment | | Prototype: | void QTextHtmlExporter::emitAlignment(Qt::Alignment align) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 2514-2524 |
| | 8 | 5 |
QTextHtmlExporter::emitFontFamily| Name: | QTextHtmlExporter::emitFontFamily | | Prototype: | void QTextHtmlExporter::emitFontFamily(const QString &family) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 2604-2616 |
| | 8 | 2 |
QTextHtmlParser::parse| Name: | QTextHtmlParser::parse | | Prototype: | void QTextHtmlParser::parse(const QString &text, const QTextDocument *_resourceProvider) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | | Lines: | 575-586 |
| | 8 | 1 |