Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QTextBlock::charFormatIndexName: | QTextBlock::charFormatIndex | Prototype: | int QTextBlock::charFormatIndex() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 1155-1161 |
| | 3 | 2 |
QTextBlock::charFormatName: | QTextBlock::charFormat | Prototype: | QTextCharFormat QTextBlock::charFormat() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 1141-1147 |
| | 3 | 2 |
QTextBlock::blockNumberName: | QTextBlock::blockNumber | Prototype: | int QTextBlock::blockNumber() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 1469-1474 |
| | 3 | 2 |
QTextBlock::blockFormatIndexName: | QTextBlock::blockFormatIndex | Prototype: | int QTextBlock::blockFormatIndex() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 1126-1132 |
| | 3 | 2 |
QTextBlock::blockFormatName: | QTextBlock::blockFormat | Prototype: | QTextBlockFormat QTextBlock::blockFormat() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 1112-1118 |
| | 3 | 2 |
QTestXunitStreamer::outputName: | QTestXunitStreamer::output | Prototype: | void QTestXunitStreamer::output(QTestElement *element) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestxunitstreamer.cpp | Lines: | 168-174 |
| | 3 | 2 |
QTestTable::newDataName: | QTestTable::newData | Prototype: | QTestData *QTestTable::newData(const char *tag) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtesttable.cpp | Lines: | 107-112 |
| | 3 | 1 |
QTestTable::globalTestTableName: | QTestTable::globalTestTable | Prototype: | QTestTable *QTestTable::globalTestTable() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtesttable.cpp | Lines: | 167-172 |
| | 3 | 2 |
QTestTable::addColumnName: | QTestTable::addColumn | Prototype: | void QTestTable::addColumn(int type, const char *name) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtesttable.cpp | Lines: | 84-90 |
| | 3 | 3 |
QTestResult::finishedCurrentTestFunctionName: | QTestResult::finishedCurrentTestFunction | Prototype: | void QTestResult::finishedCurrentTestFunction() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestresult.cpp | Lines: | 156-162 |
| | 3 | 1 |
QTestLog::warnName: | QTestLog::warn | Prototype: | void QTestLog::warn(const char *msg, const char *file, int line) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | Lines: | 527-533 |
| | 3 | 3 |
QTestLog::resetCountersName: | QTestLog::resetCounters | Prototype: | void QTestLog::resetCounters() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | Lines: | 600-605 |
| | 3 | 1 |
QTestLog::leaveTestFunctionName: | QTestLog::leaveTestFunction | Prototype: | void QTestLog::leaveTestFunction() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | Lines: | 359-365 |
| | 3 | 2 |
QTestLog::addXFailName: | QTestLog::addXFail | Prototype: | void QTestLog::addXFail(const char *msg, const char *file, int line) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | Lines: | 411-417 |
| | 3 | 3 |
QTestLog::addFailName: | QTestLog::addFail | Prototype: | void QTestLog::addFail(const char *msg, const char *file, int line) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | Lines: | 402-409 |
| | 3 | 2 |
QTestLog::addBPassName: | QTestLog::addBPass | Prototype: | void QTestLog::addBPass(const char *msg) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | Lines: | 429-436 |
| | 3 | 2 |
QTestData::dataName: | QTestData::data | Prototype: | void *QTestData::data(int index) const | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestdata.cpp | Lines: | 98-103 |
| | 3 | 3 |
QTest::toStringName: | QTest::toString | Prototype: | char *QTest::toString(const void *p) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 2386-2391 |
| | 3 | 1 |
QTest::qSleepName: | QTest::qSleep | Prototype: | void QTest::qSleep(int ms) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 2219-2231 |
| | 3 | 2 |
QTest::addColumnInternalName: | QTest::addColumnInternal | Prototype: | void QTest::addColumnInternal(int id, const char *name) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 2107-2113 |
| | 3 | 2 |
QTest::WatchDog::testFinishedName: | QTest::WatchDog::testFinished | Prototype: | void testFinished() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 890-894 |
| | 3 | 1 |
QTest::WatchDog::beginTestName: | QTest::WatchDog::beginTest | Prototype: | void beginTest() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 884-888 |
| | 3 | 1 |
QTest::TestMethods::findMethodName: | QTest::TestMethods::findMethod | Prototype: | QMetaMethod TestMethods::findMethod(const QObject *obj, const char *signature) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 235-240 |
| | 3 | 1 |
QTest::TestLoggers::loggerCountName: | QTest::TestLoggers::loggerCount | Prototype: | static int loggerCount() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | Lines: | 234-239 |
| | 3 | 2 |
QTest::QBenchmarkIterationController::isDoneName: | QTest::QBenchmarkIterationController::isDone | Prototype: | bool QTest::QBenchmarkIterationController::isDone() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | Lines: | 216-221 |
| | 3 | 2 |
QTemporaryFileEngine::~QTemporaryFileEngineName: | QTemporaryFileEngine::~QTemporaryFileEngine | Prototype: | QTemporaryFileEngine::~QTemporaryFileEngine() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | Lines: | 238-243 |
| | 3 | 1 |
QTemporaryFileEngine::setFileTemplateName: | QTemporaryFileEngine::setFileTemplate | Prototype: | void QTemporaryFileEngine::setFileTemplate(const QString &fileTemplate) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | Lines: | 267-272 |
| | 3 | 2 |
QTemporaryFileEngine::closeName: | QTemporaryFileEngine::close | Prototype: | bool QTemporaryFileEngine::close() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | Lines: | 397-403 |
| | 3 | 1 |
QTemporaryDir::QTemporaryDirName: | QTemporaryDir::QTemporaryDir | Prototype: | QTemporaryDir::QTemporaryDir(const QString &templatePath) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporarydir.cpp | Lines: | 256-263 |
| | 3 | 2 |
QTcpServer::socketDescriptorName: | QTcpServer::socketDescriptor | Prototype: | qintptr QTcpServer::socketDescriptor() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | Lines: | 387-392 |
| | 3 | 2 |
QTcpServer::serverPortName: | QTcpServer::serverPort | Prototype: | quint16 QTcpServer::serverPort() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | Lines: | 452-457 |
| | 3 | 2 |
QTcpServer::serverAddressName: | QTcpServer::serverAddress | Prototype: | QHostAddress QTcpServer::serverAddress() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | Lines: | 465-470 |
| | 3 | 2 |
QTcpServer::isListeningName: | QTcpServer::isListening | Prototype: | bool QTcpServer::isListening() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | Lines: | 344-349 |
| | 3 | 2 |
QTcpServer::incomingConnectionName: | QTcpServer::incomingConnection | Prototype: | void QTcpServer::incomingConnection(qintptr socketDescriptor) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | Lines: | 579-588 |
| | 3 | 1 |
QTapGestureRecognizer::createName: | QTapGestureRecognizer::create | Prototype: | QGesture *QTapGestureRecognizer::create(QObject *target) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | Lines: | 419-425 |
| | 3 | 2 |
QTapAndHoldGestureRecognizer::createName: | QTapAndHoldGestureRecognizer::create | Prototype: | QGesture *QTapAndHoldGestureRecognizer::create(QObject *target) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | Lines: | 490-496 |
| | 3 | 2 |
QTableWidgetItem::setFlagsName: | QTableWidgetItem::setFlags | Prototype: | void QTableWidgetItem::setFlags(Qt::ItemFlags aflags) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 1108-1113 |
| | 3 | 2 |
QTableWidgetItem::operator=Name: | QTableWidgetItem::operator= | Prototype: | QTableWidgetItem &QTableWidgetItem::operator=(const QTableWidgetItem &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 1493-1498 |
| | 3 | 1 |
QTableWidget::sortItemsName: | QTableWidget::sortItems | Prototype: | void QTableWidget::sortItems(int column, Qt::SortOrder order) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 2193-2198 |
| | 3 | 1 |
QTableWidget::setItemSelectedName: | QTableWidget::setItemSelected | Prototype: | void QTableWidget::setItemSelected(const QTableWidgetItem *item, bool select) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 2313-2318 |
| | 3 | 1 |
QTableWidget::isItemSelectedName: | QTableWidget::isItemSelected | Prototype: | bool QTableWidget::isItemSelected(const QTableWidgetItem *item) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 2299-2304 |
| | 3 | 1 |
QTableWidget::clearContentsName: | QTableWidget::clearContents | Prototype: | void QTableWidget::clearContents() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 2550-2555 |
| | 3 | 1 |
QTableWidget::clearName: | QTableWidget::clear | Prototype: | void QTableWidget::clear() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 2536-2541 |
| | 3 | 1 |
QTableWidget::QTableWidgetName: | QTableWidget::QTableWidget | Prototype: | QTableWidget::QTableWidget(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 1843-1849 |
| | 3 | 1 |
QTableWidget::QTableWidgetName: | QTableWidget::QTableWidget | Prototype: | QTableWidget::QTableWidget(int rows, int columns, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 1854-1860 |
| | 3 | 1 |
QTableView::viewOptionsName: | QTableView::viewOptions | Prototype: | QStyleOptionViewItem QTableView::viewOptions() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1341-1346 |
| | 3 | 1 |
QTableView::sortByColumnName: | QTableView::sortByColumn | Prototype: | void QTableView::sortByColumn(int column, Qt::SortOrder order) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3112-3117 |
| | 3 | 1 |
QTableView::clearSpansName: | QTableView::clearSpans | Prototype: | void QTableView::clearSpans() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3205-3210 |
| | 3 | 1 |
QTableModel::sortedInsertionIteratorName: | QTableModel::sortedInsertionIterator | Prototype: | QVector<QTableWidgetItem*>::iterator QTableModel::sortedInsertionIterator( const QVector<QTableWidgetItem*>::iterator &begin, const QVector<QTableWidgetItem*>::iterator &end, Qt::SortOrder order, QTableWidgetItem *item) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 674-682 |
| | 3 | 2 |
QTableModel::setItemPrototypeName: | QTableModel::setItemPrototype | Prototype: | void QTableModel::setItemPrototype(const QTableWidgetItem *item) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 805-811 |
| | 3 | 2 |
QTableModel::itemName: | QTableModel::item | Prototype: | QTableWidgetItem *QTableModel::item(const QModelIndex &index) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 240-245 |
| | 3 | 2 |
QTableModel::isValidName: | QTableModel::isValid | Prototype: | bool QTableModel::isValid(const QModelIndex &index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 736-741 |
| | 3 | 1 |
QTabWidget::setTabTextName: | QTabWidget::setTabText | Prototype: | void QTabWidget::setTabText(int index, const QString &label) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp | Lines: | 482-487 |
| | 3 | 1 |
QTabWidget::setTabIconName: | QTabWidget::setTabIcon | Prototype: | void QTabWidget::setTabIcon(int index, const QIcon &icon) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp | Lines: | 504-509 |
| | 3 | 1 |
QTabWidget::removeTabName: | QTabWidget::removeTab | Prototype: | void QTabWidget::removeTab(int index) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp | Lines: | 612-617 |
| | 3 | 2 |
QTabWidget::eventName: | QTabWidget::event | Prototype: | bool QTabWidget::event(QEvent *ev) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp | Lines: | 1059-1064 |
| | 3 | 2 |
QTabWidget::changeEventName: | QTabWidget::changeEvent | Prototype: | void QTabWidget::changeEvent(QEvent *ev) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp | Lines: | 1069-1078 |
| | 3 | 2 |
QTabBarPrivate::layoutWidgetsName: | QTabBarPrivate::layoutWidgets | Prototype: | void QTabBarPrivate::layoutWidgets(int start) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 747-753 |
| | 3 | 2 |
QTabBarPrivate::autoHideTabsName: | QTabBarPrivate::autoHideTabs | Prototype: | void QTabBarPrivate::autoHideTabs() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 755-761 |
| | 3 | 2 |
QTabBar::setTabWhatsThisName: | QTabBar::setTabWhatsThis | Prototype: | void QTabBar::setTabWhatsThis(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: | 1214-1219 |
| | 3 | 2 |
QTabBar::setTabToolTipName: | QTabBar::setTabToolTip | Prototype: | void QTabBar::setTabToolTip(int index, const QString & tip) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 1187-1192 |
| | 3 | 2 |
QTabBar::setTabDataName: | QTabBar::setTabData | Prototype: | void QTabBar::setTabData(int index, const QVariant & data) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 1240-1245 |
| | 3 | 2 |
QTabBar::setDocumentModeName: | QTabBar::setDocumentMode | Prototype: | void QTabBar::setDocumentMode(bool enabled) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 2438-2444 |
| | 3 | 1 |
QSystemTrayIconSys::moveEventName: | QSystemTrayIconSys::moveEvent | Prototype: | void QSystemTrayIconSys::moveEvent(QMoveEvent *event) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon_x11.cpp | Lines: | 242-247 |
| | 3 | 2 |
QSystemTrayIconPrivate::updateMenu_sys_qpaName: | QSystemTrayIconPrivate::updateMenu_sys_qpa | Prototype: | void QSystemTrayIconPrivate::updateMenu_sys_qpa() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 713-719 |
| | 3 | 2 |
QSystemTrayIcon::showMessageName: | QSystemTrayIcon::showMessage | Prototype: | void QSystemTrayIcon::showMessage(const QString& title, const QString& msg, QSystemTrayIcon::MessageIcon icon, int msecs) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 384-390 |
| | 3 | 2 |
QSystemTrayIcon::setToolTipName: | QSystemTrayIcon::setToolTip | Prototype: | void QSystemTrayIcon::setToolTip(const QString &tooltip) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 218-223 |
| | 3 | 1 |
QSystemTrayIcon::setIconName: | QSystemTrayIcon::setIcon | Prototype: | void QSystemTrayIcon::setIcon(const QIcon &icon) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 198-203 |
| | 3 | 1 |
QSystemTrayIcon::setContextMenuName: | QSystemTrayIcon::setContextMenu | Prototype: | void QSystemTrayIcon::setContextMenu(QMenu *menu) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 173-178 |
| | 3 | 1 |
QSyntaxHighlighter::setFormatName: | QSyntaxHighlighter::setFormat | Prototype: | void QSyntaxHighlighter::setFormat(int start, int count, const QColor &color) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 482-487 |
| | 3 | 1 |
QSyntaxHighlighter::setFormatName: | QSyntaxHighlighter::setFormat | Prototype: | void QSyntaxHighlighter::setFormat(int start, int count, const QFont &font) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 500-505 |
| | 3 | 1 |
QSwipeGestureRecognizer::createName: | QSwipeGestureRecognizer::create | Prototype: | QGesture *QSwipeGestureRecognizer::create(QObject *target) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | Lines: | 277-283 |
| | 3 | 2 |
QSurfaceFormat::setSwapIntervalName: | QSurfaceFormat::setSwapInterval | Prototype: | void QSurfaceFormat::setSwapInterval(int interval) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 719-725 |
| | 3 | 2 |
QSurfaceFormat::setSwapBehaviorName: | QSurfaceFormat::setSwapBehavior | Prototype: | void QSurfaceFormat::setSwapBehavior(SwapBehavior behavior) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 445-451 |
| | 3 | 2 |
QSurfaceFormat::setStencilBufferSizeName: | QSurfaceFormat::setStencilBufferSize | Prototype: | void QSurfaceFormat::setStencilBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 479-485 |
| | 3 | 2 |
QSurfaceFormat::setSamplesName: | QSurfaceFormat::setSamples | Prototype: | void QSurfaceFormat::setSamples(int numSamples) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 312-318 |
| | 3 | 2 |
QSurfaceFormat::setRenderableTypeName: | QSurfaceFormat::setRenderableType | Prototype: | void QSurfaceFormat::setRenderableType(RenderableType type) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 590-596 |
| | 3 | 2 |
QSurfaceFormat::setRedBufferSizeName: | QSurfaceFormat::setRedBufferSize | Prototype: | void QSurfaceFormat::setRedBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 536-542 |
| | 3 | 2 |
QSurfaceFormat::setProfileName: | QSurfaceFormat::setProfile | Prototype: | void QSurfaceFormat::setProfile(OpenGLContextProfile profile) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 614-620 |
| | 3 | 2 |
QSurfaceFormat::setOptionsName: | QSurfaceFormat::setOptions | Prototype: | void QSurfaceFormat::setOptions(QSurfaceFormat::FormatOptions options) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 365-371 |
| | 3 | 2 |
QSurfaceFormat::setMinorVersionName: | QSurfaceFormat::setMinorVersion | Prototype: | void QSurfaceFormat::setMinorVersion(int minor) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 659-665 |
| | 3 | 2 |
QSurfaceFormat::setMajorVersionName: | QSurfaceFormat::setMajorVersion | Prototype: | void QSurfaceFormat::setMajorVersion(int major) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 636-642 |
| | 3 | 2 |
QSurfaceFormat::setGreenBufferSizeName: | QSurfaceFormat::setGreenBufferSize | Prototype: | void QSurfaceFormat::setGreenBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 551-557 |
| | 3 | 2 |
QSurfaceFormat::setDepthBufferSizeName: | QSurfaceFormat::setDepthBufferSize | Prototype: | void QSurfaceFormat::setDepthBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 420-426 |
| | 3 | 2 |
QSurfaceFormat::setBlueBufferSizeName: | QSurfaceFormat::setBlueBufferSize | Prototype: | void QSurfaceFormat::setBlueBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 566-572 |
| | 3 | 2 |
QSurfaceFormat::setAlphaBufferSizeName: | QSurfaceFormat::setAlphaBufferSize | Prototype: | void QSurfaceFormat::setAlphaBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 577-583 |
| | 3 | 2 |
QSurface::~QSurfaceName: | QSurface::~QSurface | Prototype: | QSurface::~QSurface() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurface.cpp | Lines: | 130-137 |
| | 3 | 2 |
QStyleSheetStyle::~QStyleSheetStyleName: | QStyleSheetStyle::~QStyleSheetStyle | Prototype: | QStyleSheetStyle::~QStyleSheetStyle() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2705-2711 |
| | 3 | 2 |
QStyleSheetStyle::isNaturalChildName: | QStyleSheetStyle::isNaturalChild | Prototype: | bool QStyleSheetStyle::isNaturalChild(const QObject *obj) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 6015-6021 |
| | 3 | 2 |
QStyleSheetStyle::QStyleSheetStyleName: | QStyleSheetStyle::QStyleSheetStyle | Prototype: | QStyleSheetStyle::QStyleSheetStyle(QStyle *base) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2696-2703 |
| | 3 | 2 |
QStyleSheetBoxData::QStyleSheetBoxDataName: | QStyleSheetBoxData::QStyleSheetBoxData | Prototype: | QStyleSheetBoxData(int *m, int *p, int s) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 407-413 |
| | 3 | 2 |
QStyleSheetBorderData::QStyleSheetBorderDataName: | QStyleSheetBorderData::QStyleSheetBorderData | Prototype: | QStyleSheetBorderData() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 336-342 |
| | 3 | 2 |
QStyleSheetBackgroundData::isTransparentName: | QStyleSheetBackgroundData::isTransparent | Prototype: | bool isTransparent() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 320-324 |
| | 3 | 2 |
QStyleOptionToolBar::QStyleOptionToolBarName: | QStyleOptionToolBar::QStyleOptionToolBar | Prototype: | QStyleOptionToolBar::QStyleOptionToolBar(int version) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp | Lines: | 1102-1107 |
| | 3 | 1 |
QStyleHelper::styleObjectWindowName: | QStyleHelper::styleObjectWindow | Prototype: | QWindow *styleObjectWindow(QObject *so) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | Lines: | 420-426 |
| | 3 | 2 |
QStyle::visualPosName: | QStyle::visualPos | Prototype: | QPoint QStyle::visualPos(Qt::LayoutDirection direction, const QRect &boundingRect, const QPoint &logicalPos) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2154-2159 |
| | 3 | 2 |
QStrokerOps::endName: | QStrokerOps::end | Prototype: | void QStrokerOps::end() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 221-226 |
| | 3 | 2 |
QStroker::joinModeForCapName: | QStroker::joinModeForCap | Prototype: | QStroker::LineJoinMode QStroker::joinModeForCap(Qt::PenCapStyle style) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 389-394 |
| | 3 | 3 |
QStroker::capForJoinModeName: | QStroker::capForJoinMode | Prototype: | Qt::PenCapStyle QStroker::capForJoinMode(LineJoinMode mode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 382-387 |
| | 3 | 3 |
QStringSplitter::hasNextName: | QStringSplitter::hasNext | Prototype: | inline bool hasNext() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 74-78 |
| | 3 | 2 |