| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
wakeUp| Name: | QEventDispatcherUNIX::wakeUp | | Prototype: | void QEventDispatcherUNIX::wakeUp() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 637-653 |
| | 9 | 4 |
unregisterTimers| Name: | QEventDispatcherUNIX::unregisterTimers | | Prototype: | bool QEventDispatcherUNIX::unregisterTimers(QObject *object) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 364-378 |
| | 8 | 3 |
unregisterTimer| Name: | QEventDispatcherUNIX::unregisterTimer | | Prototype: | bool QEventDispatcherUNIX::unregisterTimer(int timerId) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 345-359 |
| | 8 | 3 |
unregisterSocketNotifier| Name: | QEventDispatcherUNIX::unregisterSocketNotifier | | Prototype: | void QEventDispatcherUNIX::unregisterSocketNotifier(QSocketNotifier *notifier) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 456-500 |
| | 33 | 9 |
setSocketNotifierPending| Name: | QEventDispatcherUNIX::setSocketNotifierPending | | Prototype: | void QEventDispatcherUNIX::setSocketNotifierPending(QSocketNotifier *notifier) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 502-543 |
| | 24 | 7 |
select| Name: | QEventDispatcherUNIX::select | | Prototype: | int QEventDispatcherUNIX::select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, timespec *timeout) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 317-321 |
| | 1 | 1 |
remainingTime| Name: | QEventDispatcherUNIX::remainingTime | | Prototype: | int QEventDispatcherUNIX::remainingTime(int timerId) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 624-635 |
| | 5 | 2 |
registeredTimers| Name: | QEventDispatcherUNIX::registeredTimers | | Prototype: | QList<QEventDispatcherUNIX::TimerInfo> QEventDispatcherUNIX::registeredTimers(QObject *object) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 380-390 |
| | 5 | 2 |
registerTimer| Name: | QEventDispatcherUNIX::registerTimer | | Prototype: | void QEventDispatcherUNIX::registerTimer(int timerId, int interval, Qt::TimerType timerType, QObject *obj) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 326-340 |
| | 8 | 3 |
registerSocketNotifier| Name: | QEventDispatcherUNIX::registerSocketNotifier | | Prototype: | void QEventDispatcherUNIX::registerSocketNotifier(QSocketNotifier *notifier) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 412-454 |
| | 30 | 6 |
processEvents| Name: | QEventDispatcherUNIX::processEvents | | Prototype: | bool QEventDispatcherUNIX::processEvents(QEventLoop::ProcessEventsFlags flags) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 572-616 |
| | 25 | 8 |
interrupt| Name: | QEventDispatcherUNIX::interrupt | | Prototype: | void QEventDispatcherUNIX::interrupt() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 655-660 |
| | 3 | 1 |
hasPendingEvents| Name: | QEventDispatcherUNIX::hasPendingEvents | | Prototype: | bool QEventDispatcherUNIX::hasPendingEvents() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 618-622 |
| | 2 | 1 |
activateTimers| Name: | QEventDispatcherUNIX::activateTimers | | Prototype: | int QEventDispatcherUNIX::activateTimers() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 545-550 |
| | 3 | 1 |
activateSocketNotifiers| Name: | QEventDispatcherUNIX::activateSocketNotifiers | | Prototype: | int QEventDispatcherUNIX::activateSocketNotifiers() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 552-570 |
| | 12 | 4 |
QEventDispatcherUNIX| Name: | QEventDispatcherUNIX::QEventDispatcherUNIX | | Prototype: | QEventDispatcherUNIX::QEventDispatcherUNIX(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 305-307 |
| | 1 | 1 |
QEventDispatcherUNIX| Name: | QEventDispatcherUNIX::QEventDispatcherUNIX | | Prototype: | QEventDispatcherUNIX::QEventDispatcherUNIX(QEventDispatcherUNIXPrivate &dd, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 309-311 |
| | 1 | 1 |