Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QMetaObjectPrivate::decodeMethodSignatureName: | QMetaObjectPrivate::decodeMethodSignature | Prototype: | QByteArray QMetaObjectPrivate::decodeMethodSignature( const char *signature, QArgumentTypeArray &types) | Coverage: | 44.444% (4/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 676-689 |
| | 10 | 3 |
QMetaObject::indexOfEnumeratorName: | QMetaObject::indexOfEnumerator | Prototype: | int QMetaObject::indexOfEnumerator(const char *name) const | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 968-983 |
| | 10 | 4 |
QMetaMethod::fromSignalImplName: | QMetaMethod::fromSignalImpl | Prototype: | QMetaMethod QMetaMethod::fromSignalImpl(const QMetaObject *metaObject, void **signal) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 2046-2060 |
| | 10 | 3 |
QMetaCallEvent::~QMetaCallEventName: | QMetaCallEvent::~QMetaCallEvent | Prototype: | QMetaCallEvent::~QMetaCallEvent() | Coverage: | 94.444% (17/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 476-492 |
| | 10 | 6 |
QMessageBox::showEventName: | QMessageBox::showEvent | Prototype: | void QMessageBox::showEvent(QShowEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 1594-1619 |
| | 10 | 3 |
QMessageBox::aboutName: | QMessageBox::about | Prototype: | void QMessageBox::about(QWidget *parent, const QString &title, const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 1809-1845 |
| | 10 | 1 |
QMenuPrivate::setSyncActionName: | QMenuPrivate::setSyncAction | Prototype: | void QMenuPrivate::setSyncAction() | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 518-533 |
| | 10 | 5 |
QMenuBar::setNativeMenuBarName: | QMenuBar::setNativeMenuBar | Prototype: | void QMenuBar::setNativeMenuBar(bool nativeMenuBar) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 1815-1831 |
| | 10 | 5 |
QMenuBar::mouseReleaseEventName: | QMenuBar::mouseReleaseEvent | Prototype: | void QMenuBar::mouseReleaseEvent(QMouseEvent *e) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 1056-1072 |
| | 10 | 4 |
QMenuBar::cornerWidgetName: | QMenuBar::cornerWidget | Prototype: | QWidget *QMenuBar::cornerWidget(Qt::Corner corner) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 1779-1796 |
| | 10 | 4 |
QMenu::setSeparatorsCollapsibleName: | QMenu::setSeparatorsCollapsible | Prototype: | void QMenu::setSeparatorsCollapsible(bool collapse) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 3503-3517 |
| | 10 | 4 |
QMdiSubWindowPrivate::restoreFocusName: | QMdiSubWindowPrivate::restoreFocus | Prototype: | bool QMdiSubWindowPrivate::restoreFocus() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 2060-2073 |
| | 10 | 3 |
QMdiSubWindowPrivate::leaveInteractiveModeName: | QMdiSubWindowPrivate::leaveInteractiveMode | Prototype: | void QMdiSubWindowPrivate::leaveInteractiveMode() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 970-985 |
| | 10 | 3 |
QMdiSubWindow::showEventName: | QMdiSubWindow::showEvent | Prototype: | void QMdiSubWindow::showEvent(QShowEvent *showEvent) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 2927-2960 |
| | 10 | 5 |
QMdiAreaPrivate::scrollBarPolicyChangedName: | QMdiAreaPrivate::scrollBarPolicyChanged | Prototype: | void QMdiAreaPrivate::scrollBarPolicyChanged(Qt::Orientation orientation, Qt::ScrollBarPolicy policy) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1369-1383 |
| | 10 | 4 |
QMdiArea::minimumSizeHintName: | QMdiArea::minimumSizeHint | Prototype: | QSize QMdiArea::minimumSizeHint() const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1762-1776 |
| | 10 | 4 |
QMatrix::operator *=Name: | QMatrix::operator *= | Prototype: | QMatrix &QMatrix::operator *=(const QMatrix &m) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 1029-1043 |
| | 10 | 1 |
QMainWindowLayoutState::insertGapName: | QMainWindowLayoutState::insertGap | Prototype: | bool QMainWindowLayoutState::insertGap(const QList<int> &path, QLayoutItem *item) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 666-688 |
| | 10 | 4 |
QMainWindowLayout::toggleToolBarsVisibleName: | QMainWindowLayout::toggleToolBarsVisible | Prototype: | void QMainWindowLayout::toggleToolBarsVisible() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1230-1297 |
| | 10 | 3 |
QMainWindowLayout::insertToolBarName: | QMainWindowLayout::insertToolBar | Prototype: | void QMainWindowLayout::insertToolBar(QToolBar *before, QToolBar *toolbar) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1175-1198 |
| | 10 | 4 |
QMainWindow::tabifiedDockWidgetsName: | QMainWindow::tabifiedDockWidgets | Prototype: | QList<QDockWidget*> QMainWindow::tabifiedDockWidgets(QDockWidget *dockwidget) const | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | Lines: | 1196-1217 |
| | 10 | 6 |
QLocalePrivate::codeToCountryName: | QLocalePrivate::codeToCountry | Prototype: | QLocale::Country QLocalePrivate::codeToCountry(const QChar *code, int len) noexcept | Coverage: | 72.222% (13/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 154-169 |
| | 10 | 4 |
QLocaleData::bytearrayToUnsLongLongName: | QLocaleData::bytearrayToUnsLongLong | Prototype: | qulonglong QLocaleData::bytearrayToUnsLongLong(const char *num, int base, bool *ok) | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3353-3368 |
| | 10 | 4 |
QLocaleData::bytearrayToDoubleName: | QLocaleData::bytearrayToDouble | Prototype: | double QLocaleData::bytearrayToDouble(const char *num, bool *ok, bool *overflow) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3297-3309 |
| | 10 | 3 |
QLocale::toStringName: | QLocale::toString | Prototype: | QString QLocale::toString(const QDate &date, FormatType format) const | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1550-1567 |
| | 10 | 4 |
QLocale::toStringName: | QLocale::toString | Prototype: | QString QLocale::toString(const QTime &time, FormatType format) const | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1642-1659 |
| | 10 | 4 |
QLocale::nameName: | QLocale::name | Prototype: | QString QLocale::name() const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1073-1090 |
| | 10 | 3 |
QLocalServer::closeName: | QLocalServer::close | Prototype: | void QLocalServer::close() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 191-203 |
| | 10 | 2 |
QListWidget::setItemSelectedName: | QListWidget::setItemSelected | Prototype: | void QListWidget::setItemSelected(const QListWidgetItem *item, bool select) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 1703-1718 |
| | 10 | 3 |
QListWidget::mimeDataName: | QListWidget::mimeData | Prototype: | QMimeData *QListWidget::mimeData(const QList<QListWidgetItem*> items) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 1825-1845 |
| | 10 | 3 |
QListModel::moveName: | QListModel::move | Prototype: | void QListModel::move(int srcRow, int dstRow) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 173-186 |
| | 10 | 4 |
QListModel::mimeDataName: | QListModel::mimeData | Prototype: | QMimeData *QListModel::mimeData(const QModelIndexList &indexes) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 432-445 |
| | 10 | 2 |
QListData::removeName: | QListData::remove | Prototype: | void QListData::remove(int i, int n) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 270-284 |
| | 10 | 2 |
QListData::prependName: | QListData::prepend | Prototype: | void **QListData::prepend() | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 198-214 |
| | 10 | 4 |
QLineEditPrivate::sendMouseEventToInputContextName: | QLineEditPrivate::sendMouseEventToInputContext | Prototype: | bool QLineEditPrivate::sendMouseEventToInputContext( QMouseEvent *e ) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | Lines: | 277-298 |
| | 10 | 5 |
QLineEdit::setSelectionName: | QLineEdit::setSelection | Prototype: | void QLineEdit::setSelection(int start, int length) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 982-998 |
| | 10 | 4 |
QLineEdit::setReadOnlyName: | QLineEdit::setReadOnly | Prototype: | void QLineEdit::setReadOnly(bool enable) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 1327-1342 |
| | 10 | 2 |
QLineEdit::inputMethodEventName: | QLineEdit::inputMethodEvent | Prototype: | void QLineEdit::inputMethodEvent(QInputMethodEvent *e) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 1714-1746 |
| | 10 | 4 |
QLibraryStore::releaseLibraryName: | QLibraryStore::releaseLibrary | Prototype: | inline void QLibraryStore::releaseLibrary(QLibraryPrivate *lib) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 466-485 |
| | 10 | 3 |
QLayoutPrivate::getMarginName: | QLayoutPrivate::getMargin | Prototype: | void QLayoutPrivate::getMargin(int *result, int userMargin, QStyle::PixelMetric pm) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 164-179 |
| | 10 | 5 |
QLayoutPrivate::checkLayoutName: | QLayoutPrivate::checkLayout | Prototype: | bool QLayoutPrivate::checkLayout(QLayout *otherLayout) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 875-889 |
| | 10 | 3 |
QLayout::spacingName: | QLayout::spacing | Prototype: | int QLayout::spacing() const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 317-334 |
| | 10 | 5 |
QLayout::setAlignmentName: | QLayout::setAlignment | Prototype: | bool QLayout::setAlignment(QWidget *w, Qt::Alignment alignment) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 237-251 |
| | 10 | 3 |
QLayout::setAlignmentName: | QLayout::setAlignment | Prototype: | bool QLayout::setAlignment(QLayout *l, Qt::Alignment alignment) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 260-274 |
| | 10 | 3 |
QLabel::setScaledContentsName: | QLabel::setScaledContents | Prototype: | void QLabel::setScaledContents(bool enable) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1414-1427 |
| | 10 | 3 |
QLabel::setBuddyName: | QLabel::setBuddy | Prototype: | void QLabel::setBuddy(QWidget *buddy) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1171-1184 |
| | 10 | 4 |
QItemDelegate::createEditorName: | QItemDelegate::createEditor | Prototype: | QWidget *QItemDelegate::createEditor(QWidget *parent, const QStyleOptionViewItem &, const QModelIndex &index) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 468-482 |
| | 10 | 4 |
QInternalMimeData::hasFormatHelperName: | QInternalMimeData::hasFormatHelper | Prototype: | bool QInternalMimeData::hasFormatHelper(const QString &mimeType, const QMimeData *data) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 292-309 |
| | 10 | 6 |
QImageWriter::supportedImageFormatsName: | QImageWriter::supportedImageFormats | Prototype: | QList<QByteArray> QImageWriter::supportedImageFormats() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | Lines: | 895-924 |
| | 10 | 1 |
QImageTextureGlyphCache::createTextureDataName: | QImageTextureGlyphCache::createTextureData | Prototype: | void QImageTextureGlyphCache::createTextureData(int width, int height) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | Lines: | 289-307 |
| | 10 | 6 |
QImageData::convertInPlaceName: | QImageData::convertInPlace | Prototype: | bool QImageData::convertInPlace(QImage::Format newFormat, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 4764-4782 |
| | 10 | 5 |
QImage::textName: | QImage::text | Prototype: | QString QImage::text(const QString &key) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 3776-3790 |
| | 10 | 5 |
QImage::smoothScaledName: | QImage::smoothScaled | Prototype: | QImage QImage::smoothScaled(int w, int h) const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 4434-4454 |
| | 10 | 8 |
QImage::pixelIndexName: | QImage::pixelIndex | Prototype: | int QImage::pixelIndex(int x, int y) const | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 2193-2211 |
| | 10 | 6 |
QImage::paintEngineName: | QImage::paintEngine | Prototype: | QPaintEngine *QImage::paintEngine() const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 3892-3907 |
| | 10 | 4 |
QIcuCodec::defaultCodecUnlockedName: | QIcuCodec::defaultCodecUnlocked | Prototype: | QTextCodec *QIcuCodec::defaultCodecUnlocked() | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | Lines: | 436-453 |
| | 10 | 3 |
QIcon::pixmapName: | QIcon::pixmap | Prototype: | QPixmap QIcon::pixmap(QWindow *window, const QSize &size, Mode mode, State state) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 836-854 |
| | 10 | 3 |
QHttpThreadDelegate::sslErrorsSlotName: | QHttpThreadDelegate::sslErrorsSlot | Prototype: | void QHttpThreadDelegate::sslErrorsSlot(const QList<QSslError> &errors) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 675-689 |
| | 10 | 4 |
QHttpSocketEngine::waitForReadOrWriteName: | QHttpSocketEngine::waitForReadOrWrite | Prototype: | bool QHttpSocketEngine::waitForReadOrWrite(bool *readyToRead, bool *readyToWrite, bool checkRead, bool checkWrite, int msecs, bool *timedOut) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 432-451 |
| | 10 | 4 |
QHttpNetworkConnectionChannel::resetUploadDataName: | QHttpNetworkConnectionChannel::resetUploadData | Prototype: | bool QHttpNetworkConnectionChannel::resetUploadData() | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | Lines: | 601-618 |
| | 10 | 4 |
QHttpNetworkConnectionChannel::pipelineIntoName: | QHttpNetworkConnectionChannel::pipelineInto | Prototype: | void QHttpNetworkConnectionChannel::pipelineInto(HttpMessagePair &pair) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | Lines: | 661-683 |
| | 10 | 1 |
QHighDpiScaling::setGlobalFactorName: | QHighDpiScaling::setGlobalFactor | Prototype: | void QHighDpiScaling::setGlobalFactor(qreal factor) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | Lines: | 323-336 |
| | 10 | 4 |
QHeaderViewPrivate::updateHiddenSectionsName: | QHeaderViewPrivate::updateHiddenSections | Prototype: | void QHeaderViewPrivate::updateHiddenSections(int logicalFirst, int logicalLast) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 1962-1976 |
| | 10 | 5 |
QHeaderViewPrivate::createSectionItemsName: | QHeaderViewPrivate::createSectionItems | Prototype: | void QHeaderViewPrivate::createSectionItems(int start, int end, int size, QHeaderView::ResizeMode mode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 3432-3446 |
| | 10 | 3 |
QHeaderViewPrivate::_q_layoutAboutToBeChangedName: | QHeaderViewPrivate::_q_layoutAboutToBeChanged | Prototype: | void QHeaderViewPrivate::_q_layoutAboutToBeChanged() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 2064-2082 |
| | 10 | 5 |
QHeaderView::setStretchLastSectionName: | QHeaderView::setStretchLastSection | Prototype: | void QHeaderView::setStretchLastSection(bool stretch) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 1499-1513 |
| | 10 | 4 |
QHeaderView::sectionViewportPositionName: | QHeaderView::sectionViewportPosition | Prototype: | int QHeaderView::sectionViewportPosition(int logicalIndex) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 693-705 |
| | 10 | 4 |
QHeaderView::sectionSizeName: | QHeaderView::sectionSize | Prototype: | int QHeaderView::sectionSize(int logicalIndex) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 648-660 |
| | 10 | 4 |
QHeaderView::dataChangedName: | QHeaderView::dataChanged | Prototype: | void QHeaderView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 2908-2921 |
| | 10 | 4 |
QGuiApplicationPrivate::updateFilteredScreenOrientationName: | QGuiApplicationPrivate::updateFilteredScreenOrientation | Prototype: | void QGuiApplicationPrivate::updateFilteredScreenOrientation(QScreen *s) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2675-2687 |
| | 10 | 4 |
QGuiApplicationPrivate::tryCloseRemainingWindowsName: | QGuiApplicationPrivate::tryCloseRemainingWindows | Prototype: | bool QGuiApplicationPrivate::tryCloseRemainingWindows(QWindowList processedWindows) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3090-3104 |
| | 10 | 4 |
QGroupBoxPrivate::_q_setChildrenEnabledName: | QGroupBoxPrivate::_q_setChildrenEnabled | Prototype: | void QGroupBoxPrivate::_q_setChildrenEnabled(bool b) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | Lines: | 655-672 |
| | 10 | 6 |
QGroupBox::setCheckedName: | QGroupBox::setChecked | Prototype: | void QGroupBox::setChecked(bool b) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | Lines: | 634-649 |
| | 10 | 2 |
QGridLayoutRowData::totalBoxName: | QGridLayoutRowData::totalBox | Prototype: | QGridLayoutBox QGridLayoutRowData::totalBox(int start, int end) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 449-463 |
| | 10 | 4 |
QGridLayoutPrivate::takeAtName: | QGridLayoutPrivate::takeAt | Prototype: | inline QLayoutItem *takeAt(int index) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 157-172 |
| | 10 | 5 |
QGridLayoutPrivate::heightForWidthName: | QGridLayoutPrivate::heightForWidth | Prototype: | int QGridLayoutPrivate::heightForWidth(int w, int hSpacing, int vSpacing) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 410-424 |
| | 10 | 3 |
QGridLayoutEngine::effectiveAlignmentName: | QGridLayoutEngine::effectiveAlignment | Prototype: | Qt::Alignment QGridLayoutEngine::effectiveAlignment(const QGridLayoutItem *layoutItem) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 934-951 |
| | 10 | 4 |
QGridLayout::addWidgetName: | QGridLayout::addWidget | Prototype: | void QGridLayout::addWidget(QWidget *widget, int fromRow, int fromColumn, int rowSpan, int columnSpan, Qt::Alignment alignment) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 1467-1480 |
| | 10 | 2 |
QGraphicsViewPrivate::updateScrollName: | QGraphicsViewPrivate::updateScroll | Prototype: | void QGraphicsViewPrivate::updateScroll() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | Lines: | 593-610 |
| | 10 | 3 |
QGraphicsView::resetCachedContentName: | QGraphicsView::resetCachedContent | Prototype: | void QGraphicsView::resetCachedContent() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | Lines: | 1608-1625 |
| | 10 | 4 |
QGraphicsView::mouseMoveEventName: | QGraphicsView::mouseMoveEvent | Prototype: | void QGraphicsView::mouseMoveEvent(QMouseEvent *event) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | Lines: | 3331-3350 |
| | 10 | 3 |
QGraphicsView::dragMoveEventName: | QGraphicsView::dragMoveEvent | Prototype: | void QGraphicsView::dragMoveEvent(QDragMoveEvent *event) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | Lines: | 3110-3134 |
| | 10 | 3 |
QGraphicsScenePrivate::sendHoverEventName: | QGraphicsScenePrivate::sendHoverEvent | Prototype: | void QGraphicsScenePrivate::sendHoverEvent(QEvent::Type type, QGraphicsItem *item, QGraphicsSceneHoverEvent *hoverEvent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 1285-1298 |
| | 10 | 1 |
QGraphicsScenePrivate::addPopupName: | QGraphicsScenePrivate::addPopup | Prototype: | void QGraphicsScenePrivate::addPopup(QGraphicsWidget *widget) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 890-905 |
| | 10 | 3 |
QGraphicsScene::sendEventName: | QGraphicsScene::sendEvent | Prototype: | bool QGraphicsScene::sendEvent(QGraphicsItem *item, QEvent *event) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 5785-5799 |
| | 10 | 3 |
QGraphicsScene::mouseMoveEventName: | QGraphicsScene::mouseMoveEvent | Prototype: | void QGraphicsScene::mouseMoveEvent(QGraphicsSceneMouseEvent *mouseEvent) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 4059-4074 |
| | 10 | 3 |
QGraphicsScene::collidingItemsName: | QGraphicsScene::collidingItems | Prototype: | QList<QGraphicsItem *> QGraphicsScene::collidingItems(const QGraphicsItem *item, Qt::ItemSelectionMode mode) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 2120-2137 |
| | 10 | 4 |
QGraphicsPixmapItemPrivate::updateShapeName: | QGraphicsPixmapItemPrivate::updateShape | Prototype: | void updateShape() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 9566-9589 |
| | 10 | 5 |
QGraphicsOpacityEffect::setOpacityName: | QGraphicsOpacityEffect::setOpacity | Prototype: | void QGraphicsOpacityEffect::setOpacity(qreal opacity) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | Lines: | 1123-1138 |
| | 10 | 3 |
QGraphicsLinearLayout::removeAtName: | QGraphicsLinearLayout::removeAt | Prototype: | void QGraphicsLinearLayout::removeAt(int index) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslinearlayout.cpp | Lines: | 328-343 |
| | 10 | 4 |
QGraphicsLayout::widgetEventName: | QGraphicsLayout::widgetEvent | Prototype: | void QGraphicsLayout::widgetEvent(QEvent *e) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayout.cpp | Lines: | 391-410 |
| | 10 | 6 |
QGraphicsItemPrivate::updatePaintedViewBoundingRectsName: | QGraphicsItemPrivate::updatePaintedViewBoundingRects | Prototype: | void QGraphicsItemPrivate::updatePaintedViewBoundingRects(bool updateChildren) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 5628-5644 |
| | 10 | 5 |
QGraphicsItemPrivate::invalidateChildGraphicsEffectsRecursivelyName: | QGraphicsItemPrivate::invalidateChildGraphicsEffectsRecursively | Prototype: | void QGraphicsItemPrivate::invalidateChildGraphicsEffectsRecursively(QGraphicsItemPrivate::InvalidateReason reason) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 5503-5519 |
| | 10 | 5 |
QGraphicsItem::unsetCursorName: | QGraphicsItem::unsetCursor | Prototype: | void QGraphicsItem::unsetCursor() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 2291-2306 |
| | 10 | 5 |
QGraphicsItem::setBoundingRegionGranularityName: | QGraphicsItem::setBoundingRegionGranularity | Prototype: | void QGraphicsItem::setBoundingRegionGranularity(qreal granularity) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 5400-5414 |
| | 10 | 3 |
QGraphicsBlurEffect::drawName: | QGraphicsBlurEffect::draw | Prototype: | void QGraphicsBlurEffect::draw(QPainter *painter) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | Lines: | 860-876 |
| | 10 | 3 |
QGraphicsAnchorLayoutPrivate::interpolateEdgeName: | QGraphicsAnchorLayoutPrivate::interpolateEdge | Prototype: | void QGraphicsAnchorLayoutPrivate::interpolateEdge(AnchorVertex *base, AnchorData *edge) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 2757-2775 |
| | 10 | 2 |
QGraphicsAnchorLayoutPrivate::calculateNonTrunkName: | QGraphicsAnchorLayoutPrivate::calculateNonTrunk | Prototype: | bool QGraphicsAnchorLayoutPrivate::calculateNonTrunk(const QList<QSimplexConstraint *> &constraints, const QList<AnchorData *> &variables) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 2262-2281 |
| | 10 | 3 |
QGraphicsAnchorLayout::removeAtName: | QGraphicsAnchorLayout::removeAt | Prototype: | void QGraphicsAnchorLayout::removeAt(int index) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout.cpp | Lines: | 454-470 |
| | 10 | 2 |
QGnomeTheme::themeHintName: | QGnomeTheme::themeHint | Prototype: | QVariant QGnomeTheme::themeHint(QPlatformTheme::ThemeHint hint) const | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 647-673 |
| | 10 | 13 |