| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
isSynchronous| Name: | QQmlFile::isSynchronous | | Prototype: | bool QQmlFile::isSynchronous(const QUrl &url) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 444-460 |
| | 5 | 2 |
isLocalFile| Name: | QQmlFile::isLocalFile | | Prototype: | bool QQmlFile::isLocalFile(const QUrl &url) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 509-525 |
| | 5 | 2 |
urlToLocalFileOrQrc| Name: | QQmlFile::urlToLocalFileOrQrc | | Prototype: | QString QQmlFile::urlToLocalFileOrQrc(const QUrl& url) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 570-587 |
| | 5 | 3 |
isLocalFile| Name: | QQmlFile::isLocalFile | | Prototype: | bool QQmlFile::isLocalFile(const QString &url) | | Coverage: | 71.429% (10/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 534-564 |
| | 12 | 4 |
urlToLocalFileOrQrc| Name: | QQmlFile::urlToLocalFileOrQrc | | Prototype: | QString QQmlFile::urlToLocalFileOrQrc(const QString& url) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 604-625 |
| | 9 | 5 |
~QQmlFile| Name: | QQmlFile::~QQmlFile | | Prototype: | QQmlFile::~QQmlFile() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 234-241 |
| | 3 | 1 |
url| Name: | QQmlFile::url | | Prototype: | QUrl QQmlFile::url() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 263-270 |
| | 4 | 2 |
status| Name: | QQmlFile::status | | Prototype: | QQmlFile::Status QQmlFile::status() const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 272-284 |
| | 7 | 4 |
size| Name: | QQmlFile::size | | Prototype: | qint64 QQmlFile::size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 299-302 |
| | 1 | 1 |
load| Name: | QQmlFile::load | | Prototype: | void QQmlFile::load(QQmlEngine *engine, const QUrl &url) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 314-342 |
| | 13 | 4 |
load| Name: | QQmlFile::load | | Prototype: | void QQmlFile::load(QQmlEngine *engine, const QString &url) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 344-376 |
| | 16 | 4 |
isSynchronous| Name: | QQmlFile::isSynchronous | | Prototype: | bool QQmlFile::isSynchronous(const QString &url) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 469-500 |
| | 12 | 4 |
isReady| Name: | QQmlFile::isReady | | Prototype: | bool QQmlFile::isReady() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 248-251 |
| | 1 | 1 |
isNull| Name: | QQmlFile::isNull | | Prototype: | bool QQmlFile::isNull() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 243-246 |
| | 1 | 1 |
isLoading| Name: | QQmlFile::isLoading | | Prototype: | bool QQmlFile::isLoading() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 258-261 |
| | 1 | 1 |
isError| Name: | QQmlFile::isError | | Prototype: | bool QQmlFile::isError() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 253-256 |
| | 1 | 1 |
error| Name: | QQmlFile::error | | Prototype: | QString QQmlFile::error() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 286-297 |
| | 4 | 5 |
dataByteArray| Name: | QQmlFile::dataByteArray | | Prototype: | QByteArray QQmlFile::dataByteArray() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 309-312 |
| | 1 | 1 |
data| Name: | QQmlFile::data | | Prototype: | const char *QQmlFile::data() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 304-307 |
| | 1 | 1 |
connectFinished| Name: | QQmlFile::connectFinished | | Prototype: | bool QQmlFile::connectFinished(QObject *object, const char *method) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 392-401 |
| | 5 | 2 |
connectFinished| Name: | QQmlFile::connectFinished | | Prototype: | bool QQmlFile::connectFinished(QObject *object, int method) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 403-412 |
| | 5 | 2 |
connectDownloadProgress| Name: | QQmlFile::connectDownloadProgress | | Prototype: | bool QQmlFile::connectDownloadProgress(QObject *object, const char *method) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 414-423 |
| | 5 | 2 |
connectDownloadProgress| Name: | QQmlFile::connectDownloadProgress | | Prototype: | bool QQmlFile::connectDownloadProgress(QObject *object, int method) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 425-434 |
| | 5 | 2 |
clear| Name: | QQmlFile::clear | | Prototype: | void QQmlFile::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 378-384 |
| | 4 | 1 |
clear| Name: | QQmlFile::clear | | Prototype: | void QQmlFile::clear(QObject *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 386-389 |
| | 1 | 1 |
QQmlFile| Name: | QQmlFile::QQmlFile | | Prototype: | QQmlFile::QQmlFile() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 218-221 |
| | 2 | 1 |
QQmlFile| Name: | QQmlFile::QQmlFile | | Prototype: | QQmlFile::QQmlFile(QQmlEngine *e, const QUrl &url) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 223-227 |
| | 1 | 1 |
QQmlFile| Name: | QQmlFile::QQmlFile | | Prototype: | QQmlFile::QQmlFile(QQmlEngine *e, const QString &url) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfile.cpp | | Lines: | 229-232 |
| | 2 | 1 |