| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity | 
 QHttpPart::QHttpPart| Name:  | QHttpPart::QHttpPart |  | Prototype:  | QHttpPart::QHttpPart() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp |  | Lines:  | 92-94 |  
  |  | 2 | 1 | 
 QHttpPart::QHttpPart| Name:  | QHttpPart::QHttpPart |  | Prototype:  | QHttpPart::QHttpPart(const QHttpPart &other) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp |  | Lines:  | 99-101 |  
  |  | 2 | 1 | 
 QHttpPart::operator=| Name:  | QHttpPart::operator= |  | Prototype:  | QHttpPart &QHttpPart::operator=(const QHttpPart &other) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp |  | Lines:  | 114-118 |  
  |  | 2 | 1 | 
 QHttpProtocolHandler::QHttpProtocolHandler| Name:  | QHttpProtocolHandler::QHttpProtocolHandler |  | Prototype:  | QHttpProtocolHandler::QHttpProtocolHandler(QHttpNetworkConnectionChannel *channel) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpprotocolhandler.cpp |  | Lines:  | 43-46 |  
  |  | 2 | 1 | 
 QHttpSocketEngine::QHttpSocketEngine| Name:  | QHttpSocketEngine::QHttpSocketEngine |  | Prototype:  | QHttpSocketEngine::QHttpSocketEngine(QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp |  | Lines:  | 50-53 |  
  |  | 2 | 1 | 
 QHttpSocketEngine::bytesAvailable| Name:  | QHttpSocketEngine::bytesAvailable |  | Prototype:  | qint64 QHttpSocketEngine::bytesAvailable() const |  | Coverage:  |  66.667% (2/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp |  | Lines:  | 208-212 |  
  |  | 2 | 1 | 
 QHttpSocketEngine::isExceptionNotificationEnabled| Name:  | QHttpSocketEngine::isExceptionNotificationEnabled |  | Prototype:  | bool QHttpSocketEngine::isExceptionNotificationEnabled() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp |  | Lines:  | 464-468 |  
  |  | 2 | 1 | 
 QHttpSocketEngine::isReadNotificationEnabled| Name:  | QHttpSocketEngine::isReadNotificationEnabled |  | Prototype:  | bool QHttpSocketEngine::isReadNotificationEnabled() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp |  | Lines:  | 427-431 |  
  |  | 2 | 1 | 
 QHttpSocketEngine::isValid| Name:  | QHttpSocketEngine::isValid |  | Prototype:  | bool QHttpSocketEngine::isValid() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp |  | Lines:  | 123-127 |  
  |  | 2 | 1 | 
 QHttpSocketEngine::isWriteNotificationEnabled| Name:  | QHttpSocketEngine::isWriteNotificationEnabled |  | Prototype:  | bool QHttpSocketEngine::isWriteNotificationEnabled() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp |  | Lines:  | 450-454 |  
  |  | 2 | 1 | 
 QHttpSocketEngine::setExceptionNotificationEnabled| Name:  | QHttpSocketEngine::setExceptionNotificationEnabled |  | Prototype:  | void QHttpSocketEngine::setExceptionNotificationEnabled(bool enable) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp |  | Lines:  | 470-474 |  
  |  | 2 | 1 | 
 QHttpSocketEngine::socketDescriptor| Name:  | QHttpSocketEngine::socketDescriptor |  | Prototype:  | qintptr QHttpSocketEngine::socketDescriptor() const |  | Coverage:  |  66.667% (2/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp |  | Lines:  | 117-121 |  
  |  | 2 | 1 | 
 QHttpSocketEngine::write| Name:  | QHttpSocketEngine::write |  | Prototype:  | qint64 QHttpSocketEngine::write(const char *data, qint64 len) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp |  | Lines:  | 237-241 |  
  |  | 2 | 1 | 
 QHttpThreadDelegate::QHttpThreadDelegate| Name:  | QHttpThreadDelegate::QHttpThreadDelegate |  | Prototype:  | QHttpThreadDelegate::QHttpThreadDelegate(QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp |  | Lines:  | 218-237 |  
  |  | 2 | 1 | 
 QIODevice::QIODevice| Name:  | QIODevice::QIODevice |  | Prototype:  | QIODevice::QIODevice(QIODevicePrivate &dd, QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp |  | Lines:  | 403-406 |  
  |  | 2 | 1 | 
 QIODevice::getChar| Name:  | QIODevice::getChar |  | Prototype:  | bool QIODevice::getChar(char *c) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp |  | Lines:  | 1461-1466 |  
  |  | 2 | 1 | 
 QIODevice::pos| Name:  | QIODevice::pos |  | Prototype:  | qint64 QIODevice::pos() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp |  | Lines:  | 607-614 |  
  |  | 2 | 1 | 
 QIODevice::waitForBytesWritten| Name:  | QIODevice::waitForBytesWritten |  | Prototype:  | bool QIODevice::waitForBytesWritten(int msecs) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp |  | Lines:  | 1567-1571 |  
  |  | 2 | 1 | 
 QIODevice::waitForReadyRead| Name:  | QIODevice::waitForReadyRead |  | Prototype:  | bool QIODevice::waitForReadyRead(int msecs) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp |  | Lines:  | 1535-1539 |  
  |  | 2 | 1 | 
 QIODevicePrivate::QIODevicePrivate| Name:  | QIODevicePrivate::QIODevicePrivate |  | Prototype:  | QIODevicePrivate::QIODevicePrivate() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp |  | Lines:  | 144-153 |  
  |  | 2 | 1 | 
 QIPAddressUtils::number| Name:  | QIPAddressUtils::number |  | Prototype:  | static QString number(quint8 val, int base = 10) |  | Coverage:  | 100.000% (3/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp |  | Lines:  | 42-46 |  
  |  | 2 | 1 | 
 QIcon::QIcon| Name:  | QIcon::QIcon |  | Prototype:  | QIcon::QIcon() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp |  | Lines:  | 609-612 |  
  |  | 2 | 1 | 
 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 | 
 QIcon::hasThemeIcon| Name:  | QIcon::hasThemeIcon |  | Prototype:  | bool QIcon::hasThemeIcon(const QString &name) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp |  | Lines:  | 1199-1204 |  
  |  | 2 | 1 | 
 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 | 
 QIconEnginePlugin::QIconEnginePlugin| Name:  | QIconEnginePlugin::QIconEnginePlugin |  | Prototype:  | QIconEnginePlugin::QIconEnginePlugin(QObject *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconengineplugin.cpp |  | Lines:  | 77-80 |  
  |  | 2 | 1 | 
 QIconLoader::QIconLoader| Name:  | QIconLoader::QIconLoader |  | Prototype:  | QIconLoader::QIconLoader() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp |  | Lines:  | 66-69 |  
  |  | 2 | 1 | 
 QIconLoader::instance| Name:  | QIconLoader::instance |  | Prototype:  | QIconLoader *QIconLoader::instance() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp |  | Lines:  | 113-117 |  
  |  | 2 | 1 | 
 QIconLoader::setThemeName| Name:  | QIconLoader::setThemeName |  | Prototype:  | void QIconLoader::setThemeName(const QString &themeName) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp |  | Lines:  | 135-139 |  
  |  | 2 | 1 | 
 QIconLoaderEngine::QIconLoaderEngine| Name:  | QIconLoaderEngine::QIconLoaderEngine |  | Prototype:  | QIconLoaderEngine::QIconLoaderEngine(const QString& iconName) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp |  | Lines:  | 335-338 |  
  |  | 2 | 1 | 
 QIconLoaderEngine::QIconLoaderEngine| Name:  | QIconLoaderEngine::QIconLoaderEngine |  | Prototype:  | QIconLoaderEngine::QIconLoaderEngine(const QIconLoaderEngine &other) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp |  | Lines:  | 345-350 |  
  |  | 2 | 1 | 
 QIconLoaderEngine::paint| Name:  | QIconLoaderEngine::paint |  | Prototype:  | void QIconLoaderEngine::paint(QPainter *painter, const QRect &rect, QIcon::Mode mode, QIcon::State state) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp |  | Lines:  | 387-392 |  
  |  | 2 | 1 | 
 QIconLoaderEngine::read| Name:  | QIconLoaderEngine::read |  | Prototype:  | bool QIconLoaderEngine::read(QDataStream &in) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp |  | Lines:  | 357-360 |  
  |  | 2 | 1 | 
 QIconLoaderEngine::write| Name:  | QIconLoaderEngine::write |  | Prototype:  | bool QIconLoaderEngine::write(QDataStream &out) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp |  | Lines:  | 362-366 |  
  |  | 2 | 1 | 
 QIconPrivate::QIconPrivate| Name:  | QIconPrivate::QIconPrivate |  | Prototype:  | QIconPrivate::QIconPrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp |  | Lines:  | 131-137 |  
  |  | 2 | 1 | 
 QIcuCodec::QIcuCodec| Name:  | QIcuCodec::QIcuCodec |  | Prototype:  | QIcuCodec::QIcuCodec(const char *name) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp |  | Lines:  | 552-555 |  
  |  | 2 | 1 | 
 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::nextTransition| Name:  | QIcuTimeZonePrivate::nextTransition |  | Prototype:  | QTimeZonePrivate::Data QIcuTimeZonePrivate::nextTransition(qint64 afterMSecsSinceEpoch) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp |  | Lines:  | 430-440 |  
  |  | 2 | 1 | 
 QIcuTimeZonePrivate::previousTransition| Name:  | QIcuTimeZonePrivate::previousTransition |  | Prototype:  | QTimeZonePrivate::Data QIcuTimeZonePrivate::previousTransition(qint64 beforeMSecsSinceEpoch) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp |  | Lines:  | 442-452 |  
  |  | 2 | 1 | 
 QIdentityProxyModel::headerData| Name:  | QIdentityProxyModel::headerData |  | Prototype:  | QVariant QIdentityProxyModel::headerData(int section, Qt::Orientation orientation, int role) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 324-328 |  
  |  | 2 | 1 | 
 QIdentityProxyModel::sibling| Name:  | QIdentityProxyModel::sibling |  | Prototype:  | QModelIndex QIdentityProxyModel::sibling(int row, int column, const QModelIndex &idx) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 163-167 |  
  |  | 2 | 1 | 
 QIdentityProxyModelPrivate::_q_sourceHeaderDataChanged| Name:  | QIdentityProxyModelPrivate::_q_sourceHeaderDataChanged |  | Prototype:  | void QIdentityProxyModelPrivate::_q_sourceHeaderDataChanged(Qt::Orientation orientation, int first, int last) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 483-487 |  
  |  | 2 | 1 | 
 QIdentityProxyModelPrivate::_q_sourceModelAboutToBeReset| Name:  | QIdentityProxyModelPrivate::_q_sourceModelAboutToBeReset |  | Prototype:  | void QIdentityProxyModelPrivate::_q_sourceModelAboutToBeReset() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 542-546 |  
  |  | 2 | 1 | 
 QIdentityProxyModelPrivate::_q_sourceModelReset| Name:  | QIdentityProxyModelPrivate::_q_sourceModelReset |  | Prototype:  | void QIdentityProxyModelPrivate::_q_sourceModelReset() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 548-552 |  
  |  | 2 | 1 | 
 QImage::QImage| Name:  | QImage::QImage |  | Prototype:  | QImage::QImage(const QString &fileName, const char *format) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp |  | Lines:  | 962-967 |  
  |  | 2 | 1 | 
 QImage::color| Name:  | QImage::color |  | Prototype:  | QRgb QImage::color(int i) const |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp |  | Lines:  | 1500-1504 |  
  |  | 2 | 1 | 
 QImage::toPixelFormat| Name:  | QImage::toPixelFormat |  | Prototype:  | QPixelFormat QImage::toPixelFormat(QImage::Format format) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp |  | Lines:  | 5170-5174 |  
  |  | 2 | 1 | 
 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 | 
 QImageData::QImageData| Name:  | QImageData::QImageData |  | Prototype:  | QImageData::QImageData() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp |  | Lines:  | 88-99 |  
  |  | 2 | 1 | 
 QImageIOHandler::QImageIOHandler| Name:  | QImageIOHandler::QImageIOHandler |  | Prototype:  | QImageIOHandler::QImageIOHandler() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimageiohandler.cpp |  | Lines:  | 296-299 |  
  |  | 2 | 1 | 
 QImageIOHandler::QImageIOHandler| Name:  | QImageIOHandler::QImageIOHandler |  | Prototype:  | QImageIOHandler::QImageIOHandler(QImageIOHandlerPrivate &dd) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimageiohandler.cpp |  | Lines:  | 306-309 |  
  |  | 2 | 1 | 
 QImageIOHandler::device| Name:  | QImageIOHandler::device |  | Prototype:  | QIODevice *QImageIOHandler::device() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimageiohandler.cpp |  | Lines:  | 339-343 |  
  |  | 2 | 1 | 
 QImageIOHandler::format| Name:  | QImageIOHandler::format |  | Prototype:  | QByteArray QImageIOHandler::format() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimageiohandler.cpp |  | Lines:  | 378-382 |  
  |  | 2 | 1 | 
 QImageIOHandler::jumpToImage| Name:  | QImageIOHandler::jumpToImage |  | Prototype:  | bool QImageIOHandler::jumpToImage(int imageNumber) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimageiohandler.cpp |  | Lines:  | 533-537 |  
  |  | 2 | 1 | 
 QImageIOHandler::option| Name:  | QImageIOHandler::option |  | Prototype:  | QVariant QImageIOHandler::option(ImageOption option) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimageiohandler.cpp |  | Lines:  | 454-458 |  
  |  | 2 | 1 | 
 QImageIOHandler::setDevice| Name:  | QImageIOHandler::setDevice |  | Prototype:  | void QImageIOHandler::setDevice(QIODevice *device) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimageiohandler.cpp |  | Lines:  | 329-333 |  
  |  | 2 | 1 | 
 QImageIOHandler::setFormat| Name:  | QImageIOHandler::setFormat |  | Prototype:  | void QImageIOHandler::setFormat(const QByteArray &format) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimageiohandler.cpp |  | Lines:  | 351-355 |  
  |  | 2 | 1 | 
 QImageIOHandler::setFormat| Name:  | QImageIOHandler::setFormat |  | Prototype:  | void QImageIOHandler::setFormat(const QByteArray &format) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimageiohandler.cpp |  | Lines:  | 365-369 |  
  |  | 2 | 1 | 
 QImageIOHandler::setOption| Name:  | QImageIOHandler::setOption |  | Prototype:  | void QImageIOHandler::setOption(ImageOption option, const QVariant &value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimageiohandler.cpp |  | Lines:  | 441-445 |  
  |  | 2 | 1 | 
 QImageIOHandler::supportsOption| Name:  | QImageIOHandler::supportsOption |  | Prototype:  | bool QImageIOHandler::supportsOption(ImageOption option) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimageiohandler.cpp |  | Lines:  | 468-472 |  
  |  | 2 | 1 | 
 QImageIOHandler::write| Name:  | QImageIOHandler::write |  | Prototype:  | bool QImageIOHandler::write(const QImage &image) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimageiohandler.cpp |  | Lines:  | 430-434 |  
  |  | 2 | 1 | 
 QImageIOHandlerPrivate::QImageIOHandlerPrivate| Name:  | QImageIOHandlerPrivate::QImageIOHandlerPrivate |  | Prototype:  | QImageIOHandlerPrivate::QImageIOHandlerPrivate(QImageIOHandler *q) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimageiohandler.cpp |  | Lines:  | 283-287 |  
  |  | 2 | 1 | 
 QImageIOPlugin::QImageIOPlugin| Name:  | QImageIOPlugin::QImageIOPlugin |  | Prototype:  | QImageIOPlugin::QImageIOPlugin(QObject *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimageiohandler.cpp |  | Lines:  | 566-569 |  
  |  | 2 | 1 | 
 QImageReader::QImageReader| Name:  | QImageReader::QImageReader |  | Prototype:  | QImageReader::QImageReader() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp |  | Lines:  | 648-651 |  
  |  | 2 | 1 | 
 QImageReader::QImageReader| Name:  | QImageReader::QImageReader |  | Prototype:  | QImageReader::QImageReader(QIODevice *device, const QByteArray &format) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp |  | Lines:  | 657-662 |  
  |  | 2 | 1 | 
 QImageReader::fileName| Name:  | QImageReader::fileName |  | Prototype:  | QString QImageReader::fileName() const |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp |  | Lines:  | 877-881 |  
  |  | 2 | 1 | 
 QImageReader::read| Name:  | QImageReader::read |  | Prototype:  | QImage QImageReader::read() |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp |  | Lines:  | 1273-1279 |  
  |  | 2 | 1 | 
 QImageReader::setAutoTransform| Name:  | QImageReader::setAutoTransform |  | Prototype:  | void QImageReader::setAutoTransform(bool enabled) |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp |  | Lines:  | 1176-1180 |  
  |  | 2 | 1 | 
 QImageReader::setFileName| Name:  | QImageReader::setFileName |  | Prototype:  | void QImageReader::setFileName(const QString &fileName) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp |  | Lines:  | 862-866 |  
  |  | 2 | 1 | 
 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::text| Name:  | QImageReader::text |  | Prototype:  | QString QImageReader::text(const QString &key) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp |  | Lines:  | 993-997 |  
  |  | 2 | 1 | 
 QImageReader::textKeys| Name:  | QImageReader::textKeys |  | Prototype:  | QStringList QImageReader::textKeys() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp |  | Lines:  | 977-981 |  
  |  | 2 | 1 | 
 QImageWriter::QImageWriter| Name:  | QImageWriter::QImageWriter |  | Prototype:  | QImageWriter::QImageWriter() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp |  | Lines:  | 314-317 |  
  |  | 2 | 1 | 
 QImageWriter::QImageWriter| Name:  | QImageWriter::QImageWriter |  | Prototype:  | QImageWriter::QImageWriter(QIODevice *device, const QByteArray &format) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp |  | Lines:  | 323-328 |  
  |  | 2 | 1 | 
 QImageWriter::fileName| Name:  | QImageWriter::fileName |  | Prototype:  | QString QImageWriter::fileName() const |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp |  | Lines:  | 437-441 |  
  |  | 2 | 1 | 
 QImageWriter::setFileName| Name:  | QImageWriter::setFileName |  | Prototype:  | void QImageWriter::setFileName(const QString &fileName) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp |  | Lines:  | 422-426 |  
  |  | 2 | 1 | 
 QInotifyFileSystemWatcherEngine::QInotifyFileSystemWatcherEngine| Name:  | QInotifyFileSystemWatcherEngine::QInotifyFileSystemWatcherEngine |  | Prototype:  | QInotifyFileSystemWatcherEngine::QInotifyFileSystemWatcherEngine(int fd, QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_inotify.cpp |  | Lines:  | 236-243 |  
  |  | 2 | 1 | 
 QInputControl::QInputControl| Name:  | QInputControl::QInputControl |  | Prototype:  | QInputControl::QInputControl(Type type, QObject *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qinputcontrol.cpp |  | Lines:  | 39-43 |  
  |  | 2 | 1 | 
 QInputControl::QInputControl| Name:  | QInputControl::QInputControl |  | Prototype:  | QInputControl::QInputControl(Type type, QObjectPrivate &dd, QObject *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qinputcontrol.cpp |  | Lines:  | 45-49 |  
  |  | 2 | 1 | 
 QInputDeviceManager::deviceCount| Name:  | QInputDeviceManager::deviceCount |  | Prototype:  | int QInputDeviceManager::deviceCount(DeviceType type) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputdevicemanager.cpp |  | Lines:  | 64-68 |  
  |  | 2 | 1 | 
 QInputDialog::QInputDialog| Name:  | QInputDialog::QInputDialog |  | Prototype:  | QInputDialog::QInputDialog(QWidget *parent, Qt::WindowFlags flags) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 512-515 |  
  |  | 2 | 1 | 
 QInputDialog::options| Name:  | QInputDialog::options |  | Prototype:  | QInputDialog::InputDialogOptions QInputDialog::options() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 675-679 |  
  |  | 2 | 1 | 
 QInputDialog::testOption| Name:  | QInputDialog::testOption |  | Prototype:  | bool QInputDialog::testOption(InputDialogOption option) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 641-645 |  
  |  | 2 | 1 | 
 QInputDialog::textValue| Name:  | QInputDialog::textValue |  | Prototype:  | QString QInputDialog::textValue() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 707-711 |  
  |  | 2 | 1 | 
 QInputDialogDoubleSpinBox::QInputDialogDoubleSpinBox| Name:  | QInputDialogDoubleSpinBox::QInputDialogDoubleSpinBox |  | Prototype:  | QInputDialogDoubleSpinBox(QWidget *parent = 0) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 136-140 |  
  |  | 2 | 1 | 
 QInputDialogDoubleSpinBox::mousePressEvent| Name:  | QInputDialogDoubleSpinBox::mousePressEvent |  | Prototype:  | void mousePressEvent(QMouseEvent *event) override |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 160-163 |  
  |  | 2 | 1 | 
 QInputDialogPrivate::QInputDialogPrivate| Name:  | QInputDialogPrivate::QInputDialogPrivate |  | Prototype:  | QInputDialogPrivate::QInputDialogPrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 208-212 |  
  |  | 2 | 1 | 
 QInputDialogPrivate::_q_currentRowChanged| Name:  | QInputDialogPrivate::_q_currentRowChanged |  | Prototype:  | void QInputDialogPrivate::_q_currentRowChanged(const QModelIndex &newIndex, const QModelIndex & ) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 458-463 |  
  |  | 2 | 1 | 
 QInputDialogSpinBox::QInputDialogSpinBox| Name:  | QInputDialogSpinBox::QInputDialogSpinBox |  | Prototype:  | QInputDialogSpinBox(QWidget *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 101-105 |  
  |  | 2 | 1 | 
 QInputDialogSpinBox::mousePressEvent| Name:  | QInputDialogSpinBox::mousePressEvent |  | Prototype:  | void mousePressEvent(QMouseEvent *event) override |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 125-128 |  
  |  | 2 | 1 | 
 QInputMethod::QInputMethod| Name:  | QInputMethod::QInputMethod |  | Prototype:  | QInputMethod::QInputMethod() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp |  | Lines:  | 47-50 |  
  |  | 2 | 1 | 
 QInputMethod::inputItemRectangle| Name:  | QInputMethod::inputItemRectangle |  | Prototype:  | QRectF QInputMethod::inputItemRectangle() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp |  | Lines:  | 104-108 |  
  |  | 2 | 1 | 
 QInputMethod::inputItemTransform| Name:  | QInputMethod::inputItemTransform |  | Prototype:  | QTransform QInputMethod::inputItemTransform() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp |  | Lines:  | 75-79 |  
  |  | 2 | 1 | 
 QInputMethod::setInputItemRectangle| Name:  | QInputMethod::setInputItemRectangle |  | Prototype:  | void QInputMethod::setInputItemRectangle(const QRectF &rect) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp |  | Lines:  | 117-121 |  
  |  | 2 | 1 | 
 QInputMethodEvent::QInputMethodEvent| Name:  | QInputMethodEvent::QInputMethodEvent |  | Prototype:  | QInputMethodEvent::QInputMethodEvent() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp |  | Lines:  | 2008-2011 |  
  |  | 2 | 1 | 
 QInputMethodEvent::QInputMethodEvent| Name:  | QInputMethodEvent::QInputMethodEvent |  | Prototype:  | QInputMethodEvent::QInputMethodEvent(const QString &preeditText, const QList<Attribute> &attributes) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp |  | Lines:  | 2023-2027 |  
  |  | 2 | 1 | 
 QInputMethodEvent::QInputMethodEvent| Name:  | QInputMethodEvent::QInputMethodEvent |  | Prototype:  | QInputMethodEvent::QInputMethodEvent(const QInputMethodEvent &other) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp |  | Lines:  | 2032-2036 |  
  |  | 2 | 1 | 
 QInputMethodQueryEvent::QInputMethodQueryEvent| Name:  | QInputMethodQueryEvent::QInputMethodQueryEvent |  | Prototype:  | QInputMethodQueryEvent::QInputMethodQueryEvent(Qt::InputMethodQueries queries) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp |  | Lines:  | 2142-2146 |  
  |  | 2 | 1 | 
 QIntValidator::QIntValidator| Name:  | QIntValidator::QIntValidator |  | Prototype:  | QIntValidator::QIntValidator(QObject * parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp |  | Lines:  | 332-337 |  
  |  | 2 | 1 | 
 QIntValidator::QIntValidator| Name:  | QIntValidator::QIntValidator |  | Prototype:  | QIntValidator::QIntValidator(int minimum, int maximum, QObject * parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp |  | Lines:  | 345-351 |  
  |  | 2 | 1 |