Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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::formatForCellName: | QCalendarModel::formatForCell | Prototype: | QTextCharFormat QCalendarModel::formatForCell(int row, int col) const | Coverage: | 0.000% (0/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1112-1149 |
| | 28 | 10 |
QCalendarModel::flagsName: | QCalendarModel::flags | Prototype: | Qt::ItemFlags QCalendarModel::flags(const QModelIndex &index) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1187-1197 |
| | 8 | 4 |
QCalendarModel::firstColumnDayName: | QCalendarModel::firstColumnDay | Prototype: | Qt::DayOfWeek QCalendarModel::firstColumnDay() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1293-1296 |
| | 1 | 1 |
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: | 990-999 |
| | 7 | 3 |
QCalendarModel::dayNameName: | QCalendarModel::dayName | Prototype: | QString QCalendarModel::dayName(Qt::DayOfWeek day) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1093-1110 |
| | 9 | 6 |
QCalendarModel::dateForCellName: | QCalendarModel::dateForCell | Prototype: | QDate QCalendarModel::dateForCell(int row, int column) const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1040-1055 |
| | 11 | 4 |
QCalendarModel::dataName: | QCalendarModel::data | Prototype: | QVariant QCalendarModel::data(const QModelIndex &index, int role) const | Coverage: | 0.000% (0/43) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1151-1185 |
| | 27 | 11 |
QCalendarModel::columnForFirstOfMonthName: | QCalendarModel::columnForFirstOfMonth | Prototype: | int QCalendarModel::columnForFirstOfMonth(const QDate &date) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1035-1038 |
| | 1 | 1 |
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: | 1001-1009 |
| | 6 | 3 |
QCalendarModel::columnCountName: | QCalendarModel::columnCount | Prototype: | int columnCount(const QModelIndex &) const override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 861-862 |
| | 1 | 1 |
QCalendarModel::cellForDateName: | QCalendarModel::cellForDate | Prototype: | void QCalendarModel::cellForDate(const QDate &date, int *row, int *column) const | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1057-1091 |
| | 24 | 10 |
QCalendarModel::QCalendarModelName: | QCalendarModel::QCalendarModel | Prototype: | QCalendarModel::QCalendarModel(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 974-988 |
| | 2 | 1 |
QCalendarDelegate::paintCellName: | QCalendarDelegate::paintCell | Prototype: | void QCalendarDelegate::paintCell(QPainter *painter, const QRect &rect, const QDate &date) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1680-1688 |
| | 6 | 1 |
QCalendarDelegate::paintName: | QCalendarDelegate::paint | Prototype: | void QCalendarDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1667-1678 |
| | 6 | 2 |
QCalendarDelegate::QCalendarDelegateName: | QCalendarDelegate::QCalendarDelegate | Prototype: | QCalendarDelegate(QCalendarWidgetPrivate *w, QObject *parent = 0) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1557-1559 |
| | 1 | 1 |
QCalendarDayValidator::textName: | QCalendarDayValidator::text | Prototype: | QString QCalendarDayValidator::text() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 203-206 |
| | 1 | 1 |
QCalendarDayValidator::textName: | QCalendarDayValidator::text | Prototype: | QString QCalendarDayValidator::text(const QDate &date, int repeat) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 208-219 |
| | 7 | 4 |
QCalendarDayValidator::setDateName: | QCalendarDayValidator::setDate | Prototype: | void QCalendarDayValidator::setDate(const QDate &date) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 197-201 |
| | 2 | 1 |
QCalendarDayValidator::handleKeyName: | QCalendarDayValidator::handleKey | Prototype: | QCalendarDateSectionValidator::Section QCalendarDayValidator::handleKey(int key) | Coverage: | 0.000% (0/48) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 136-183 |
| | 38 | 14 |
QCalendarDayValidator::applyToDateName: | QCalendarDayValidator::applyToDate | Prototype: | QDate QCalendarDayValidator::applyToDate(const QDate &date) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 185-195 |
| | 8 | 4 |
QCalendarDayValidator::QCalendarDayValidatorName: | QCalendarDayValidator::QCalendarDayValidator | Prototype: | QCalendarDayValidator::QCalendarDayValidator() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 131-134 |
| | 2 | 1 |
QCalendarDateValidator::~QCalendarDateValidatorName: | QCalendarDateValidator::~QCalendarDateValidator | Prototype: | QCalendarDateValidator::~QCalendarDateValidator() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 495-498 |
| | 1 | 1 |
QCalendarDateValidator::toPreviousTokenName: | QCalendarDateValidator::toPreviousToken | Prototype: | void QCalendarDateValidator::toPreviousToken() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 610-616 |
| | 4 | 2 |
QCalendarDateValidator::toNextTokenName: | QCalendarDateValidator::toNextToken | Prototype: | void QCalendarDateValidator::toNextToken() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 602-608 |
| | 4 | 2 |
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 |
QCalendarDateValidator::setInitialDateName: | QCalendarDateValidator::setInitialDate | Prototype: | void QCalendarDateValidator::setInitialDate(const QDate &date) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 511-519 |
| | 6 | 1 |
QCalendarDateValidator::setFormatName: | QCalendarDateValidator::setFormat | Prototype: | void QCalendarDateValidator::setFormat(const QString &format) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 547-593 |
| | 33 | 9 |
QCalendarDateValidator::handleKeyEventName: | QCalendarDateValidator::handleKeyEvent | Prototype: | void QCalendarDateValidator::handleKeyEvent(QKeyEvent *keyEvent) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 618-640 |
| | 16 | 8 |
QCalendarDateValidator::currentTextName: | QCalendarDateValidator::currentText | Prototype: | QString QCalendarDateValidator::currentText() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 521-537 |
| | 11 | 4 |
QCalendarDateValidator::currentDateName: | QCalendarDateValidator::currentDate | Prototype: | QDate currentDate() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 452-452 |
| | 1 | 1 |
QCalendarDateValidator::countRepeatName: | QCalendarDateValidator::countRepeat | Prototype: | int QCalendarDateValidator::countRepeat(const QString &str, int index) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 501-509 |
| | 6 | 2 |
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::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::QCalendarDateValidatorName: | QCalendarDateValidator::QCalendarDateValidator | Prototype: | QCalendarDateValidator::QCalendarDateValidator() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 480-486 |
| | 2 | 1 |
QCalendarDateSectionValidator::highlightStringName: | QCalendarDateSectionValidator::highlightString | Prototype: | QString QCalendarDateSectionValidator::highlightString(const QString &str, int pos) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 106-113 |
| | 4 | 2 |
QCalToolButton::paintEventName: | QCalToolButton::paintEvent | Prototype: | void paintEvent(QPaintEvent *e) override | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1577-1596 |
| | 9 | 2 |
QCalToolButton::QCalToolButtonName: | QCalToolButton::QCalToolButton | Prototype: | QCalToolButton(QWidget * parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1573-1575 |
| | 1 | 1 |
QCacheItem::writeHeaderName: | QCacheItem::writeHeader | Prototype: | void QCacheItem::writeHeader(QFile *device) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | Lines: | 674-684 |
| | 7 | 1 |
QCacheItem::writeCompressedDataName: | QCacheItem::writeCompressedData | Prototype: | void QCacheItem::writeCompressedData(QFile *device) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | Lines: | 686-691 |
| | 2 | 1 |
QCacheItem::readName: | QCacheItem::read | Prototype: | bool QCacheItem::read(QFile *device, bool readData) | Coverage: | 88.889% (16/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | Lines: | 697-737 |
| | 27 | 6 |
QCacheItem::canCompressName: | QCacheItem::canCompress | Prototype: | bool QCacheItem::canCompress() const | Coverage: | 60.000% (15/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | Lines: | 639-666 |
| | 19 | 7 |
QCUPSSupport::setPagesPerSheetLayout::[lambda]Name: | QCUPSSupport::setPagesPerSheetLayout::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 195-195 |
| | 0 | 1 |
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: | 185-197 |
| | 2 | 3 |
QCUPSSupport::setPageSet::[lambda]Name: | QCUPSSupport::setPageSet::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 181-181 |
| | 0 | 1 |
QCUPSSupport::setPageSetName: | QCUPSSupport::setPageSet | Prototype: | void QCUPSSupport::setPageSet(QPrinter *printer, const PageSet pageSet) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 164-183 |
| | 7 | 8 |
QCUPSSupport::setPageRange::[lambda]Name: | QCUPSSupport::setPageRange::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 202-202 |
| | 0 | 1 |
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: | 199-204 |
| | 2 | 3 |
QCUPSSupport::setJobPriority::[lambda]Name: | QCUPSSupport::setJobPriority::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 135-135 |
| | 0 | 1 |
QCUPSSupport::setJobPriorityName: | QCUPSSupport::setJobPriority | Prototype: | void QCUPSSupport::setJobPriority(QPrinter *printer, int priority) | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 132-137 |
| | 2 | 2 |
QCUPSSupport::setJobHold::[lambda]Name: | QCUPSSupport::setJobHold::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 120-120 |
| | 0 | 1 |
QCUPSSupport::setJobHoldName: | QCUPSSupport::setJobHold | Prototype: | void QCUPSSupport::setJobHold(QPrinter *printer, const JobHoldUntil jobHold, const QTime &holdUntilTime) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 111-123 |
| | 6 | 4 |
QCUPSSupport::setJobBilling::[lambda]Name: | QCUPSSupport::setJobBilling::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 128-128 |
| | 0 | 1 |
QCUPSSupport::setJobBillingName: | QCUPSSupport::setJobBilling | Prototype: | void QCUPSSupport::setJobBilling(QPrinter *printer, const QString &jobBilling) | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 125-130 |
| | 2 | 2 |
QCUPSSupport::setCupsOptionsName: | QCUPSSupport::setCupsOptions | Prototype: | void QCUPSSupport::setCupsOptions(QPrinter *printer, const QStringList &cupsOptions) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 53-56 |
| | 1 | 1 |
QCUPSSupport::setCupsOptionName: | QCUPSSupport::setCupsOption | Prototype: | void QCUPSSupport::setCupsOption(QStringList &cupsOptions, const QString &option, const QString &value) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 58-66 |
| | 4 | 2 |
QCUPSSupport::setBannerPages::[lambda]Name: | QCUPSSupport::setBannerPages::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 160-160 |
| | 0 | 1 |
QCUPSSupport::setBannerPagesName: | QCUPSSupport::setBannerPages | Prototype: | void QCUPSSupport::setBannerPages(QPrinter *printer, const BannerPage startBannerPage, const BannerPage endBannerPage) | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 154-162 |
| | 4 | 2 |
QCUPSSupport::cupsOptionsListName: | QCUPSSupport::cupsOptionsList | Prototype: | QStringList QCUPSSupport::cupsOptionsList(QPrinter *printer) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 48-51 |
| | 1 | 1 |
QCUPSSupport::clearCupsOptionName: | QCUPSSupport::clearCupsOption | Prototype: | void QCUPSSupport::clearCupsOption(QStringList &cupsOptions, const QString &option) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 68-76 |
| | 4 | 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 |
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::resetName: | QByteDeviceWrappingIoDevice::reset | Prototype: | bool QByteDeviceWrappingIoDevice::reset() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | Lines: | 431-434 |
| | 1 | 1 |
QByteDeviceWrappingIoDevice::readDataName: | QByteDeviceWrappingIoDevice::readData | Prototype: | qint64 QByteDeviceWrappingIoDevice::readData( char * data, qint64 maxSize) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | Lines: | 445-455 |
| | 7 | 2 |
QByteDeviceWrappingIoDevice::isSequentialName: | QByteDeviceWrappingIoDevice::isSequential | Prototype: | bool QByteDeviceWrappingIoDevice::isSequential() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | Lines: | 421-424 |
| | 1 | 1 |
QByteDeviceWrappingIoDevice::atEndName: | QByteDeviceWrappingIoDevice::atEnd | Prototype: | bool QByteDeviceWrappingIoDevice::atEnd() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | Lines: | 426-429 |
| | 1 | 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 |
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: | 163-166 |
| | 1 | 1 |
QByteArrayMatcher::setPatternName: | QByteArrayMatcher::setPattern | Prototype: | void QByteArrayMatcher::setPattern(const QByteArray &pattern) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | Lines: | 184-190 |
| | 4 | 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 |
QByteArrayMatcher::indexInName: | QByteArrayMatcher::indexIn | Prototype: | int QByteArrayMatcher::indexIn(const QByteArray &ba, int from) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | Lines: | 199-205 |
| | 4 | 2 |
QByteArrayMatcher::indexInName: | QByteArrayMatcher::indexIn | Prototype: | int QByteArrayMatcher::indexIn(const char *str, int len, int from) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | Lines: | 214-220 |
| | 4 | 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::QByteArrayMatcherName: | QByteArrayMatcher::QByteArrayMatcher | Prototype: | QByteArrayMatcher::QByteArrayMatcher(const QByteArrayMatcher &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | Lines: | 154-158 |
| | 1 | 1 |
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: | 125-137 |
| | 7 | 3 |
QByteArray::truncateName: | QByteArray::truncate | Prototype: | void QByteArray::truncate(int pos) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1451-1455 |
| | 2 | 2 |
QByteArray::trimmed_helperName: | QByteArray::trimmed_helper | Prototype: | QByteArray QByteArray::trimmed_helper(const QByteArray &a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3450-3453 |
| | 1 | 1 |
QByteArray::trimmed_helperName: | QByteArray::trimmed_helper | Prototype: | QByteArray QByteArray::trimmed_helper(QByteArray &a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3455-3458 |
| | 1 | 1 |
QByteArray::trimmedName: | QByteArray::trimmed | Prototype: | QByteArray QByteArray::trimmed() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp | Lines: | 102-105 |
| | 1 | 1 |
QByteArray::toUpper_helperName: | QByteArray::toUpper_helper | Prototype: | QByteArray QByteArray::toUpper_helper(const QByteArray &a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3020-3023 |
| | 1 | 1 |
QByteArray::toUpper_helperName: | QByteArray::toUpper_helper | Prototype: | QByteArray QByteArray::toUpper_helper(QByteArray &a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3025-3028 |
| | 1 | 1 |
QByteArray::toUpperName: | QByteArray::toUpper | Prototype: | QByteArray QByteArray::toUpper() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp | Lines: | 97-100 |
| | 1 | 1 |
QByteArray::toUShortName: | QByteArray::toUShort | Prototype: | ushort QByteArray::toUShort(bool *ok, int base) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3773-3776 |
| | 1 | 1 |
QByteArray::toULongLongName: | QByteArray::toULongLong | Prototype: | qulonglong QByteArray::toULongLong(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3617-3620 |
| | 1 | 1 |
QByteArray::toULongName: | QByteArray::toULong | Prototype: | ulong QByteArray::toULong(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3723-3726 |
| | 1 | 1 |
QByteArray::toUIntName: | QByteArray::toUInt | Prototype: | uint QByteArray::toUInt(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3669-3672 |
| | 1 | 1 |
QByteArray::toShortName: | QByteArray::toShort | Prototype: | short QByteArray::toShort(bool *ok, int base) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3748-3751 |
| | 1 | 1 |
QByteArray::toPercentEncodingName: | QByteArray::toPercentEncoding | Prototype: | QByteArray QByteArray::toPercentEncoding(const QByteArray &exclude, const QByteArray &include, char percent) const | Coverage: | 43.333% (13/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4648-4671 |
| | 17 | 5 |
QByteArray::toLower_helperName: | QByteArray::toLower_helper | Prototype: | QByteArray QByteArray::toLower_helper(const QByteArray &a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2998-3001 |
| | 1 | 1 |
QByteArray::toLower_helperName: | QByteArray::toLower_helper | Prototype: | QByteArray QByteArray::toLower_helper(QByteArray &a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3003-3006 |
| | 1 | 1 |
QByteArray::toLowerName: | QByteArray::toLower | Prototype: | QByteArray QByteArray::toLower() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp | Lines: | 92-95 |
| | 1 | 1 |
QByteArray::toLongLongName: | QByteArray::toLongLong | Prototype: | qlonglong QByteArray::toLongLong(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3591-3594 |
| | 1 | 1 |
QByteArray::toLongName: | QByteArray::toLong | Prototype: | long QByteArray::toLong(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3697-3700 |
| | 1 | 1 |
QByteArray::toIntName: | QByteArray::toInt | Prototype: | int QByteArray::toInt(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3644-3647 |
| | 1 | 1 |
QByteArray::toHexName: | QByteArray::toHex | Prototype: | QByteArray QByteArray::toHex() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4366-4376 |
| | 7 | 2 |
QByteArray::toFloatName: | QByteArray::toFloat | Prototype: | float QByteArray::toFloat(bool *ok) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3820-3823 |
| | 1 | 1 |
QByteArray::toDoubleName: | QByteArray::toDouble | Prototype: | double QByteArray::toDouble(bool *ok) const | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3795-3804 |
| | 7 | 2 |
QByteArray::toBase64Name: | QByteArray::toBase64 | Prototype: | QByteArray QByteArray::toBase64() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3834-3837 |
| | 1 | 1 |