Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QIODevice::bytesAvailableName: | 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: | 953-959 |
| | 4 | 2 |
QIODevice::closeName: | 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: | 778-799 |
| | 11 | 2 |
QIODevice::errorStringName: | 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: | 1940-1951 |
| | 4 | 2 |
QIODevice::setCurrentReadChannelName: | QIODevice::setCurrentReadChannel | Prototype: | void QIODevice::setCurrentReadChannel(int channel) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 664-679 |
| | 5 | 2 |
QIODevice::startTransactionName: | QIODevice::startTransaction | Prototype: | void QIODevice::startTransaction() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1516-1525 |
| | 6 | 2 |
QIODevicePrivate::seekBufferName: | QIODevicePrivate::seekBuffer | Prototype: | void QIODevicePrivate::seekBuffer(qint64 newPos) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 883-896 |
| | 5 | 2 |
QIODevicePrivate::setReadChannelCountName: | QIODevicePrivate::setReadChannelCount | Prototype: | void QIODevicePrivate::setReadChannelCount(int count) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 684-694 |
| | 6 | 2 |
QIPAddressUtils::parseIp4Name: | 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: | 74-83 |
| | 6 | 2 |
QIcon::QIconName: | 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: | 632-637 |
| | 2 | 2 |
QIcon::actualSizeName: | 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: | 817-822 |
| | 3 | 2 |
QIcon::availableSizesName: | 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: | 1058-1063 |
| | 3 | 2 |
QIcon::cacheKeyName: | 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: | 759-764 |
| | 3 | 2 |
QIcon::fromThemeName: | QIcon::fromTheme | Prototype: | QIcon QIcon::fromTheme(const QString &name, const QIcon &fallback) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 1209-1217 |
| | 4 | 2 |
QIcon::isMaskName: | 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: | 1261-1266 |
| | 3 | 2 |
QIcon::nameName: | 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: | 1076-1081 |
| | 3 | 2 |
QIcon::pixmapName: | 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: | 777-782 |
| | 3 | 2 |
QIcon::setIsMaskName: | 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: | 1241-1250 |
| | 5 | 2 |
QIcon::~QIconName: | 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: | 684-688 |
| | 2 | 2 |
QIconCacheGtkReader::read16Name: | QIconCacheGtkReader::read16 | Prototype: | quint16 read16(uint offset) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 179-186 |
| | 4 | 2 |
QIconCacheGtkReader::read32Name: | QIconCacheGtkReader::read32 | Prototype: | quint32 read32(uint offset) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 187-195 |
| | 5 | 2 |
QIconLoader::loadIconName: | 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: | 481-489 |
| | 4 | 2 |
QIconLoader::themeSearchPathsName: | 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: | 150-158 |
| | 4 | 2 |
QIconLoaderEngine::ensureLoadedName: | 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: | 534-545 |
| | 7 | 2 |
QIconLoaderEngine::pixmapName: | 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: | 704-714 |
| | 5 | 2 |
QIconModeViewBase::appendHiddenRowName: | 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: | 2726-2731 |
| | 3 | 2 |
QIconModeViewBase::draggedItemsDeltaName: | 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: | 3187-3195 |
| | 5 | 2 |
QIconModeViewBase::indexToListViewItemName: | 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: | 2898-2903 |
| | 3 | 2 |
QIconModeViewBase::itemsRectName: | 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: | 3092-3102 |
| | 7 | 2 |
QIconModeViewBase::moveItemName: | 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: | 3160-3178 |
| | 9 | 2 |
QIconModeViewBase::removeHiddenRowName: | 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: | 2733-2738 |
| | 3 | 2 |
QIconModeViewBase::updateContentsSizeName: | 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: | 3225-3231 |
| | 4 | 2 |
QIcu::toLowerName: | 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: | 103-110 |
| | 5 | 2 |
QIcu::toUpperName: | 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: | 94-101 |
| | 5 | 2 |
QIcuCodec::availableMibsName: | 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: | 423-434 |
| | 6 | 2 |
QIcuTimeZonePrivate::QIcuTimeZonePrivateName: | 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: | 283-289 |
| | 2 | 2 |
QIcuTimeZonePrivate::QIcuTimeZonePrivateName: | 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: | 291-301 |
| | 5 | 2 |
QIcuTimeZonePrivate::abbreviationName: | 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: | 346-353 |
| | 3 | 2 |
QIcuTimeZonePrivate::availableTimeZoneIdsName: | 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: | 467-476 |
| | 7 | 2 |
QIcuTimeZonePrivate::availableTimeZoneIdsName: | 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: | 478-488 |
| | 8 | 2 |
QIcuTimeZonePrivate::availableTimeZoneIdsName: | 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: | 490-505 |
| | 8 | 2 |
QIcuTimeZonePrivate::initName: | 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: | 313-327 |
| | 8 | 2 |
QIdentityProxyModel::mapFromSourceName: | 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: | 198-206 |
| | 5 | 2 |
QIdentityProxyModel::mapToSourceName: | 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: | 257-264 |
| | 5 | 2 |
QImage::cacheKeyName: | 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: | 4160-4166 |
| | 3 | 2 |
QImage::constScanLineName: | 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: | 1607-1614 |
| | 4 | 2 |
QImage::devicePixelRatioName: | 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: | 1437-1442 |
| | 3 | 2 |
QImage::saveName: | 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: | 3471-3477 |
| | 4 | 2 |
QImage::saveName: | 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: | 3490-3496 |
| | 4 | 2 |
QImage::scanLineName: | 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: | 1584-1591 |
| | 4 | 2 |
QImage::~QImageName: | 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: | 1039-1043 |
| | 2 | 2 |
QImageReader::canReadName: | 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: | 1259-1265 |
| | 3 | 2 |
QImageReader::currentImageNumberName: | 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: | 1494-1499 |
| | 3 | 2 |
QImageReader::currentImageRectName: | 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: | 1507-1512 |
| | 3 | 2 |
QImageReader::errorStringName: | 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: | 1530-1535 |
| | 3 | 2 |
QImageReader::gammaName: | 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: | 1238-1243 |
| | 3 | 2 |
QImageReader::imageCountName: | 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: | 1462-1467 |
| | 3 | 2 |
QImageReader::imageFormatName: | 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: | 1564-1571 |
| | 4 | 2 |
QImageReader::jumpToImageName: | 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: | 1431-1436 |
| | 3 | 2 |
QImageReader::jumpToNextImageName: | 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: | 1415-1420 |
| | 3 | 2 |
QImageReader::loopCountName: | 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: | 1446-1451 |
| | 3 | 2 |
QImageReader::nextImageDelayName: | 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: | 1478-1483 |
| | 3 | 2 |
QImageReader::setDeviceName: | 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: | 837-846 |
| | 7 | 2 |
QImageReader::setGammaName: | 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: | 1223-1227 |
| | 2 | 2 |
QImageReader::supportedImageFormatsName: | 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: | 1629-1643 |
| | 8 | 2 |
QImageReader::supportedMimeTypesName: | 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: | 1654-1668 |
| | 8 | 2 |
QImageReader::supportsOptionName: | 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: | 1553-1558 |
| | 3 | 2 |
QImageReader::transformationName: | 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: | 1166-1172 |
| | 4 | 2 |
QImageReaderPrivate::~QImageReaderPrivateName: | 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: | 574-579 |
| | 3 | 2 |
QImageScale::qimageFreeScaleInfoName: | 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: | 217-227 |
| | 7 | 2 |
QImageWriter::setDeviceName: | 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: | 401-410 |
| | 6 | 2 |
QImageWriter::setTextName: | 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: | 707-712 |
| | 3 | 2 |
QImageWriter::supportedSubTypesName: | 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: | 563-568 |
| | 3 | 2 |
QImageWriter::supportsOptionName: | 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: | 813-822 |
| | 5 | 2 |
QImageWriter::~QImageWriterName: | 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: | 354-360 |
| | 4 | 2 |
QInotifyFileSystemWatcherEngine::~QInotifyFileSystemWatcherEngineName: | 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: | 252-259 |
| | 4 | 2 |
QInputDeviceManagerPrivate::setDeviceCountName: | 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: | 81-88 |
| | 4 | 2 |
QInputDialog::doubleDecimalsName: | 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: | 1022-1030 |
| | 4 | 2 |
QInputDialog::doubleMaximumName: | 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: | 984-992 |
| | 4 | 2 |
QInputDialog::doubleMinimumName: | 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: | 959-967 |
| | 4 | 2 |
QInputDialog::doubleValueName: | 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: | 934-942 |
| | 4 | 2 |
QInputDialog::intMaximumName: | 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: | 872-880 |
| | 4 | 2 |
QInputDialog::intMinimumName: | 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: | 847-855 |
| | 4 | 2 |
QInputDialog::intStepName: | 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: | 909-917 |
| | 4 | 2 |
QInputDialog::intValueName: | 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: | 822-830 |
| | 4 | 2 |
QInputDialog::isComboBoxEditableName: | 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: | 762-770 |
| | 4 | 2 |
QInputDialog::setComboBoxEditableName: | 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: | 753-760 |
| | 5 | 2 |
QInputDialog::setComboBoxItemsName: | 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: | 779-792 |
| | 7 | 2 |
QInputDialog::setLabelTextName: | 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: | 594-602 |
| | 4 | 2 |
QInputDialog::setOptionName: | 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: | 634-639 |
| | 3 | 2 |
QInputDialog::textEchoModeName: | 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: | 736-744 |
| | 4 | 2 |
QInputDialogDoubleSpinBox::keyPressEventName: | 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: | 155-164 |
| | 4 | 2 |
QInputDialogPrivate::_q_plainTextEditTextChangedName: | 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: | 454-462 |
| | 5 | 2 |
QInputDialogPrivate::_q_textChangedName: | 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: | 445-452 |
| | 4 | 2 |
QInputDialogPrivate::ensureComboBoxName: | 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: | 282-296 |
| | 9 | 2 |
QInputDialogPrivate::ensureDoubleSpinBoxName: | 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: | 327-336 |
| | 6 | 2 |
QInputDialogPrivate::ensureEnabledConnectionName: | 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: | 338-344 |
| | 3 | 2 |
QInputDialogPrivate::ensureIntSpinBoxName: | 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: | 316-325 |
| | 6 | 2 |
QInputDialogPrivate::ensureLineEditName: | 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: | 253-265 |
| | 7 | 2 |
QInputDialogPrivate::ensureListViewName: | 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: | 298-314 |
| | 12 | 2 |
QInputDialogPrivate::ensurePlainTextEditName: | 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: | 267-280 |
| | 8 | 2 |