| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
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 |
QBackingStore::flush| Name: | 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 |
QBalloonTip::showBalloon| Name: | 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 |
QBalloonTip::timerEvent| Name: | 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 |
QBasicAtomicBitField::allocateNext| Name: | 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 |
QBasicFontDatabase::populateFontDatabase| Name: | 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 |
QBenchmarkPerfEventsMeasurer::listCounters| Name: | 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 |
QBenchmarkPerfEventsMeasurer::metricForEvent| Name: | 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::start| Name: | 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 |
QBenchmarkValgrindUtils::getNewestFileName| Name: | 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 |
QBenchmarkValgrindUtils::runCallgrindSubProcess| Name: | 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 |
QBezier::getSubRange| Name: | 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 |
QBidiControl::embed| Name: | 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 |
QBitArray::QBitArray| Name: | 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 |
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::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 |
QBitmap::fromImage| Name: | 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 |
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 |
QBlittablePlatformPixmap::fromImage| Name: | 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 |
QBlitterPaintEngine::drawCachedGlyphs| Name: | 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 |
QBlitterPaintEngine::drawRects| Name: | 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::drawRects| Name: | 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::fillRect| Name: | 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 |
QBmpHandler::canRead| Name: | 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::canRead| Name: | 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 |
QBmpHandler::readHeader| Name: | 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 |
QBoxLayout::heightForWidth| Name: | 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 |
QBoxLayout::insertSpacing| Name: | 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::insertStretch| Name: | 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::insertWidget| Name: | 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::setStretch| Name: | 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 |
QBoxLayoutPrivate::replaceAt| Name: | 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 |
QBrush::setStyle| Name: | 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 |
QBspTree::create| Name: | 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 |
QBuffer::disconnectNotify| Name: | 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 |
QBuffer::setBuffer| Name: | 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 |
QButtonGroup::removeButton| Name: | 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 |
QByteArray::QByteArray| Name: | 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 |
QByteArray::append| Name: | 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::count| Name: | 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::endsWith| Name: | 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::endsWith| Name: | 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::fromPercentEncoding| Name: | 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::left| Name: | 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::prepend| Name: | 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::prepend| Name: | 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::remove| Name: | 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::replace| Name: | 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::right| Name: | 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::setRawData| Name: | 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::startsWith| Name: | 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::startsWith| Name: | 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 |
QByteArrayList_joinedSize| Name: | 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 |
QCUPSSupport::setPageRange| Name: | 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 |
QCUPSSupport::setPagesPerSheetLayout| Name: | 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 |
QCalendarDateValidator::toNextToken| Name: | 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 |
QCalendarDateValidator::toPreviousToken| Name: | 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 |
QCalendarModel::columnForDayOfWeek| Name: | 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 |
QCalendarModel::dayOfWeekForColumn| Name: | 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::referenceDate| Name: | 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::setDate| Name: | 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::setWeekNumbersShown| Name: | 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 |
QCalendarPopup::event| Name: | 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 |
QCalendarPopup::mousePressEvent| Name: | 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 |
QCalendarView::handleMouseEvent| Name: | 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 |
QCalendarWidget::setCurrentPage| Name: | 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 |
QCalendarWidget::setMaximumDate| Name: | 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::setMinimumDate| Name: | 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::setSelectedDate| Name: | 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::setVerticalHeaderFormat| Name: | 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 |
QCalendarWidgetPrivate::_q_slotChangeDate| Name: | 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 |
QCalendarWidgetPrivate::setNavigatorEnabled| Name: | 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 |
QCalendarYearValidator::applyToDate| Name: | 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 |
QChar::decompositionTag| Name: | 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 |
QCheckBox::setCheckState| Name: | 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 |
QCheckBox::sizeHint| Name: | 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 |
QClipData::setClipRect| Name: | 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 |
QClipData::setClipRegion| Name: | 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::~QClipData| Name: | 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 |
QClipboard::setMimeData| Name: | 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 |
QCollator::compare| Name: | 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 |
QCollator::detach| Name: | QCollator::detach | | Prototype: | void QCollator::detach() | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 142-154 |
| | 9 | 3 |
QColor::dark| Name: | QColor::dark | | Prototype: | QColor QColor::dark(int factor) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2377-2389 |
| | 7 | 3 |
QColor::fromHslF| Name: | QColor::fromHslF | | Prototype: | QColor QColor::fromHslF(qreal h, qreal s, qreal l, qreal a) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2105-2125 |
| | 16 | 3 |
QColor::name| Name: | QColor::name | | Prototype: | QString QColor::name(NameFormat format) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 520-530 |
| | 4 | 3 |
QColor::setBlue| Name: | QColor::setBlue | | Prototype: | void QColor::setBlue(int blue) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1166-1173 |
| | 4 | 3 |
QColor::setBlueF| Name: | QColor::setBlueF | | Prototype: | void QColor::setBlueF(qreal blue) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1249-1256 |
| | 4 | 3 |
QColor::setGreen| Name: | QColor::setGreen | | Prototype: | void QColor::setGreen(int green) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1137-1144 |
| | 4 | 3 |
QColor::setGreenF| Name: | QColor::setGreenF | | Prototype: | void QColor::setGreenF(qreal green) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1222-1229 |
| | 4 | 3 |
QColor::setRed| Name: | QColor::setRed | | Prototype: | void QColor::setRed(int red) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1110-1117 |
| | 4 | 3 |
QColor::setRedF| Name: | QColor::setRedF | | Prototype: | void QColor::setRedF(qreal red) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1194-1201 |
| | 4 | 3 |
QColorDialog::done| Name: | QColorDialog::done | | Prototype: | void QColorDialog::done(int result) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2272-2288 |
| | 11 | 3 |
QColorDialogPrivate::_q_updateColorPicking| Name: | QColorDialogPrivate::_q_updateColorPicking | | Prototype: | void QColorDialogPrivate::_q_updateColorPicking() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2206-2223 |
| | 7 | 3 |
QColorDialogPrivate::handleColorPickingKeyPress| Name: | QColorDialogPrivate::handleColorPickingKeyPress | | Prototype: | bool QColorDialogPrivate::handleColorPickingKeyPress(QKeyEvent *e) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2251-2263 |
| | 9 | 3 |
QColorDialogPrivate::initWidgets| Name: | QColorDialogPrivate::initWidgets | | Prototype: | void QColorDialogPrivate::initWidgets() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1687-1828 |
| | 73 | 3 |
QColorLuminancePicker::paintEvent| Name: | QColorLuminancePicker::paintEvent | | Prototype: | void QColorLuminancePicker::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 814-844 |
| | 25 | 3 |
QColorPicker::resizeEvent| Name: | QColorPicker::resizeEvent | | Prototype: | void QColorPicker::resizeEvent(QResizeEvent *ev) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 951-973 |
| | 17 | 3 |
QColorShowLabel::mouseMoveEvent| Name: | QColorShowLabel::mouseMoveEvent | | Prototype: | void QColorShowLabel::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1107-1129 |
| | 15 | 3 |
QColorWell::mouseMoveEvent| Name: | QColorWell::mouseMoveEvent | | Prototype: | void QColorWell::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 619-643 |
| | 19 | 3 |
QColormap::colorAt| Name: | QColormap::colorAt | | Prototype: | const QColor QColormap::colorAt(uint pixel) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 188-215 |
| | 12 | 3 |