| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
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 |
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 |
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 |
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 |
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 |
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 |
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::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 |
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 |
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::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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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::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::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::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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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::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 |
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 |
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 |
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::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 |
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 |
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 |
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 |
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::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::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::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::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 |
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 |
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 |
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 |
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 |
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 |
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 |
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::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 |
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 |
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 |
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 |
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 |
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::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 |
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 |
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 |
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 |
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 |
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 |
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 |
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::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::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::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::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::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: | 73-90 |
| | 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: | 93-107 |
| | 8 | 3 |
QTextBoundaryFinder::isAtBoundary| Name: | QTextBoundaryFinder::isAtBoundary | | Prototype: | bool QTextBoundaryFinder::isAtBoundary() const | | Coverage: | 80.000% (16/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp | | Lines: | 426-443 |
| | 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: | 504-546 |
| | 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: | 2225-2237 |
| | 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: | 2156-2168 |
| | 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: | 1925-1937 |
| | 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: | 1002-1016 |
| | 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: | 1626-1637 |
| | 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: | 2067-2078 |
| | 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: | 1212-1222 |
| | 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: | 1182-1192 |
| | 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: | 231-244 |
| | 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: | 1634-1647 |
| | 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: | 1352-1364 |
| | 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: | 1590-1602 |
| | 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: | 1682-1695 |
| | 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: | 1588-1599 |
| | 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: | 1764-1775 |
| | 8 | 3 |