| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QAssociativeIterable::value| Name: | QAssociativeIterable::value | | Prototype: | QVariant QAssociativeIterable::value(const QVariant &key) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4264-4270 |
| | 4 | 2 |
QAssociativeIterable::size| Name: | QAssociativeIterable::size | | Prototype: | int QAssociativeIterable::size() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4275-4278 |
| | 1 | 1 |
QAssociativeIterable::find| Name: | QAssociativeIterable::find | | Prototype: | QAssociativeIterable::const_iterator QAssociativeIterable::find(const QVariant &key) const | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4248-4257 |
| | 6 | 2 |
QAssociativeIterable::end| Name: | QAssociativeIterable::end | | Prototype: | QAssociativeIterable::const_iterator QAssociativeIterable::end() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4229-4234 |
| | 3 | 1 |
QAssociativeIterable::const_iterator::~const_iterator| Name: | QAssociativeIterable::const_iterator::~const_iterator | | Prototype: | QAssociativeIterable::const_iterator::~const_iterator() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4298-4304 |
| | 3 | 2 |
QAssociativeIterable::const_iterator::value| Name: | QAssociativeIterable::const_iterator::value | | Prototype: | const QVariant QAssociativeIterable::const_iterator::value() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4358-4365 |
| | 5 | 2 |
QAssociativeIterable::const_iterator::operator==| Name: | QAssociativeIterable::const_iterator::operator== | | Prototype: | bool QAssociativeIterable::const_iterator::operator==(const const_iterator &other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4373-4376 |
| | 1 | 1 |
QAssociativeIterable::const_iterator::operator=| Name: | QAssociativeIterable::const_iterator::operator= | | Prototype: | QAssociativeIterable::const_iterator& QAssociativeIterable::const_iterator::operator=(const const_iterator &other) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4318-4329 |
| | 7 | 2 |
QAssociativeIterable::const_iterator::operator-=| Name: | QAssociativeIterable::const_iterator::operator-= | | Prototype: | QAssociativeIterable::const_iterator &QAssociativeIterable::const_iterator::operator-=(int j) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4463-4467 |
| | 2 | 1 |
QAssociativeIterable::const_iterator::operator--| Name: | QAssociativeIterable::const_iterator::operator-- | | Prototype: | QAssociativeIterable::const_iterator &QAssociativeIterable::const_iterator::operator--() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4427-4431 |
| | 2 | 1 |
QAssociativeIterable::const_iterator::operator--| Name: | QAssociativeIterable::const_iterator::operator-- | | Prototype: | QAssociativeIterable::const_iterator QAssociativeIterable::const_iterator::operator--(int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4439-4445 |
| | 4 | 1 |
QAssociativeIterable::const_iterator::operator-| Name: | QAssociativeIterable::const_iterator::operator- | | Prototype: | QAssociativeIterable::const_iterator QAssociativeIterable::const_iterator::operator-(int j) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4489-4495 |
| | 4 | 1 |
QAssociativeIterable::const_iterator::operator+=| Name: | QAssociativeIterable::const_iterator::operator+= | | Prototype: | QAssociativeIterable::const_iterator &QAssociativeIterable::const_iterator::operator+=(int j) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4452-4456 |
| | 2 | 1 |
QAssociativeIterable::const_iterator::operator++| Name: | QAssociativeIterable::const_iterator::operator++ | | Prototype: | QAssociativeIterable::const_iterator &QAssociativeIterable::const_iterator::operator++() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4398-4402 |
| | 2 | 1 |
QAssociativeIterable::const_iterator::operator++| Name: | QAssociativeIterable::const_iterator::operator++ | | Prototype: | QAssociativeIterable::const_iterator QAssociativeIterable::const_iterator::operator++(int) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4411-4417 |
| | 4 | 1 |
QAssociativeIterable::const_iterator::operator+| Name: | QAssociativeIterable::const_iterator::operator+ | | Prototype: | QAssociativeIterable::const_iterator QAssociativeIterable::const_iterator::operator+(int j) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4475-4481 |
| | 4 | 1 |
QAssociativeIterable::const_iterator::operator*| Name: | QAssociativeIterable::const_iterator::operator* | | Prototype: | const QVariant QAssociativeIterable::const_iterator::operator*() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4334-4341 |
| | 5 | 2 |
QAssociativeIterable::const_iterator::operator!=| Name: | QAssociativeIterable::const_iterator::operator!= | | Prototype: | bool QAssociativeIterable::const_iterator::operator!=(const const_iterator &other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4384-4387 |
| | 1 | 1 |
QAssociativeIterable::const_iterator::key| Name: | QAssociativeIterable::const_iterator::key | | Prototype: | const QVariant QAssociativeIterable::const_iterator::key() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4346-4353 |
| | 5 | 2 |
QAssociativeIterable::const_iterator::find| Name: | QAssociativeIterable::const_iterator::find | | Prototype: | void QAssociativeIterable::const_iterator::find(const QVariant &key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4203-4208 |
| | 3 | 1 |
QAssociativeIterable::const_iterator::end| Name: | QAssociativeIterable::const_iterator::end | | Prototype: | void QAssociativeIterable::const_iterator::end() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4198-4201 |
| | 1 | 1 |
QAssociativeIterable::const_iterator::const_iterator| Name: | QAssociativeIterable::const_iterator::const_iterator | | Prototype: | QAssociativeIterable::const_iterator::const_iterator(const QAssociativeIterable &iter, QAtomicInt *ref_) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4181-4185 |
| | 1 | 1 |
QAssociativeIterable::const_iterator::const_iterator| Name: | QAssociativeIterable::const_iterator::const_iterator | | Prototype: | QAssociativeIterable::const_iterator::const_iterator(const QtMetaTypePrivate::QAssociativeIterableImpl &impl, QAtomicInt *ref_) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4187-4191 |
| | 1 | 1 |
QAssociativeIterable::const_iterator::const_iterator| Name: | QAssociativeIterable::const_iterator::const_iterator | | Prototype: | QAssociativeIterable::const_iterator::const_iterator(const const_iterator &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4309-4313 |
| | 1 | 1 |
QAssociativeIterable::const_iterator::begin| Name: | QAssociativeIterable::const_iterator::begin | | Prototype: | void QAssociativeIterable::const_iterator::begin() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4193-4196 |
| | 1 | 1 |
QAssociativeIterable::begin| Name: | QAssociativeIterable::begin | | Prototype: | QAssociativeIterable::const_iterator QAssociativeIterable::begin() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4216-4221 |
| | 3 | 1 |
QAssociativeIterable::QAssociativeIterable| Name: | QAssociativeIterable::QAssociativeIterable | | Prototype: | QAssociativeIterable::QAssociativeIterable(QtMetaTypePrivate::QAssociativeIterableImpl impl) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4173-4179 |
| | 2 | 1 |
QAsn1Element::write| Name: | QAsn1Element::write | | Prototype: | void QAsn1Element::write(QDataStream &stream) const | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 137-162 |
| | 13 | 3 |
QAsn1Element::toVector| Name: | QAsn1Element::toVector | | Prototype: | QVector<QAsn1Element> QAsn1Element::toVector() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 298-308 |
| | 7 | 3 |
QAsn1Element::toString| Name: | QAsn1Element::toString | | Prototype: | QString QAsn1Element::toString() const | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 335-349 |
| | 9 | 4 |
QAsn1Element::toObjectName| Name: | QAsn1Element::toObjectName | | Prototype: | QByteArray QAsn1Element::toObjectName() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 329-333 |
| | 2 | 1 |
QAsn1Element::toObjectId| Name: | QAsn1Element::toObjectId | | Prototype: | QByteArray QAsn1Element::toObjectId() const | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 310-327 |
| | 12 | 4 |
QAsn1Element::toInteger| Name: | QAsn1Element::toInteger | | Prototype: | qint64 QAsn1Element::toInteger(bool *ok) const | | Coverage: | 42.857% (9/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 274-296 |
| | 14 | 7 |
QAsn1Element::toInfo| Name: | QAsn1Element::toInfo | | Prototype: | QMultiMap<QByteArray, QString> QAsn1Element::toInfo() const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 254-272 |
| | 13 | 5 |
QAsn1Element::toDateTime| Name: | QAsn1Element::toDateTime | | Prototype: | QDateTime QAsn1Element::toDateTime() const | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 231-252 |
| | 18 | 4 |
QAsn1Element::toBool| Name: | QAsn1Element::toBool | | Prototype: | bool QAsn1Element::toBool(bool *ok) const | | Coverage: | 81.250% (13/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 214-229 |
| | 11 | 6 |
QAsn1Element::read| Name: | QAsn1Element::read | | Prototype: | bool QAsn1Element::read(QDataStream &stream) | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 91-129 |
| | 24 | 6 |
QAsn1Element::read| Name: | QAsn1Element::read | | Prototype: | bool QAsn1Element::read(const QByteArray &data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 131-135 |
| | 2 | 1 |
QAsn1Element::fromVector| Name: | QAsn1Element::fromVector | | Prototype: | QAsn1Element QAsn1Element::fromVector(const QVector<QAsn1Element> &items) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 181-189 |
| | 6 | 2 |
QAsn1Element::fromObjectId| Name: | QAsn1Element::fromObjectId | | Prototype: | QAsn1Element QAsn1Element::fromObjectId(const QByteArray &id) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 191-212 |
| | 17 | 3 |
QAsn1Element::fromInteger| Name: | QAsn1Element::fromInteger | | Prototype: | QAsn1Element QAsn1Element::fromInteger(unsigned int val) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 170-179 |
| | 6 | 2 |
QAsn1Element::fromBool| Name: | QAsn1Element::fromBool | | Prototype: | QAsn1Element QAsn1Element::fromBool(bool val) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 164-168 |
| | 2 | 1 |
QAsn1Element::QAsn1Element| Name: | QAsn1Element::QAsn1Element | | Prototype: | QAsn1Element::QAsn1Element(quint8 type, const QByteArray &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 85-89 |
| | 2 | 1 |
QArrayData::deallocate| Name: | QArrayData::deallocate | | Prototype: | void QArrayData::deallocate(QArrayData *data, size_t objectSize, size_t alignment) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qarraydata.cpp | | Lines: | 125-141 |
| | 20 | 2 |
QArrayData::allocate| Name: | QArrayData::allocate | | Prototype: | QArrayData *QArrayData::allocate(size_t objectSize, size_t alignment, size_t capacity, AllocationOptions options) noexcept | | Coverage: | 86.364% (19/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qarraydata.cpp | | Lines: | 66-123 |
| | 33 | 7 |
QApplicationStateChangeEvent::applicationState| Name: | QApplicationStateChangeEvent::applicationState | | Prototype: | Qt::ApplicationState QApplicationStateChangeEvent::applicationState() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 5117-5120 |
| | 1 | 1 |
QApplicationStateChangeEvent::QApplicationStateChangeEvent| Name: | QApplicationStateChangeEvent::QApplicationStateChangeEvent | | Prototype: | QApplicationStateChangeEvent::QApplicationStateChangeEvent(Qt::ApplicationState applicationState) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 5109-5112 |
| | 2 | 1 |
QApplicationPrivate::~QApplicationPrivate| Name: | QApplicationPrivate::~QApplicationPrivate | | Prototype: | QApplicationPrivate::~QApplicationPrivate() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 195-199 |
| | 2 | 2 |
QApplicationPrivate::updateTouchPointsForWidget| Name: | QApplicationPrivate::updateTouchPointsForWidget | | Prototype: | bool QApplicationPrivate::updateTouchPointsForWidget(QWidget *widget, QTouchEvent *touchEvent) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4307-4327 |
| | 13 | 3 |
QApplicationPrivate::tryModalHelper| Name: | QApplicationPrivate::tryModalHelper | | Prototype: | bool QApplicationPrivate::tryModalHelper(QWidget *widget, QWidget **rettop) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2613-2624 |
| | 6 | 3 |
QApplicationPrivate::tryCloseAllWindows| Name: | QApplicationPrivate::tryCloseAllWindows | | Prototype: | bool QApplicationPrivate::tryCloseAllWindows() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1937-1942 |
| | 3 | 1 |
QApplicationPrivate::tryCloseAllWidgetWindows| Name: | QApplicationPrivate::tryCloseAllWidgetWindows | | Prototype: | bool QApplicationPrivate::tryCloseAllWidgetWindows(QWindowList *processedWindows) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1908-1935 |
| | 20 | 10 |
QApplicationPrivate::translateTouchCancel| Name: | QApplicationPrivate::translateTouchCancel | | Prototype: | void QApplicationPrivate::translateTouchCancel(QTouchDevice *device, ulong timestamp) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4525-4545 |
| | 16 | 4 |
QApplicationPrivate::translateRawTouchEvent| Name: | QApplicationPrivate::translateRawTouchEvent | | Prototype: | bool QApplicationPrivate::translateRawTouchEvent(QWidget *window, QTouchDevice *device, const QList<QTouchEvent::TouchPoint> &touchPoints, ulong timestamp) | | Coverage: | 0.000% (0/84) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4383-4523 |
| | 81 | 26 |
QApplicationPrivate::shouldSetFocus| Name: | QApplicationPrivate::shouldSetFocus | | Prototype: | bool QApplicationPrivate::shouldSetFocus(QWidget *w, Qt::FocusPolicy policy) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4294-4305 |
| | 8 | 4 |
QApplicationPrivate::shouldQuit| Name: | QApplicationPrivate::shouldQuit | | Prototype: | bool QApplicationPrivate::shouldQuit() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2978-2994 |
| | 9 | 4 |
QApplicationPrivate::setSystemPalette| Name: | QApplicationPrivate::setSystemPalette | | Prototype: | void QApplicationPrivate::setSystemPalette(const QPalette &pal) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1550-1577 |
| | 7 | 3 |
QApplicationPrivate::setSystemFont| Name: | QApplicationPrivate::setSystemFont | | Prototype: | void QApplicationPrivate::setSystemFont(const QFont &font) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1706-1715 |
| | 5 | 3 |
QApplicationPrivate::setPalette_helper| Name: | QApplicationPrivate::setPalette_helper | | Prototype: | void QApplicationPrivate::setPalette_helper(const QPalette &palette, const char* className, bool clearWidgetPaletteHash) | | Coverage: | 0.000% (0/58) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1465-1518 |
| | 34 | 14 |
QApplicationPrivate::setFocusWidget| Name: | QApplicationPrivate::setFocusWidget | | Prototype: | void QApplicationPrivate::setFocusWidget(QWidget *focus, Qt::FocusReason reason) | | Coverage: | 0.000% (0/48) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1827-1880 |
| | 30 | 12 |
QApplicationPrivate::sendSyntheticEnterLeave| Name: | QApplicationPrivate::sendSyntheticEnterLeave | | Prototype: | void QApplicationPrivate::sendSyntheticEnterLeave(QWidget *widget) | | Coverage: | 0.000% (0/52) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2806-2850 |
| | 27 | 10 |
QApplicationPrivate::sendMouseEvent| Name: | QApplicationPrivate::sendMouseEvent | | Prototype: | bool QApplicationPrivate::sendMouseEvent(QWidget *receiver, QMouseEvent *event, QWidget *alienWidget, QWidget *nativeWidget, QWidget **buttonDown, QPointer<QWidget> &lastMouseReceiver, bool spontaneous) | | Coverage: | 0.000% (0/89) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2703-2796 |
| | 47 | 17 |
QApplicationPrivate::process_cmdline| Name: | QApplicationPrivate::process_cmdline | | Prototype: | void QApplicationPrivate::process_cmdline() | | Coverage: | 0.000% (0/48) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 470-520 |
| | 32 | 14 |
QApplicationPrivate::pickMouseReceiver| Name: | QApplicationPrivate::pickMouseReceiver | | Prototype: | QWidget *QApplicationPrivate::pickMouseReceiver(QWidget *candidate, const QPoint &windowPos, QPoint *pos, QEvent::Type type, Qt::MouseButtons buttons, QWidget *buttonDown, QWidget *alienWidget) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2667-2698 |
| | 14 | 5 |
QApplicationPrivate::openPopup| Name: | QApplicationPrivate::openPopup | | Prototype: | void QApplicationPrivate::openPopup(QWidget *popup) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 3903-3924 |
| | 12 | 6 |
QApplicationPrivate::notify_helper| Name: | QApplicationPrivate::notify_helper | | Prototype: | bool QApplicationPrivate::notify_helper(QObject *receiver, QEvent * e) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 3769-3802 |
| | 18 | 7 |
QApplicationPrivate::notifyWindowIconChanged| Name: | QApplicationPrivate::notifyWindowIconChanged | | Prototype: | void QApplicationPrivate::notifyWindowIconChanged() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1752-1768 |
| | 8 | 3 |
QApplicationPrivate::notifyThemeChanged| Name: | QApplicationPrivate::notifyThemeChanged | | Prototype: | void QApplicationPrivate::notifyThemeChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4547-4553 |
| | 4 | 1 |
QApplicationPrivate::notifyLayoutDirectionChange| Name: | QApplicationPrivate::notifyLayoutDirectionChange | | Prototype: | void QApplicationPrivate::notifyLayoutDirectionChange() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2091-2109 |
| | 9 | 3 |
QApplicationPrivate::notifyDragStarted| Name: | QApplicationPrivate::notifyDragStarted | | Prototype: | void QApplicationPrivate::notifyDragStarted(const QDrag *drag) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4556-4561 |
| | 2 | 1 |
QApplicationPrivate::notifyActiveWindowChange| Name: | QApplicationPrivate::notifyActiveWindowChange | | Prototype: | void QApplicationPrivate::notifyActiveWindowChange(QWindow *previous) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2244-2259 |
| | 11 | 6 |
QApplicationPrivate::modalState| Name: | QApplicationPrivate::modalState | | Prototype: | bool QApplicationPrivate::modalState() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2659-2662 |
| | 1 | 1 |
QApplicationPrivate::isWindowBlocked| Name: | QApplicationPrivate::isWindowBlocked | | Prototype: | bool QApplicationPrivate::isWindowBlocked(QWindow *window, QWindow **blockingWindow) const | | Coverage: | 0.000% (0/100) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2490-2606 |
| | 76 | 26 |
QApplicationPrivate::isBlockedByModal| Name: | QApplicationPrivate::isBlockedByModal | | Prototype: | bool QApplicationPrivate::isBlockedByModal(QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2483-2488 |
| | 3 | 1 |
QApplicationPrivate::isAlien| Name: | QApplicationPrivate::isAlien | | Prototype: | inline bool QApplicationPrivate::isAlien(QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 439-442 |
| | 1 | 1 |
QApplicationPrivate::initializeWidgetPaletteHash| Name: | QApplicationPrivate::initializeWidgetPaletteHash | | Prototype: | void QApplicationPrivate::initializeWidgetPaletteHash() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 696-718 |
| | 19 | 2 |
QApplicationPrivate::initializeWidgetFontHash::[lambda]| Name: | QApplicationPrivate::initializeWidgetFontHash::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 771-771 |
| | 0 | 1 |
QApplicationPrivate::initializeWidgetFontHash| Name: | QApplicationPrivate::initializeWidgetFontHash | | Prototype: | void QApplicationPrivate::initializeWidgetFontHash() | | Coverage: | 0.000% (0/92) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 720-772 |
| | 27 | 46 |
QApplicationPrivate::initializeMultitouch| Name: | QApplicationPrivate::initializeMultitouch | | Prototype: | void QApplicationPrivate::initializeMultitouch() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4329-4332 |
| | 1 | 1 |
QApplicationPrivate::initialize| Name: | QApplicationPrivate::initialize | | Prototype: | void QApplicationPrivate::initialize() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 637-687 |
| | 18 | 6 |
QApplicationPrivate::init| Name: | QApplicationPrivate::init | | Prototype: | void QApplicationPrivate::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 581-604 |
| | 8 | 1 |
QApplicationPrivate::inPopupMode| Name: | QApplicationPrivate::inPopupMode | | Prototype: | bool QApplicationPrivate::inPopupMode() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 3804-3807 |
| | 1 | 1 |
QApplicationPrivate::giveFocusAccordingToFocusPolicy| Name: | QApplicationPrivate::giveFocusAccordingToFocusPolicy | | Prototype: | void QApplicationPrivate::giveFocusAccordingToFocusPolicy(QWidget *widget, QEvent *event, QPoint localPos) | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4238-4292 |
| | 31 | 16 |
QApplicationPrivate::focusNextPrevChild_helper| Name: | QApplicationPrivate::focusNextPrevChild_helper | | Prototype: | QWidget *QApplicationPrivate::focusNextPrevChild_helper(QWidget *toplevel, bool next, bool *wrappingOccurred) | | Coverage: | 0.000% (0/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2266-2308 |
| | 30 | 10 |
QApplicationPrivate::findClosestTouchPointTarget| Name: | QApplicationPrivate::findClosestTouchPointTarget | | Prototype: | QWidget *QApplicationPrivate::findClosestTouchPointTarget(QTouchDevice *device, const QTouchEvent::TouchPoint &touchPoint) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4347-4370 |
| | 18 | 4 |
QApplicationPrivate::dispatchEnterLeave| Name: | QApplicationPrivate::dispatchEnterLeave | | Prototype: | void QApplicationPrivate::dispatchEnterLeave(QWidget* enter, QWidget* leave, const QPointF &globalPosF) | | Coverage: | 0.000% (0/146) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2317-2472 |
| | 90 | 32 |
QApplicationPrivate::desktopStyleKey| Name: | QApplicationPrivate::desktopStyleKey | | Prototype: | QString QApplicationPrivate::desktopStyleKey() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1719-1732 |
| | 7 | 4 |
QApplicationPrivate::createEventDispatcher| Name: | QApplicationPrivate::createEventDispatcher | | Prototype: | void QApplicationPrivate::createEventDispatcher() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 201-204 |
| | 1 | 1 |
QApplicationPrivate::closePopup| Name: | QApplicationPrivate::closePopup | | Prototype: | void QApplicationPrivate::closePopup(QWidget *popup) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 3844-3899 |
| | 29 | 11 |
QApplicationPrivate::cleanupMultitouch| Name: | QApplicationPrivate::cleanupMultitouch | | Prototype: | void QApplicationPrivate::cleanupMultitouch() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4338-4341 |
| | 1 | 1 |
QApplicationPrivate::applyQIconStyleHelper| Name: | QApplicationPrivate::applyQIconStyleHelper | | Prototype: | QPixmap QApplicationPrivate::applyQIconStyleHelper(QIcon::Mode mode, const QPixmap& base) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4576-4581 |
| | 3 | 1 |
QApplicationPrivate::activateImplicitTouchGrab| Name: | QApplicationPrivate::activateImplicitTouchGrab | | Prototype: | void QApplicationPrivate::activateImplicitTouchGrab(QWidget *widget, QTouchEvent *touchEvent) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4372-4381 |
| | 5 | 3 |
QApplicationPrivate::QApplicationPrivate| Name: | QApplicationPrivate::QApplicationPrivate | | Prototype: | QApplicationPrivate::QApplicationPrivate(int &argc, char **argv, int flags) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 181-193 |
| | 5 | 2 |
QApplication::~QApplication| Name: | QApplication::~QApplication | | Prototype: | QApplication::~QApplication() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 825-895 |
| | 42 | 6 |
QApplication::windowIcon| Name: | QApplication::windowIcon | | Prototype: | QIcon QApplication::windowIcon() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1741-1744 |
| | 1 | 1 |
QApplication::widgetAt| Name: | QApplication::widgetAt | | Prototype: | QWidget *QApplication::widgetAt(const QPoint &p) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 934-969 |
| | 24 | 7 |
QApplication::wheelScrollLines| Name: | QApplication::wheelScrollLines | | Prototype: | int QApplication::wheelScrollLines() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4125-4128 |
| | 1 | 1 |
QApplication::topLevelWidgets| Name: | QApplication::topLevelWidgets | | Prototype: | QWidgetList QApplication::topLevelWidgets() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1782-1793 |
| | 7 | 3 |
QApplication::topLevelAt| Name: | QApplication::topLevelAt | | Prototype: | QWidget *QApplication::topLevelAt(const QPoint &pos) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 382-389 |
| | 4 | 3 |
QApplication::styleSheet| Name: | QApplication::styleSheet | | Prototype: | QString QApplication::styleSheet() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1089-1092 |
| | 1 | 1 |