| 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::seek| Name: | 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::setCodec| Name: | 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::getChar| Name: | 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::putString| Name: | 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::putString| Name: | 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::ungetChar| Name: | 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::cellAt| Name: | 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::fragmentAdded| Name: | 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::textureMapForGlyph| Name: | 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::current| Name: | 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::~QThreadData| Name: | 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::wakeUp| Name: | 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::start| Name: | 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::stealRunnable| Name: | 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::waitForDone| Name: | 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::setPriority| Name: | 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::start| Name: | 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::setPaused| Name: | 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::timerRemainingTime| Name: | 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::mouseMoveEvent| Name: | 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::tipChanged| Name: | 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::initStyleOption| Name: | 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::gapIndex| Name: | 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::item| Name: | 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::setUsePopupMenu| Name: | 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::takeAt| Name: | 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::~QToolBarLayout| Name: | 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::endDrag| Name: | 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::initDrag| Name: | 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::mousePressEvent| Name: | 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_widgetDestroyed| Name: | 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::page| Name: | 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::updateTabs| Name: | 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::changeEvent| Name: | 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::setMenu| Name: | 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::syncWithMenu| Name: | 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::map| Name: | 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::squareToQuad| Name: | 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::beginRemoveItems| Name: | 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::headerData| Name: | 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::index| Name: | 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::index| Name: | 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::insertRows| Name: | 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::collapseAll| Name: | 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::isFirstColumnSpanned| Name: | 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::mouseReleaseEvent| Name: | 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::selectionChanged| Name: | 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::updateGeometries| Name: | 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::beginAnimatedOperation| Name: | 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::draggablePaintPairs| Name: | 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::itemDecorationRect| Name: | 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::setHeaderItem| Name: | 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::sortChildren| Name: | 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::calculateIntersection| Name: | 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::edgeIsLeftOfEdge| Name: | 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::searchEdgeLeftOf| Name: | 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::splitEdge| Name: | 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::splitEdgeListRange| Name: | 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::splitEdgesAtIntersections| Name: | 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::setupDataStructures| Name: | 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::writeDatagram| Name: | 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::doEnsureInitialized| Name: | 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::setPrefixedText| Name: | 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::setActiveStack| Name: | 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::setStack| Name: | 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::setStackCurrentIndex| Name: | 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::setActive| Name: | 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::setIndex| Name: | 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::setGroup| Name: | 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::convertCase| Name: | 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::installAnimationDriver| Name: | 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::uninstallAnimationDriver| Name: | 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::QUnixPrintWidgetPrivate| Name: | 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::errorString| Name: | 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::setFragment| Name: | 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::setPassword| Name: | 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::setPath| Name: | 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::setQuery| Name: | 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::setUserInfo| Name: | 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::setUserName| Name: | 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::canDrop| Name: | 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::dataChanged| Name: | 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::layoutChanged| Name: | 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::setFileSystemModel| Name: | 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::appendAuthority| Name: | 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::queryItems| Name: | 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::QUuid| Name: | 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::QUuid| Name: | 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::setValueAt| Name: | 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::~QVectorPath| Name: | 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::commonPrefix| Name: | 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::fromString| Name: | 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::isPrefixOf| Name: | 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::setSideWidget| Name: | 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::setSelected| Name: | 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::backgroundRole| Name: | 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::childrenRegion| Name: | 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 |