Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QBuffer::atEndName: | QBuffer::atEnd | Prototype: | bool QBuffer::atEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 389-392 |
| | 1 | 1 |
QBspTree::insertName: | QBspTree::insert | Prototype: | void QBspTree::insert(QVector<int> &leaf, const QRect &, uint, QBspTreeData data) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qbsptree.cpp | Lines: | 131-134 |
| | 1 | 1 |
QBspTree::QBspTreeName: | QBspTree::QBspTree | Prototype: | QBspTree::QBspTree() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qbsptree.cpp | Lines: | 44-44 |
| | 1 | 1 |
QBrushPatternImageCache::QBrushPatternImageCacheName: | QBrushPatternImageCache::QBrushPatternImageCache | Prototype: | QBrushPatternImageCache() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 123-127 |
| | 1 | 1 |
QBrush::setMatrixName: | QBrush::setMatrix | Prototype: | void QBrush::setMatrix(const QMatrix &matrix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 899-902 |
| | 1 | 1 |
QBrush::cleanUpName: | QBrush::cleanUp | Prototype: | void QBrush::cleanUp(QBrushData *x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 577-580 |
| | 1 | 1 |
QBrush::QBrushName: | QBrush::QBrush | Prototype: | QBrush::QBrush(const QBrush &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 539-543 |
| | 1 | 1 |
QBoxLayoutPrivate::deleteAllName: | QBoxLayoutPrivate::deleteAll | Prototype: | inline void deleteAll() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 121-121 |
| | 1 | 2 |
QBoxLayoutPrivate::QBoxLayoutPrivateName: | QBoxLayoutPrivate::QBoxLayoutPrivate | Prototype: | QBoxLayoutPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 96-96 |
| | 1 | 1 |
QBoxLayoutItem::~QBoxLayoutItemName: | QBoxLayoutItem::~QBoxLayoutItem | Prototype: | ~QBoxLayoutItem() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 56-56 |
| | 1 | 1 |
QBoxLayoutItem::QBoxLayoutItemName: | QBoxLayoutItem::QBoxLayoutItem | Prototype: | QBoxLayoutItem(QLayoutItem *it, int stretch_ = 0) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 54-55 |
| | 1 | 1 |
QBoxLayout::addWidgetName: | QBoxLayout::addWidget | Prototype: | void QBoxLayout::addWidget(QWidget *widget, int stretch, Qt::Alignment alignment) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1060-1063 |
| | 1 | 1 |
QBoxLayout::addStretchName: | QBoxLayout::addStretch | Prototype: | void QBoxLayout::addStretch(int stretch) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1023-1026 |
| | 1 | 1 |
QBoxLayout::addSpacingName: | QBoxLayout::addSpacing | Prototype: | void QBoxLayout::addSpacing(int size) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1012-1015 |
| | 1 | 1 |
QBoxLayout::addSpacerItemName: | QBoxLayout::addSpacerItem | Prototype: | void QBoxLayout::addSpacerItem(QSpacerItem *spacerItem) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1035-1038 |
| | 1 | 1 |
QBoxLayout::addLayoutName: | QBoxLayout::addLayout | Prototype: | void QBoxLayout::addLayout(QLayout *layout, int stretch) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1071-1074 |
| | 1 | 1 |
QBooleanComboBox::valueName: | QBooleanComboBox::value | Prototype: | bool QBooleanComboBox::value() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 603-606 |
| | 1 | 1 |
QBooleanComboBox::setValueName: | QBooleanComboBox::setValue | Prototype: | void QBooleanComboBox::setValue(bool value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 598-601 |
| | 1 | 1 |
QBoolToType::operator()Name: | QBoolToType::operator() | Prototype: | inline bool operator()() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | Lines: | 315-318 |
| | 1 | 1 |
QBmpHandler::nameName: | QBmpHandler::name | Prototype: | QByteArray QBmpHandler::name() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 899-902 |
| | 1 | 1 |
QBmpHandler::formatNameName: | QBmpHandler::formatName | Prototype: | QByteArray QBmpHandler::formatName() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 707-710 |
| | 1 | 1 |
QBlitterPaintEnginePrivate::updatePenStateName: | QBlitterPaintEnginePrivate::updatePenState | Prototype: | void QBlitterPaintEnginePrivate::updatePenState(QPainterState *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 306-309 |
| | 1 | 1 |
QBlitterPaintEnginePrivate::unlockName: | QBlitterPaintEnginePrivate::unlock | Prototype: | inline void QBlitterPaintEnginePrivate::unlock() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 289-292 |
| | 1 | 1 |
QBlitterPaintEnginePrivate::QBlitterPaintEnginePrivateName: | QBlitterPaintEnginePrivate::QBlitterPaintEnginePrivate | Prototype: | QBlitterPaintEnginePrivate(QBlittablePlatformPixmap *p) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 254-260 |
| | 1 | 1 |
QBlitterPaintEngine::endName: | QBlitterPaintEngine::end | Prototype: | bool QBlitterPaintEngine::end() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 517-525 |
| | 1 | 1 |
QBlitterPaintEngine::drawPixmapName: | QBlitterPaintEngine::drawPixmap | Prototype: | void QBlitterPaintEngine::drawPixmap(const QPointF &pos, const QPixmap &pm) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 667-670 |
| | 1 | 1 |
QBlitterPaintEngine::drawImageName: | QBlitterPaintEngine::drawImage | Prototype: | void QBlitterPaintEngine::drawImage(const QPointF &pos, const QImage &image) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 745-748 |
| | 1 | 1 |
QBlitterPaintEngine::QBlitterPaintEngineName: | QBlitterPaintEngine::QBlitterPaintEngine | Prototype: | QBlitterPaintEngine::QBlitterPaintEngine(QBlittablePlatformPixmap *p) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 446-448 |
| | 1 | 1 |
QBlittablePrivate::QBlittablePrivateName: | QBlittablePrivate::QBlittablePrivate | Prototype: | QBlittablePrivate(const QSize &size, QBlittable::Capabilities caps) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblittable.cpp | Lines: | 48-50 |
| | 1 | 1 |
QBlittablePlatformPixmap::toImageName: | QBlittablePlatformPixmap::toImage | Prototype: | QImage QBlittablePlatformPixmap::toImage() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_blitter.cpp | Lines: | 168-171 |
| | 1 | 1 |
QBlittablePlatformPixmap::setDevicePixelRatioName: | QBlittablePlatformPixmap::setDevicePixelRatio | Prototype: | void QBlittablePlatformPixmap::setDevicePixelRatio(qreal scaleFactor) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_blitter.cpp | Lines: | 207-210 |
| | 1 | 1 |
QBlittablePlatformPixmap::hasAlphaChannelName: | QBlittablePlatformPixmap::hasAlphaChannel | Prototype: | bool QBlittablePlatformPixmap::hasAlphaChannel() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_blitter.cpp | Lines: | 173-176 |
| | 1 | 1 |
QBlittablePlatformPixmap::devicePixelRatioName: | QBlittablePlatformPixmap::devicePixelRatio | Prototype: | qreal QBlittablePlatformPixmap::devicePixelRatio() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_blitter.cpp | Lines: | 202-205 |
| | 1 | 1 |
QBlittablePlatformPixmap::bufferName: | QBlittablePlatformPixmap::buffer | Prototype: | QImage *QBlittablePlatformPixmap::buffer() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_blitter.cpp | Lines: | 163-166 |
| | 1 | 1 |
QBlittablePlatformPixmap::QBlittablePlatformPixmapName: | QBlittablePlatformPixmap::QBlittablePlatformPixmap | Prototype: | QBlittablePlatformPixmap::QBlittablePlatformPixmap() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_blitter.cpp | Lines: | 57-66 |
| | 1 | 1 |
QBlittable::~QBlittableName: | QBlittable::~QBlittable | Prototype: | QBlittable::~QBlittable() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblittable.cpp | Lines: | 63-66 |
| | 1 | 1 |
QBlendStyleAnimation::startImageName: | QBlendStyleAnimation::startImage | Prototype: | QImage QBlendStyleAnimation::startImage() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 229-232 |
| | 1 | 1 |
QBlendStyleAnimation::setStartImageName: | QBlendStyleAnimation::setStartImage | Prototype: | void QBlendStyleAnimation::setStartImage(const QImage& image) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 234-237 |
| | 1 | 1 |
QBlendStyleAnimation::setEndImageName: | QBlendStyleAnimation::setEndImage | Prototype: | void QBlendStyleAnimation::setEndImage(const QImage& image) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 244-247 |
| | 1 | 1 |
QBlendStyleAnimation::endImageName: | QBlendStyleAnimation::endImage | Prototype: | QImage QBlendStyleAnimation::endImage() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 239-242 |
| | 1 | 1 |
QBlendStyleAnimation::currentImageName: | QBlendStyleAnimation::currentImage | Prototype: | QImage QBlendStyleAnimation::currentImage() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 249-252 |
| | 1 | 1 |
QBlendStyleAnimation::QBlendStyleAnimationName: | QBlendStyleAnimation::QBlendStyleAnimation | Prototype: | QBlendStyleAnimation::QBlendStyleAnimation(Type type, QObject *target) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 223-227 |
| | 1 | 1 |
QBitmap::transformedName: | QBitmap::transformed | Prototype: | QBitmap QBitmap::transformed(const QMatrix &matrix) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbitmap.cpp | Lines: | 302-305 |
| | 1 | 1 |
QBitmap::QBitmapName: | QBitmap::QBitmap | Prototype: | QBitmap::QBitmap(const QPixmap &pixmap) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbitmap.cpp | Lines: | 150-153 |
| | 1 | 1 |
QBitmap::QBitmapName: | QBitmap::QBitmap | Prototype: | QBitmap::QBitmap(const QString& fileName, const char *format) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbitmap.cpp | Lines: | 167-171 |
| | 1 | 1 |
QBidiControl::directionName: | QBidiControl::direction | Prototype: | inline QChar::Direction direction() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 279-281 |
| | 1 | 1 |
QBidiControl::canPopName: | QBidiControl::canPop | Prototype: | inline bool canPop() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 265-265 |
| | 1 | 1 |
QBidiControl::basicDirectionName: | QBidiControl::basicDirection | Prototype: | inline QChar::Direction basicDirection() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 273-275 |
| | 1 | 1 |
QBidiControl::baseLevelName: | QBidiControl::baseLevel | Prototype: | inline unsigned int baseLevel() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 276-278 |
| | 1 | 1 |
QBidiControl::QBidiControlName: | QBidiControl::QBidiControl | Prototype: | inline QBidiControl(bool rtl) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 249-250 |
| | 1 | 1 |
QBezier::mapByName: | QBezier::mapBy | Prototype: | QBezier QBezier::mapBy(const QTransform &transform) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 94-97 |
| | 1 | 1 |
QBenchmarkValgrindUtils::extractLastResultName: | QBenchmarkValgrindUtils::extractLastResult | Prototype: | qint64 QBenchmarkValgrindUtils::extractLastResult() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | Lines: | 141-144 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::stopName: | QBenchmarkTimeMeasurer::stop | Prototype: | qint64 QBenchmarkTimeMeasurer::stop() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | Lines: | 60-63 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::startName: | QBenchmarkTimeMeasurer::start | Prototype: | void QBenchmarkTimeMeasurer::start() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | Lines: | 50-53 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::needsWarmupIterationName: | QBenchmarkTimeMeasurer::needsWarmupIteration | Prototype: | bool QBenchmarkTimeMeasurer::needsWarmupIteration() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | Lines: | 75-78 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::metricTypeName: | QBenchmarkTimeMeasurer::metricType | Prototype: | QTest::QBenchmarkMetric QBenchmarkTimeMeasurer::metricType() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | Lines: | 85-88 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::isMeasurementAcceptedName: | QBenchmarkTimeMeasurer::isMeasurementAccepted | Prototype: | bool QBenchmarkTimeMeasurer::isMeasurementAccepted(qint64 measurement) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | Lines: | 65-68 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::checkpointName: | QBenchmarkTimeMeasurer::checkpoint | Prototype: | qint64 QBenchmarkTimeMeasurer::checkpoint() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | Lines: | 55-58 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::adjustMedianCountName: | QBenchmarkTimeMeasurer::adjustMedianCount | Prototype: | int QBenchmarkTimeMeasurer::adjustMedianCount(int) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | Lines: | 80-83 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::adjustIterationCountName: | QBenchmarkTimeMeasurer::adjustIterationCount | Prototype: | int QBenchmarkTimeMeasurer::adjustIterationCount(int suggestion) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | Lines: | 70-73 |
| | 1 | 1 |
QBenchmarkTickMeasurer::startName: | QBenchmarkTickMeasurer::start | Prototype: | void QBenchmarkTickMeasurer::start() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | Lines: | 92-95 |
| | 1 | 1 |
QBenchmarkTickMeasurer::needsWarmupIterationName: | QBenchmarkTickMeasurer::needsWarmupIteration | Prototype: | bool QBenchmarkTickMeasurer::needsWarmupIteration() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | Lines: | 124-127 |
| | 1 | 1 |
QBenchmarkTickMeasurer::metricTypeName: | QBenchmarkTickMeasurer::metricType | Prototype: | QTest::QBenchmarkMetric QBenchmarkTickMeasurer::metricType() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | Lines: | 129-132 |
| | 1 | 1 |
QBenchmarkTickMeasurer::isMeasurementAcceptedName: | QBenchmarkTickMeasurer::isMeasurementAccepted | Prototype: | bool QBenchmarkTickMeasurer::isMeasurementAccepted(qint64) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | Lines: | 109-112 |
| | 1 | 1 |
QBenchmarkTickMeasurer::adjustMedianCountName: | QBenchmarkTickMeasurer::adjustMedianCount | Prototype: | int QBenchmarkTickMeasurer::adjustMedianCount(int) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | Lines: | 119-122 |
| | 1 | 1 |
QBenchmarkTickMeasurer::adjustIterationCountName: | QBenchmarkTickMeasurer::adjustIterationCount | Prototype: | int QBenchmarkTickMeasurer::adjustIterationCount(int) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | Lines: | 114-117 |
| | 1 | 1 |
QBenchmarkTestMethodData::~QBenchmarkTestMethodDataName: | QBenchmarkTestMethodData::~QBenchmarkTestMethodData | Prototype: | QBenchmarkTestMethodData::~QBenchmarkTestMethodData() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | Lines: | 123-126 |
| | 1 | 1 |
QBenchmarkTestMethodData::beginDataRunName: | QBenchmarkTestMethodData::beginDataRun | Prototype: | void QBenchmarkTestMethodData::beginDataRun() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | Lines: | 128-131 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::~QBenchmarkPerfEventsMeasurerName: | QBenchmarkPerfEventsMeasurer::~QBenchmarkPerfEventsMeasurer | Prototype: | QBenchmarkPerfEventsMeasurer::~QBenchmarkPerfEventsMeasurer() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | Lines: | 503-506 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::metricTypeName: | QBenchmarkPerfEventsMeasurer::metricType | Prototype: | QTest::QBenchmarkMetric QBenchmarkPerfEventsMeasurer::metricType() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | Lines: | 565-568 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::isMeasurementAcceptedName: | QBenchmarkPerfEventsMeasurer::isMeasurementAccepted | Prototype: | bool QBenchmarkPerfEventsMeasurer::isMeasurementAccepted(qint64) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | Lines: | 550-553 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::isAvailableName: | QBenchmarkPerfEventsMeasurer::isAvailable | Prototype: | bool QBenchmarkPerfEventsMeasurer::isAvailable() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | Lines: | 144-149 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::adjustMedianCountName: | QBenchmarkPerfEventsMeasurer::adjustMedianCount | Prototype: | int QBenchmarkPerfEventsMeasurer::adjustMedianCount(int) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | Lines: | 560-563 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::adjustIterationCountName: | QBenchmarkPerfEventsMeasurer::adjustIterationCount | Prototype: | int QBenchmarkPerfEventsMeasurer::adjustIterationCount(int) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | Lines: | 555-558 |
| | 1 | 1 |
QBenchmarkGlobalData::QBenchmarkGlobalDataName: | QBenchmarkGlobalData::QBenchmarkGlobalData | Prototype: | QBenchmarkGlobalData::QBenchmarkGlobalData() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | Lines: | 53-64 |
| | 1 | 1 |
QBenchmarkEvent::metricTypeName: | QBenchmarkEvent::metricType | Prototype: | QTest::QBenchmarkMetric QBenchmarkEvent::metricType() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | Lines: | 93-96 |
| | 1 | 1 |
QBenchmarkEvent::checkpointName: | QBenchmarkEvent::checkpoint | Prototype: | qint64 QBenchmarkEvent::checkpoint() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | Lines: | 62-65 |
| | 1 | 1 |
QBenchmarkEvent::adjustIterationCountName: | QBenchmarkEvent::adjustIterationCount | Prototype: | int QBenchmarkEvent::adjustIterationCount(int suggestion) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | Lines: | 82-85 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::stopName: | QBenchmarkCallgrindMeasurer::stop | Prototype: | qint64 QBenchmarkCallgrindMeasurer::stop() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | Lines: | 214-217 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::startName: | QBenchmarkCallgrindMeasurer::start | Prototype: | void QBenchmarkCallgrindMeasurer::start() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | Lines: | 202-205 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::needsWarmupIterationName: | QBenchmarkCallgrindMeasurer::needsWarmupIteration | Prototype: | bool QBenchmarkCallgrindMeasurer::needsWarmupIteration() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | Lines: | 235-238 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::metricTypeName: | QBenchmarkCallgrindMeasurer::metricType | Prototype: | QTest::QBenchmarkMetric QBenchmarkCallgrindMeasurer::metricType() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | Lines: | 240-243 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::adjustMedianCountName: | QBenchmarkCallgrindMeasurer::adjustMedianCount | Prototype: | int QBenchmarkCallgrindMeasurer::adjustMedianCount(int) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | Lines: | 230-233 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::adjustIterationCountName: | QBenchmarkCallgrindMeasurer::adjustIterationCount | Prototype: | int QBenchmarkCallgrindMeasurer::adjustIterationCount(int) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | Lines: | 225-228 |
| | 1 | 1 |
QBearerEngine::requiresPollingName: | QBearerEngine::requiresPolling | Prototype: | bool QBearerEngine::requiresPolling() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | Lines: | 77-80 |
| | 1 | 1 |
QBasicMutex::isRecursiveName: | QBasicMutex::isRecursive | Prototype: | bool QBasicMutex::isRecursive() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 285-288 |
| | 1 | 1 |
QBasicMutex::isRecursiveName: | QBasicMutex::isRecursive | Prototype: | bool QBasicMutex::isRecursive() const noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 296-299 |
| | 1 | 1 |
QBasicMouseEventTransitionPrivate::getName: | QBasicMouseEventTransitionPrivate::get | Prototype: | QBasicMouseEventTransitionPrivate *QBasicMouseEventTransitionPrivate::get(QBasicMouseEventTransition *q) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | Lines: | 80-83 |
| | 1 | 1 |
QBasicKeyEventTransitionPrivate::getName: | QBasicKeyEventTransitionPrivate::get | Prototype: | QBasicKeyEventTransitionPrivate *QBasicKeyEventTransitionPrivate::get(QBasicKeyEventTransition *q) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | Lines: | 79-82 |
| | 1 | 1 |
QBasicFontDatabase::addApplicationFontName: | QBasicFontDatabase::addApplicationFont | Prototype: | QStringList QBasicFontDatabase::addApplicationFont(const QByteArray &fontData, const QString &fileName) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | Lines: | 169-172 |
| | 1 | 1 |
QBasicDrag::~QBasicDragName: | QBasicDrag::~QBasicDrag | Prototype: | QBasicDrag::~QBasicDrag() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 102-105 |
| | 1 | 1 |
QBasicDrag::enableEventFilterName: | QBasicDrag::enableEventFilter | Prototype: | void QBasicDrag::enableEventFilter() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 107-110 |
| | 1 | 1 |
QBasicDrag::disableEventFilterName: | QBasicDrag::disableEventFilter | Prototype: | void QBasicDrag::disableEventFilter() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 112-115 |
| | 1 | 1 |
QBalloonTip::~QBalloonTipName: | QBalloonTip::~QBalloonTip | Prototype: | QBalloonTip::~QBalloonTip() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 547-550 |
| | 1 | 1 |
QBalloonTip::resizeEventName: | QBalloonTip::resizeEvent | Prototype: | void QBalloonTip::resizeEvent(QResizeEvent *ev) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 558-561 |
| | 1 | 1 |
QBalloonTip::isBalloonVisibleName: | QBalloonTip::isBalloonVisible | Prototype: | bool QBalloonTip::isBalloonVisible() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 432-435 |
| | 1 | 1 |
QBackingStore::~QBackingStoreName: | QBackingStore::~QBackingStore | Prototype: | QBackingStore::~QBackingStore() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbackingstore.cpp | Lines: | 146-149 |
| | 1 | 1 |
QBackingStore::windowName: | QBackingStore::window | Prototype: | QWindow* QBackingStore::window() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbackingstore.cpp | Lines: | 155-158 |
| | 1 | 1 |
QBackingStore::staticContentsName: | QBackingStore::staticContents | Prototype: | QRegion QBackingStore::staticContents() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbackingstore.cpp | Lines: | 263-266 |
| | 1 | 1 |
QBackingStore::sizeName: | QBackingStore::size | Prototype: | QSize QBackingStore::size() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbackingstore.cpp | Lines: | 226-229 |
| | 1 | 1 |