Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QTextStream::operator>>Name: | QTextStream::operator>> | Prototype: | QTextStream &QTextStream::operator>>(char *c) | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 2309-2329 |
| | 15 | 4 |
QTextStream::seekName: | QTextStream::seek | Prototype: | bool QTextStream::seek(qint64 pos) | Coverage: | 58.333% (7/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 1196-1225 |
| | 17 | 4 |
QTextStream::setCodecName: | QTextStream::setCodec | Prototype: | void QTextStream::setCodec(QTextCodec *codec) | Coverage: | 83.333% (10/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 3049-3061 |
| | 8 | 4 |
QTextStreamPrivate::getCharName: | QTextStreamPrivate::getChar | Prototype: | inline bool QTextStreamPrivate::getChar(QChar *ch) | Coverage: | 88.889% (16/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 888-900 |
| | 9 | 4 |
QTextStreamPrivate::putStringName: | QTextStreamPrivate::putString | Prototype: | void QTextStreamPrivate::putString(QLatin1String data, bool number) | Coverage: | 37.500% (6/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 995-1018 |
| | 11 | 4 |
QTextStreamPrivate::putStringName: | QTextStreamPrivate::putString | Prototype: | void QTextStreamPrivate::putString(const QChar *data, int len, bool number) | Coverage: | 68.750% (11/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 966-990 |
| | 12 | 4 |
QTextStreamPrivate::ungetCharName: | QTextStreamPrivate::ungetChar | Prototype: | inline void QTextStreamPrivate::ungetChar(QChar ch) | Coverage: | 81.818% (9/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 905-921 |
| | 9 | 4 |
QTextTable::cellAtName: | QTextTable::cellAt | Prototype: | QTextTableCell QTextTable::cellAt(int position) const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 607-624 |
| | 12 | 4 |
QTextTablePrivate::fragmentAddedName: | QTextTablePrivate::fragmentAdded | Prototype: | void QTextTablePrivate::fragmentAdded(QChar type, uint fragment) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 400-416 |
| | 13 | 4 |
QTextureGlyphCache::textureMapForGlyphName: | QTextureGlyphCache::textureMapForGlyph | Prototype: | QImage QTextureGlyphCache::textureMapForGlyph(glyph_t g, QFixed subPixelPosition) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | Lines: | 263-273 |
| | 4 | 4 |
QThreadData::currentName: | QThreadData::current | Prototype: | QThreadData *QThreadData::current(bool createIfNecessary) | Coverage: | 81.818% (9/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 242-263 |
| | 15 | 4 |
QThreadData::~QThreadDataName: | QThreadData::~QThreadData | Prototype: | QThreadData::~QThreadData() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 66-95 |
| | 13 | 4 |
QThreadPipe::wakeUpName: | QThreadPipe::wakeUp | Prototype: | void QThreadPipe::wakeUp() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 173-188 |
| | 8 | 4 |
QThreadPool::startName: | QThreadPool::start | Prototype: | void QThreadPool::start(QRunnable *runnable, int priority) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | Lines: | 455-468 |
| | 8 | 4 |
QThreadPoolPrivate::stealRunnableName: | QThreadPoolPrivate::stealRunnable | Prototype: | bool QThreadPoolPrivate::stealRunnable(QRunnable *runnable) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | Lines: | 322-341 |
| | 11 | 4 |
QThreadPoolPrivate::waitForDoneName: | QThreadPoolPrivate::waitForDone | Prototype: | bool QThreadPoolPrivate::waitForDone(int msecs) | Coverage: | 94.118% (16/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | Lines: | 288-303 |
| | 11 | 4 |
QThreadPrivate::setPriorityName: | QThreadPrivate::setPriority | Prototype: | void QThreadPrivate::setPriority(QThread::Priority threadPriority) | Coverage: | 28.571% (4/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 721-761 |
| | 16 | 4 |
QThreadPrivate::startName: | QThreadPrivate::start | Prototype: | void *QThreadPrivate::start(void *arg) | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 320-373 |
| | 25 | 4 |
QTimeLine::setPausedName: | QTimeLine::setPaused | Prototype: | void QTimeLine::setPaused(bool paused) | Coverage: | 64.286% (9/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimeline.cpp | Lines: | 734-753 |
| | 14 | 4 |
QTimerInfoList::timerRemainingTimeName: | QTimerInfoList::timerRemainingTime | Prototype: | int QTimerInfoList::timerRemainingTime(int timerId) | Coverage: | 40.000% (4/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp | Lines: | 420-444 |
| | 12 | 4 |
QTipLabel::mouseMoveEventName: | QTipLabel::mouseMoveEvent | Prototype: | void QTipLabel::mouseMoveEvent(QMouseEvent *e) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qtooltip.cpp | Lines: | 242-252 |
| | 8 | 4 |
QTipLabel::tipChangedName: | QTipLabel::tipChanged | Prototype: | bool QTipLabel::tipChanged(const QPoint &pos, const QString &text, QObject *o) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qtooltip.cpp | Lines: | 427-439 |
| | 7 | 4 |
QToolBar::initStyleOptionName: | QToolBar::initStyleOption | Prototype: | void QToolBar::initStyleOption(QStyleOptionToolBar *option) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbar.cpp | Lines: | 1263-1291 |
| | 24 | 4 |
QToolBarAreaLayout::gapIndexName: | QToolBarAreaLayout::gapIndex | Prototype: | QList<int> QToolBarAreaLayout::gapIndex(const QPoint &pos) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | Lines: | 1033-1050 |
| | 12 | 4 |
QToolBarAreaLayout::itemName: | QToolBarAreaLayout::item | Prototype: | QToolBarAreaLayoutItem *QToolBarAreaLayout::item(const QList<int> &path) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | Lines: | 1113-1126 |
| | 10 | 4 |
QToolBarLayout::setUsePopupMenuName: | QToolBarLayout::setUsePopupMenu | Prototype: | void QToolBarLayout::setUsePopupMenu(bool set) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbarlayout.cpp | Lines: | 130-150 |
| | 15 | 4 |
QToolBarLayout::takeAtName: | QToolBarLayout::takeAt | Prototype: | QLayoutItem *QToolBarLayout::takeAt(int index) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbarlayout.cpp | Lines: | 173-193 |
| | 12 | 4 |
QToolBarLayout::~QToolBarLayoutName: | QToolBarLayout::~QToolBarLayout | Prototype: | QToolBarLayout::~QToolBarLayout() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbarlayout.cpp | Lines: | 100-110 |
| | 6 | 4 |
QToolBarPrivate::endDragName: | QToolBarPrivate::endDrag | Prototype: | void QToolBarPrivate::endDrag() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbar.cpp | Lines: | 215-240 |
| | 14 | 4 |
QToolBarPrivate::initDragName: | QToolBarPrivate::initDrag | Prototype: | void QToolBarPrivate::initDrag(const QPoint &pos) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbar.cpp | Lines: | 169-191 |
| | 16 | 4 |
QToolBarPrivate::mousePressEventName: | QToolBarPrivate::mousePressEvent | Prototype: | bool QToolBarPrivate::mousePressEvent(QMouseEvent *event) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbar.cpp | Lines: | 242-274 |
| | 11 | 4 |
QToolBoxPrivate::_q_widgetDestroyedName: | QToolBoxPrivate::_q_widgetDestroyed | Prototype: | void QToolBoxPrivate::_q_widgetDestroyed(QObject *object) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 449-474 |
| | 17 | 4 |
QToolBoxPrivate::pageName: | QToolBoxPrivate::page | Prototype: | const QToolBoxPrivate::Page *QToolBoxPrivate::page(QWidget *widget) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 132-141 |
| | 6 | 4 |
QToolBoxPrivate::updateTabsName: | QToolBoxPrivate::updateTabs | Prototype: | void QToolBoxPrivate::updateTabs() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 157-180 |
| | 17 | 4 |
QToolButton::changeEventName: | QToolButton::changeEvent | Prototype: | void QToolButton::changeEvent(QEvent *e) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbutton.cpp | Lines: | 568-585 |
| | 8 | 4 |
QToolButton::setMenuName: | QToolButton::setMenu | Prototype: | void QToolButton::setMenu(QMenu* menu) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbutton.cpp | Lines: | 642-663 |
| | 12 | 4 |
QTornOffMenu::syncWithMenuName: | QTornOffMenu::syncWithMenu | Prototype: | void syncWithMenu(QMenu *menu, QActionEvent *act) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 118-127 |
| | 7 | 4 |
QTransform::mapName: | QTransform::map | Prototype: | QRegion QTransform::map(const QRegion &r) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 1510-1527 |
| | 11 | 4 |
QTransform::squareToQuadName: | QTransform::squareToQuad | Prototype: | bool QTransform::squareToQuad(const QPolygonF &quad, QTransform &trans) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 1765-1819 |
| | 38 | 4 |
QTreeModel::beginRemoveItemsName: | QTreeModel::beginRemoveItems | Prototype: | void QTreeModel::beginRemoveItems(QTreeWidgetItem *parent, int row, int count) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 818-832 |
| | 9 | 4 |
QTreeModel::headerDataName: | QTreeModel::headerData | Prototype: | QVariant QTreeModel::headerData(int section, Qt::Orientation orientation, int role) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 519-529 |
| | 7 | 4 |
QTreeModel::indexName: | QTreeModel::index | Prototype: | QModelIndex QTreeModel::index(int row, int column, const QModelIndex &parent) const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 263-280 |
| | 11 | 4 |
QTreeModel::indexName: | QTreeModel::index | Prototype: | QModelIndex QTreeModel::index(const QTreeWidgetItem *item, int column) const | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 232-253 |
| | 16 | 4 |
QTreeModel::insertRowsName: | QTreeModel::insertRows | Prototype: | bool QTreeModel::insertRows(int row, int count, const QModelIndex &parent) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 426-446 |
| | 15 | 4 |
QTreeView::collapseAllName: | QTreeView::collapseAll | Prototype: | void QTreeView::collapseAll() | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 2734-2749 |
| | 11 | 4 |
QTreeView::isFirstColumnSpannedName: | QTreeView::isFirstColumnSpanned | Prototype: | bool QTreeView::isFirstColumnSpanned(int row, const QModelIndex &parent) const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 638-648 |
| | 8 | 4 |
QTreeView::mouseReleaseEventName: | QTreeView::mouseReleaseEvent | Prototype: | void QTreeView::mouseReleaseEvent(QMouseEvent *event) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 1906-1917 |
| | 7 | 4 |
QTreeView::selectionChangedName: | QTreeView::selectionChanged | Prototype: | void QTreeView::selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 3968-3995 |
| | 17 | 4 |
QTreeView::updateGeometriesName: | QTreeView::updateGeometries | Prototype: | void QTreeView::updateGeometries() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 2818-2839 |
| | 17 | 4 |
QTreeViewPrivate::beginAnimatedOperationName: | QTreeViewPrivate::beginAnimatedOperation | Prototype: | void QTreeViewPrivate::beginAnimatedOperation() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 3196-3218 |
| | 15 | 4 |
QTreeViewPrivate::draggablePaintPairsName: | QTreeViewPrivate::draggablePaintPairs | Prototype: | QItemViewPaintPairs QTreeViewPrivate::draggablePaintPairs(const QModelIndexList &indexes, QRect *r) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 1410-1423 |
| | 10 | 4 |
QTreeViewPrivate::itemDecorationRectName: | QTreeViewPrivate::itemDecorationRect | Prototype: | QRect QTreeViewPrivate::itemDecorationRect(const QModelIndex &index) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 3744-3769 |
| | 19 | 4 |
QTreeWidget::setHeaderItemName: | QTreeWidget::setHeaderItem | Prototype: | void QTreeWidget::setHeaderItem(QTreeWidgetItem *item) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 2728-2747 |
| | 14 | 4 |
QTreeWidgetItemPrivate::sortChildrenName: | QTreeWidgetItemPrivate::sortChildren | Prototype: | void QTreeWidgetItemPrivate::sortChildren(int column, Qt::SortOrder order, bool climb) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 2094-2108 |
| | 8 | 4 |
QTriangulator::ComplexToSimple::calculateIntersectionName: | QTriangulator::ComplexToSimple::calculateIntersection | Prototype: | template <typename T> bool QTriangulator<T>::ComplexToSimple::calculateIntersection(int left, int right) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 991-1024 |
| | 18 | 4 |
QTriangulator::ComplexToSimple::edgeIsLeftOfEdgeName: | QTriangulator::ComplexToSimple::edgeIsLeftOfEdge | Prototype: | template <typename T> bool QTriangulator<T>::ComplexToSimple::edgeIsLeftOfEdge(int leftEdgeIndex, int rightEdgeIndex) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 1026-1043 |
| | 8 | 4 |
QTriangulator::ComplexToSimple::searchEdgeLeftOfName: | QTriangulator::ComplexToSimple::searchEdgeLeftOf | Prototype: | template <typename T> QRBTree<int>::Node *QTriangulator<T>::ComplexToSimple::searchEdgeLeftOf(int edgeIndex, QRBTree<int>::Node *after) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 1061-1075 |
| | 10 | 4 |
QTriangulator::ComplexToSimple::splitEdgeName: | QTriangulator::ComplexToSimple::splitEdge | Prototype: | template <typename T> int QTriangulator<T>::ComplexToSimple::splitEdge(int splitIndex) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 1376-1405 |
| | 17 | 4 |
QTriangulator::ComplexToSimple::splitEdgeListRangeName: | QTriangulator::ComplexToSimple::splitEdgeListRange | Prototype: | template <typename T> void QTriangulator<T>::ComplexToSimple::splitEdgeListRange(QRBTree<int>::Node *leftmost, QRBTree<int>::Node *rightmost, int vertex, const QIntersectionPoint &intersectionPoint) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 1183-1200 |
| | 8 | 4 |
QTriangulator::ComplexToSimple::splitEdgesAtIntersectionsName: | QTriangulator::ComplexToSimple::splitEdgesAtIntersections | Prototype: | template <typename T> bool QTriangulator<T>::ComplexToSimple::splitEdgesAtIntersections() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 1407-1423 |
| | 11 | 4 |
QTriangulator::SimpleToMonotone::setupDataStructuresName: | QTriangulator::SimpleToMonotone::setupDataStructures | Prototype: | template <typename T> void QTriangulator<T>::SimpleToMonotone::setupDataStructures() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 1787-1818 |
| | 21 | 4 |
QUdpSocket::writeDatagramName: | QUdpSocket::writeDatagram | Prototype: | qint64 QUdpSocket::writeDatagram(const char *data, qint64 size, const QHostAddress &address, quint16 port) | Coverage: | 81.818% (9/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qudpsocket.cpp | Lines: | 330-352 |
| | 11 | 4 |
QUdpSocketPrivate::doEnsureInitializedName: | QUdpSocketPrivate::doEnsureInitialized | Prototype: | bool QUdpSocketPrivate::doEnsureInitialized(const QHostAddress &bindAddress, quint16 bindPort, const QHostAddress &remoteAddress) | Coverage: | 58.333% (7/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qudpsocket.cpp | Lines: | 129-147 |
| | 10 | 4 |
QUndoAction::setPrefixedTextName: | QUndoAction::setPrefixedText | Prototype: | void QUndoAction::setPrefixedText(const QString &text) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 406-420 |
| | 9 | 4 |
QUndoGroup::setActiveStackName: | QUndoGroup::setActiveStack | Prototype: | void QUndoGroup::setActiveStack(QUndoStack *stack) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundogroup.cpp | Lines: | 189-241 |
| | 43 | 4 |
QUndoModel::setStackName: | QUndoModel::setStack | Prototype: | void QUndoModel::setStack(QUndoStack *stack) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 112-130 |
| | 12 | 4 |
QUndoModel::setStackCurrentIndexName: | QUndoModel::setStackCurrentIndex | Prototype: | void QUndoModel::setStackCurrentIndex(const QModelIndex &index) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 148-160 |
| | 7 | 4 |
QUndoStack::setActiveName: | QUndoStack::setActive | Prototype: | void QUndoStack::setActive(bool active) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 1095-1109 |
| | 6 | 4 |
QUndoStackPrivate::setIndexName: | QUndoStackPrivate::setIndex | Prototype: | void QUndoStackPrivate::setIndex(int idx, bool clean) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 435-456 |
| | 14 | 4 |
QUndoView::setGroupName: | QUndoView::setGroup | Prototype: | void QUndoView::setGroup(QUndoGroup *group) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 389-410 |
| | 12 | 4 |
QUnicodeTables::convertCaseName: | QUnicodeTables::convertCase | Prototype: | template <typename Traits, typename T> static QString convertCase(T &str) | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5843-5862 |
| | 9 | 4 |
QUnifiedTimer::installAnimationDriverName: | QUnifiedTimer::installAnimationDriver | Prototype: | void QUnifiedTimer::installAnimationDriver(QAnimationDriver *d) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 517-530 |
| | 9 | 4 |
QUnifiedTimer::uninstallAnimationDriverName: | QUnifiedTimer::uninstallAnimationDriver | Prototype: | void QUnifiedTimer::uninstallAnimationDriver(QAnimationDriver *d) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 532-545 |
| | 9 | 4 |
QUnixPrintWidgetPrivate::QUnixPrintWidgetPrivateName: | QUnixPrintWidgetPrivate::QUnixPrintWidgetPrivate | Prototype: | QUnixPrintWidgetPrivate::QUnixPrintWidgetPrivate(QUnixPrintWidget *p, QPrinter *prn) | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | Lines: | 651-689 |
| | 23 | 4 |
QUrl::errorStringName: | QUrl::errorString | Prototype: | QString QUrl::errorString() const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 4041-4074 |
| | 29 | 4 |
QUrl::operator =Name: | QUrl::operator = | Prototype: | QUrl &QUrl::operator =(const QUrl &url) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3734-3748 |
| | 8 | 4 |
QUrl::setFragmentName: | QUrl::setFragment | Prototype: | void QUrl::setFragment(const QString &fragment, ParsingMode mode) | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3018-3034 |
| | 11 | 4 |
QUrl::setPasswordName: | QUrl::setPassword | Prototype: | void QUrl::setPassword(const QString &password, ParsingMode mode) | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2250-2266 |
| | 11 | 4 |
QUrl::setPathName: | QUrl::setPath | Prototype: | void QUrl::setPath(const QString &path, ParsingMode mode) | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2498-2520 |
| | 12 | 4 |
QUrl::setQueryName: | QUrl::setQuery | Prototype: | void QUrl::setQuery(const QString &query, ParsingMode mode) | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2655-2671 |
| | 11 | 4 |
QUrl::setUserInfoName: | QUrl::setUserInfo | Prototype: | void QUrl::setUserInfo(const QString &userInfo, ParsingMode mode) | Coverage: | 75.000% (9/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2087-2107 |
| | 13 | 4 |
QUrl::setUserNameName: | QUrl::setUserName | Prototype: | void QUrl::setUserName(const QString &userName, ParsingMode mode) | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2158-2174 |
| | 11 | 4 |
QUrlModel::canDropName: | QUrlModel::canDrop | Prototype: | bool QUrlModel::canDrop(QDragEnterEvent *event) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 128-140 |
| | 8 | 4 |
QUrlModel::dataChangedName: | QUrlModel::dataChanged | Prototype: | void QUrlModel::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 325-341 |
| | 11 | 4 |
QUrlModel::layoutChangedName: | QUrlModel::layoutChanged | Prototype: | void QUrlModel::layoutChanged() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 346-361 |
| | 12 | 4 |
QUrlModel::setFileSystemModelName: | QUrlModel::setFileSystemModel | Prototype: | void QUrlModel::setFileSystemModel(QFileSystemModel *model) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 297-320 |
| | 19 | 4 |
QUrlPrivate::appendAuthorityName: | QUrlPrivate::appendAuthority | Prototype: | inline void QUrlPrivate::appendAuthority(QString &appendTo, QUrl::FormattingOptions options, Section appendingTo) const | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 851-863 |
| | 7 | 4 |
QUrlQuery::queryItemsName: | QUrlQuery::queryItems | Prototype: | QList<QPair<QString, QString> > QUrlQuery::queryItems(QUrl::ComponentFormattingOptions encoding) const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 642-657 |
| | 12 | 4 |
QUuid::QUuidName: | QUuid::QUuid | Prototype: | QUuid::QUuid(const QString &text) | Coverage: | 66.667% (8/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | Lines: | 342-360 |
| | 10 | 4 |
QUuid::QUuidName: | QUuid::QUuid | Prototype: | QUuid::QUuid(const QByteArray &text) | Coverage: | 66.667% (8/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | Lines: | 391-409 |
| | 10 | 4 |
QVariant::operator=Name: | QVariant::operator= | Prototype: | QVariant& QVariant::operator=(const QVariant &variant) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 1881-1899 |
| | 12 | 4 |
QVariantAnimationPrivate::setValueAtName: | QVariantAnimationPrivate::setValueAt | Prototype: | void QVariantAnimationPrivate::setValueAt(qreal step, const QVariant &value) | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | Lines: | 316-336 |
| | 11 | 4 |
QVectorPath::~QVectorPathName: | QVectorPath::~QVectorPath | Prototype: | QVectorPath::~QVectorPath() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 63-75 |
| | 8 | 4 |
QVersionNumber::commonPrefixName: | QVersionNumber::commonPrefix | Prototype: | QVersionNumber QVersionNumber::commonPrefix(const QVersionNumber &v1, const QVersionNumber &v2) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qversionnumber.cpp | Lines: | 311-328 |
| | 10 | 4 |
QVersionNumber::fromStringName: | QVersionNumber::fromString | Prototype: | QVersionNumber QVersionNumber::fromString(const QString &string, int *suffixIndex) | Coverage: | 93.750% (15/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qversionnumber.cpp | Lines: | 424-449 |
| | 17 | 4 |
QVersionNumber::isPrefixOfName: | QVersionNumber::isPrefixOf | Prototype: | bool QVersionNumber::isPrefixOf(const QVersionNumber &other) const noexcept | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qversionnumber.cpp | Lines: | 238-247 |
| | 6 | 4 |
QWatermarkLabel::setSideWidgetName: | QWatermarkLabel::setSideWidget | Prototype: | void setSideWidget(QWidget *widget) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | Lines: | 463-473 |
| | 8 | 4 |
QWellArray::setSelectedName: | QWellArray::setSelected | Prototype: | void QWellArray::setSelected(int row, int col) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 416-436 |
| | 12 | 4 |
QWidget::backgroundRoleName: | QWidget::backgroundRole | Prototype: | QPalette::ColorRole QWidget::backgroundRole() const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 4405-4418 |
| | 9 | 4 |
QWidget::childrenRegionName: | QWidget::childrenRegion | Prototype: | QRegion QWidget::childrenRegion() const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 3797-3812 |
| | 10 | 4 |