Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QAction::setIconName: | QAction::setIcon | Prototype: | void QAction::setIcon(const QIcon &icon) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | Lines: | 642-647 |
| | 3 | 1 |
QActionPrivate::QActionPrivateName: | QActionPrivate::QActionPrivate | Prototype: | QActionPrivate::QActionPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | Lines: | 75-86 |
| | 3 | 1 |
QAdoptedThread::QAdoptedThreadName: | QAdoptedThread::QAdoptedThread | Prototype: | QAdoptedThread::QAdoptedThread(QThreadData *data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 117-129 |
| | 3 | 1 |
QAlphaPaintEngine::QAlphaPaintEngineName: | QAlphaPaintEngine::QAlphaPaintEngine | Prototype: | QAlphaPaintEngine::QAlphaPaintEngine(QAlphaPaintEnginePrivate &data, PaintEngineFeatures devcaps) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_alpha.cpp | Lines: | 53-57 |
| | 3 | 1 |
QAlphaPaintEnginePrivate::QAlphaPaintEnginePrivateName: | QAlphaPaintEnginePrivate::QAlphaPaintEnginePrivate | Prototype: | QAlphaPaintEnginePrivate::QAlphaPaintEnginePrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_alpha.cpp | Lines: | 388-403 |
| | 3 | 1 |
QAnimationDriver::advanceAnimationName: | QAnimationDriver::advanceAnimation | Prototype: | void QAnimationDriver::advanceAnimation(qint64 timeStep) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 824-831 |
| | 3 | 1 |
QAnimationDriver::~QAnimationDriverName: | QAnimationDriver::~QAnimationDriver | Prototype: | QAnimationDriver::~QAnimationDriver() | Coverage: | 33.333% (2/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 776-781 |
| | 3 | 2 |
QAnimationTimer::updateAnimationTimerName: | QAnimationTimer::updateAnimationTimer | Prototype: | void QAnimationTimer::updateAnimationTimer() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 622-627 |
| | 3 | 2 |
QApplication::allWidgetsName: | QApplication::allWidgets | Prototype: | QWidgetList QApplication::allWidgets() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 1808-1813 |
| | 3 | 2 |
QApplicationPrivate::applyQIconStyleHelperName: | 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::isBlockedByModalName: | 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::tryCloseAllWindowsName: | 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 |
QAssociativeIterable::beginName: | 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::const_iterator::findName: | 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::~const_iteratorName: | 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::endName: | 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 |
QAuthenticator::setUserName: | QAuthenticator::setUser | Prototype: | void QAuthenticator::setUser(const QString &user) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 231-236 |
| | 3 | 1 |
QAuthenticatorPrivate::QAuthenticatorPrivateName: | QAuthenticatorPrivate::QAuthenticatorPrivate | Prototype: | QAuthenticatorPrivate::QAuthenticatorPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 351-363 |
| | 3 | 1 |
QBalloonTip::mousePressEventName: | QBalloonTip::mousePressEvent | Prototype: | void QBalloonTip::mousePressEvent(QMouseEvent *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 663-668 |
| | 3 | 2 |
QBasicDrag::cancelName: | QBasicDrag::cancel | Prototype: | void QBasicDrag::cancel() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 251-256 |
| | 3 | 1 |
QBasicDrag::cancelDragName: | QBasicDrag::cancelDrag | Prototype: | void QBasicDrag::cancelDrag() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 201-207 |
| | 3 | 2 |
QBasicDrag::dropName: | QBasicDrag::drop | Prototype: | void QBasicDrag::drop(const QPoint &) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 269-274 |
| | 3 | 1 |
QBasicDrag::restoreCursorName: | QBasicDrag::restoreCursor | Prototype: | void QBasicDrag::restoreCursor() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 209-217 |
| | 3 | 2 |
QBasicKeyEventTransition::QBasicKeyEventTransitionName: | QBasicKeyEventTransition::QBasicKeyEventTransition | Prototype: | QBasicKeyEventTransition::QBasicKeyEventTransition(QEvent::Type type, int key, QState *sourceState) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | Lines: | 96-103 |
| | 3 | 1 |
QBasicKeyEventTransitionPrivate::QBasicKeyEventTransitionPrivateName: | QBasicKeyEventTransitionPrivate::QBasicKeyEventTransitionPrivate | Prototype: | QBasicKeyEventTransitionPrivate::QBasicKeyEventTransitionPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | Lines: | 72-77 |
| | 3 | 1 |
QBasicMouseEventTransition::QBasicMouseEventTransitionName: | QBasicMouseEventTransition::QBasicMouseEventTransition | Prototype: | QBasicMouseEventTransition::QBasicMouseEventTransition(QEvent::Type type, Qt::MouseButton button, QState *sourceState) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | Lines: | 96-104 |
| | 3 | 1 |
QBearerEngine::~QBearerEngineName: | QBearerEngine::~QBearerEngine | Prototype: | QBearerEngine::~QBearerEngine() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | Lines: | 70-75 |
| | 3 | 1 |
QBenchmarkCallgrindMeasurer::checkpointName: | QBenchmarkCallgrindMeasurer::checkpoint | Prototype: | qint64 QBenchmarkCallgrindMeasurer::checkpoint() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | Lines: | 207-212 |
| | 3 | 1 |
QBenchmarkGlobalData::adjustMedianIterationCountName: | QBenchmarkGlobalData::adjustMedianIterationCount | Prototype: | int QBenchmarkGlobalData::adjustMedianIterationCount() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | Lines: | 106-113 |
| | 3 | 2 |
QBenchmarkValgrindUtils::haveValgrindName: | QBenchmarkValgrindUtils::haveValgrind | Prototype: | bool QBenchmarkValgrindUtils::haveValgrind() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | Lines: | 55-64 |
| | 3 | 1 |
QBezier::lengthName: | QBezier::length | Prototype: | qreal QBezier::length(qreal error) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 473-480 |
| | 3 | 1 |
QBlitterPaintEngine::brushChangedName: | QBlitterPaintEngine::brushChanged | Prototype: | void QBlitterPaintEngine::brushChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 459-465 |
| | 3 | 1 |
QBlitterPaintEngine::clipEnabledChangedName: | QBlitterPaintEngine::clipEnabledChanged | Prototype: | void QBlitterPaintEngine::clipEnabledChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 499-504 |
| | 3 | 1 |
QBlitterPaintEngine::compositionModeChangedName: | QBlitterPaintEngine::compositionModeChanged | Prototype: | void QBlitterPaintEngine::compositionModeChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 475-481 |
| | 3 | 1 |
QBlitterPaintEngine::drawStaticTextItemName: | QBlitterPaintEngine::drawStaticTextItem | Prototype: | void QBlitterPaintEngine::drawStaticTextItem(QStaticTextItem *sti) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 799-809 |
| | 3 | 1 |
QBlitterPaintEngine::opacityChangedName: | QBlitterPaintEngine::opacityChanged | Prototype: | void QBlitterPaintEngine::opacityChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 467-473 |
| | 3 | 1 |
QBlitterPaintEngine::penChangedName: | QBlitterPaintEngine::penChanged | Prototype: | void QBlitterPaintEngine::penChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 451-457 |
| | 3 | 1 |
QBlitterPaintEngine::renderHintsChangedName: | QBlitterPaintEngine::renderHintsChanged | Prototype: | void QBlitterPaintEngine::renderHintsChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 483-489 |
| | 3 | 1 |
QBlitterPaintEngine::setStateName: | QBlitterPaintEngine::setState | Prototype: | void QBlitterPaintEngine::setState(QPainterState *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 527-533 |
| | 3 | 1 |
QBlitterPaintEngine::transformChangedName: | QBlitterPaintEngine::transformChanged | Prototype: | void QBlitterPaintEngine::transformChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 491-497 |
| | 3 | 1 |
QBlitterPaintEnginePrivate::updateClipStateName: | QBlitterPaintEnginePrivate::updateClipState | Prototype: | void QBlitterPaintEnginePrivate::updateClipState(QPainterState *) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 354-359 |
| | 3 | 1 |
QBlitterPaintEnginePrivate::updateCompositionModeStateName: | QBlitterPaintEnginePrivate::updateCompositionModeState | Prototype: | void QBlitterPaintEnginePrivate::updateCompositionModeState(QPainterState *s) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 326-332 |
| | 3 | 1 |
QBoxLayout::invalidateName: | QBoxLayout::invalidate | Prototype: | void QBoxLayout::invalidate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 694-699 |
| | 3 | 1 |
QBoxLayout::setSpacingName: | QBoxLayout::setSpacing | Prototype: | void QBoxLayout::setSpacing(int spacing) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 602-607 |
| | 3 | 1 |
QBoxLayoutItem::hStretchName: | QBoxLayoutItem::hStretch | Prototype: | int hStretch() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 72-78 |
| | 3 | 2 |
QBoxLayoutItem::hfwName: | QBoxLayoutItem::hfw | Prototype: | int hfw(int w) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 58-64 |
| | 3 | 2 |
QBoxLayoutItem::mhfwName: | QBoxLayoutItem::mhfw | Prototype: | int mhfw(int w) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 65-71 |
| | 3 | 2 |
QBoxLayoutItem::vStretchName: | QBoxLayoutItem::vStretch | Prototype: | int vStretch() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 79-85 |
| | 3 | 2 |
QBrush::textureName: | QBrush::texture | Prototype: | QPixmap QBrush::texture() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 742-747 |
| | 3 | 1 |
QBrush::textureImageName: | QBrush::textureImage | Prototype: | QImage QBrush::textureImage() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 783-788 |
| | 3 | 1 |
QBspTree::removeName: | QBspTree::remove | Prototype: | void QBspTree::remove(QVector<int> &leaf, const QRect &, uint, QBspTreeData data) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qbsptree.cpp | Lines: | 136-141 |
| | 3 | 2 |
QBuffer::QBufferName: | QBuffer::QBuffer | Prototype: | QBuffer::QBuffer(QByteArray *byteArray, QObject *parent) | Coverage: | 66.667% (2/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 197-203 |
| | 3 | 1 |
QBufferPrivate::peekName: | QBufferPrivate::peek | Prototype: | qint64 QBufferPrivate::peek(char *data, qint64 maxSize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 87-92 |
| | 3 | 1 |
QButtonGroup::setIdName: | QButtonGroup::setId | Prototype: | void QButtonGroup::setId(QAbstractButton *button, int id) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 327-332 |
| | 3 | 2 |
QButtonGroup::~QButtonGroupName: | QButtonGroup::~QButtonGroup | Prototype: | QButtonGroup::~QButtonGroup() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 120-125 |
| | 3 | 2 |
QByteArray::clearName: | QByteArray::clear | Prototype: | void QByteArray::clear() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3037-3042 |
| | 3 | 2 |
QByteArray::endsWithName: | QByteArray::endsWith | Prototype: | bool QByteArray::endsWith(char ch) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2869-2874 |
| | 3 | 2 |
QByteArray::numberName: | QByteArray::number | Prototype: | QByteArray QByteArray::number(int n, int base) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4086-4091 |
| | 3 | 1 |
QByteArray::numberName: | QByteArray::number | Prototype: | QByteArray QByteArray::number(uint n, int base) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4098-4103 |
| | 3 | 1 |
QByteArray::numberName: | QByteArray::number | Prototype: | QByteArray QByteArray::number(qlonglong n, int base) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4110-4115 |
| | 3 | 1 |
QByteArray::numberName: | QByteArray::number | Prototype: | QByteArray QByteArray::number(qulonglong n, int base) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4122-4127 |
| | 3 | 1 |
QByteArray::numberName: | QByteArray::number | Prototype: | QByteArray QByteArray::number(double n, char f, int prec) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4158-4163 |
| | 3 | 1 |
QByteArray::replaceName: | QByteArray::replace | Prototype: | QByteArray &QByteArray::replace(char before, const QByteArray &after) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2388-2393 |
| | 3 | 1 |
QByteArray::startsWithName: | QByteArray::startsWith | Prototype: | bool QByteArray::startsWith(char ch) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2824-2829 |
| | 3 | 2 |
QByteArrayMatcher::QByteArrayMatcherName: | QByteArrayMatcher::QByteArrayMatcher | Prototype: | QByteArrayMatcher::QByteArrayMatcher() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | Lines: | 118-124 |
| | 3 | 1 |
QByteArrayMatcher::QByteArrayMatcherName: | QByteArrayMatcher::QByteArrayMatcher | Prototype: | QByteArrayMatcher::QByteArrayMatcher(const char *pattern, int length) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | Lines: | 131-137 |
| | 3 | 1 |
QByteArrayMatcher::QByteArrayMatcherName: | QByteArrayMatcher::QByteArrayMatcher | Prototype: | QByteArrayMatcher::QByteArrayMatcher(const QByteArray &pattern) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | Lines: | 143-149 |
| | 3 | 1 |
QByteArrayMatcher::operator=Name: | QByteArrayMatcher::operator= | Prototype: | QByteArrayMatcher &QByteArrayMatcher::operator=(const QByteArrayMatcher &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | Lines: | 171-176 |
| | 3 | 1 |
QByteDeviceWrappingIoDevice::QByteDeviceWrappingIoDeviceName: | QByteDeviceWrappingIoDevice::QByteDeviceWrappingIoDevice | Prototype: | QByteDeviceWrappingIoDevice::QByteDeviceWrappingIoDevice(QNonContiguousByteDevice *bd) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | Lines: | 408-414 |
| | 3 | 1 |
QByteDeviceWrappingIoDevice::sizeName: | QByteDeviceWrappingIoDevice::size | Prototype: | qint64 QByteDeviceWrappingIoDevice::size() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | Lines: | 436-442 |
| | 3 | 2 |
QByteDeviceWrappingIoDevice::writeDataName: | QByteDeviceWrappingIoDevice::writeData | Prototype: | qint64 QByteDeviceWrappingIoDevice::writeData( const char* data, qint64 maxSize) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | Lines: | 457-462 |
| | 3 | 1 |
QCalendarDateValidator::applyToDateName: | QCalendarDateValidator::applyToDate | Prototype: | void QCalendarDateValidator::applyToDate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 595-600 |
| | 3 | 1 |
QCalendarDateValidator::clearName: | QCalendarDateValidator::clear | Prototype: | void QCalendarDateValidator::clear() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 539-545 |
| | 3 | 1 |
QCalendarDateValidator::setLocaleName: | QCalendarDateValidator::setLocale | Prototype: | void QCalendarDateValidator::setLocale(const QLocale &locale) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 488-493 |
| | 3 | 1 |
QCalendarModel::insertColumnsName: | QCalendarModel::insertColumns | Prototype: | bool insertColumns(int column, int count, const QModelIndex &parent = QModelIndex()) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 872-877 |
| | 3 | 1 |
QCalendarModel::insertRowsName: | QCalendarModel::insertRows | Prototype: | bool insertRows(int row, int count, const QModelIndex &parent = QModelIndex()) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 866-871 |
| | 3 | 1 |
QCalendarModel::removeColumnsName: | QCalendarModel::removeColumns | Prototype: | bool removeColumns(int column, int count, const QModelIndex &parent = QModelIndex()) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 884-889 |
| | 3 | 1 |
QCalendarModel::removeRowsName: | QCalendarModel::removeRows | Prototype: | bool removeRows(int row, int count, const QModelIndex &parent = QModelIndex()) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 878-883 |
| | 3 | 1 |
QCalendarPopup::dateSelectedName: | QCalendarPopup::dateSelected | Prototype: | void QCalendarPopup::dateSelected(const QDate &date) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 2678-2683 |
| | 3 | 1 |
QCalendarPopup::hideEventName: | QCalendarPopup::hideEvent | Prototype: | void QCalendarPopup::hideEvent(QHideEvent *) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 2685-2690 |
| | 3 | 2 |
QCalendarPopup::setDateRangeName: | QCalendarPopup::setDateRange | Prototype: | void QCalendarPopup::setDateRange(const QDate &min, const QDate &max) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 2636-2641 |
| | 3 | 1 |
QCalendarTextNavigator::timerEventName: | QCalendarTextNavigator::timerEvent | Prototype: | void QCalendarTextNavigator::timerEvent(QTimerEvent *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 798-804 |
| | 3 | 2 |
QCalendarWidget::mousePressEventName: | QCalendarWidget::mousePressEvent | Prototype: | void QCalendarWidget::mousePressEvent(QMouseEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 3082-3087 |
| | 3 | 1 |
QCalendarWidget::updateCellsName: | QCalendarWidget::updateCells | Prototype: | void QCalendarWidget::updateCells() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 2947-2952 |
| | 3 | 2 |
QCalendarWidgetPrivate::updateButtonIconsName: | QCalendarWidgetPrivate::updateButtonIcons | Prototype: | void QCalendarWidgetPrivate::updateButtonIcons() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1803-1808 |
| | 3 | 1 |
QCalendarYearValidator::textName: | QCalendarYearValidator::text | Prototype: | QString QCalendarYearValidator::text(const QDate &date, int repeat) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 424-429 |
| | 3 | 2 |
QChar::categoryName: | QChar::category | Prototype: | QChar::Category QChar::category(uint ucs4) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1093-1098 |
| | 3 | 2 |
QChar::combiningClassName: | QChar::combiningClass | Prototype: | unsigned char QChar::combiningClass(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1384-1389 |
| | 3 | 2 |
QChar::digitValueName: | QChar::digitValue | Prototype: | int QChar::digitValue(uint ucs4) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1076-1081 |
| | 3 | 2 |
QChar::directionName: | QChar::direction | Prototype: | QChar::Direction QChar::direction(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1110-1115 |
| | 3 | 2 |
QChar::hasMirroredName: | QChar::hasMirrored | Prototype: | bool QChar::hasMirrored(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1192-1197 |
| | 3 | 2 |
QChar::joiningTypeName: | QChar::joiningType | Prototype: | QChar::JoiningType QChar::joiningType(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1133-1138 |
| | 3 | 2 |
QChar::mirroredCharName: | QChar::mirroredChar | Prototype: | uint QChar::mirroredChar(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1274-1279 |
| | 3 | 2 |
QChar::scriptName: | QChar::script | Prototype: | QChar::Script QChar::script(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1405-1410 |
| | 3 | 2 |
QChar::toCaseFoldedName: | QChar::toCaseFolded | Prototype: | uint QChar::toCaseFolded(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1547-1552 |
| | 3 | 2 |
QChar::toLowerName: | QChar::toLower | Prototype: | uint QChar::toLower(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1466-1471 |
| | 3 | 2 |
QChar::toTitleCaseName: | QChar::toTitleCase | Prototype: | uint QChar::toTitleCase(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1506-1511 |
| | 3 | 2 |
QChar::toUpperName: | QChar::toUpper | Prototype: | uint QChar::toUpper(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1486-1491 |
| | 3 | 2 |
QChar::unicodeVersionName: | QChar::unicodeVersion | Prototype: | QChar::UnicodeVersion QChar::unicodeVersion(uint ucs4) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1423-1428 |
| | 3 | 2 |
QCheckBox::QCheckBoxName: | QCheckBox::QCheckBox | Prototype: | QCheckBox::QCheckBox(const QString &text, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | Lines: | 206-212 |
| | 3 | 1 |