| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
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 |
clear| Name: | existingImageFileForPath::QQuickPixmap::clear | | Prototype: | void QQuickPixmap::clear(QObject *obj) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1610-1619 |
| | 6 | 3 |
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 |
~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 |
connectFinished| Name: | existingImageFileForPath::QQuickPixmap::connectFinished | | Prototype: | bool QQuickPixmap::connectFinished(QObject *object, const char *method) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1629-1637 |
| | 4 | 2 |
connectFinished| Name: | existingImageFileForPath::QQuickPixmap::connectFinished | | Prototype: | bool QQuickPixmap::connectFinished(QObject *object, int method) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1639-1647 |
| | 4 | 2 |
connectDownloadProgress| Name: | existingImageFileForPath::QQuickPixmap::connectDownloadProgress | | Prototype: | bool QQuickPixmap::connectDownloadProgress(QObject *object, const char *method) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1649-1657 |
| | 4 | 2 |
connectDownloadProgress| Name: | existingImageFileForPath::QQuickPixmap::connectDownloadProgress | | Prototype: | bool QQuickPixmap::connectDownloadProgress(QObject *object, int method) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1659-1667 |
| | 4 | 2 |
clear| Name: | existingImageFileForPath::QQuickPixmap::clear | | Prototype: | void QQuickPixmap::clear() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1601-1608 |
| | 4 | 2 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
isCached| Name: | existingImageFileForPath::QQuickPixmap::isCached | | Prototype: | bool QQuickPixmap::isCached(const QUrl &url, const QSize &requestSize, const QQuickImageProviderOptions &options) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1621-1627 |
| | 3 | 1 |
implicitSize| Name: | existingImageFileForPath::QQuickPixmap::implicitSize | | Prototype: | const QSize &QQuickPixmap::implicitSize() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1427-1433 |
| | 3 | 2 |
image| Name: | existingImageFileForPath::QQuickPixmap::image | | Prototype: | QImage QQuickPixmap::image() const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1459-1464 |
| | 3 | 2 |
height| Name: | existingImageFileForPath::QQuickPixmap::height | | Prototype: | int QQuickPixmap::height() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1493-1499 |
| | 3 | 2 |
error| Name: | existingImageFileForPath::QQuickPixmap::error | | Prototype: | QString QQuickPixmap::error() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1403-1409 |
| | 3 | 2 |
autoTransform| Name: | existingImageFileForPath::QQuickPixmap::autoTransform | | Prototype: | QQuickImageProviderOptions::AutoTransform QQuickPixmap::autoTransform() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1443-1449 |
| | 3 | 2 |
QQuickPixmap| Name: | existingImageFileForPath::QQuickPixmap::QQuickPixmap | | Prototype: | QQuickPixmap::QQuickPixmap() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1351-1354 |
| | 2 | 1 |
QQuickPixmap| Name: | existingImageFileForPath::QQuickPixmap::QQuickPixmap | | Prototype: | QQuickPixmap::QQuickPixmap(const QUrl &url, const QImage &image) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1368-1372 |
| | 2 | 1 |
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 |
load| Name: | existingImageFileForPath::QQuickPixmap::load | | Prototype: | void QQuickPixmap::load(QQmlEngine *engine, const QUrl &url) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1509-1512 |
| | 1 | 1 |
load| Name: | existingImageFileForPath::QQuickPixmap::load | | Prototype: | void QQuickPixmap::load(QQmlEngine *engine, const QUrl &url, 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: | 1514-1517 |
| | 1 | 1 |
load| Name: | existingImageFileForPath::QQuickPixmap::load | | Prototype: | void QQuickPixmap::load(QQmlEngine *engine, const QUrl &url, const QSize &size) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1519-1522 |
| | 1 | 1 |
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 |
isReady| Name: | existingImageFileForPath::QQuickPixmap::isReady | | Prototype: | bool QQuickPixmap::isReady() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1388-1391 |
| | 1 | 1 |
isNull| Name: | existingImageFileForPath::QQuickPixmap::isNull | | Prototype: | bool QQuickPixmap::isNull() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1383-1386 |
| | 1 | 1 |
isLoading| Name: | existingImageFileForPath::QQuickPixmap::isLoading | | Prototype: | bool QQuickPixmap::isLoading() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1398-1401 |
| | 1 | 1 |
isError| Name: | existingImageFileForPath::QQuickPixmap::isError | | Prototype: | bool QQuickPixmap::isError() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1393-1396 |
| | 1 | 1 |
QQuickPixmap| Name: | existingImageFileForPath::QQuickPixmap::QQuickPixmap | | Prototype: | QQuickPixmap::QQuickPixmap(QQmlEngine *engine, const QUrl &url) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1356-1360 |
| | 1 | 1 |
QQuickPixmap| Name: | existingImageFileForPath::QQuickPixmap::QQuickPixmap | | Prototype: | QQuickPixmap::QQuickPixmap(QQmlEngine *engine, const QUrl &url, const QSize &size) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | | Lines: | 1362-1366 |
| | 1 | 1 |