| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
existingImageFileForPath::QQuickPixmap::load| Name: | existingImageFileForPath::QQuickPixmap::load | | Prototype: | void QQuickPixmap::load(QQmlEngine *engine, const QUrl &url, const QSize &requestSize, QQuickPixmap::Options options) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1524-1527 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmap::load| Name: | existingImageFileForPath::QQuickPixmap::load | | Prototype: | void QQuickPixmap::load(QQmlEngine *engine, const QUrl &url, const QSize &requestSize, QQuickPixmap::Options options, const QQuickImageProviderOptions &providerOptions) | | Coverage: | 68.333% (41/60) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1529-1599 |
| | 46 | 19 |
existingImageFileForPath::QQuickPixmap::purgeCache| Name: | existingImageFileForPath::QQuickPixmap::purgeCache | | Prototype: | void QQuickPixmap::purgeCache() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1130-1133 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmap::rect| Name: | existingImageFileForPath::QQuickPixmap::rect | | Prototype: | QRect QQuickPixmap::rect() const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1501-1507 |
| | 3 | 2 |
existingImageFileForPath::QQuickPixmap::requestSize| Name: | existingImageFileForPath::QQuickPixmap::requestSize | | Prototype: | const QSize &QQuickPixmap::requestSize() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1435-1441 |
| | 3 | 2 |
existingImageFileForPath::QQuickPixmap::setImage| Name: | existingImageFileForPath::QQuickPixmap::setImage | | Prototype: | void QQuickPixmap::setImage(const QImage &p) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1466-1472 |
| | 3 | 2 |
existingImageFileForPath::QQuickPixmap::setPixmap| Name: | existingImageFileForPath::QQuickPixmap::setPixmap | | Prototype: | void QQuickPixmap::setPixmap(const QQuickPixmap &other) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1474-1483 |
| | 5 | 2 |
existingImageFileForPath::QQuickPixmap::status| Name: | existingImageFileForPath::QQuickPixmap::status | | Prototype: | QQuickPixmap::Status QQuickPixmap::status() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1411-1417 |
| | 3 | 2 |
existingImageFileForPath::QQuickPixmap::textureFactory| Name: | existingImageFileForPath::QQuickPixmap::textureFactory | | Prototype: | QQuickTextureFactory *QQuickPixmap::textureFactory() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1451-1457 |
| | 3 | 2 |
existingImageFileForPath::QQuickPixmap::url| Name: | existingImageFileForPath::QQuickPixmap::url | | Prototype: | const QUrl &QQuickPixmap::url() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1419-1425 |
| | 3 | 2 |
existingImageFileForPath::QQuickPixmap::width| Name: | existingImageFileForPath::QQuickPixmap::width | | Prototype: | int QQuickPixmap::width() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1485-1491 |
| | 3 | 2 |
existingImageFileForPath::QQuickPixmap::~QQuickPixmap| Name: | existingImageFileForPath::QQuickPixmap::~QQuickPixmap | | Prototype: | QQuickPixmap::~QQuickPixmap() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1374-1381 |
| | 4 | 2 |
existingImageFileForPath::QQuickPixmapData::addToCache| Name: | existingImageFileForPath::QQuickPixmapData::addToCache | | Prototype: | void QQuickPixmapData::addToCache() | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1228-1237 |
| | 6 | 3 |
existingImageFileForPath::QQuickPixmapData::addref| Name: | existingImageFileForPath::QQuickPixmapData::addref | | Prototype: | void QQuickPixmapData::addref() | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1191-1197 |
| | 4 | 3 |
existingImageFileForPath::QQuickPixmapData::cost| Name: | existingImageFileForPath::QQuickPixmapData::cost | | Prototype: | int QQuickPixmapData::cost() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1184-1189 |
| | 3 | 2 |
existingImageFileForPath::QQuickPixmapData::release| Name: | existingImageFileForPath::QQuickPixmapData::release | | Prototype: | void QQuickPixmapData::release() | | Coverage: | 90.000% (18/20) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1199-1226 |
| | 19 | 7 |
existingImageFileForPath::QQuickPixmapData::removeFromCache| Name: | existingImageFileForPath::QQuickPixmapData::removeFromCache | | Prototype: | void QQuickPixmapData::removeFromCache() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1239-1248 |
| | 6 | 3 |
existingImageFileForPath::QQuickPixmapReader::QQuickPixmapReader| Name: | existingImageFileForPath::QQuickPixmapReader::QQuickPixmapReader | | Prototype: | QQuickPixmapReader::QQuickPixmapReader(QQmlEngine *eng) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 464-474 |
| | 4 | 1 |
existingImageFileForPath::QQuickPixmapReader::asyncResponseFinished| Name: | existingImageFileForPath::QQuickPixmapReader::asyncResponseFinished | | Prototype: | void QQuickPixmapReader::asyncResponseFinished(QQuickImageResponse *response) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 564-589 |
| | 16 | 4 |
existingImageFileForPath::QQuickPixmapReader::cancel| Name: | existingImageFileForPath::QQuickPixmapReader::cancel | | Prototype: | void QQuickPixmapReader::cancel(QQuickPixmapReply *reply) | | Coverage: | 78.571% (11/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 913-930 |
| | 9 | 5 |
existingImageFileForPath::QQuickPixmapReader::existingInstance| Name: | existingImageFileForPath::QQuickPixmapReader::existingInstance | | Prototype: | QQuickPixmapReader *QQuickPixmapReader::existingInstance(QQmlEngine *engine) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 895-899 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmapReader::getImage| Name: | existingImageFileForPath::QQuickPixmapReader::getImage | | Prototype: | QQuickPixmapReply *QQuickPixmapReader::getImage(QQuickPixmapData *data) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 901-911 |
| | 7 | 2 |
existingImageFileForPath::QQuickPixmapReader::instance| Name: | existingImageFileForPath::QQuickPixmapReader::instance | | Prototype: | QQuickPixmapReader *QQuickPixmapReader::instance(QQmlEngine *engine) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 883-893 |
| | 5 | 2 |
existingImageFileForPath::QQuickPixmapReader::networkRequestDone| Name: | existingImageFileForPath::QQuickPixmapReader::networkRequestDone | | Prototype: | void QQuickPixmapReader::networkRequestDone(QNetworkReply *reply) | | Coverage: | 70.000% (14/20) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 513-561 |
| | 33 | 7 |
existingImageFileForPath::QQuickPixmapReader::processJob| Name: | existingImageFileForPath::QQuickPixmapReader::processJob | | Prototype: | void QQuickPixmapReader::processJob(QQuickPixmapReply *runningJob, const QUrl &url, const QString &localFile, QQuickImageProvider::ImageType imageType, QQuickImageProvider *provider) | | Coverage: | 51.111% (46/90) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 710-881 |
| | 103 | 29 |
existingImageFileForPath::QQuickPixmapReader::processJobs| Name: | existingImageFileForPath::QQuickPixmapReader::processJobs | | Prototype: | void QQuickPixmapReader::processJobs() | | Coverage: | 71.429% (40/56) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 630-708 |
| | 46 | 16 |
existingImageFileForPath::QQuickPixmapReader::run| Name: | existingImageFileForPath::QQuickPixmapReader::run | | Prototype: | void QQuickPixmapReader::run() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 932-953 |
| | 13 | 2 |
existingImageFileForPath::QQuickPixmapReader::~QQuickPixmapReader| Name: | existingImageFileForPath::QQuickPixmapReader::~QQuickPixmapReader | | Prototype: | QQuickPixmapReader::~QQuickPixmapReader() | | Coverage: | 43.750% (7/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 476-510 |
| | 20 | 8 |
existingImageFileForPath::QQuickPixmapReader::~QQuickPixmapReader::[lambda]| Name: | existingImageFileForPath::QQuickPixmapReader::~QQuickPixmapReader::[lambda] | | Prototype: | [this](QQuickPixmapReply *reply) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 492-497 |
| | 3 | 2 |
existingImageFileForPath::QQuickPixmapReaderThreadObject::QQuickPixmapReaderThreadObject| Name: | existingImageFileForPath::QQuickPixmapReaderThreadObject::QQuickPixmapReaderThreadObject | | Prototype: | QQuickPixmapReaderThreadObject::QQuickPixmapReaderThreadObject(QQuickPixmapReader *i) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 591-594 |
| | 2 | 1 |
existingImageFileForPath::QQuickPixmapReaderThreadObject::asyncResponseFinished| Name: | existingImageFileForPath::QQuickPixmapReaderThreadObject::asyncResponseFinished | | Prototype: | void QQuickPixmapReaderThreadObject::asyncResponseFinished(QQuickImageResponse *response) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 619-622 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmapReaderThreadObject::asyncResponseFinished| Name: | existingImageFileForPath::QQuickPixmapReaderThreadObject::asyncResponseFinished | | Prototype: | void QQuickPixmapReaderThreadObject::asyncResponseFinished() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 624-628 |
| | 2 | 1 |
existingImageFileForPath::QQuickPixmapReaderThreadObject::event| Name: | existingImageFileForPath::QQuickPixmapReaderThreadObject::event | | Prototype: | bool QQuickPixmapReaderThreadObject::event(QEvent *e) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 601-609 |
| | 4 | 2 |
existingImageFileForPath::QQuickPixmapReaderThreadObject::networkRequestDone| Name: | existingImageFileForPath::QQuickPixmapReaderThreadObject::networkRequestDone | | Prototype: | void QQuickPixmapReaderThreadObject::networkRequestDone() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 611-617 |
| | 2 | 1 |
existingImageFileForPath::QQuickPixmapReaderThreadObject::processJobs| Name: | existingImageFileForPath::QQuickPixmapReaderThreadObject::processJobs | | Prototype: | void QQuickPixmapReaderThreadObject::processJobs() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 596-599 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmapReply::QQuickPixmapReply| Name: | existingImageFileForPath::QQuickPixmapReply::QQuickPixmapReply | | Prototype: | QQuickPixmapReply::QQuickPixmapReply(QQuickPixmapData *d) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1135-1142 |
| | 3 | 2 |
existingImageFileForPath::QQuickPixmapReply::downloadProgress| Name: | existingImageFileForPath::QQuickPixmapReply::downloadProgress | | Prototype: | void QQuickPixmapReply::downloadProgress(qint64 _t1, qint64 _t2) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/.moc/qquickpixmapcache.moc | | Lines: | 140-144 |
| | 2 | 1 |
existingImageFileForPath::QQuickPixmapReply::event| Name: | existingImageFileForPath::QQuickPixmapReply::event | | Prototype: | bool QQuickPixmapReply::event(QEvent *event) | | Coverage: | 62.500% (15/24) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1150-1182 |
| | 21 | 7 |
existingImageFileForPath::QQuickPixmapReply::finished| Name: | existingImageFileForPath::QQuickPixmapReply::finished | | Prototype: | void QQuickPixmapReply::finished() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/.moc/qquickpixmapcache.moc | | Lines: | 134-137 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmapStore::QQuickPixmapStore| Name: | existingImageFileForPath::QQuickPixmapStore::QQuickPixmapStore | | Prototype: | QQuickPixmapStore::QQuickPixmapStore() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1004-1007 |
| | 2 | 1 |
existingImageFileForPath::QQuickPixmapStore::purgeCache| Name: | existingImageFileForPath::QQuickPixmapStore::purgeCache | | Prototype: | void QQuickPixmapStore::purgeCache() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1125-1128 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmapStore::referencePixmap| Name: | existingImageFileForPath::QQuickPixmapStore::referencePixmap | | Prototype: | void QQuickPixmapStore::referencePixmap(QQuickPixmapData *data) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1074-1091 |
| | 11 | 3 |
existingImageFileForPath::QQuickPixmapStore::shrinkCache| Name: | existingImageFileForPath::QQuickPixmapStore::shrinkCache | | Prototype: | void QQuickPixmapStore::shrinkCache(int remove) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1093-1111 |
| | 12 | 3 |
existingImageFileForPath::QQuickPixmapStore::timerEvent| Name: | existingImageFileForPath::QQuickPixmapStore::timerEvent | | Prototype: | void QQuickPixmapStore::timerEvent(QTimerEvent *) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1113-1123 |
| | 5 | 2 |
existingImageFileForPath::QQuickPixmapStore::unreferencePixmap| Name: | existingImageFileForPath::QQuickPixmapStore::unreferencePixmap | | Prototype: | void QQuickPixmapStore::unreferencePixmap(QQuickPixmapData *data) | | Coverage: | 89.474% (17/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1046-1072 |
| | 17 | 5 |
existingImageFileForPath::QQuickPixmapStore::~QQuickPixmapStore| Name: | existingImageFileForPath::QQuickPixmapStore::~QQuickPixmapStore | | Prototype: | QQuickPixmapStore::~QQuickPixmapStore() | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1009-1044 |
| | 14 | 6 |
existingImageFileForPath::Q_QGS_nullPixmap::innerFunction| Name: | existingImageFileForPath::Q_QGS_nullPixmap::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1349-1349 |
| | 1 | 4 |
existingImageFileForPath::Q_QGS_nullPixmap::innerFunction::~HolderBase| Name: | existingImageFileForPath::Q_QGS_nullPixmap::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1349-1349 |
| | 1 | 2 |
existingImageFileForPath::Q_QGS_pixmapStore::innerFunction| Name: | existingImageFileForPath::Q_QGS_pixmapStore::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1001-1001 |
| | 1 | 4 |
existingImageFileForPath::Q_QGS_pixmapStore::innerFunction::~HolderBase| Name: | existingImageFileForPath::Q_QGS_pixmapStore::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1001-1001 |
| | 1 | 2 |
existingImageFileForPath::createPixmapDataSync| Name: | existingImageFileForPath::createPixmapDataSync | | Prototype: | static QQuickPixmapData* createPixmapDataSync(QQuickPixmap *declarativePixmap, QQmlEngine *engine, const QUrl &url, const QSize &requestSize, const QQuickImageProviderOptions &providerOptions, bool *ok) | | Coverage: | 62.500% (35/56) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1250-1342 |
| | 56 | 18 |
existingImageFileForPath::existingImageFileForPath| Name: | existingImageFileForPath::existingImageFileForPath | | Prototype: | static QString existingImageFileForPath(const QString &localFile) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 447-462 |
| | 9 | 4 |
existingImageFileForPath::operator==| Name: | existingImageFileForPath::operator== | | Prototype: | inline bool operator==(const QQuickPixmapKey &lhs, const QQuickPixmapKey &rhs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 963-966 |
| | 1 | 1 |
existingImageFileForPath::qHash| Name: | existingImageFileForPath::qHash | | Prototype: | inline uint qHash(const QQuickPixmapKey &key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 968-971 |
| | 1 | 1 |
expandedRect| Name: | expandedRect | | Prototype: | static QRect expandedRect(const QRect &rect, Qt::Edge edge, int increment) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/qquicktableview.cpp | | Lines: | 78-91 |
| | 6 | 5 |
expressions_to_run| Name: | expressions_to_run | | Prototype: | static inline bool expressions_to_run(QQmlContextData *ctxt, bool isGlobalRefresh) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlcontext.cpp | | Lines: | 711-714 |
| | 1 | 1 |
extractQtSignal| Name: | extractQtSignal | | Prototype: | static QPair<QObject *, int> extractQtSignal(const QV4::Value &value) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp | | Lines: | 109-124 |
| | 10 | 4 |
fastFlagsForProperty| Name: | fastFlagsForProperty | | Prototype: | static QQmlPropertyData::Flags fastFlagsForProperty(const QMetaProperty &p) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlpropertycache.cpp | | Lines: | 85-98 |
| | 8 | 2 |
fetchOrCreateTypeForUrl| Name: | fetchOrCreateTypeForUrl | | Prototype: | QQmlType fetchOrCreateTypeForUrl(const QString &urlString, const QHashedStringRef& typeName, bool isCompositeSingleton, QList<QQmlError> *errors, int majorVersion=-1, int minorVersion=-1) | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlimport.cpp | | Lines: | 145-211 |
| | 32 | 5 |
fillRectShadow| Name: | fillRectShadow | | Prototype: | static void fillRectShadow(QPainter* p, QRectF shadowRect, qreal offsetX, qreal offsetY, qreal blur, const QColor& color) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/context2d/qquickcontext2dcommandbuffer.cpp | | Lines: | 169-173 |
| | 2 | 1 |
fillShadowPath| Name: | fillShadowPath | | Prototype: | static void fillShadowPath(QPainter* p, const QPainterPath& path, qreal offsetX, qreal offsetY, qreal blur, const QColor& color) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/context2d/qquickcontext2dcommandbuffer.cpp | | Lines: | 175-179 |
| | 2 | 1 |
fillUniformArrayFromImage| Name: | fillUniformArrayFromImage | | Prototype: | void fillUniformArrayFromImage(float* array, const QImage& img, int size) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickimageparticle.cpp | | Lines: | 457-467 |
| | 7 | 4 |
filterResourceFile::[lambda]::[lambda]::[lambda]::[lambda]::[lambda]::filterResourceFile| Name: | filterResourceFile::[lambda]::[lambda]::[lambda]::[lambda]::[lambda]::filterResourceFile | | Prototype: | int filterResourceFile(const QString &input, const QString &output) | | Coverage: | 0.000% (0/86) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/tools/qmlcachegen/resourcefilter.cpp | | Lines: | 33-183 |
| | 165 | 28 |
findChar| Name: | findChar | | Prototype: | static int findChar(const QChar *str, int len, QChar ch, int from) | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring.cpp | | Lines: | 192-206 |
| | 11 | 5 |
findCompositeSingletons| Name: | findCompositeSingletons | | Prototype: | void findCompositeSingletons(const QQmlImportNamespace &set, QList<QQmlImports::CompositeSingletonReference> &resultList, const QUrl &baseUrl) | | Coverage: | 93.750% (15/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlimport.cpp | | Lines: | 459-491 |
| | 20 | 6 |
findCompositeSingletons::[lambda]| Name: | findCompositeSingletons::[lambda] | | Prototype: | [&resultList, &set](const QQmlType &singleton) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlimport.cpp | | Lines: | 481-488 |
| | 6 | 1 |
flagsForPropertyType| Name: | flagsForPropertyType | | Prototype: | static void flagsForPropertyType(int propType, QQmlPropertyData::Flags &flags) | | Coverage: | 92.000% (23/25) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlpropertycache.cpp | | Lines: | 102-126 |
| | 17 | 9 |
flush_vme_signal| Name: | flush_vme_signal | | Prototype: | static inline void flush_vme_signal(const QObject *object, int index, bool indexInSignalRange) | | Coverage: | 100.000% (17/17) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlproperty.cpp | | Lines: | 1655-1671 |
| | 10 | 4 |
fontSmoothingGamma| Name: | fontSmoothingGamma | | Prototype: | static inline qreal fontSmoothingGamma() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgdefaultglyphnode_p.cpp | | Lines: | 125-129 |
| | 1 | 1 |
forceDiskCache| Name: | forceDiskCache | | Prototype: | static bool forceDiskCache() | | Coverage: | 41.667% (5/12) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmltypeloader.cpp | | Lines: | 105-105 |
| | 0 | 4 |
freeFramebufferFunc| Name: | freeFramebufferFunc | | Prototype: | static void freeFramebufferFunc(QOpenGLFunctions *funcs, GLuint id) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgdefaultdistancefieldglyphcache.cpp | | Lines: | 278-281 |
| | 1 | 1 |
freeze_recursive| Name: | freeze_recursive | | Prototype: | static void freeze_recursive(QV4::ExecutionEngine *v4, QV4::Object *object) | | Coverage: | 92.000% (23/25) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/v8/qv8engine.cpp | | Lines: | 218-250 |
| | 23 | 9 |
fromLatin1List| Name: | fromLatin1List | | Prototype: | static QStringList fromLatin1List(const QList<QByteArray> &list) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 420-427 |
| | 5 | 2 |
fuzzyLessThanOrEqualTo| Name: | fuzzyLessThanOrEqualTo | | Prototype: | static bool fuzzyLessThanOrEqualTo(qreal a, qreal b) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/qquickflickable.cpp | | Lines: | 498-506 |
| | 4 | 2 |
fxViewItemAtPosition| Name: | fxViewItemAtPosition | | Prototype: | static FxViewItem * fxViewItemAtPosition(const QList<FxViewItem *> &items, qreal x, qreal y) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/qquickitemview.cpp | | Lines: | 929-936 |
| | 4 | 3 |
generateGradientColorTable| Name: | generateGradientColorTable | | Prototype: | static void generateGradientColorTable(const QQuickShapeGradientCache::Key &gradient, uint *colorTable, int size, float opacity) | | Coverage: | 64.000% (16/25) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quickshapes/qquickshape.cpp | | Lines: | 1528-1577 |
| | 34 | 8 |
generateResourceDirectoryTree::generateLoader| Name: | generateResourceDirectoryTree::generateLoader | | Prototype: | bool generateLoader(const QStringList &compiledFiles, const QString &outputFileName, const QStringList &resourceFileMappings, QString *errorString) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/tools/qmlcachegen/generateloader.cpp | | Lines: | 330-441 |
| | 82 | 11 |
generateResourceDirectoryTree::generateResourceDirectoryTree| Name: | generateResourceDirectoryTree::generateResourceDirectoryTree | | Prototype: | static QByteArray generateResourceDirectoryTree(QTextStream &code, const QStringList &qrcFiles) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/tools/qmlcachegen/generateloader.cpp | | Lines: | 263-318 |
| | 36 | 12 |
generateResourceDirectoryTree::qtResourceNameForFile| Name: | generateResourceDirectoryTree::qtResourceNameForFile | | Prototype: | static QString qtResourceNameForFile(const QString &fileName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/tools/qmlcachegen/generateloader.cpp | | Lines: | 320-328 |
| | 6 | 2 |
getAppFlags| Name: | getAppFlags | | Prototype: | void getAppFlags(int &argc, char **argv) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/tools/qml/main.cpp | | Lines: | 365-399 |
| | 16 | 9 |
getColorProvider| Name: | getColorProvider | | Prototype: | static QQmlColorProvider **getColorProvider(void) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlglobal.cpp | | Lines: | 306-315 |
| | 4 | 2 |
getColorProvider| Name: | getColorProvider | | Prototype: | static QQuickColorProvider *getColorProvider() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickglobal.cpp | | Lines: | 844-848 |
| | 1 | 1 |
getFileSansBangLine| Name: | getFileSansBangLine | | Prototype: | bool getFileSansBangLine(const QString &path, QByteArray &output) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/tools/qml/main.cpp | | Lines: | 401-412 |
| | 8 | 3 |
getGuiProvider| Name: | getGuiProvider | | Prototype: | static QQmlGuiProvider **getGuiProvider(void) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlglobal.cpp | | Lines: | 357-365 |
| | 3 | 2 |
getGuiProvider| Name: | getGuiProvider | | Prototype: | static QQuickGuiProvider *getGuiProvider() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickglobal.cpp | | Lines: | 850-854 |
| | 1 | 1 |
getLSBSet| Name: | getLSBSet | | Prototype: | template <typename T> inline unsigned getLSBSet(T value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | | Lines: | 323-331 |
| | 4 | 2 |
getPage| Name: | getPage | | Prototype: | Page *getPage(Value *val) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4persistent.cpp | | Lines: | 67-69 |
| | 1 | 1 |
getScope| Name: | getScope | | Prototype: | static inline Heap::CallContext *getScope(QV4::Value *stack, int level) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4vme_moth.cpp | | Lines: | 349-358 |
| | 6 | 2 |
getThisString| Name: | getThisString | | Prototype: | static QString getThisString(ExecutionEngine *v4, const QV4::Value *thisObject) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4stringobject.cpp | | Lines: | 287-298 |
| | 8 | 4 |
getTileRule| Name: | getTileRule | | Prototype: | static Qt::TileRule getTileRule(qreal factor) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/adaptations/software/qsgsoftwareinternalimagenode.cpp | | Lines: | 452-461 |
| | 6 | 3 |
getValueTypeProvider| Name: | getValueTypeProvider | | Prototype: | static QQmlValueTypeProvider **getValueTypeProvider(void) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlglobal.cpp | | Lines: | 237-244 |
| | 3 | 2 |
getValueTypeProvider| Name: | getValueTypeProvider | | Prototype: | static QQuickValueTypeProvider *getValueTypeProvider() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickglobal.cpp | | Lines: | 838-842 |
| | 1 | 1 |
get_index| Name: | get_index | | Prototype: | static QV4::ReturnedValue get_index(const QV4::FunctionObject *f, const QV4::Value *thisObject, const QV4::Value *, int) | | Coverage: | 40.000% (2/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/util/qqmladaptormodel.cpp | | Lines: | 64-72 |
| | 5 | 2 |
get_wrap_mode| Name: | get_wrap_mode | | Prototype: | static void get_wrap_mode(QQuickShaderEffectSource::WrapMode mode, QSGTexture::WrapMode *hWrap, QSGTexture::WrapMode *vWrap) | | Coverage: | 25.000% (2/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/qquickshadereffectsource.cpp | | Lines: | 638-657 |
| | 11 | 5 |
grad2deg| Name: | grad2deg | | Prototype: | inline double grad2deg(double g) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | | Lines: | 243-243 |
| | 1 | 1 |
grad2deg| Name: | grad2deg | | Prototype: | inline float grad2deg(float g) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | | Lines: | 252-252 |
| | 1 | 1 |
grad2rad| Name: | grad2rad | | Prototype: | inline double grad2rad(double g) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | | Lines: | 247-247 |
| | 1 | 1 |
grad2rad| Name: | grad2rad | | Prototype: | inline float grad2rad(float g) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | | Lines: | 256-256 |
| | 1 | 1 |
handleCompileErrors| Name: | handleCompileErrors | | Prototype: | void handleCompileErrors(const QFileInfo &fi, QQuickView *view) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qmltest/quicktest.cpp | | Lines: | 137-181 |
| | 35 | 7 |
handler_autoParent| Name: | handler_autoParent | | Prototype: | static QQmlPrivate::AutoParentResult handler_autoParent(QObject *obj, QObject *parent) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/handlers/qquickhandlersmodule.cpp | | Lines: | 57-67 |
| | 6 | 3 |