| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QAbstractItemViewPrivate::updateGeometry| Name: | QAbstractItemViewPrivate::updateGeometry | | Prototype: | void QAbstractItemViewPrivate::updateGeometry() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4136-4143 |
| | 5 | 3 |
QAbstractItemViewPrivate::setHoverIndex| Name: | QAbstractItemViewPrivate::setHoverIndex | | Prototype: | void QAbstractItemViewPrivate::setHoverIndex(const QPersistentModelIndex &index) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 135-151 |
| | 11 | 3 |
QAbstractItemViewPrivate::selectedDraggableIndexes| Name: | QAbstractItemViewPrivate::selectedDraggableIndexes | | Prototype: | QModelIndexList QAbstractItemViewPrivate::selectedDraggableIndexes() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4425-4434 |
| | 6 | 3 |
QAbstractItemViewPrivate::openEditor| Name: | QAbstractItemViewPrivate::openEditor | | Prototype: | bool QAbstractItemViewPrivate::openEditor(const QModelIndex &index, QEvent *event) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4330-4351 |
| | 14 | 3 |
QAbstractItemViewPrivate::indexForEditor| Name: | QAbstractItemViewPrivate::indexForEditor | | Prototype: | QModelIndex QAbstractItemViewPrivate::indexForEditor(QWidget *editor) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4290-4301 |
| | 6 | 3 |
QAbstractItemViewPrivate::editorForIndex| Name: | QAbstractItemViewPrivate::editorForIndex | | Prototype: | const QEditorInfo & QAbstractItemViewPrivate::editorForIndex(const QModelIndex &index) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4270-4283 |
| | 6 | 3 |
QAbstractItemViewPrivate::draggablePaintPairs| Name: | QAbstractItemViewPrivate::draggablePaintPairs | | Prototype: | QItemViewPaintPairs QAbstractItemViewPrivate::draggablePaintPairs(const QModelIndexList &indexes, QRect *r) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4359-4376 |
| | 13 | 3 |
QAbstractItemViewPrivate::_q_rowsRemoved| Name: | QAbstractItemViewPrivate::_q_rowsRemoved | | Prototype: | void QAbstractItemViewPrivate::_q_rowsRemoved(const QModelIndex &index, int start, int end) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3359-3378 |
| | 13 | 3 |
QAbstractItemViewPrivate::_q_columnsRemoved| Name: | QAbstractItemViewPrivate::_q_columnsRemoved | | Prototype: | void QAbstractItemViewPrivate::_q_columnsRemoved(const QModelIndex &index, int start, int end) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3440-3459 |
| | 13 | 3 |
QAbstractItemViewPrivate::_q_columnsInserted| Name: | QAbstractItemViewPrivate::_q_columnsInserted | | Prototype: | void QAbstractItemViewPrivate::_q_columnsInserted(const QModelIndex &index, int start, int end) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3490-3508 |
| | 12 | 3 |
QAbstractItemView::verticalScrollbarValueChanged| Name: | QAbstractItemView::verticalScrollbarValueChanged | | Prototype: | void QAbstractItemView::verticalScrollbarValueChanged(int value) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2711-2719 |
| | 6 | 3 |
QAbstractItemView::update| Name: | QAbstractItemView::update | | Prototype: | void QAbstractItemView::update(const QModelIndex &index) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3220-3231 |
| | 5 | 3 |
QAbstractItemView::setCurrentIndex| Name: | QAbstractItemView::setCurrentIndex | | Prototype: | void QAbstractItemView::setCurrentIndex(const QModelIndex &index) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1061-1071 |
| | 7 | 3 |
QAbstractItemView::selectAll| Name: | QAbstractItemView::selectAll | | Prototype: | void QAbstractItemView::selectAll() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1154-1163 |
| | 7 | 3 |
QAbstractItemView::mouseDoubleClickEvent| Name: | QAbstractItemView::mouseDoubleClickEvent | | Prototype: | void QAbstractItemView::mouseDoubleClickEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1891-1911 |
| | 15 | 3 |
QAbstractItemView::indexWidget| Name: | QAbstractItemView::indexWidget | | Prototype: | QWidget* QAbstractItemView::indexWidget(const QModelIndex &index) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3175-3183 |
| | 5 | 3 |
QAbstractItemView::horizontalScrollbarValueChanged| Name: | QAbstractItemView::horizontalScrollbarValueChanged | | Prototype: | void QAbstractItemView::horizontalScrollbarValueChanged(int value) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2724-2732 |
| | 6 | 3 |
QAbstractItemView::focusNextPrevChild| Name: | QAbstractItemView::focusNextPrevChild | | Prototype: | bool QAbstractItemView::focusNextPrevChild(bool next) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1577-1587 |
| | 7 | 3 |
QAbstractItemView::edit| Name: | QAbstractItemView::edit | | Prototype: | void QAbstractItemView::edit(const QModelIndex &index) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1177-1184 |
| | 5 | 3 |
QAbstractItemView::dragEnterEvent| Name: | QAbstractItemView::dragEnterEvent | | Prototype: | void QAbstractItemView::dragEnterEvent(QDragEnterEvent *event) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1922-1934 |
| | 7 | 3 |
QAbstractItemView::commitData| Name: | QAbstractItemView::commitData | | Prototype: | void QAbstractItemView::commitData(QWidget *editor) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2835-2849 |
| | 12 | 3 |
QAbstractItemView::closePersistentEditor| Name: | QAbstractItemView::closePersistentEditor | | Prototype: | void QAbstractItemView::closePersistentEditor(const QModelIndex &index) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3109-3119 |
| | 7 | 3 |
QAbstractItemModelPrivate::rowsInserted| Name: | QAbstractItemModelPrivate::rowsInserted | | Prototype: | void QAbstractItemModelPrivate::rowsInserted(const QModelIndex &parent, int first, int last) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 601-618 |
| | 11 | 3 |
QAbstractItemModelPrivate::columnsInserted| Name: | QAbstractItemModelPrivate::columnsInserted | | Prototype: | void QAbstractItemModelPrivate::columnsInserted(const QModelIndex &parent, int first, int last) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 806-823 |
| | 11 | 3 |
QAbstractItemModel::mimeData| Name: | QAbstractItemModel::mimeData | | Prototype: | QMimeData *QAbstractItemModel::mimeData(const QModelIndexList &indexes) const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 1828-1842 |
| | 12 | 3 |
QAbstractItemModel::itemData| Name: | QAbstractItemModel::itemData | | Prototype: | QMap<int, QVariant> QAbstractItemModel::itemData(const QModelIndex &index) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 1731-1740 |
| | 6 | 3 |
QAbstractItemModel::endMoveRows| Name: | QAbstractItemModel::endMoveRows | | Prototype: | void QAbstractItemModel::endMoveRows() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2839-2859 |
| | 12 | 3 |
QAbstractItemModel::endMoveColumns| Name: | QAbstractItemModel::endMoveColumns | | Prototype: | void QAbstractItemModel::endMoveColumns() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3057-3077 |
| | 12 | 3 |
QAbstractFileEngineHandler::~QAbstractFileEngineHandler| Name: | QAbstractFileEngineHandler::~QAbstractFileEngineHandler | | Prototype: | QAbstractFileEngineHandler::~QAbstractFileEngineHandler() | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 137-147 |
| | 6 | 3 |
QAbstractEventDispatcher::removeNativeEventFilter| Name: | QAbstractEventDispatcher::removeNativeEventFilter | | Prototype: | void QAbstractEventDispatcher::removeNativeEventFilter(QAbstractNativeEventFilter *filter) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstracteventdispatcher.cpp | | Lines: | 419-428 |
| | 5 | 3 |
QAbstractButtonPrivate::emitToggled| Name: | QAbstractButtonPrivate::emitToggled | | Prototype: | void QAbstractButtonPrivate::emitToggled(bool checked) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 442-454 |
| | 7 | 3 |
QAbstractButtonPrivate::emitReleased| Name: | QAbstractButtonPrivate::emitReleased | | Prototype: | void QAbstractButtonPrivate::emitReleased() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 428-440 |
| | 7 | 3 |
QAbstractButtonPrivate::emitPressed| Name: | QAbstractButtonPrivate::emitPressed | | Prototype: | void QAbstractButtonPrivate::emitPressed() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 414-426 |
| | 7 | 3 |
QAbstractButtonPrivate::emitClicked| Name: | QAbstractButtonPrivate::emitClicked | | Prototype: | void QAbstractButtonPrivate::emitClicked() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 400-412 |
| | 7 | 3 |
QAbstractButton::setIconSize| Name: | QAbstractButton::setIconSize | | Prototype: | void QAbstractButton::setIconSize(const QSize &size) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 1270-1282 |
| | 8 | 3 |
QAbstractButton::setDown| Name: | QAbstractButton::setDown | | Prototype: | void QAbstractButton::setDown(bool down) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 665-676 |
| | 8 | 3 |
QAbstractButton::setAutoRepeat| Name: | QAbstractButton::setAutoRepeat | | Prototype: | void QAbstractButton::setAutoRepeat(bool autoRepeat) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 698-708 |
| | 7 | 3 |
QAbstractButton::mousePressEvent| Name: | QAbstractButton::mousePressEvent | | Prototype: | void QAbstractButton::mousePressEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 963-980 |
| | 12 | 3 |
QAbstractAnimation::~QAbstractAnimation| Name: | QAbstractAnimation::~QAbstractAnimation | | Prototype: | QAbstractAnimation::~QAbstractAnimation() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 1059-1070 |
| | 7 | 3 |
QAbstractAnimation::totalDuration| Name: | QAbstractAnimation::totalDuration | | Prototype: | int QAbstractAnimation::totalDuration() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 1254-1263 |
| | 7 | 3 |
PressDelayHandler::scrollerWasIntercepted| Name: | PressDelayHandler::scrollerWasIntercepted | | Prototype: | void scrollerWasIntercepted() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qflickgesture.cpp | | Lines: | 195-207 |
| | 6 | 3 |
PathSimplifier::setElementToCubicAndSimplify| Name: | PathSimplifier::setElementToCubicAndSimplify | | Prototype: | void PathSimplifier::setElementToCubicAndSimplify(Element *element, quint32 pointIndex1, const QPoint &v, const QPoint &w, quint32 pointIndex2) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 1347-1386 |
| | 29 | 3 |
Parser::testTokenAndEndsWith| Name: | Parser::testTokenAndEndsWith | | Prototype: | bool Parser::testTokenAndEndsWith(QCss::TokenType t, QLatin1String str) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2801-2809 |
| | 5 | 3 |
Parser::test| Name: | Parser::test | | Prototype: | bool Parser::test(QCss::TokenType t) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2732-2741 |
| | 6 | 3 |
Parser::parseFunction| Name: | Parser::parseFunction | | Prototype: | bool Parser::parseFunction(QString *name, QString *args) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2669-2684 |
| | 9 | 3 |
Parser::init| Name: | Parser::init | | Prototype: | void Parser::init(const QString &css, bool isFile) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2150-2173 |
| | 16 | 3 |
OffsetRegion| Name: | OffsetRegion | | Prototype: | static void OffsetRegion(QRegionPrivate ®ion, int x, int y) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 1900-1913 |
| | 8 | 3 |
NumericallyLess::operator()| Name: | NumericallyLess::operator() | | Prototype: | result_type operator()(const QStringRef &lhs, const QStringRef &rhs) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 458-472 |
| | 8 | 3 |
MinOverlapPlacer::findNonInsiders| Name: | MinOverlapPlacer::findNonInsiders | | Prototype: | QVector<QRect> MinOverlapPlacer::findNonInsiders(const QRect &domain, QVector<QRect> &source) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 481-496 |
| | 9 | 3 |
MinOverlapPlacer::findMinOverlapRect| Name: | MinOverlapPlacer::findMinOverlapRect | | Prototype: | QRect MinOverlapPlacer::findMinOverlapRect(const QVector<QRect> &source, const QVector<QRect> &rects) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 425-437 |
| | 8 | 3 |
MetaObject::customMetaObject| Name: | MetaObject::customMetaObject | | Prototype: | static const QMetaObject *customMetaObject(const int type) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 2029-2038 |
| | 7 | 3 |
MetaObject::MetaObjectImpl::MetaObject| Name: | MetaObject::MetaObjectImpl::MetaObject | | Prototype: | static const QMetaObject *MetaObject(int type) | | Coverage: | 36.364% (4/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 2013-2019 |
| | 5 | 3 |
IntersectionPoint::round| Name: | IntersectionPoint::round | | Prototype: | QPoint IntersectionPoint::round() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 149-157 |
| | 6 | 3 |
ImageReader::read| Name: | ImageReader::read | | Prototype: | bool read(QImage *image) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 381-392 |
| | 8 | 3 |
INCRTransaction::~INCRTransaction| Name: | INCRTransaction::~INCRTransaction | | Prototype: | ~INCRTransaction() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 182-196 |
| | 8 | 3 |
GraphPath::toString| Name: | GraphPath::toString | | Prototype: | QString GraphPath::toString() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 602-612 |
| | 6 | 3 |
GraphPath::constraint| Name: | GraphPath::constraint | | Prototype: | QSimplexConstraint *GraphPath::constraint(const GraphPath &path) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 574-599 |
| | 15 | 3 |
Flags::customTypeFlags| Name: | Flags::customTypeFlags | | Prototype: | static quint32 customTypeFlags(const int type) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1969-1978 |
| | 7 | 3 |
Flags::FlagsImpl::Flags| Name: | Flags::FlagsImpl::Flags | | Prototype: | static quint32 Flags(const int type) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1945-1956 |
| | 5 | 3 |
Declaration::styleFeaturesValue| Name: | Declaration::styleFeaturesValue | | Prototype: | int Declaration::styleFeaturesValue() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1618-1630 |
| | 9 | 3 |
Declaration::repeatValue| Name: | Declaration::repeatValue | | Prototype: | Repeat Declaration::repeatValue() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1570-1580 |
| | 8 | 3 |
Declaration::positionValue| Name: | Declaration::positionValue | | Prototype: | PositionMode Declaration::positionValue() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1594-1604 |
| | 8 | 3 |
Declaration::originValue| Name: | Declaration::originValue | | Prototype: | Origin Declaration::originValue() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1582-1592 |
| | 8 | 3 |
Declaration::attachmentValue| Name: | Declaration::attachmentValue | | Prototype: | Attachment Declaration::attachmentValue() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1606-1616 |
| | 8 | 3 |
Declaration::alignmentValue| Name: | Declaration::alignmentValue | | Prototype: | Qt::Alignment Declaration::alignmentValue() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1639-1649 |
| | 7 | 3 |
DBusConnection::serviceRegistered| Name: | DBusConnection::serviceRegistered | | Prototype: | void DBusConnection::serviceRegistered() | | Coverage: | 36.364% (4/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/dbusconnection.cpp | | Lines: | 102-130 |
| | 12 | 3 |
DBusConnection::connectA11yBus| Name: | DBusConnection::connectA11yBus | | Prototype: | void DBusConnection::connectA11yBus(const QString &address) | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/dbusconnection.cpp | | Lines: | 137-147 |
| | 6 | 3 |
DBusConnection::DBusConnection| Name: | DBusConnection::DBusConnection | | Prototype: | DBusConnection::DBusConnection(QObject *parent) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/dbusconnection.cpp | | Lines: | 63-81 |
| | 9 | 3 |
ControllerWidget::paintEvent| Name: | ControllerWidget::paintEvent | | Prototype: | void ControllerWidget::paintEvent(QPaintEvent * ) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 581-594 |
| | 10 | 3 |
ControlLabel::mouseReleaseEvent| Name: | ControlLabel::mouseReleaseEvent | | Prototype: | void ControlLabel::mouseReleaseEvent(QMouseEvent *mouseEvent) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 457-467 |
| | 6 | 3 |
ControlLabel::event| Name: | ControlLabel::event | | Prototype: | bool ControlLabel::event(QEvent *event) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 405-418 |
| | 8 | 3 |
ClientMessageScanner::checkEvent| Name: | ClientMessageScanner::checkEvent | | Prototype: | bool checkEvent(xcb_generic_event_t *event) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | | Lines: | 801-807 |
| | 5 | 3 |
Blend_ARGB32_on_RGB16_SourceAndConstAlpha::write| Name: | Blend_ARGB32_on_RGB16_SourceAndConstAlpha::write | | Prototype: | inline void write(quint16 *dst, quint32 src) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | | Lines: | 107-116 |
| | 7 | 3 |
Blend_ARGB32_on_RGB16_SourceAlpha::write| Name: | Blend_ARGB32_on_RGB16_SourceAlpha::write | | Prototype: | inline void write(quint16 *dst, quint32 src) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | | Lines: | 89-97 |
| | 6 | 3 |
BlendStateBinder::set| Name: | BlendStateBinder::set | | Prototype: | void set(bool blend) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | | Lines: | 154-164 |
| | 6 | 3 |
BezierEase::getBezierSegment| Name: | BezierEase::getBezierSegment | | Prototype: | void getBezierSegment(SingleCubicBezier * &singleCubicBezier, qreal x) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 505-517 |
| | 6 | 3 |
BezierEase::_cbrt| Name: | BezierEase::_cbrt | | Prototype: | qreal static inline _cbrt(qreal d) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 598-619 |
| | 10 | 3 |
AtSpiAdaptor::windowActivated| Name: | AtSpiAdaptor::windowActivated | | Prototype: | void AtSpiAdaptor::windowActivated(QObject* window, bool active) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 800-826 |
| | 17 | 3 |
AtSpiAdaptor::relationSet| Name: | AtSpiAdaptor::relationSet | | Prototype: | QSpiRelationArray AtSpiAdaptor::relationSet(QAccessibleInterface *interface, const QDBusConnection &connection) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1502-1521 |
| | 11 | 3 |
AtSpiAdaptor::registerApplication| Name: | AtSpiAdaptor::registerApplication | | Prototype: | void AtSpiAdaptor::registerApplication() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1338-1357 |
| | 14 | 3 |
AtSpiAdaptor::pathForObject| Name: | AtSpiAdaptor::pathForObject | | Prototype: | QString AtSpiAdaptor::pathForObject(QObject *object) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1530-1540 |
| | 5 | 3 |
AtSpiAdaptor::pathForInterface| Name: | AtSpiAdaptor::pathForInterface | | Prototype: | QString AtSpiAdaptor::pathForInterface(QAccessibleInterface *interface) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1542-1552 |
| | 7 | 3 |
AtSpiAdaptor::notifyAboutCreation| Name: | AtSpiAdaptor::notifyAboutCreation | | Prototype: | void AtSpiAdaptor::notifyAboutCreation(QAccessibleInterface *interface) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1196-1212 |
| | 9 | 3 |
AtSpiAdaptor::inheritsQAction| Name: | AtSpiAdaptor::inheritsQAction | | Prototype: | bool AtSpiAdaptor::inheritsQAction(QObject *object) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1554-1564 |
| | 7 | 3 |
AtSpiAdaptor::getAttributes| Name: | AtSpiAdaptor::getAttributes | | Prototype: | QVariantList AtSpiAdaptor::getAttributes(QAccessibleInterface *interface, int offset, bool includeDefaults) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 2050-2072 |
| | 15 | 3 |
AtSpiAdaptor::getAttributeValue| Name: | AtSpiAdaptor::getAttributeValue | | Prototype: | QVariantList AtSpiAdaptor::getAttributeValue(QAccessibleInterface *interface, int offset, const QString &attributeName) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 2074-2097 |
| | 19 | 3 |
xpmHash| Name: | xpmHash | | Prototype: | static quint64 xpmHash(const QString &str) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 48-56 |
| | 5 | 2 |
xpmHash| Name: | xpmHash | | Prototype: | static quint64 xpmHash(char *str) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 57-66 |
| | 6 | 2 |
xdgConfigDirs| Name: | xdgConfigDirs | | Prototype: | static QStringList xdgConfigDirs() | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths_unix.cpp | | Lines: | 298-308 |
| | 6 | 2 |
writingSystemFromLocale| Name: | writingSystemFromLocale | | Prototype: | static QFontDatabase::WritingSystem writingSystemFromLocale() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfontcombobox.cpp | | Lines: | 120-130 |
| | 6 | 2 |
write_png_image| Name: | write_png_image | | Prototype: | static bool write_png_image(const QImage &image, QIODevice *device, int quality, float gamma, const QString &description) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | | Lines: | 994-1004 |
| | 6 | 2 |
writeMSDosDate| Name: | writeMSDosDate | | Prototype: | static void writeMSDosDate(uchar *dest, const QDateTime& dt) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 97-121 |
| | 17 | 2 |
webDavSslTag| Name: | webDavSslTag | | Prototype: | static inline QString webDavSslTag() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 438-441 |
| | 0 | 2 |
webDavScheme| Name: | webDavScheme | | Prototype: | static inline QString webDavScheme() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 433-436 |
| | 0 | 2 |
visualRect| Name: | visualRect | | Prototype: | static void visualRect(QRectF *geom, Qt::LayoutDirection dir, const QRectF &contentsRect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 996-1000 |
| | 2 | 2 |
versionKeyLiteral| Name: | versionKeyLiteral | | Prototype: | inline QString versionKeyLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | | Lines: | 62-62 |
| | 0 | 2 |
versionKey| Name: | versionKey | | Prototype: | static inline QString versionKey() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 134-134 |
| | 0 | 2 |
vendorIdKey| Name: | vendorIdKey | | Prototype: | static inline QString vendorIdKey() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 138-138 |
| | 0 | 2 |
valueKey| Name: | valueKey | | Prototype: | static inline QString valueKey() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 132-132 |
| | 0 | 2 |
useScrollBar| Name: | useScrollBar | | Prototype: | static inline bool useScrollBar(const QRect &childrenRect, const QSize &maxViewportSize, Qt::Orientation orientation) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 227-238 |
| | 7 | 2 |