| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
quit| Name: | QEventLoop::quit | | Prototype: | void QEventLoop::quit() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | | Lines: | 321-322 |
| | 1 | 1 |
isRunning| Name: | QEventLoop::isRunning | | Prototype: | bool QEventLoop::isRunning() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | | Lines: | 281-285 |
| | 2 | 1 |
event| Name: | QEventLoop::event | | Prototype: | bool QEventLoop::event(QEvent *event) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | | Lines: | 304-312 |
| | 4 | 2 |
exec| Name: | QEventLoop::exec | | Prototype: | int QEventLoop::exec(ProcessEventsFlags flags) | | Coverage: | 90.000% (18/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | | Lines: | 160-216 |
| | 32 | 8 |
QEventLoop| Name: | QEventLoop::QEventLoop | | Prototype: | QEventLoop::QEventLoop(QObject *parent) | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | | Lines: | 98-107 |
| | 5 | 3 |
exec| Name: | QEventLoop::exec | | Coverage: | 60.000% (3/5) |
| | 17 | 3 |
wakeUp| Name: | QEventLoop::wakeUp | | Prototype: | void QEventLoop::wakeUp() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | | Lines: | 292-298 |
| | 4 | 2 |
processEvents| Name: | QEventLoop::processEvents | | Prototype: | bool QEventLoop::processEvents(ProcessEventsFlags flags) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | | Lines: | 129-135 |
| | 4 | 2 |
exit| Name: | QEventLoop::exit | | Prototype: | void QEventLoop::exit(int returnCode) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | | Lines: | 263-272 |
| | 6 | 2 |
processEvents| Name: | QEventLoop::processEvents | | Prototype: | void QEventLoop::processEvents(ProcessEventsFlags flags, int maxTime) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | | Lines: | 234-246 |
| | 8 | 4 |