| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QQmlThread| Name: | QQmlThread::~QQmlThread | | Prototype: | QQmlThread::~QQmlThread() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 219-222 |
| | 1 | 1 |
wakeOne| Name: | QQmlThread::wakeOne | | Prototype: | void QQmlThread::wakeOne() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 282-285 |
| | 1 | 1 |
wakeAll| Name: | QQmlThread::wakeAll | | Prototype: | void QQmlThread::wakeAll() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 287-290 |
| | 1 | 1 |
waitForNextMessage| Name: | QQmlThread::waitForNextMessage | | Prototype: | void QQmlThread::waitForNextMessage() | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 399-423 |
| | 16 | 3 |
wait| Name: | QQmlThread::wait | | Prototype: | void QQmlThread::wait() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 292-295 |
| | 1 | 1 |
unlock| Name: | QQmlThread::unlock | | Prototype: | void QQmlThread::unlock() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 277-280 |
| | 1 | 1 |
thread| Name: | QQmlThread::thread | | Prototype: | QThread *QQmlThread::thread() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 302-305 |
| | 1 | 1 |
startup| Name: | QQmlThread::startup | | Prototype: | void QQmlThread::startup() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 224-231 |
| | 5 | 1 |
shutdown| Name: | QQmlThread::shutdown | | Prototype: | void QQmlThread::shutdown() | | Coverage: | 64.286% (9/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 233-260 |
| | 17 | 5 |
postMethodToThread| Name: | QQmlThread::postMethodToThread | | Coverage: | 75.000% (3/4) |
| | 5 | 4 |
postMethodToThread| Name: | QQmlThread::postMethodToThread | | Prototype: | template<class O> void QQmlThread::postMethodToThread(void (O::*Member)()) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h | | Lines: | 231-243 |
| | 4 | 3 |
postMethodToThread| Name: | QQmlThread::postMethodToThread | | Prototype: | template<typename T, class V, class O> void QQmlThread::postMethodToThread(void (O::*Member)(V), const T &arg) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h | | Lines: | 245-258 |
| | 4 | 3 |
postMethodToThread| Name: | QQmlThread::postMethodToThread | | Prototype: | template<typename T, typename T2, class V, class V2, class O> void QQmlThread::postMethodToThread(void (O::*Member)(V, V2), const T &arg, const T2 &arg2) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h | | Lines: | 260-274 |
| | 4 | 3 |
postMethodToMain| Name: | QQmlThread::postMethodToMain | | Coverage: | 75.000% (3/4) |
| | 5 | 4 |
postMethodToMain| Name: | QQmlThread::postMethodToMain | | Prototype: | template<class O> void QQmlThread::postMethodToMain(void (O::*Member)()) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h | | Lines: | 276-288 |
| | 4 | 3 |
postMethodToMain| Name: | QQmlThread::postMethodToMain | | Prototype: | template<typename T, class V, class O> void QQmlThread::postMethodToMain(void (O::*Member)(V), const T &arg) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h | | Lines: | 290-303 |
| | 4 | 3 |
postMethodToMain| Name: | QQmlThread::postMethodToMain | | Prototype: | template<typename T, typename T2, class V, class V2, class O> void QQmlThread::postMethodToMain(void (O::*Member)(V, V2), const T &arg, const T2 &arg2) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h | | Lines: | 305-319 |
| | 4 | 3 |
mutex| Name: | QQmlThread::mutex | | Prototype: | QMutex &QQmlThread::mutex() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 267-270 |
| | 1 | 1 |
lock| Name: | QQmlThread::lock | | Prototype: | void QQmlThread::lock() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 272-275 |
| | 1 | 1 |
isThisThread| Name: | QQmlThread::isThisThread | | Prototype: | bool QQmlThread::isThisThread() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 297-300 |
| | 1 | 1 |
isShutdown| Name: | QQmlThread::isShutdown | | Prototype: | bool QQmlThread::isShutdown() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 262-265 |
| | 1 | 1 |
internalPostMethodToThread| Name: | QQmlThread::internalPostMethodToThread | | Prototype: | void QQmlThread::internalPostMethodToThread(Message *message) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 377-386 |
| | 7 | 2 |
internalPostMethodToMain| Name: | QQmlThread::internalPostMethodToMain | | Prototype: | void QQmlThread::internalPostMethodToMain(Message *message) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 388-397 |
| | 7 | 2 |
internalCallMethodInThread| Name: | QQmlThread::internalCallMethodInThread | | Prototype: | void QQmlThread::internalCallMethodInThread(Message *message) | | Coverage: | 92.857% (13/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 317-346 |
| | 20 | 4 |
internalCallMethodInMain| Name: | QQmlThread::internalCallMethodInMain | | Prototype: | void QQmlThread::internalCallMethodInMain(Message *message) | | Coverage: | 71.429% (10/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 348-375 |
| | 15 | 5 |
callMethodInThread| Name: | QQmlThread::callMethodInThread | | Coverage: | 75.000% (3/4) |
| | 5 | 4 |
callMethodInThread| Name: | QQmlThread::callMethodInThread | | Prototype: | template<class O> void QQmlThread::callMethodInThread(void (O::*Member)()) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h | | Lines: | 141-153 |
| | 4 | 3 |
callMethodInThread| Name: | QQmlThread::callMethodInThread | | Prototype: | template<typename T, class V, class O> void QQmlThread::callMethodInThread(void (O::*Member)(V), const T &arg) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h | | Lines: | 155-168 |
| | 4 | 3 |
callMethodInThread| Name: | QQmlThread::callMethodInThread | | Prototype: | template<typename T, typename T2, class V, class V2, class O> void QQmlThread::callMethodInThread(void (O::*Member)(V, V2), const T &arg, const T2 &arg2) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h | | Lines: | 170-184 |
| | 4 | 3 |
callMethodInMain| Name: | QQmlThread::callMethodInMain | | Coverage: | 50.000% (2/4) |
| | 5 | 4 |
callMethodInMain| Name: | QQmlThread::callMethodInMain | | Prototype: | template<class O> void QQmlThread::callMethodInMain(void (O::*Member)()) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h | | Lines: | 186-198 |
| | 4 | 3 |
callMethodInMain| Name: | QQmlThread::callMethodInMain | | Prototype: | template<typename T, class V, class O> void QQmlThread::callMethodInMain(void (O::*Member)(V), const T &arg) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h | | Lines: | 200-213 |
| | 4 | 3 |
callMethodInMain| Name: | QQmlThread::callMethodInMain | | Prototype: | template<typename T, typename T2, class V, class V2, class O> void QQmlThread::callMethodInMain(void (O::*Member)(V, V2), const T &arg, const T2 &arg2) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h | | Lines: | 215-229 |
| | 4 | 3 |
QQmlThread| Name: | QQmlThread::QQmlThread | | Prototype: | QQmlThread::QQmlThread() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp | | Lines: | 214-217 |
| | 2 | 1 |
Message| Name: | QQmlThread::Message | | Coverage: | 100.000% (1/1) |
| | 1 | 1 |