Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QCollator::compareName: | QCollator::compare | Prototype: | int QCollator::compare(const QChar *s1, int len1, const QChar *s2, int len2) const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator_icu.cpp | Lines: | 99-108 |
| | 5 | 3 |
QClipboard::setMimeDataName: | QClipboard::setMimeData | Prototype: | void QClipboard::setMimeData(QMimeData* src, Mode mode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | Lines: | 464-475 |
| | 6 | 3 |
QClipData::~QClipDataName: | QClipData::~QClipData | Prototype: | QClipData::~QClipData() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 3688-3694 |
| | 4 | 3 |
QClipData::setClipRegionName: | QClipData::setClipRegion | Prototype: | void QClipData::setClipRegion(const QRegion ®ion) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 3889-3913 |
| | 14 | 3 |
QClipData::setClipRectName: | QClipData::setClipRect | Prototype: | void QClipData::setClipRect(const QRect &rect) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 3863-3884 |
| | 12 | 3 |
QCheckBox::sizeHintName: | QCheckBox::sizeHint | Prototype: | QSize QCheckBox::sizeHint() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | Lines: | 275-291 |
| | 14 | 3 |
QCheckBox::setCheckStateName: | QCheckBox::setCheckState | Prototype: | void QCheckBox::setCheckState(Qt::CheckState state) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | Lines: | 252-269 |
| | 12 | 3 |
QChar::decompositionTagName: | QChar::decompositionTag | Prototype: | QChar::Decomposition QChar::decompositionTag(uint ucs4) | Coverage: | 92.308% (12/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1352-1360 |
| | 6 | 3 |
QCalendarYearValidator::applyToDateName: | QCalendarYearValidator::applyToDate | Prototype: | QDate QCalendarYearValidator::applyToDate(const QDate &date) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 393-403 |
| | 8 | 3 |
QCalendarWidgetPrivate::setNavigatorEnabledName: | QCalendarWidgetPrivate::setNavigatorEnabled | Prototype: | void QCalendarWidgetPrivate::setNavigatorEnabled(bool enable) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1667-1690 |
| | 17 | 3 |
QCalendarWidgetPrivate::_q_slotChangeDateName: | QCalendarWidgetPrivate::_q_slotChangeDate | Prototype: | void QCalendarWidgetPrivate::_q_slotChangeDate(const QDate &date, bool changeMonth) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1941-1954 |
| | 10 | 3 |
QCalendarWidget::setVerticalHeaderFormatName: | QCalendarWidget::setVerticalHeaderFormat | Prototype: | void QCalendarWidget::setVerticalHeaderFormat(QCalendarWidget::VerticalHeaderFormat format) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 2628-2640 |
| | 10 | 3 |
QCalendarWidget::setSelectedDateName: | QCalendarWidget::setSelectedDate | Prototype: | void QCalendarWidget::setSelectedDate(const QDate &date) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 2251-2265 |
| | 10 | 3 |
QCalendarWidget::setMinimumDateName: | QCalendarWidget::setMinimumDate | Prototype: | void QCalendarWidget::setMinimumDate(const QDate &date) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 2451-2468 |
| | 13 | 3 |
QCalendarWidget::setMaximumDateName: | QCalendarWidget::setMaximumDate | Prototype: | void QCalendarWidget::setMaximumDate(const QDate &date) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 2502-2519 |
| | 13 | 3 |
QCalendarWidget::setCurrentPageName: | QCalendarWidget::setCurrentPage | Prototype: | void QCalendarWidget::setCurrentPage(int year, int month) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 2305-2323 |
| | 13 | 3 |
QCalendarView::handleMouseEventName: | QCalendarView::handleMouseEvent | Prototype: | QDate QCalendarView::handleMouseEvent(QMouseEvent *event) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1402-1416 |
| | 10 | 3 |
QCalendarPopup::mousePressEventName: | QCalendarPopup::mousePressEvent | Prototype: | void QCalendarPopup::mousePressEvent(QMouseEvent *event) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 2637-2650 |
| | 10 | 3 |
QCalendarPopup::eventName: | QCalendarPopup::event | Prototype: | bool QCalendarPopup::event(QEvent *event) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 2657-2665 |
| | 5 | 3 |
QCalendarModel::setWeekNumbersShownName: | QCalendarModel::setWeekNumbersShown | Prototype: | void QCalendarModel::setWeekNumbersShown(bool show) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1267-1281 |
| | 9 | 3 |
QCalendarModel::setDateName: | QCalendarModel::setDate | Prototype: | void QCalendarModel::setDate(const QDate &d) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1163-1170 |
| | 5 | 3 |
QCalendarModel::referenceDateName: | QCalendarModel::referenceDate | Prototype: | QDate QCalendarModel::referenceDate() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 987-997 |
| | 7 | 3 |
QCalendarModel::dayOfWeekForColumnName: | QCalendarModel::dayOfWeekForColumn | Prototype: | Qt::DayOfWeek QCalendarModel::dayOfWeekForColumn(int column) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 954-963 |
| | 7 | 3 |
QCalendarModel::columnForDayOfWeekName: | QCalendarModel::columnForDayOfWeek | Prototype: | int QCalendarModel::columnForDayOfWeek(Qt::DayOfWeek day) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 965-973 |
| | 6 | 3 |
QCalendarDateValidator::toPreviousTokenName: | QCalendarDateValidator::toPreviousToken | Prototype: | void QCalendarDateValidator::toPreviousToken() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 606-615 |
| | 6 | 3 |
QCalendarDateValidator::toNextTokenName: | QCalendarDateValidator::toNextToken | Prototype: | void QCalendarDateValidator::toNextToken() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 595-604 |
| | 6 | 3 |
QCUPSSupport::setPagesPerSheetLayoutName: | QCUPSSupport::setPagesPerSheetLayout | Prototype: | void QCUPSSupport::setPagesPerSheetLayout(QPrinter *printer, const PagesPerSheet pagesPerSheet, const PagesPerSheetLayout pagesPerSheetLayout) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 179-191 |
| | 2 | 3 |
QCUPSSupport::setPageRangeName: | QCUPSSupport::setPageRange | Prototype: | void QCUPSSupport::setPageRange(QPrinter *printer, int pageFrom, int pageTo) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 193-198 |
| | 2 | 3 |
QByteArrayList_joinedSizeName: | QByteArrayList_joinedSize | Prototype: | static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraylist.cpp | Lines: | 119-131 |
| | 7 | 3 |
QByteArray::startsWithName: | QByteArray::startsWith | Prototype: | bool QByteArray::startsWith(const QByteArray &ba) const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2650-2657 |
| | 5 | 3 |
QByteArray::startsWithName: | QByteArray::startsWith | Prototype: | bool QByteArray::startsWith(const char *str) const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2664-2672 |
| | 6 | 3 |
QByteArray::setRawDataName: | QByteArray::setRawData | Prototype: | QByteArray &QByteArray::setRawData(const char *data, uint size) | Coverage: | 70.000% (7/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4078-4093 |
| | 9 | 3 |
QByteArray::rightName: | QByteArray::right | Prototype: | QByteArray QByteArray::right(int len) const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2766-2773 |
| | 5 | 3 |
QByteArray::replaceName: | QByteArray::replace | Prototype: | QByteArray &QByteArray::replace(const QByteArray &before, const QByteArray &after) | Coverage: | 66.667% (6/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2045-2055 |
| | 6 | 3 |
QByteArray::removeName: | QByteArray::remove | Prototype: | QByteArray &QByteArray::remove(int pos, int len) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1959-1971 |
| | 8 | 3 |
QByteArray::prependName: | QByteArray::prepend | Prototype: | QByteArray &QByteArray::prepend(const QByteArray &ba) | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1674-1684 |
| | 7 | 3 |
QByteArray::prependName: | QByteArray::prepend | Prototype: | QByteArray &QByteArray::prepend(const char *str, int len) | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1704-1715 |
| | 8 | 3 |
QByteArray::leftName: | QByteArray::left | Prototype: | QByteArray QByteArray::left(int len) const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2744-2751 |
| | 5 | 3 |
QByteArray::fromPercentEncodingName: | QByteArray::fromPercentEncoding | Prototype: | QByteArray QByteArray::fromPercentEncoding(const QByteArray &input, char percent) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4287-4297 |
| | 7 | 3 |
QByteArray::endsWithName: | QByteArray::endsWith | Prototype: | bool QByteArray::endsWith(const QByteArray &ba) const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2695-2702 |
| | 5 | 3 |
QByteArray::endsWithName: | QByteArray::endsWith | Prototype: | bool QByteArray::endsWith(const char *str) const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2709-2717 |
| | 6 | 3 |
QByteArray::countName: | QByteArray::count | Prototype: | int QByteArray::count(char ch) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2623-2632 |
| | 7 | 3 |
QByteArray::appendName: | QByteArray::append | Prototype: | QByteArray& QByteArray::append(const char *str) | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1791-1801 |
| | 7 | 3 |
QByteArray::QByteArrayName: | QByteArray::QByteArray | Prototype: | QByteArray::QByteArray(int size, char ch) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1504-1515 |
| | 7 | 3 |
QButtonGroup::removeButtonName: | QButtonGroup::removeButton | Prototype: | void QButtonGroup::removeButton(QAbstractButton *button) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 265-276 |
| | 7 | 3 |
QBuffer::setBufferName: | QBuffer::setBuffer | Prototype: | void QBuffer::setBuffer(QByteArray *byteArray) | Coverage: | 50.000% (4/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 230-243 |
| | 8 | 3 |
QBuffer::disconnectNotifyName: | QBuffer::disconnectNotify | Prototype: | void QBuffer::disconnectNotify(const QMetaMethod &signal) | Coverage: | 66.667% (6/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 457-467 |
| | 4 | 3 |
QBspTree::createName: | QBspTree::create | Prototype: | void QBspTree::create(int n, int d) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qbsptree.cpp | Lines: | 40-55 |
| | 9 | 3 |
QBrush::setStyleName: | QBrush::setStyle | Prototype: | void QBrush::setStyle(Qt::BrushStyle style) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 680-689 |
| | 5 | 3 |
QBoxLayoutPrivate::replaceAtName: | QBoxLayoutPrivate::replaceAt | Prototype: | QLayoutItem* QBoxLayoutPrivate::replaceAt(int index, QLayoutItem *item) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 426-439 |
| | 10 | 3 |
QBoxLayout::setStretchName: | QBoxLayout::setStretch | Prototype: | void QBoxLayout::setStretch(int index, int stretch) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1144-1154 |
| | 6 | 3 |
QBoxLayout::insertWidgetName: | QBoxLayout::insertWidget | Prototype: | void QBoxLayout::insertWidget(int index, QWidget *widget, int stretch, Qt::Alignment alignment) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 970-997 |
| | 12 | 3 |
QBoxLayout::insertStretchName: | QBoxLayout::insertStretch | Prototype: | void QBoxLayout::insertStretch(int index, int stretch) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 889-905 |
| | 11 | 3 |
QBoxLayout::insertSpacingName: | QBoxLayout::insertSpacing | Prototype: | void QBoxLayout::insertSpacing(int index, int size) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 858-880 |
| | 11 | 3 |
QBoxLayout::heightForWidthName: | QBoxLayout::heightForWidth | Prototype: | int QBoxLayout::heightForWidth(int w) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 657-671 |
| | 9 | 3 |
QBmpHandler::readHeaderName: | QBmpHandler::readHeader | Prototype: | bool QBmpHandler::readHeader() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 706-727 |
| | 11 | 3 |
QBmpHandler::canReadName: | QBmpHandler::canRead | Prototype: | bool QBmpHandler::canRead() const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 729-740 |
| | 6 | 3 |
QBmpHandler::canReadName: | QBmpHandler::canRead | Prototype: | bool QBmpHandler::canRead(QIODevice *device) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 742-754 |
| | 7 | 3 |
QBlitterPaintEngine::fillRectName: | QBlitterPaintEngine::fillRect | Prototype: | void QBlitterPaintEngine::fillRect(const QRectF &rect, const QColor &color) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 543-555 |
| | 8 | 3 |
QBlitterPaintEngine::drawRectsName: | QBlitterPaintEngine::drawRects | Prototype: | void QBlitterPaintEngine::drawRects(const QRect *rects, int rectCount) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 637-647 |
| | 6 | 3 |
QBlitterPaintEngine::drawRectsName: | QBlitterPaintEngine::drawRects | Prototype: | void QBlitterPaintEngine::drawRects(const QRectF *rects, int rectCount) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 649-659 |
| | 6 | 3 |
QBlitterPaintEngine::drawCachedGlyphsName: | QBlitterPaintEngine::drawCachedGlyphs | Prototype: | bool QBlitterPaintEngine::drawCachedGlyphs(int numGlyphs, const glyph_t *glyphs, const QFixedPoint *positions, QFontEngine *fontEngine) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 805-825 |
| | 13 | 3 |
QBlittablePlatformPixmap::fromImageName: | QBlittablePlatformPixmap::fromImage | Prototype: | void QBlittablePlatformPixmap::fromImage(const QImage &image, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_blitter.cpp | Lines: | 172-194 |
| | 16 | 3 |
QBitmap::operator=Name: | QBitmap::operator= | Prototype: | QBitmap &QBitmap::operator=(const QPixmap &pixmap) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbitmap.cpp | Lines: | 179-191 |
| | 8 | 3 |
QBitmap::fromImageName: | QBitmap::fromImage | Prototype: | QBitmap QBitmap::fromImage(const QImage &image, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbitmap.cpp | Lines: | 222-243 |
| | 12 | 3 |
QBitArray::operator~Name: | QBitArray::operator~ | Prototype: | QBitArray QBitArray::operator~() const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | Lines: | 560-574 |
| | 10 | 3 |
QBitArray::operator&=Name: | QBitArray::operator&= | Prototype: | QBitArray &QBitArray::operator&=(const QBitArray &other) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | Lines: | 484-496 |
| | 10 | 3 |
QBitArray::QBitArrayName: | QBitArray::QBitArray | Prototype: | QBitArray::QBitArray(int size, bool value) | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | Lines: | 140-152 |
| | 8 | 3 |
QBidiControl::embedName: | QBidiControl::embed | Prototype: | inline void embed(bool rtl, bool o = false) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 246-258 |
| | 9 | 3 |
QBezier::getSubRangeName: | QBezier::getSubRange | Prototype: | QBezier QBezier::getSubRange(qreal t0, qreal t1) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 93-111 |
| | 9 | 3 |
QBenchmarkValgrindUtils::runCallgrindSubProcessName: | QBenchmarkValgrindUtils::runCallgrindSubProcess | Prototype: | bool QBenchmarkValgrindUtils::runCallgrindSubProcess(const QStringList &origAppArgs, int &exitCode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | Lines: | 165-194 |
| | 20 | 3 |
QBenchmarkValgrindUtils::getNewestFileNameName: | QBenchmarkValgrindUtils::getNewestFileName | Prototype: | QString QBenchmarkValgrindUtils::getNewestFileName() | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | Lines: | 105-133 |
| | 22 | 3 |
QBenchmarkPerfEventsMeasurer::startName: | QBenchmarkPerfEventsMeasurer::start | Prototype: | void QBenchmarkPerfEventsMeasurer::start() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | Lines: | 506-527 |
| | 9 | 3 |
QBenchmarkPerfEventsMeasurer::metricForEventName: | QBenchmarkPerfEventsMeasurer::metricForEvent | Prototype: | QTest::QBenchmarkMetric QBenchmarkPerfEventsMeasurer::metricForEvent(quint32 type, quint64 event_id) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | Lines: | 411-419 |
| | 5 | 3 |
QBenchmarkPerfEventsMeasurer::listCountersName: | QBenchmarkPerfEventsMeasurer::listCounters | Prototype: | void QBenchmarkPerfEventsMeasurer::listCounters() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | Lines: | 467-490 |
| | 17 | 3 |
QBasicFontDatabase::populateFontDatabaseName: | QBasicFontDatabase::populateFontDatabase | Prototype: | void QBasicFontDatabase::populateFontDatabase() | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | Lines: | 55-77 |
| | 15 | 3 |
QBasicAtomicBitField::allocateNextName: | QBasicAtomicBitField::allocateNext | Prototype: | int allocateNext() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 419-436 |
| | 6 | 3 |
QBalloonTip::timerEventName: | QBalloonTip::timerEvent | Prototype: | void QBalloonTip::timerEvent(QTimerEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 667-676 |
| | 6 | 3 |
QBalloonTip::showBalloonName: | QBalloonTip::showBalloon | Prototype: | void QBalloonTip::showBalloon(QSystemTrayIcon::MessageIcon icon, const QString& title, const QString& message, QSystemTrayIcon *trayIcon, const QPoint& pos, int timeout, bool showArrow) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | Lines: | 395-407 |
| | 7 | 3 |
QBackingStore::flushName: | QBackingStore::flush | Prototype: | void QBackingStore::flush(const QRegion ®ion, QWindow *win, const QPoint &offset) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbackingstore.cpp | Lines: | 92-111 |
| | 8 | 3 |
QAuthenticator::operator==Name: | QAuthenticator::operator== | Prototype: | bool QAuthenticator::operator==(const QAuthenticator &other) const | Coverage: | 36.842% (7/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 192-203 |
| | 9 | 3 |
QAuthenticator::detachName: | QAuthenticator::detach | Prototype: | void QAuthenticator::detach() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 254-263 |
| | 5 | 3 |
QAsn1Element::writeName: | 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: | 131-156 |
| | 13 | 3 |
QAsn1Element::toVectorName: | 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: | 292-302 |
| | 7 | 3 |
QAsn1Element::fromObjectIdName: | 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: | 185-206 |
| | 17 | 3 |
QApplicationPrivate::updateTouchPointsForWidgetName: | 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: | 4320-4340 |
| | 13 | 3 |
QApplicationPrivate::tryModalHelperName: | 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: | 2617-2628 |
| | 6 | 3 |
QApplicationPrivate::setSystemPaletteName: | 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: | 1545-1572 |
| | 7 | 3 |
QApplicationPrivate::setSystemFontName: | 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: | 1701-1710 |
| | 5 | 3 |
QApplicationPrivate::notifyWindowIconChangedName: | QApplicationPrivate::notifyWindowIconChanged | Prototype: | void QApplicationPrivate::notifyWindowIconChanged() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 1745-1762 |
| | 9 | 3 |
QApplicationPrivate::notifyLayoutDirectionChangeName: | QApplicationPrivate::notifyLayoutDirectionChange | Prototype: | void QApplicationPrivate::notifyLayoutDirectionChange() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 2089-2108 |
| | 10 | 3 |
QApplicationPrivate::activateImplicitTouchGrabName: | 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: | 4385-4394 |
| | 5 | 3 |
QApplication::topLevelWidgetsName: | 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: | 1776-1787 |
| | 7 | 3 |
QApplication::topLevelAtName: | 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: | 375-382 |
| | 4 | 3 |
QApplication::fontName: | QApplication::font | Prototype: | QFont QApplication::font(const char *className) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 1626-1635 |
| | 6 | 3 |
QApplication::desktopName: | QApplication::desktop | Prototype: | QDesktopWidget *QApplication::desktop() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 2867-2875 |
| | 5 | 3 |
QAnimationTimer::unregisterRunningAnimationName: | QAnimationTimer::unregisterRunningAnimation | Prototype: | void QAnimationTimer::unregisterRunningAnimation(QAbstractAnimation *animation) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 717-727 |
| | 6 | 3 |
QAnimationTimer::startAnimationsName: | QAnimationTimer::startAnimations | Prototype: | void QAnimationTimer::startAnimations() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 633-647 |
| | 8 | 3 |
QAnimationTimer::registerRunningAnimationName: | QAnimationTimer::registerRunningAnimation | Prototype: | void QAnimationTimer::registerRunningAnimation(QAbstractAnimation *animation) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 706-715 |
| | 5 | 3 |
QAnimationTimer::registerAnimationName: | QAnimationTimer::registerAnimation | Prototype: | void QAnimationTimer::registerAnimation(QAbstractAnimation *animation, bool isTopLevel) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 661-674 |
| | 9 | 3 |