Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QAbstractItemViewPrivate::updateGeometryName: | 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::setHoverIndexName: | 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::selectedDraggableIndexesName: | 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::openEditorName: | 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::indexForEditorName: | 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::editorForIndexName: | 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::draggablePaintPairsName: | 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_rowsRemovedName: | 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_columnsRemovedName: | 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_columnsInsertedName: | 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::verticalScrollbarValueChangedName: | 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::updateName: | 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::setCurrentIndexName: | 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::selectAllName: | 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::mouseDoubleClickEventName: | 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::indexWidgetName: | 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::horizontalScrollbarValueChangedName: | 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::focusNextPrevChildName: | 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::editName: | 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::dragEnterEventName: | 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::commitDataName: | 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::closePersistentEditorName: | 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::rowsInsertedName: | 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::columnsInsertedName: | 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::mimeDataName: | 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::itemDataName: | 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::endMoveRowsName: | 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::endMoveColumnsName: | 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::~QAbstractFileEngineHandlerName: | 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::removeNativeEventFilterName: | 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::emitToggledName: | 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::emitReleasedName: | 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::emitPressedName: | 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::emitClickedName: | 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::setIconSizeName: | 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::setDownName: | 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::setAutoRepeatName: | 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::mousePressEventName: | 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::~QAbstractAnimationName: | 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::totalDurationName: | 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::scrollerWasInterceptedName: | 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::setElementToCubicAndSimplifyName: | 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::testTokenAndEndsWithName: | 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::testName: | 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::parseFunctionName: | 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::initName: | 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 |
OffsetRegionName: | 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::findNonInsidersName: | 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::findMinOverlapRectName: | 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::customMetaObjectName: | 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::MetaObjectName: | 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::roundName: | 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::readName: | 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::~INCRTransactionName: | 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::toStringName: | 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::constraintName: | 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::customTypeFlagsName: | 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::FlagsName: | 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::styleFeaturesValueName: | 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::repeatValueName: | 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::positionValueName: | 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::originValueName: | 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::attachmentValueName: | 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::alignmentValueName: | 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::serviceRegisteredName: | 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::connectA11yBusName: | 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::DBusConnectionName: | 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::paintEventName: | 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::mouseReleaseEventName: | 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::eventName: | 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::checkEventName: | 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::writeName: | 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::writeName: | 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::setName: | 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::getBezierSegmentName: | 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::_cbrtName: | 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::windowActivatedName: | 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::relationSetName: | 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::registerApplicationName: | 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::pathForObjectName: | 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::pathForInterfaceName: | 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::notifyAboutCreationName: | 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::inheritsQActionName: | 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::getAttributesName: | 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::getAttributeValueName: | 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 |
xpmHashName: | 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 |
xpmHashName: | 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 |
xdgConfigDirsName: | 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 |
writingSystemFromLocaleName: | 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_imageName: | 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 |
writeMSDosDateName: | 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 |
webDavSslTagName: | 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 |
webDavSchemeName: | 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 |
visualRectName: | 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 |
versionKeyLiteralName: | 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 |
versionKeyName: | 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 |
vendorIdKeyName: | 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 |
valueKeyName: | 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 |
useScrollBarName: | 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 |