Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QQmlThreadName: | 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 |
wakeOneName: | 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 |
wakeAllName: | 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 |
waitForNextMessageName: | 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 |
waitName: | 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 |
unlockName: | 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 |
threadName: | 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 |
startupName: | 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 |
shutdownName: | 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 |
postMethodToThreadName: | QQmlThread::postMethodToThread | Coverage: | 75.000% (3/4) |
| | 5 | 4 |
postMethodToThreadName: | 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 |
postMethodToThreadName: | 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 |
postMethodToThreadName: | 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 |
postMethodToMainName: | QQmlThread::postMethodToMain | Coverage: | 75.000% (3/4) |
| | 5 | 4 |
postMethodToMainName: | 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 |
postMethodToMainName: | 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 |
postMethodToMainName: | 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 |
mutexName: | 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 |
lockName: | 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 |
isThisThreadName: | 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 |
isShutdownName: | 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 |
internalPostMethodToThreadName: | 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 |
internalPostMethodToMainName: | 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 |
internalCallMethodInThreadName: | 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 |
internalCallMethodInMainName: | 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 |
callMethodInThreadName: | QQmlThread::callMethodInThread | Coverage: | 75.000% (3/4) |
| | 5 | 4 |
callMethodInThreadName: | 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 |
callMethodInThreadName: | 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 |
callMethodInThreadName: | 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 |
callMethodInMainName: | QQmlThread::callMethodInMain | Coverage: | 50.000% (2/4) |
| | 5 | 4 |
callMethodInMainName: | 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 |
callMethodInMainName: | 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 |
callMethodInMainName: | 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 |
QQmlThreadName: | 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 |
MessageName: | QQmlThread::Message | Coverage: | 100.000% (1/1) |
| | 1 | 1 |