| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QInputDialogPrivate::listViewText| Name: | QInputDialogPrivate::listViewText | | Prototype: | QString QInputDialogPrivate::listViewText() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 429-437 |
| | 4 | 2 |
QInputDialogPrivate::ensurePlainTextEdit| Name: | QInputDialogPrivate::ensurePlainTextEdit | | Prototype: | void QInputDialogPrivate::ensurePlainTextEdit() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 261-274 |
| | 8 | 2 |
QInputDialogPrivate::ensureListView| Name: | QInputDialogPrivate::ensureListView | | Prototype: | void QInputDialogPrivate::ensureListView() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 292-308 |
| | 12 | 2 |
QInputDialogPrivate::ensureLineEdit| Name: | QInputDialogPrivate::ensureLineEdit | | Prototype: | void QInputDialogPrivate::ensureLineEdit() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 247-259 |
| | 7 | 2 |
QInputDialogPrivate::ensureIntSpinBox| Name: | QInputDialogPrivate::ensureIntSpinBox | | Prototype: | void QInputDialogPrivate::ensureIntSpinBox() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 310-319 |
| | 6 | 2 |
QInputDialogPrivate::ensureEnabledConnection| Name: | QInputDialogPrivate::ensureEnabledConnection | | Prototype: | void QInputDialogPrivate::ensureEnabledConnection(QAbstractSpinBox *spinBox) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 332-338 |
| | 3 | 2 |
QInputDialogPrivate::ensureDoubleSpinBox| Name: | QInputDialogPrivate::ensureDoubleSpinBox | | Prototype: | void QInputDialogPrivate::ensureDoubleSpinBox() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 321-330 |
| | 6 | 2 |
QInputDialogPrivate::ensureComboBox| Name: | QInputDialogPrivate::ensureComboBox | | Prototype: | void QInputDialogPrivate::ensureComboBox() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 276-290 |
| | 9 | 2 |
QInputDialogPrivate::_q_textChanged| Name: | QInputDialogPrivate::_q_textChanged | | Prototype: | void QInputDialogPrivate::_q_textChanged(const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 439-446 |
| | 4 | 2 |
QInputDialogPrivate::_q_plainTextEditTextChanged| Name: | QInputDialogPrivate::_q_plainTextEditTextChanged | | Prototype: | void QInputDialogPrivate::_q_plainTextEditTextChanged() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 448-456 |
| | 5 | 2 |
QInputDialogDoubleSpinBox::keyPressEvent| Name: | QInputDialogDoubleSpinBox::keyPressEvent | | Prototype: | void keyPressEvent(QKeyEvent *event) override | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 149-158 |
| | 4 | 2 |
QInputDialog::textEchoMode| Name: | QInputDialog::textEchoMode | | Prototype: | QLineEdit::EchoMode QInputDialog::textEchoMode() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 730-738 |
| | 4 | 2 |
QInputDialog::setOption| Name: | QInputDialog::setOption | | Prototype: | void QInputDialog::setOption(InputDialogOption option, bool on) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 628-633 |
| | 3 | 2 |
QInputDialog::setLabelText| Name: | QInputDialog::setLabelText | | Prototype: | void QInputDialog::setLabelText(const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 588-596 |
| | 4 | 2 |
QInputDialog::setComboBoxItems| Name: | QInputDialog::setComboBoxItems | | Prototype: | void QInputDialog::setComboBoxItems(const QStringList &items) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 773-786 |
| | 7 | 2 |
QInputDialog::setComboBoxEditable| Name: | QInputDialog::setComboBoxEditable | | Prototype: | void QInputDialog::setComboBoxEditable(bool editable) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 747-754 |
| | 5 | 2 |
QInputDialog::isComboBoxEditable| Name: | QInputDialog::isComboBoxEditable | | Prototype: | bool QInputDialog::isComboBoxEditable() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 756-764 |
| | 4 | 2 |
QInputDialog::intValue| Name: | QInputDialog::intValue | | Prototype: | int QInputDialog::intValue() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 816-824 |
| | 4 | 2 |
QInputDialog::intStep| Name: | QInputDialog::intStep | | Prototype: | int QInputDialog::intStep() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 903-911 |
| | 4 | 2 |
QInputDialog::intMinimum| Name: | QInputDialog::intMinimum | | Prototype: | int QInputDialog::intMinimum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 841-849 |
| | 4 | 2 |
QInputDialog::intMaximum| Name: | QInputDialog::intMaximum | | Prototype: | int QInputDialog::intMaximum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 866-874 |
| | 4 | 2 |
QInputDialog::doubleValue| Name: | QInputDialog::doubleValue | | Prototype: | double QInputDialog::doubleValue() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 928-936 |
| | 4 | 2 |
QInputDialog::doubleMinimum| Name: | QInputDialog::doubleMinimum | | Prototype: | double QInputDialog::doubleMinimum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 953-961 |
| | 4 | 2 |
QInputDialog::doubleMaximum| Name: | QInputDialog::doubleMaximum | | Prototype: | double QInputDialog::doubleMaximum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 978-986 |
| | 4 | 2 |
QInputDialog::doubleDecimals| Name: | QInputDialog::doubleDecimals | | Prototype: | int QInputDialog::doubleDecimals() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1016-1024 |
| | 4 | 2 |
QInputDeviceManagerPrivate::setDeviceCount| Name: | QInputDeviceManagerPrivate::setDeviceCount | | Prototype: | void QInputDeviceManagerPrivate::setDeviceCount(QInputDeviceManager::DeviceType type, int count) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputdevicemanager.cpp | | Lines: | 75-82 |
| | 4 | 2 |
QInotifyFileSystemWatcherEngine::~QInotifyFileSystemWatcherEngine| Name: | QInotifyFileSystemWatcherEngine::~QInotifyFileSystemWatcherEngine | | Prototype: | QInotifyFileSystemWatcherEngine::~QInotifyFileSystemWatcherEngine() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_inotify.cpp | | Lines: | 245-252 |
| | 4 | 2 |
QImageWriter::~QImageWriter| Name: | QImageWriter::~QImageWriter | | Prototype: | QImageWriter::~QImageWriter() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 348-354 |
| | 4 | 2 |
QImageWriter::supportsOption| Name: | QImageWriter::supportsOption | | Prototype: | bool QImageWriter::supportsOption(QImageIOHandler::ImageOption option) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 807-816 |
| | 5 | 2 |
QImageWriter::supportedSubTypes| Name: | QImageWriter::supportedSubTypes | | Prototype: | QList<QByteArray> QImageWriter::supportedSubTypes() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 557-562 |
| | 3 | 2 |
QImageWriter::setText| Name: | QImageWriter::setText | | Prototype: | void QImageWriter::setText(const QString &key, const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 701-706 |
| | 3 | 2 |
QImageWriter::setDevice| Name: | QImageWriter::setDevice | | Prototype: | void QImageWriter::setDevice(QIODevice *device) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 395-404 |
| | 6 | 2 |
QImageScale::qimageFreeScaleInfo| Name: | QImageScale::qimageFreeScaleInfo | | Prototype: | QImageScaleInfo* QImageScale::qimageFreeScaleInfo(QImageScaleInfo *isi) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | | Lines: | 211-221 |
| | 7 | 2 |
QImageReaderPrivate::~QImageReaderPrivate| Name: | QImageReaderPrivate::~QImageReaderPrivate | | Prototype: | QImageReaderPrivate::~QImageReaderPrivate() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 568-573 |
| | 3 | 2 |
QImageReader::transformation| Name: | QImageReader::transformation | | Prototype: | QImageIOHandler::Transformations QImageReader::transformation() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1160-1166 |
| | 4 | 2 |
QImageReader::supportsOption| Name: | QImageReader::supportsOption | | Prototype: | bool QImageReader::supportsOption(QImageIOHandler::ImageOption option) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1547-1552 |
| | 3 | 2 |
QImageReader::supportedMimeTypes| Name: | QImageReader::supportedMimeTypes | | Prototype: | QList<QByteArray> QImageReader::supportedMimeTypes() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1648-1662 |
| | 8 | 2 |
QImageReader::supportedImageFormats| Name: | QImageReader::supportedImageFormats | | Prototype: | QList<QByteArray> QImageReader::supportedImageFormats() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1623-1637 |
| | 8 | 2 |
QImageReader::setGamma| Name: | QImageReader::setGamma | | Prototype: | void QImageReader::setGamma(float gamma) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1217-1221 |
| | 2 | 2 |
QImageReader::setDevice| Name: | QImageReader::setDevice | | Prototype: | void QImageReader::setDevice(QIODevice *device) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 831-840 |
| | 7 | 2 |
QImageReader::nextImageDelay| Name: | QImageReader::nextImageDelay | | Prototype: | int QImageReader::nextImageDelay() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1472-1477 |
| | 3 | 2 |
QImageReader::loopCount| Name: | QImageReader::loopCount | | Prototype: | int QImageReader::loopCount() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1440-1445 |
| | 3 | 2 |
QImageReader::jumpToNextImage| Name: | QImageReader::jumpToNextImage | | Prototype: | bool QImageReader::jumpToNextImage() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1409-1414 |
| | 3 | 2 |
QImageReader::jumpToImage| Name: | QImageReader::jumpToImage | | Prototype: | bool QImageReader::jumpToImage(int imageNumber) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1425-1430 |
| | 3 | 2 |
QImageReader::imageFormat| Name: | QImageReader::imageFormat | | Prototype: | QByteArray QImageReader::imageFormat(const QString &fileName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1558-1565 |
| | 4 | 2 |
QImageReader::imageCount| Name: | QImageReader::imageCount | | Prototype: | int QImageReader::imageCount() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1456-1461 |
| | 3 | 2 |
QImageReader::gamma| Name: | QImageReader::gamma | | Prototype: | float QImageReader::gamma() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1232-1237 |
| | 3 | 2 |
QImageReader::errorString| Name: | QImageReader::errorString | | Prototype: | QString QImageReader::errorString() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1524-1529 |
| | 3 | 2 |
QImageReader::currentImageRect| Name: | QImageReader::currentImageRect | | Prototype: | QRect QImageReader::currentImageRect() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1501-1506 |
| | 3 | 2 |
QImageReader::currentImageNumber| Name: | QImageReader::currentImageNumber | | Prototype: | int QImageReader::currentImageNumber() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1488-1493 |
| | 3 | 2 |
QImageReader::canRead| Name: | QImageReader::canRead | | Prototype: | bool QImageReader::canRead() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1253-1259 |
| | 3 | 2 |
QImage::~QImage| Name: | QImage::~QImage | | Prototype: | QImage::~QImage() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 1026-1030 |
| | 2 | 2 |
QImage::scanLine| Name: | QImage::scanLine | | Prototype: | const uchar *QImage::scanLine(int i) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 1571-1578 |
| | 4 | 2 |
QImage::save| Name: | QImage::save | | Prototype: | bool QImage::save(const QString &fileName, const char *format, int quality) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 3452-3458 |
| | 4 | 2 |
QImage::save| Name: | QImage::save | | Prototype: | bool QImage::save(QIODevice* device, const char* format, int quality) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 3471-3477 |
| | 4 | 2 |
QImage::devicePixelRatio| Name: | QImage::devicePixelRatio | | Prototype: | qreal QImage::devicePixelRatio() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 1424-1429 |
| | 3 | 2 |
QImage::constScanLine| Name: | QImage::constScanLine | | Prototype: | const uchar *QImage::constScanLine(int i) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 1594-1601 |
| | 4 | 2 |
QImage::cacheKey| Name: | QImage::cacheKey | | Prototype: | qint64 QImage::cacheKey() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 4142-4148 |
| | 3 | 2 |
QIdentityProxyModel::mapToSource| Name: | QIdentityProxyModel::mapToSource | | Prototype: | QModelIndex QIdentityProxyModel::mapToSource(const QModelIndex& proxyIndex) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines: | 251-258 |
| | 5 | 2 |
QIdentityProxyModel::mapFromSource| Name: | QIdentityProxyModel::mapFromSource | | Prototype: | QModelIndex QIdentityProxyModel::mapFromSource(const QModelIndex& sourceIndex) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines: | 192-200 |
| | 5 | 2 |
QIcuTimeZonePrivate::init| Name: | QIcuTimeZonePrivate::init | | Prototype: | void QIcuTimeZonePrivate::init(const QByteArray &ianaId) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | | Lines: | 307-321 |
| | 8 | 2 |
QIcuTimeZonePrivate::availableTimeZoneIds| Name: | QIcuTimeZonePrivate::availableTimeZoneIds | | Prototype: | QList<QByteArray> QIcuTimeZonePrivate::availableTimeZoneIds() const | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | | Lines: | 461-470 |
| | 7 | 2 |
QIcuTimeZonePrivate::availableTimeZoneIds| Name: | QIcuTimeZonePrivate::availableTimeZoneIds | | Prototype: | QList<QByteArray> QIcuTimeZonePrivate::availableTimeZoneIds(QLocale::Country country) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | | Lines: | 472-482 |
| | 8 | 2 |
QIcuTimeZonePrivate::availableTimeZoneIds| Name: | QIcuTimeZonePrivate::availableTimeZoneIds | | Prototype: | QList<QByteArray> QIcuTimeZonePrivate::availableTimeZoneIds(int offsetFromUtc) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | | Lines: | 484-499 |
| | 8 | 2 |
QIcuTimeZonePrivate::abbreviation| Name: | QIcuTimeZonePrivate::abbreviation | | Prototype: | QString QIcuTimeZonePrivate::abbreviation(qint64 atMSecsSinceEpoch) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | | Lines: | 340-347 |
| | 3 | 2 |
QIcuTimeZonePrivate::QIcuTimeZonePrivate| Name: | QIcuTimeZonePrivate::QIcuTimeZonePrivate | | Prototype: | QIcuTimeZonePrivate::QIcuTimeZonePrivate(const QByteArray &ianaId) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | | Lines: | 277-283 |
| | 2 | 2 |
QIcuTimeZonePrivate::QIcuTimeZonePrivate| Name: | QIcuTimeZonePrivate::QIcuTimeZonePrivate | | Prototype: | QIcuTimeZonePrivate::QIcuTimeZonePrivate(const QIcuTimeZonePrivate &other) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | | Lines: | 285-295 |
| | 5 | 2 |
QIcuCodec::availableMibs| Name: | QIcuCodec::availableMibs | | Prototype: | QList<int> QIcuCodec::availableMibs() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 417-428 |
| | 6 | 2 |
QIcu::toUpper| Name: | QIcu::toUpper | | Prototype: | QString QIcu::toUpper(const QByteArray &localeID, const QString &str, bool *ok) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_icu.cpp | | Lines: | 88-95 |
| | 5 | 2 |
QIcu::toLower| Name: | QIcu::toLower | | Prototype: | QString QIcu::toLower(const QByteArray &localeID, const QString &str, bool *ok) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_icu.cpp | | Lines: | 97-104 |
| | 5 | 2 |
QIconModeViewBase::updateContentsSize| Name: | QIconModeViewBase::updateContentsSize | | Prototype: | void QIconModeViewBase::updateContentsSize() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 3215-3221 |
| | 4 | 2 |
QIconModeViewBase::removeHiddenRow| Name: | QIconModeViewBase::removeHiddenRow | | Prototype: | void QIconModeViewBase::removeHiddenRow(int row) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2722-2727 |
| | 3 | 2 |
QIconModeViewBase::moveItem| Name: | QIconModeViewBase::moveItem | | Prototype: | void QIconModeViewBase::moveItem(int index, const QPoint &dest) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 3150-3168 |
| | 9 | 2 |
QIconModeViewBase::itemsRect| Name: | QIconModeViewBase::itemsRect | | Prototype: | QRect QIconModeViewBase::itemsRect(const QVector<QModelIndex> &indexes) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 3082-3092 |
| | 7 | 2 |
QIconModeViewBase::indexToListViewItem| Name: | QIconModeViewBase::indexToListViewItem | | Prototype: | QListViewItem QIconModeViewBase::indexToListViewItem(const QModelIndex &index) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2888-2893 |
| | 3 | 2 |
QIconModeViewBase::draggedItemsDelta| Name: | QIconModeViewBase::draggedItemsDelta | | Prototype: | QPoint QIconModeViewBase::draggedItemsDelta() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 3177-3185 |
| | 5 | 2 |
QIconModeViewBase::appendHiddenRow| Name: | QIconModeViewBase::appendHiddenRow | | Prototype: | void QIconModeViewBase::appendHiddenRow(int row) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2715-2720 |
| | 3 | 2 |
QIconLoaderEngine::pixmap| Name: | QIconLoaderEngine::pixmap | | Prototype: | QPixmap QIconLoaderEngine::pixmap(const QSize &size, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 544-554 |
| | 5 | 2 |
QIconLoaderEngine::ensureLoaded| Name: | QIconLoaderEngine::ensureLoaded | | Prototype: | void QIconLoaderEngine::ensureLoaded() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 374-385 |
| | 7 | 2 |
QIconLoader::themeSearchPaths| Name: | QIconLoader::themeSearchPaths | | Prototype: | QStringList QIconLoader::themeSearchPaths() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 148-156 |
| | 4 | 2 |
QIconLoader::loadIcon| Name: | QIconLoader::loadIcon | | Prototype: | QThemeIconInfo QIconLoader::loadIcon(const QString &name) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 321-329 |
| | 4 | 2 |
QIcon::~QIcon| Name: | QIcon::~QIcon | | Prototype: | QIcon::~QIcon() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 678-682 |
| | 2 | 2 |
QIcon::setIsMask| Name: | QIcon::setIsMask | | Prototype: | void QIcon::setIsMask(bool isMask) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1213-1222 |
| | 5 | 2 |
QIcon::pixmap| Name: | QIcon::pixmap | | Prototype: | QPixmap QIcon::pixmap(const QSize &size, Mode mode, State state) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 771-776 |
| | 3 | 2 |
QIcon::name| Name: | QIcon::name | | Prototype: | QString QIcon::name() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1067-1072 |
| | 3 | 2 |
QIcon::isMask| Name: | QIcon::isMask | | Prototype: | bool QIcon::isMask() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1233-1238 |
| | 3 | 2 |
QIcon::cacheKey| Name: | QIcon::cacheKey | | Prototype: | qint64 QIcon::cacheKey() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 753-758 |
| | 3 | 2 |
QIcon::availableSizes| Name: | QIcon::availableSizes | | Prototype: | QList<QSize> QIcon::availableSizes(Mode mode, State state) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1049-1054 |
| | 3 | 2 |
QIcon::actualSize| Name: | QIcon::actualSize | | Prototype: | QSize QIcon::actualSize(const QSize &size, Mode mode, State state) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 811-816 |
| | 3 | 2 |
QIcon::QIcon| Name: | QIcon::QIcon | | Prototype: | QIcon::QIcon(const QIcon &other) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 626-631 |
| | 2 | 2 |
QIPAddressUtils::parseIp4| Name: | QIPAddressUtils::parseIp4 | | Prototype: | bool parseIp4(IPv4Address &address, const QChar *begin, const QChar *end) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | | Lines: | 68-77 |
| | 6 | 2 |
QIODevice::setOpenMode| Name: | QIODevice::setOpenMode | | Prototype: | void QIODevice::setOpenMode(OpenMode openMode) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 464-474 |
| | 5 | 2 |
QIODevice::errorString| Name: | QIODevice::errorString | | Prototype: | QString QIODevice::errorString() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1590-1601 |
| | 4 | 2 |
QIODevice::close| Name: | QIODevice::close | | Prototype: | void QIODevice::close() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 575-592 |
| | 8 | 2 |
QIODevice::bytesAvailable| Name: | QIODevice::bytesAvailable | | Prototype: | qint64 QIODevice::bytesAvailable() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 738-744 |
| | 4 | 2 |
QHttpThreadDelegate::synchronousHeaderChangedSlot| Name: | QHttpThreadDelegate::synchronousHeaderChangedSlot | | Prototype: | void QHttpThreadDelegate::synchronousHeaderChangedSlot() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 624-639 |
| | 8 | 2 |
QHttpThreadDelegate::synchronousFinishedWithErrorSlot| Name: | QHttpThreadDelegate::synchronousFinishedWithErrorSlot | | Prototype: | void QHttpThreadDelegate::synchronousFinishedWithErrorSlot(QNetworkReply::NetworkError errorCode, const QString &detail) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 556-572 |
| | 8 | 2 |
QHttpThreadDelegate::readBufferSizeChanged| Name: | QHttpThreadDelegate::readBufferSizeChanged | | Prototype: | void QHttpThreadDelegate::readBufferSizeChanged(qint64 size) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 414-424 |
| | 4 | 2 |
QHttpThreadDelegate::readBufferFreed| Name: | QHttpThreadDelegate::readBufferFreed | | Prototype: | void QHttpThreadDelegate::readBufferFreed(qint64 size) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 426-433 |
| | 3 | 2 |
QHttpThreadDelegate::preSharedKeyAuthenticationRequiredSlot| Name: | QHttpThreadDelegate::preSharedKeyAuthenticationRequiredSlot | | Prototype: | void QHttpThreadDelegate::preSharedKeyAuthenticationRequiredSlot(QSslPreSharedKeyAuthenticator *authenticator) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 685-691 |
| | 3 | 2 |