| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QSslKeyPrivate::handle| Name: | QSslKeyPrivate::handle | | Prototype: | Qt::HANDLE QSslKeyPrivate::handle() const | | Coverage: | 40.000% (4/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_openssl.cpp | | Lines: | 250-266 |
| | 6 | 6 |
QSslKeyPrivate::length| Name: | QSslKeyPrivate::length | | Prototype: | int QSslKeyPrivate::length() const | | Coverage: | 76.923% (10/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_openssl.cpp | | Lines: | 169-182 |
| | 7 | 6 |
QSslSocket::waitForBytesWritten| Name: | QSslSocket::waitForBytesWritten | | Prototype: | bool QSslSocket::waitForBytesWritten(int msecs) | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1632-1654 |
| | 13 | 6 |
QSslSocketPrivate::ensureLibraryLoaded| Name: | QSslSocketPrivate::ensureLibraryLoaded | | Prototype: | bool QSslSocketPrivate::ensureLibraryLoaded() | | Coverage: | 56.250% (9/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 467-498 |
| | 17 | 6 |
QSslSocketPrivate::resetDefaultCiphers| Name: | QSslSocketPrivate::resetDefaultCiphers | | Prototype: | void QSslSocketPrivate::resetDefaultCiphers() | | Coverage: | 75.000% (15/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 629-660 |
| | 19 | 6 |
QStackedLayout::takeAt| Name: | QStackedLayout::takeAt | | Prototype: | QLayoutItem *QStackedLayout::takeAt(int index) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | | Lines: | 257-278 |
| | 16 | 6 |
QStandardItem::removeRows| Name: | QStandardItem::removeRows | | Prototype: | void QStandardItem::removeRows(int row, int count) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 1671-1690 |
| | 16 | 6 |
QStandardItem::takeColumn| Name: | QStandardItem::takeColumn | | Prototype: | QList<QStandardItem*> QStandardItem::takeColumn(int column) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 1829-1850 |
| | 17 | 6 |
QState::addTransition| Name: | QState::addTransition | | Prototype: | void QState::addTransition(QAbstractTransition *transition) | | Coverage: | 80.000% (16/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 313-338 |
| | 18 | 6 |
QState::addTransition| Name: | QState::addTransition | | Prototype: | QSignalTransition *QState::addTransition(const QObject *sender, const char *signal, QAbstractState *target) | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 356-384 |
| | 20 | 6 |
QStateMachine::postDelayedEvent| Name: | QStateMachine::postDelayedEvent | | Prototype: | int QStateMachine::postDelayedEvent(QEvent *event, int delay) | | Coverage: | 61.905% (13/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2725-2764 |
| | 28 | 6 |
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::computeEntrySet| Name: | QStateMachinePrivate::computeEntrySet | | Prototype: | QList<QAbstractState*> QStateMachinePrivate::computeEntrySet(const QList<QAbstractTransition *> &enabledTransitions, QSet<QAbstractState *> &statesForDefaultEntry, CalculationCache *cache) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 849-882 |
| | 19 | 6 |
QStateMachinePrivate::computeExitSet_Unordered| Name: | QStateMachinePrivate::computeExitSet_Unordered | | Prototype: | QSet<QAbstractState*> QStateMachinePrivate::computeExitSet_Unordered(QAbstractTransition *t, CalculationCache *cache) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 755-790 |
| | 18 | 6 |
QStateMachinePrivate::goToState| Name: | QStateMachinePrivate::goToState | | Prototype: | void QStateMachinePrivate::goToState(QAbstractState *targetState) | | Coverage: | 70.588% (12/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2142-2173 |
| | 19 | 6 |
QStatusBar::hideOrShow| Name: | QStatusBar::hideOrShow | | Prototype: | void QStatusBar::hideOrShow() | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 610-638 |
| | 17 | 6 |
QStatusBar::removeWidget| Name: | QStatusBar::removeWidget | | Prototype: | void QStatusBar::removeWidget(QWidget *widget) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 387-414 |
| | 18 | 6 |
QStorageInfoPrivate::initRootPath| Name: | QStorageInfoPrivate::initRootPath | | Prototype: | void QStorageInfoPrivate::initRootPath() | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 441-469 |
| | 17 | 6 |
QString::QString| Name: | QString::QString | | Prototype: | QString::QString(const QChar *unicode, int size) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1504-1524 |
| | 13 | 6 |
QString::arg| Name: | QString::arg | | Prototype: | QString QString::arg(qulonglong a, int fieldWidth, int base, QChar fillChar) const | | Coverage: | 50.000% (8/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7654-7680 |
| | 17 | 6 |
QString::arg| Name: | QString::arg | | Prototype: | QString QString::arg(qlonglong a, int fieldWidth, int base, QChar fillChar) const | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7610-7636 |
| | 17 | 6 |
QString::lastIndexOf| Name: | QString::lastIndexOf | | Prototype: | int QString::lastIndexOf(const QString &str, int from, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 3235-3253 |
| | 14 | 6 |
QString::lastIndexOf| Name: | QString::lastIndexOf | | Prototype: | int QString::lastIndexOf(const QStringRef &str, int from, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 3323-3342 |
| | 15 | 6 |
QString::lastIndexOf| Name: | QString::lastIndexOf | | Prototype: | int QString::lastIndexOf(QLatin1String str, int from, Qt::CaseSensitivity cs) const | | Coverage: | 40.000% (8/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 3274-3295 |
| | 16 | 6 |
QString::number| Name: | QString::number | | Prototype: | QString QString::number(double n, char f, int prec) | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6769-6796 |
| | 14 | 6 |
QString::remove| Name: | QString::remove | | Prototype: | QString &QString::remove(QChar ch, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (17/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2262-2281 |
| | 13 | 6 |
QString::repeated| Name: | QString::repeated | | Prototype: | QString QString::repeated(int times) const | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7099-7132 |
| | 23 | 6 |
QString::toHtmlEscaped| Name: | QString::toHtmlEscaped | | Prototype: | QString QString::toHtmlEscaped() const | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10574-10593 |
| | 15 | 6 |
QStringRef::lastIndexOf| Name: | QStringRef::lastIndexOf | | Prototype: | int QStringRef::lastIndexOf(const QString &str, int from, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9668-9687 |
| | 15 | 6 |
QStringRef::lastIndexOf| Name: | QStringRef::lastIndexOf | | Prototype: | int QStringRef::lastIndexOf(QLatin1String str, int from, Qt::CaseSensitivity cs) const | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9718-9739 |
| | 16 | 6 |
QStringRef::lastIndexOf| Name: | QStringRef::lastIndexOf | | Prototype: | int QStringRef::lastIndexOf(const QStringRef &str, int from, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9756-9776 |
| | 16 | 6 |
QStyle::itemPixmapRect| Name: | QStyle::itemPixmapRect | | Prototype: | QRect QStyle::itemPixmapRect(const QRect &rect, int alignment, const QPixmap &pixmap) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 539-560 |
| | 17 | 6 |
QStyleFactory::create| Name: | QStyleFactory::create | | Prototype: | QStyle *QStyleFactory::create(const QString& key) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylefactory.cpp | | Lines: | 107-168 |
| | 13 | 6 |
QStyleHelper::calcLines| Name: | QStyleHelper::calcLines | | Prototype: | QPolygonF calcLines(const QStyleOptionSlider *dial) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | | Lines: | 195-234 |
| | 31 | 6 |
QStyleSheetStyle::getDefaultStyleSheet| Name: | QStyleSheetStyle::getDefaultStyleSheet | | Prototype: | StyleSheet QStyleSheetStyle::getDefaultStyleSheet() const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle_default.cpp | | Lines: | 139-500 |
| | 186 | 6 |
QStyleSheetStyle::hasStyleRule| Name: | QStyleSheetStyle::hasStyleRule | | Prototype: | bool QStyleSheetStyle::hasStyleRule(const QObject *obj, int part) const | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 2028-2057 |
| | 19 | 6 |
QStyleSheetStyle::positionRect| Name: | QStyleSheetStyle::positionRect | | Prototype: | QRect QStyleSheetStyle::positionRect(const QWidget *w, const QRenderRule &rule2, int pe, const QRect &originRect, Qt::LayoutDirection dir) const | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 2278-2307 |
| | 21 | 6 |
QStyleSheetStyle::renderRule| Name: | QStyleSheetStyle::renderRule | | Prototype: | QRenderRule QStyleSheetStyle::renderRule(const QObject *obj, int element, quint64 state) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1719-1754 |
| | 26 | 6 |
QStyleSheetStyle::setPalette| Name: | QStyleSheetStyle::setPalette | | Prototype: | void QStyleSheetStyle::setPalette(QWidget *w) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 2550-2582 |
| | 19 | 6 |
QStyleSheetStyleSelector::nodeNameEquals| Name: | QStyleSheetStyleSelector::nodeNameEquals | | Prototype: | bool nodeNameEquals(NodePtr node, const QString& nodeName) const override | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1478-1500 |
| | 16 | 6 |
QSystemLocale::fallbackUiLocale| Name: | QSystemLocale::fallbackUiLocale | | Prototype: | QLocale QSystemLocale::fallbackUiLocale() const | | Coverage: | 60.000% (12/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_unix.cpp | | Lines: | 104-125 |
| | 13 | 6 |
QSystemTrayIconSys::mousePressEvent| Name: | QSystemTrayIconSys::mousePressEvent | | Prototype: | void QSystemTrayIconSys::mousePressEvent(QMouseEvent *ev) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon_x11.cpp | | Lines: | 167-186 |
| | 12 | 6 |
QTabBar::changeEvent| Name: | QTabBar::changeEvent | | Prototype: | void QTabBar::changeEvent(QEvent *event) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 2090-2109 |
| | 11 | 6 |
QTabBar::setCurrentIndex| Name: | QTabBar::setCurrentIndex | | Prototype: | void QTabBar::setCurrentIndex(int index) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 1244-1273 |
| | 21 | 6 |
QTabBar::setTabButton| Name: | QTabBar::setTabButton | | Prototype: | void QTabBar::setTabButton(int index, ButtonPosition position, QWidget *widget) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 2428-2451 |
| | 17 | 6 |
QTabBarPrivate::_q_closeTab| Name: | QTabBarPrivate::_q_closeTab | | Prototype: | void QTabBarPrivate::_q_closeTab() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 673-694 |
| | 14 | 6 |
QTabBarPrivate::setupMovableTab| Name: | QTabBarPrivate::setupMovableTab | | Prototype: | void QTabBarPrivate::setupMovableTab() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 1944-1980 |
| | 28 | 6 |
QTabWidget::heightForWidth| Name: | QTabWidget::heightForWidth | | Prototype: | int QTabWidget::heightForWidth(int width) const | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp | | Lines: | 878-916 |
| | 28 | 6 |
QTabWidget::setUpLayout| Name: | QTabWidget::setUpLayout | | Prototype: | void QTabWidget::setUpLayout(bool onlyCheck) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp | | Lines: | 763-796 |
| | 23 | 6 |
QTableModel::headerData| Name: | QTableModel::headerData | | Prototype: | QVariant QTableModel::headerData(int section, Qt::Orientation orientation, int role) const | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 690-708 |
| | 13 | 6 |
QTableModel::itemChanged| Name: | QTableModel::itemChanged | | Prototype: | void QTableModel::itemChanged(QTableWidgetItem *item) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 769-787 |
| | 12 | 6 |
QTableModel::removeRows| Name: | QTableModel::removeRows | | Prototype: | bool QTableModel::removeRows(int row, int count, const QModelIndex &) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 94-119 |
| | 20 | 6 |
QTableModel::updateRowIndexes| Name: | QTableModel::updateRowIndexes | | Prototype: | void QTableModel::updateRowIndexes(QModelIndexList &indexes, int movedFromRow, int movedToRow) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 643-659 |
| | 12 | 6 |
QTableViewPrivate::setSpan| Name: | QTableViewPrivate::setSpan | | Prototype: | void QTableViewPrivate::setSpan(int row, int column, int rowSpan, int columnSpan) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 662-689 |
| | 21 | 6 |
QTableWidget::dropEvent| Name: | QTableWidget::dropEvent | | Prototype: | void QTableWidget::dropEvent(QDropEvent *event) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 2677-2713 |
| | 26 | 6 |
QTableWidgetItem::setData| Name: | QTableWidgetItem::setData | | Prototype: | void QTableWidgetItem::setData(int role, const QVariant &value) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 1365-1383 |
| | 13 | 6 |
QTest::fetchData| Name: | QTest::fetchData | | Prototype: | void *fetchData(QTestData *data, const char *tagName, int typeId) | | Coverage: | 44.444% (8/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 2287-2307 |
| | 12 | 6 |
QTest::handleIgnoredMessage| Name: | QTest::handleIgnoredMessage | | Prototype: | static bool handleIgnoredMessage(QtMsgType type, const QString &message) | | Coverage: | 100.000% (17/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 249-273 |
| | 16 | 6 |
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 |
QTextBlock::textFormats| Name: | QTextBlock::textFormats | | Prototype: | QVector<QTextLayout::FormatRange> QTextBlock::textFormats() const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 1241-1281 |
| | 29 | 6 |
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 |
QTextBoundaryFinder::operator=| Name: | QTextBoundaryFinder::operator= | | Prototype: | QTextBoundaryFinder &QTextBoundaryFinder::operator=(const QTextBoundaryFinder &other) | | Coverage: | 70.588% (12/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp | | Lines: | 188-217 |
| | 20 | 6 |
QTextCursor::deletePreviousChar| Name: | QTextCursor::deletePreviousChar | | Prototype: | void QTextCursor::deletePreviousChar() | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 1505-1534 |
| | 19 | 6 |
QTextDocumentLayout::resizeInlineObject| Name: | QTextDocumentLayout::resizeInlineObject | | Prototype: | void QTextDocumentLayout::resizeInlineObject(QTextInlineObject item, int posInDocument, const QTextFormat &format) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 3035-3074 |
| | 27 | 6 |
QTextDocumentLayout::tableBoundingRect| Name: | QTextDocumentLayout::tableBoundingRect | | Prototype: | QRectF QTextDocumentLayout::tableBoundingRect(QTextTable *table) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 3211-3236 |
| | 17 | 6 |
QTextDocumentLayout::timerEvent| Name: | QTextDocumentLayout::timerEvent | | Prototype: | void QTextDocumentLayout::timerEvent(QTimerEvent *e) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 3305-3326 |
| | 14 | 6 |
QTextDocumentLayoutPrivate::layoutCell| Name: | QTextDocumentLayoutPrivate::layoutCell | | Prototype: | QTextLayoutStruct QTextDocumentLayoutPrivate::layoutCell(QTextTable *t, const QTextTableCell &cell, QFixed width, int layoutFrom, int layoutTo, QTextTableData *td, QFixed absoluteTableY, bool withPageBreaks) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 1523-1598 |
| | 37 | 6 |
QTextDocumentPrivate::insert_frame| Name: | QTextDocumentPrivate::insert_frame | | Prototype: | void QTextDocumentPrivate::insert_frame(QTextFrame *f) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1509-1536 |
| | 18 | 6 |
QTextEditPrivate::_q_adjustScrollbars| Name: | QTextEditPrivate::_q_adjustScrollbars | | Prototype: | void QTextEditPrivate::_q_adjustScrollbars() | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 261-307 |
| | 22 | 6 |
QTextEngine::LayoutData::reallocate| Name: | QTextEngine::LayoutData::reallocate | | Prototype: | bool QTextEngine::LayoutData::reallocate(int totalGlyphs) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 2423-2467 |
| | 29 | 6 |
QTextEngine::insertionPointsForLine| Name: | QTextEngine::insertionPointsForLine | | Prototype: | void QTextEngine::insertionPointsForLine(int lineNum, QVector<int> &insertionPoints) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 3244-3266 |
| | 13 | 6 |
QTextEngine::isRightToLeft| Name: | QTextEngine::isRightToLeft | | Prototype: | bool QTextEngine::isRightToLeft() const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 1754-1770 |
| | 9 | 6 |
QTextEngine::shapeLine| Name: | QTextEngine::shapeLine | | Prototype: | void QTextEngine::shapeLine(const QScriptLine &line) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 917-945 |
| | 19 | 6 |
QTextFormat::operator==| Name: | QTextFormat::operator== | | Prototype: | bool QTextFormat::operator==(const QTextFormat &rhs) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1245-1263 |
| | 11 | 6 |
QTextFragment::glyphRuns| Name: | QTextFragment::glyphRuns | | Prototype: | QList<QGlyphRun> QTextFragment::glyphRuns(int pos, int len) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 1737-1762 |
| | 17 | 6 |
QTextHtmlExporter::emitFloatStyle| Name: | QTextHtmlExporter::emitFloatStyle | | Prototype: | void QTextHtmlExporter::emitFloatStyle(QTextFrameFormat::Position pos, StyleMode mode) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 2520-2539 |
| | 12 | 6 |
QTextHtmlParser::parseAttributes| Name: | QTextHtmlParser::parseAttributes | | Prototype: | QStringList QTextHtmlParser::parseAttributes() | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | | Lines: | 1418-1442 |
| | 18 | 6 |
QTextLayout::createLine| Name: | QTextLayout::createLine | | Prototype: | QTextLine QTextLayout::createLine() | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | | Lines: | 816-846 |
| | 20 | 6 |
QTextStream::readLineInto| Name: | QTextStream::readLineInto | | Prototype: | bool QTextStream::readLineInto(QString *line, qint64 maxlen) | | Coverage: | 63.636% (14/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 1693-1716 |
| | 16 | 6 |
QTextTablePrivate::update| Name: | QTextTablePrivate::update | | Prototype: | void QTextTablePrivate::update() const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 436-484 |
| | 29 | 6 |
QTextureGlyphCache::fillInPendingGlyphs| Name: | QTextureGlyphCache::fillInPendingGlyphs | | Prototype: | void QTextureGlyphCache::fillInPendingGlyphs() | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | | Lines: | 220-255 |
| | 20 | 6 |
QThreadPoolPrivate::tryStart| Name: | QThreadPoolPrivate::tryStart | | Prototype: | bool QThreadPoolPrivate::tryStart(QRunnable *task) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 158-194 |
| | 20 | 6 |
QTimerInfoList::unregisterTimers| Name: | QTimerInfoList::unregisterTimers | | Prototype: | bool QTimerInfoList::unregisterTimers(QObject *object) | | Coverage: | 75.000% (12/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp | | Lines: | 522-541 |
| | 13 | 6 |
QToolBar::changeEvent| Name: | QToolBar::changeEvent | | Prototype: | void QToolBar::changeEvent(QEvent *event) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbar.cpp | | Lines: | 1029-1049 |
| | 13 | 6 |
QToolBarAreaLayout::remove| Name: | QToolBarAreaLayout::remove | | Prototype: | void QToolBarAreaLayout::remove(QLayoutItem *item) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines: | 1080-1098 |
| | 10 | 6 |
QToolBarAreaLayout::takeAt| Name: | QToolBarAreaLayout::takeAt | | Prototype: | QLayoutItem *QToolBarAreaLayout::takeAt(int *x, int index) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines: | 746-768 |
| | 12 | 6 |
QToolBarAreaLayoutInfo::QToolBarAreaLayoutInfo| Name: | QToolBarAreaLayoutInfo::QToolBarAreaLayoutInfo | | Prototype: | QToolBarAreaLayoutInfo::QToolBarAreaLayoutInfo(QInternal::DockPosition pos) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines: | 197-213 |
| | 7 | 6 |
QToolBarAreaLayoutInfo::insertItem| Name: | QToolBarAreaLayoutInfo::insertItem | | Prototype: | void QToolBarAreaLayoutInfo::insertItem(QToolBar *before, QLayoutItem *item) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines: | 299-318 |
| | 11 | 6 |
QToolBarAreaLayoutInfo::removeToolBarBreak| Name: | QToolBarAreaLayoutInfo::removeToolBarBreak | | Prototype: | void QToolBarAreaLayoutInfo::removeToolBarBreak(QToolBar *before) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines: | 369-388 |
| | 11 | 6 |
QToolBarLayout::setExpanded| Name: | QToolBarLayout::setExpanded | | Prototype: | void QToolBarLayout::setExpanded(bool exp) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbarlayout.cpp | | Lines: | 651-680 |
| | 17 | 6 |
QToolBox::insertItem| Name: | QToolBox::insertItem | | Prototype: | int QToolBox::insertItem(int index, QWidget *widget, const QIcon &icon, const QString &text) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | | Lines: | 336-384 |
| | 35 | 6 |
QToolButton::event| Name: | QToolButton::event | | Prototype: | bool QToolButton::event(QEvent *event) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbutton.cpp | | Lines: | 964-977 |
| | 6 | 6 |
QToolButton::setDefaultAction| Name: | QToolButton::setDefaultAction | | Prototype: | void QToolButton::setDefaultAction(QAction *action) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbutton.cpp | | Lines: | 894-935 |
| | 23 | 6 |
QTreeModel::hasChildren| Name: | QTreeModel::hasChildren | | Prototype: | bool QTreeModel::hasChildren(const QModelIndex &parent) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 332-349 |
| | 10 | 6 |
QTreeModel::insertColumns| Name: | QTreeModel::insertColumns | | Prototype: | bool QTreeModel::insertColumns(int column, int count, const QModelIndex &parent) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 446-477 |
| | 22 | 6 |
QTreeModel::itemData| Name: | QTreeModel::itemData | | Prototype: | QMap<int, QVariant> QTreeModel::itemData(const QModelIndex &index) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 391-414 |
| | 15 | 6 |
QTreeModel::setColumnCount| Name: | QTreeModel::setColumnCount | | Prototype: | void QTreeModel::setColumnCount(int columns) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 176-202 |
| | 19 | 6 |
QTreeView::rowsInserted| Name: | QTreeView::rowsInserted | | Prototype: | void QTreeView::rowsInserted(const QModelIndex &parent, int start, int end) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 2545-2577 |
| | 20 | 6 |
QTreeView::timerEvent| Name: | QTreeView::timerEvent | | Prototype: | void QTreeView::timerEvent(QTimerEvent *event) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 1241-1272 |
| | 24 | 6 |
QTreeView::viewportEvent| Name: | QTreeView::viewportEvent | | Prototype: | bool QTreeView::viewportEvent(QEvent *event) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 1290-1314 |
| | 14 | 6 |