Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QSystemTrayIconPrivate::install_sysName: | 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 |
QSysInfo::prettyProductNameName: | 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 |
QSyntaxHighlighter::rehighlightBlockName: | 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 |
QStyledItemDelegate::sizeHintName: | 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 |
QStyleSheetStyle::standardPixmapName: | 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 |
QStringRef::midName: | 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 |
QString::setRawDataName: | 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 |
QString::midRefName: | 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::isSimpleTextName: | 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::containsName: | 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::compare_helperName: | 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 |
QStatusBarPrivate::tryToShowSizeGripName: | 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 |
QStatusBar::clearMessageName: | 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 |
QStateMachinePrivate::restorablesToPropertyListName: | 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 |
QStateMachinePrivate::findErrorStateName: | 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 |
QStateMachine::stopName: | 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 |
QStandardItemModel::takeVerticalHeaderItemName: | 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 |
QStandardItemModel::takeHorizontalHeaderItemName: | 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::findItemsName: | 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 |
QStackedLayout::heightForWidthName: | 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 |
QSslSocketPrivate::addDefaultCaCertificatesName: | 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 |
QSslSocketBackendPrivate::getErrorsFromOpenSslName: | 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 |
QSslSocket::waitForConnectedName: | 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 |
QSslSocket::closeName: | 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 |
QSslKey::QSslKeyName: | 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 |
QSslEllipticCurve::fromShortNameName: | 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 |
QSslEllipticCurve::fromLongNameName: | 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 |
QSslCertificatePrivate::initName: | 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 |
QSqlTableModelPrivate::clearName: | 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 |
QSqlTableModel::removeColumnsName: | 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 |
QSqlTableModel::recordName: | 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::orderByClauseName: | 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::insertRecordName: | 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::headerDataName: | 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 |
QSqlResult::hasOutValuesName: | 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 |
QSqlRelationalTableModel::removeColumnsName: | 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 |
QSqlQueryModel::setHeaderDataName: | 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 |
QSqlQuery::firstName: | 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 |
QSqlIndex::createFieldName: | 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 |
QSqlDatabasePrivate::cleanConnectionsName: | 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 |
QSqlCachedResultPrivate::initName: | 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 |
QSplitterPrivate::addContributionName: | 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 |
QSplitterHandle::mouseMoveEventName: | 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 |
QSplitter::setStretchFactorName: | 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 |
QSplashScreen::setPixmapName: | 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 |
QSpinBoxValidator::validateName: | 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 |
QSpdyProtocolHandler::replyFinishedName: | 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 |
QSortFilterProxyModelPrivate::update_source_sort_columnName: | 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 |
QSortFilterProxyModelPrivate::store_persistent_indexesName: | 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::sort_source_rowsName: | 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 |
QSortFilterProxyModel::parentName: | 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 |
QSortFilterProxyModel::indexName: | 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: | 1876-1888 |
| | 8 | 3 |
QSortFilterProxyModel::buddyName: | 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: | 2237-2247 |
| | 8 | 3 |
QSocks5SocketEngine::setOptionName: | 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: | 1714-1726 |
| | 8 | 4 |
QSizeGripPrivate::cornerName: | QSizeGripPrivate::corner | Prototype: | Qt::Corner QSizeGripPrivate::corner() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 157-168 |
| | 8 | 2 |
QSignalTransitionPrivate::callOnTransitionName: | 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: | 273-286 |
| | 8 | 2 |
QSignalTransition::eventTestName: | QSignalTransition::eventTest | Prototype: | bool QSignalTransition::eventTest(QEvent *event) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | Lines: | 226-237 |
| | 8 | 3 |
QShortcutMap::hasShortcutForKeySequenceName: | 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: | 408-423 |
| | 8 | 3 |
QSharedMemoryPrivate::createUnixKeyFileName: | 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: | 112-124 |
| | 8 | 3 |
QSharedMemory::setNativeKeyName: | 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: | 229-240 |
| | 8 | 3 |
QSharedMemory::setKeyName: | 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: | 197-208 |
| | 8 | 3 |
QSharedDataPointer::detachName: | 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: | 879-889 |
| | 8 | 3 |
QSharedDataPointer::detachName: | 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: | 185-195 |
| | 8 | 3 |
QSharedDataPointer::detachName: | 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: | 435-445 |
| | 8 | 3 |
QSettings::valueName: | 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: | 3282-3293 |
| | 8 | 2 |
QSettings::setArrayIndexName: | 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: | 3029-3041 |
| | 8 | 2 |
QSequentialAnimationGroup::durationName: | 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: | 316-330 |
| | 8 | 3 |
QScrollerPrivate::createScrollingSegmentsName: | 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: | 1403-1431 |
| | 8 | 1 |
QScroller::scrollerName: | 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: | 304-317 |
| | 8 | 3 |
QScrollBarPrivate::setTransientName: | 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: | 230-242 |
| | 8 | 5 |
QScrollBarPrivate::flashName: | 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: | 244-256 |
| | 8 | 4 |
QScanConverter::beginName: | 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: | 223-237 |
| | 8 | 1 |
QResourceRoot::hashName: | 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: | 586-596 |
| | 8 | 2 |
QRelatedTableModel::selectName: | 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: | 247-258 |
| | 8 | 3 |
QRegularExpressionPrivate::cleanCompiledPatternName: | 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: | 980-990 |
| | 8 | 1 |
QRegExpEngine::anchorAlternationName: | 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: | 1561-1575 |
| | 8 | 3 |
QRectF::normalizedName: | QRectF::normalized | Prototype: | QRectF QRectF::normalized() const noexcept | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1546-1558 |
| | 8 | 3 |
QRasterPlatformPixmap::fromDataName: | QRasterPlatformPixmap::fromData | Prototype: | bool QRasterPlatformPixmap::fromData(const uchar *buffer, uint len, const char *format, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | Lines: | 119-131 |
| | 8 | 2 |
QRadialGradient::QRadialGradientName: | QRadialGradient::QRadialGradient | Prototype: | QRadialGradient::QRadialGradient(const QPointF ¢er, qreal radius, const QPointF &focalPoint) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 1843-1854 |
| | 8 | 1 |
QRadialGradient::QRadialGradientName: | QRadialGradient::QRadialGradient | Prototype: | QRadialGradient::QRadialGradient(const QPointF ¢er, qreal centerRadius, const QPointF &focalPoint, qreal focalRadius) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 1941-1952 |
| | 8 | 1 |
QRadialGradient::QRadialGradientName: | QRadialGradient::QRadialGradient | Prototype: | QRadialGradient::QRadialGradient(qreal cx, qreal cy, qreal centerRadius, qreal fx, qreal fy, qreal focalRadius) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 1961-1972 |
| | 8 | 1 |
QPushButton::setFlatName: | QPushButton::setFlat | Prototype: | void QPushButton::setFlat(bool flat) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | Lines: | 642-652 |
| | 8 | 2 |
QPushButton::setAutoDefaultName: | QPushButton::setAutoDefault | Prototype: | void QPushButton::setAutoDefault(bool enable) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | Lines: | 345-355 |
| | 8 | 2 |
QPropertyAnimation::setTargetObjectName: | QPropertyAnimation::setTargetObject | Prototype: | void QPropertyAnimation::setTargetObject(QObject *target) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 189-202 |
| | 8 | 3 |
QProgressDialogPrivate::adoptChildWidgetName: | QProgressDialogPrivate::adoptChildWidget | Prototype: | void QProgressDialogPrivate::adoptChildWidget(QWidget *c) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | Lines: | 492-505 |
| | 8 | 4 |
QProgressDialog::setLabelName: | QProgressDialog::setLabel | Prototype: | void QProgressDialog::setLabel(QLabel *label) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | Lines: | 358-369 |
| | 8 | 3 |
QProgressBar::eventName: | QProgressBar::event | Prototype: | bool QProgressBar::event(QEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | Lines: | 574-591 |
| | 8 | 4 |
QProcessEnvironmentPrivate::insertName: | QProcessEnvironmentPrivate::insert | Prototype: | void QProcessEnvironmentPrivate::insert(const QProcessEnvironmentPrivate &other) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 197-210 |
| | 8 | 3 |
QProcessEnvironment::operator==Name: | QProcessEnvironment::operator== | Prototype: | bool QProcessEnvironment::operator==(const QProcessEnvironment &other) const | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 272-286 |
| | 8 | 4 |
QProcess::~QProcessName: | QProcess::~QProcess | Prototype: | QProcess::~QProcess() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 1254-1268 |
| | 8 | 2 |
QProcess::waitForReadyReadName: | QProcess::waitForReadyRead | Prototype: | bool QProcess::waitForReadyRead(int msecs) | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 1857-1868 |
| | 8 | 4 |
QProcess::startName: | QProcess::start | Prototype: | void QProcess::start(OpenMode mode) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 2106-2119 |
| | 8 | 3 |
QPrinterPrivate::findValidPrinterName: | QPrinterPrivate::findValidPrinter | Prototype: | QPrinterInfo QPrinterPrivate::findValidPrinter(const QPrinterInfo &printer) | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 114-127 |
| | 8 | 4 |
QPrinterInfo::availablePrintersName: | QPrinterInfo::availablePrinters | Prototype: | QList<QPrinterInfo> QPrinterInfo::availablePrinters() | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | Lines: | 420-431 |
| | 8 | 3 |
QPrinter::supportedResolutionsName: | QPrinter::supportedResolutions | Prototype: | QList<int> QPrinter::supportedResolutions() const | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1946-1956 |
| | 8 | 2 |
QPrinter::setOutputFormatName: | QPrinter::setOutputFormat | Prototype: | void QPrinter::setOutputFormat(OutputFormat format) | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 787-801 |
| | 8 | 4 |
QPrinter::setOutputFileNameName: | QPrinter::setOutputFileName | Prototype: | void QPrinter::setOutputFileName(const QString &fileName) | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 925-937 |
| | 8 | 4 |
QPrintPreviewDialogPrivate::_q_zoomFactorChangedName: | QPrintPreviewDialogPrivate::_q_zoomFactorChanged | Prototype: | void QPrintPreviewDialogPrivate::_q_zoomFactorChanged() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | Lines: | 620-631 |
| | 8 | 2 |
QPrintPreviewDialogPrivate::_q_pageSetupName: | QPrintPreviewDialogPrivate::_q_pageSetup | Prototype: | void QPrintPreviewDialogPrivate::_q_pageSetup() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | Lines: | 596-611 |
| | 8 | 3 |
QPolygon::translateName: | QPolygon::translate | Prototype: | void QPolygon::translate(int dx, int dy) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 214-226 |
| | 8 | 3 |