| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
PageItem::paint| Name: | PageItem::paint | | Prototype: | void PageItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | | Lines: | 85-144 |
| | 33 | 2 |
ParallelAnchorData::updateChildrenSizes| Name: | ParallelAnchorData::updateChildrenSizes | | Prototype: | void ParallelAnchorData::updateChildrenSizes() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 268-286 |
| | 12 | 2 |
Parser::eatBOM| Name: | Parser::eatBOM | | Prototype: | void Parser::eatBOM() | | Coverage: | 30.000% (3/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 248-257 |
| | 6 | 2 |
Parser::errorSymbol| Name: | Parser::errorSymbol | | Prototype: | Symbol Parser::errorSymbol() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2223-2227 |
| | 2 | 2 |
Parser::lexemUntil| Name: | Parser::lexemUntil | | Prototype: | QString Parser::lexemUntil(QCss::TokenType t) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2760-2766 |
| | 4 | 2 |
Parser::next| Name: | Parser::next | | Prototype: | bool Parser::next(QCss::TokenType t) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2732-2737 |
| | 3 | 2 |
Parser::parseClass| Name: | Parser::parseClass | | Prototype: | bool Parser::parseClass(QString *name) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2467-2472 |
| | 3 | 2 |
Parser::parseHexColor| Name: | Parser::parseHexColor | | Prototype: | bool Parser::parseHexColor(QColor *col) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2693-2702 |
| | 6 | 2 |
Parser::parsePseudoPage| Name: | Parser::parsePseudoPage | | Prototype: | bool Parser::parsePseudoPage(QString *selector) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2317-2322 |
| | 3 | 2 |
Parser::unquotedLexem| Name: | Parser::unquotedLexem | | Prototype: | QString Parser::unquotedLexem() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2750-2758 |
| | 5 | 2 |
PathSimplifier::BoundingVolumeHierarchy::newNode| Name: | PathSimplifier::BoundingVolumeHierarchy::newNode | | Prototype: | inline PathSimplifier::BVHNode *PathSimplifier::BoundingVolumeHierarchy::newNode() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 409-414 |
| | 3 | 2 |
PathSimplifier::Element::flip| Name: | PathSimplifier::Element::flip | | Prototype: | inline void PathSimplifier::Element::flip() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 474-483 |
| | 6 | 2 |
PathSimplifier::ElementAllocator::newElement| Name: | PathSimplifier::ElementAllocator::newElement | | Prototype: | inline PathSimplifier::Element *PathSimplifier::ElementAllocator::newElement() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 453-464 |
| | 9 | 2 |
PathSimplifier::ElementAllocator::~ElementAllocator| Name: | PathSimplifier::ElementAllocator::~ElementAllocator | | Prototype: | inline PathSimplifier::ElementAllocator::~ElementAllocator() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 434-441 |
| | 4 | 2 |
PathSimplifier::Event::operator <| Name: | PathSimplifier::Event::operator < | | Prototype: | inline bool PathSimplifier::Event::operator < (const Event &other) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 467-472 |
| | 3 | 2 |
PathSimplifier::PathSimplifier| Name: | PathSimplifier::PathSimplifier | | Prototype: | PathSimplifier::PathSimplifier(const QVectorPath &path, QDataBuffer<QPoint> &vertices, QDataBuffer<quint32> &indices, const QTransform &matrix) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 485-499 |
| | 7 | 2 |
PathSimplifier::calculateSeparatingAxisRange| Name: | PathSimplifier::calculateSeparatingAxisRange | | Prototype: | QPair<int, int> PathSimplifier::calculateSeparatingAxisRange(const QPoint &axis, Element *element) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 1215-1225 |
| | 7 | 2 |
PathSimplifier::setElementToCubic| Name: | PathSimplifier::setElementToCubic | | Prototype: | bool PathSimplifier::setElementToCubic(Element *element, quint32 pointIndex1, const QPoint &v, const QPoint &w, quint32 pointIndex2) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 1325-1351 |
| | 19 | 2 |
PathSimplifier::setElementToQuadratic| Name: | PathSimplifier::setElementToQuadratic | | Prototype: | bool PathSimplifier::setElementToQuadratic(Element *element, quint32 pointIndex1, const QPoint &ctrl, quint32 pointIndex2) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 1299-1323 |
| | 17 | 2 |
PathSimplifier::subDivCubic| Name: | PathSimplifier::subDivCubic | | Prototype: | inline void PathSimplifier::subDivCubic(const QPoint &u, const QPoint &v, const QPoint &w, const QPoint &q) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 1596-1607 |
| | 8 | 2 |
PathSimplifier::subDivQuadratic| Name: | PathSimplifier::subDivQuadratic | | Prototype: | inline void PathSimplifier::subDivQuadratic(const QPoint &u, const QPoint &v, const QPoint &w) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 1584-1594 |
| | 8 | 2 |
PressDelayHandler::instance| Name: | PressDelayHandler::instance | | Prototype: | static PressDelayHandler *instance() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qflickgesture.cpp | | Lines: | 139-145 |
| | 3 | 2 |
PressDelayHandler::pressed| Name: | PressDelayHandler::pressed | | Prototype: | void pressed(QEvent *e, int delay) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qflickgesture.cpp | | Lines: | 157-170 |
| | 7 | 2 |
QAbstractAnimation::pause| Name: | QAbstractAnimation::pause | | Prototype: | void QAbstractAnimation::pause() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 1395-1404 |
| | 5 | 2 |
QAbstractAnimation::resume| Name: | QAbstractAnimation::resume | | Prototype: | void QAbstractAnimation::resume() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 1413-1423 |
| | 6 | 2 |
QAbstractAnimation::setPaused| Name: | QAbstractAnimation::setPaused | | Prototype: | void QAbstractAnimation::setPaused(bool paused) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 1431-1437 |
| | 3 | 2 |
QAbstractAnimation::start| Name: | QAbstractAnimation::start | | Prototype: | void QAbstractAnimation::start(DeletionPolicy policy) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 1359-1366 |
| | 5 | 2 |
QAbstractAnimation::stop| Name: | QAbstractAnimation::stop | | Prototype: | void QAbstractAnimation::stop() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 1378-1386 |
| | 4 | 2 |
QAbstractButton::focusOutEvent| Name: | QAbstractButton::focusOutEvent | | Prototype: | void QAbstractButton::focusOutEvent(QFocusEvent *e) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 1168-1176 |
| | 5 | 2 |
QAbstractButton::iconSize| Name: | QAbstractButton::iconSize | | Prototype: | QSize QAbstractButton::iconSize() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 1268-1275 |
| | 5 | 2 |
QAbstractButton::nextCheckState| Name: | QAbstractButton::nextCheckState | | Prototype: | void QAbstractButton::nextCheckState() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 903-907 |
| | 2 | 2 |
QAbstractButton::setCheckable| Name: | QAbstractButton::setCheckable | | Prototype: | void QAbstractButton::setCheckable(bool checkable) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 590-598 |
| | 5 | 2 |
QAbstractButton::setShortcut| Name: | QAbstractButton::setShortcut | | Prototype: | void QAbstractButton::setShortcut(const QKeySequence &key) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 566-573 |
| | 5 | 2 |
QAbstractButton::setText| Name: | QAbstractButton::setText | | Prototype: | void QAbstractButton::setText(const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 512-529 |
| | 11 | 2 |
QAbstractButton::~QAbstractButton| Name: | QAbstractButton::~QAbstractButton | | Prototype: | QAbstractButton::~QAbstractButton() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 476-483 |
| | 3 | 2 |
QAbstractButtonPrivate::refresh| Name: | QAbstractButtonPrivate::refresh | | Prototype: | void QAbstractButtonPrivate::refresh() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 365-372 |
| | 4 | 2 |
QAbstractEventDispatcherPrivate::releaseTimerId| Name: | QAbstractEventDispatcherPrivate::releaseTimerId | | Prototype: | void QAbstractEventDispatcherPrivate::releaseTimerId(int timerId) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstracteventdispatcher.cpp | | Lines: | 96-102 |
| | 2 | 2 |
QAbstractFileEngine::create| Name: | QAbstractFileEngine::create | | Prototype: | QAbstractFileEngine *QAbstractFileEngine::create(const QString &fileName) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 204-217 |
| | 6 | 2 |
QAbstractFileEngine::entryList| Name: | QAbstractFileEngine::entryList | | Prototype: | QStringList QAbstractFileEngine::entryList(QDir::Filters filters, const QStringList &filterNames) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 631-640 |
| | 6 | 2 |
QAbstractFileEngine::map| Name: | QAbstractFileEngine::map | | Prototype: | uchar *QAbstractFileEngine::map(qint64 offset, qint64 size, QFile::MemoryMapFlags flags) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 803-813 |
| | 8 | 2 |
QAbstractFileEngineIterator::currentFileInfo| Name: | QAbstractFileEngineIterator::currentFileInfo | | Prototype: | QFileInfo QAbstractFileEngineIterator::currentFileInfo() const | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 1014-1022 |
| | 4 | 2 |
QAbstractGraphicsShapeItem::opaqueArea| Name: | QAbstractGraphicsShapeItem::opaqueArea | | Prototype: | QPainterPath QAbstractGraphicsShapeItem::opaqueArea() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8288-8294 |
| | 4 | 2 |
QAbstractGraphicsShapeItem::setBrush| Name: | QAbstractGraphicsShapeItem::setBrush | | Prototype: | void QAbstractGraphicsShapeItem::setBrush(const QBrush &brush) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8268-8275 |
| | 5 | 2 |
QAbstractGraphicsShapeItem::setPen| Name: | QAbstractGraphicsShapeItem::setPen | | Prototype: | void QAbstractGraphicsShapeItem::setPen(const QPen &pen) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8236-8245 |
| | 7 | 2 |
QAbstractItemModel::beginMoveColumns| Name: | QAbstractItemModel::beginMoveColumns | | Prototype: | bool QAbstractItemModel::beginMoveColumns(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild) | | Coverage: | 25.000% (4/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3058-3081 |
| | 16 | 2 |
QAbstractItemModel::beginMoveRows| Name: | QAbstractItemModel::beginMoveRows | | Prototype: | bool QAbstractItemModel::beginMoveRows(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2841-2863 |
| | 16 | 2 |
QAbstractItemModel::encodeData| Name: | QAbstractItemModel::encodeData | | Prototype: | void QAbstractItemModel::encodeData(const QModelIndexList &indexes, QDataStream &stream) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2504-2509 |
| | 3 | 2 |
QAbstractItemModel::flags| Name: | QAbstractItemModel::flags | | Prototype: | Qt::ItemFlags QAbstractItemModel::flags(const QModelIndex &index) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2210-2217 |
| | 4 | 2 |
QAbstractItemModel::hasIndex| Name: | QAbstractItemModel::hasIndex | | Prototype: | bool QAbstractItemModel::hasIndex(int row, int column, const QModelIndex &parent) const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 1716-1721 |
| | 3 | 2 |
QAbstractItemModel::headerData| Name: | QAbstractItemModel::headerData | | Prototype: | QVariant QAbstractItemModel::headerData(int section, Qt::Orientation orientation, int role) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2445-2451 |
| | 4 | 2 |
QAbstractItemModel::mimeTypes| Name: | QAbstractItemModel::mimeTypes | | Prototype: | QStringList QAbstractItemModel::mimeTypes() const | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 1845-1850 |
| | 2 | 2 |
QAbstractItemModel::persistentIndexList| Name: | QAbstractItemModel::persistentIndexList | | Prototype: | QModelIndexList QAbstractItemModel::persistentIndexList() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3258-3269 |
| | 8 | 2 |
QAbstractItemModel::setItemData| Name: | QAbstractItemModel::setItemData | | Prototype: | bool QAbstractItemModel::setItemData(const QModelIndex &index, const QMap<int, QVariant> &roles) | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 1822-1828 |
| | 4 | 2 |
QAbstractItemModel::supportedDragActions| Name: | QAbstractItemModel::supportedDragActions | | Prototype: | Qt::DropActions QAbstractItemModel::supportedDragActions() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 1996-2002 |
| | 4 | 2 |
QAbstractItemModelPrivate::Persistent::insertMultiAtEnd| Name: | QAbstractItemModelPrivate::Persistent::insertMultiAtEnd | | Prototype: | void QAbstractItemModelPrivate::Persistent::insertMultiAtEnd(const QModelIndex& key, QPersistentModelIndexData *data) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3746-3756 |
| | 7 | 2 |
QAbstractItemModelPrivate::invalidatePersistentIndex| Name: | QAbstractItemModelPrivate::invalidatePersistentIndex | | Prototype: | void QAbstractItemModelPrivate::invalidatePersistentIndex(const QModelIndex &index) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 519-527 |
| | 6 | 2 |
QAbstractItemModelPrivate::invalidatePersistentIndexes| Name: | QAbstractItemModelPrivate::invalidatePersistentIndexes | | Prototype: | void QAbstractItemModelPrivate::invalidatePersistentIndexes() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 505-512 |
| | 4 | 2 |
QAbstractItemView::clearSelection| Name: | QAbstractItemView::clearSelection | | Prototype: | void QAbstractItemView::clearSelection() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1210-1215 |
| | 3 | 2 |
QAbstractItemView::editorDestroyed| Name: | QAbstractItemView::editorDestroyed | | Prototype: | void QAbstractItemView::editorDestroyed(QObject *editor) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2906-2914 |
| | 6 | 2 |
QAbstractItemView::inputMethodQuery| Name: | QAbstractItemView::inputMethodQuery | | Prototype: | QVariant QAbstractItemView::inputMethodQuery(Qt::InputMethodQuery query) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 883-889 |
| | 4 | 2 |
QAbstractItemView::openPersistentEditor| Name: | QAbstractItemView::openPersistentEditor | | Prototype: | void QAbstractItemView::openPersistentEditor(const QModelIndex &index) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3140-3152 |
| | 8 | 2 |
QAbstractItemView::rowsInserted| Name: | QAbstractItemView::rowsInserted | | Prototype: | void QAbstractItemView::rowsInserted(const QModelIndex &, int, int) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3336-3342 |
| | 3 | 2 |
QAbstractItemView::scrollToBottom| Name: | QAbstractItemView::scrollToBottom | | Prototype: | void QAbstractItemView::scrollToBottom() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3254-3262 |
| | 5 | 2 |
QAbstractItemView::selectionChanged| Name: | QAbstractItemView::selectionChanged | | Prototype: | void QAbstractItemView::selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3603-3610 |
| | 3 | 2 |
QAbstractItemView::setAlternatingRowColors| Name: | QAbstractItemView::setAlternatingRowColors | | Prototype: | void QAbstractItemView::setAlternatingRowColors(bool enable) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1566-1572 |
| | 4 | 2 |
QAbstractItemView::setIconSize| Name: | QAbstractItemView::setIconSize | | Prototype: | void QAbstractItemView::setIconSize(const QSize &size) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1587-1595 |
| | 6 | 2 |
QAbstractItemView::setRootIndex| Name: | QAbstractItemView::setRootIndex | | Prototype: | void QAbstractItemView::setRootIndex(const QModelIndex &index) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1143-1153 |
| | 7 | 2 |
QAbstractItemView::sizeHintForIndex| Name: | QAbstractItemView::sizeHintForIndex | | Prototype: | QSize QAbstractItemView::sizeHintForIndex(const QModelIndex &index) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3058-3064 |
| | 4 | 2 |
QAbstractItemViewPrivate::_q_layoutChanged| Name: | QAbstractItemViewPrivate::_q_layoutChanged | | Prototype: | void QAbstractItemViewPrivate::_q_layoutChanged() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3574-3584 |
| | 5 | 2 |
QAbstractItemViewPrivate::_q_rowsInserted| Name: | QAbstractItemViewPrivate::_q_rowsInserted | | Prototype: | void QAbstractItemViewPrivate::_q_rowsInserted(const QModelIndex &index, int start, int end) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3517-3533 |
| | 10 | 2 |
QAbstractItemViewPrivate::doDelayedItemsLayout| Name: | QAbstractItemViewPrivate::doDelayedItemsLayout | | Prototype: | void QAbstractItemViewPrivate::doDelayedItemsLayout(int delay) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4172-4178 |
| | 3 | 2 |
QAbstractItemViewPrivate::removeEditor| Name: | QAbstractItemViewPrivate::removeEditor | | Prototype: | void QAbstractItemViewPrivate::removeEditor(QWidget *editor) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4354-4361 |
| | 4 | 2 |
QAbstractItemViewPrivate::selectAll| Name: | QAbstractItemViewPrivate::selectAll | | Prototype: | void QAbstractItemViewPrivate::selectAll(QItemSelectionModel::SelectionFlags command) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4461-4473 |
| | 9 | 2 |
QAbstractItemViewPrivate::selectedDraggableIndexes| Name: | QAbstractItemViewPrivate::selectedDraggableIndexes | | Prototype: | QModelIndexList QAbstractItemViewPrivate::selectedDraggableIndexes() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4475-4486 |
| | 7 | 2 |
QAbstractItemViewPrivate::shouldAutoScroll| Name: | QAbstractItemViewPrivate::shouldAutoScroll | | Prototype: | bool QAbstractItemViewPrivate::shouldAutoScroll(const QPoint &pos) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4161-4170 |
| | 7 | 2 |
QAbstractListModel::flags| Name: | QAbstractListModel::flags | | Prototype: | Qt::ItemFlags QAbstractListModel::flags(const QModelIndex &index) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3552-3558 |
| | 4 | 2 |
QAbstractNativeEventFilter::~QAbstractNativeEventFilter| Name: | QAbstractNativeEventFilter::~QAbstractNativeEventFilter | | Prototype: | QAbstractNativeEventFilter::~QAbstractNativeEventFilter() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstractnativeeventfilter.cpp | | Lines: | 70-75 |
| | 3 | 2 |
QAbstractOpenGLFunctions::~QAbstractOpenGLFunctions| Name: | QAbstractOpenGLFunctions::~QAbstractOpenGLFunctions | | Prototype: | QAbstractOpenGLFunctions::~QAbstractOpenGLFunctions() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | | Lines: | 255-261 |
| | 4 | 2 |
QAbstractPrintDialog::setFromTo| Name: | QAbstractPrintDialog::setFromTo | | Prototype: | void QAbstractPrintDialog::setFromTo(int from, int to) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp | | Lines: | 297-306 |
| | 12 | 2 |
QAbstractPrintDialog::~QAbstractPrintDialog| Name: | QAbstractPrintDialog::~QAbstractPrintDialog | | Prototype: | QAbstractPrintDialog::~QAbstractPrintDialog() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp | | Lines: | 135-140 |
| | 3 | 2 |
QAbstractProxyModel::headerData| Name: | QAbstractProxyModel::headerData | | Prototype: | QVariant QAbstractProxyModel::headerData(int section, Qt::Orientation orientation, int role) const | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp | | Lines: | 254-266 |
| | 8 | 2 |
QAbstractProxyModel::mimeData| Name: | QAbstractProxyModel::mimeData | | Prototype: | QMimeData* QAbstractProxyModel::mimeData(const QModelIndexList &indexes) const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp | | Lines: | 384-392 |
| | 6 | 2 |
QAbstractProxyModel::setHeaderData| Name: | QAbstractProxyModel::setHeaderData | | Prototype: | bool QAbstractProxyModel::setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp | | Lines: | 305-317 |
| | 8 | 2 |
QAbstractProxyModel::sourceModel| Name: | QAbstractProxyModel::sourceModel | | Prototype: | QAbstractItemModel *QAbstractProxyModel::sourceModel() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp | | Lines: | 161-167 |
| | 4 | 2 |
QAbstractScrollArea::minimumSizeHint| Name: | QAbstractScrollArea::minimumSizeHint | | Prototype: | QSize QAbstractScrollArea::minimumSizeHint() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1569-1583 |
| | 11 | 2 |
QAbstractScrollArea::setHorizontalScrollBar| Name: | QAbstractScrollArea::setHorizontalScrollBar | | Prototype: | void QAbstractScrollArea::setHorizontalScrollBar(QScrollBar *scrollBar) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 773-782 |
| | 5 | 2 |
QAbstractScrollArea::setSizeAdjustPolicy| Name: | QAbstractScrollArea::setSizeAdjustPolicy | | Prototype: | void QAbstractScrollArea::setSizeAdjustPolicy(SizeAdjustPolicy policy) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1641-1650 |
| | 6 | 2 |
QAbstractScrollArea::setVerticalScrollBar| Name: | QAbstractScrollArea::setVerticalScrollBar | | Prototype: | void QAbstractScrollArea::setVerticalScrollBar(QScrollBar *scrollBar) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 712-721 |
| | 5 | 2 |
QAbstractScrollArea::wheelEvent| Name: | QAbstractScrollArea::wheelEvent | | Prototype: | void QAbstractScrollArea::wheelEvent(QWheelEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1316-1323 |
| | 4 | 2 |
QAbstractScrollAreaPrivate::replaceScrollBar| Name: | QAbstractScrollAreaPrivate::replaceScrollBar | | Prototype: | void QAbstractScrollAreaPrivate::replaceScrollBar(QScrollBar *scrollBar, Qt::Orientation orientation) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 249-285 |
| | 30 | 2 |
QAbstractScrollAreaScrollBarContainer::addWidget| Name: | QAbstractScrollAreaScrollBarContainer::addWidget | | Prototype: | void QAbstractScrollAreaScrollBarContainer::addWidget(QWidget *widget, LogicalPosition position) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 196-208 |
| | 8 | 2 |
QAbstractSlider::setPageStep| Name: | QAbstractSlider::setPageStep | | Prototype: | void QAbstractSlider::setPageStep(int step) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractslider.cpp | | Lines: | 413-418 |
| | 3 | 2 |
QAbstractSlider::setRange| Name: | QAbstractSlider::setRange | | Prototype: | void QAbstractSlider::setRange(int min, int max) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractslider.cpp | | Lines: | 241-253 |
| | 9 | 2 |
QAbstractSlider::setRepeatAction| Name: | QAbstractSlider::setRepeatAction | | Prototype: | void QAbstractSlider::setRepeatAction(SliderAction action, int thresholdTime, int repeatTime) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractslider.cpp | | Lines: | 645-654 |
| | 5 | 2 |
QAbstractSliderPrivate::itemviewChangeSingleStep| Name: | QAbstractSliderPrivate::itemviewChangeSingleStep | | Prototype: | void QAbstractSliderPrivate::itemviewChangeSingleStep(int step) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractslider.cpp | | Lines: | 966-971 |
| | 3 | 2 |
QAbstractSocket::bytesAvailable| Name: | QAbstractSocket::bytesAvailable | | Prototype: | qint64 QAbstractSocket::bytesAvailable() const | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1762-1774 |
| | 5 | 2 |
QAbstractSocket::close| Name: | QAbstractSocket::close | | Prototype: | void QAbstractSocket::close() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2666-2675 |
| | 4 | 2 |
QAbstractSocket::~QAbstractSocket| Name: | QAbstractSocket::~QAbstractSocket | | Prototype: | QAbstractSocket::~QAbstractSocket() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1441-1449 |
| | 3 | 2 |
QAbstractSocketEngine::closeNotification| Name: | QAbstractSocketEngine::closeNotification | | Prototype: | void QAbstractSocketEngine::closeNotification() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 175-179 |
| | 2 | 2 |
QAbstractSocketEngine::connectionNotification| Name: | QAbstractSocketEngine::connectionNotification | | Prototype: | void QAbstractSocketEngine::connectionNotification() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 181-185 |
| | 2 | 2 |