Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
wakeUpName: | 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 |
unregisterTimersName: | 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 |
unregisterTimerName: | 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 |
unregisterSocketNotifierName: | 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 |
setSocketNotifierPendingName: | 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 |
selectName: | 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 |
remainingTimeName: | 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 |
registeredTimersName: | 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 |
registerTimerName: | 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 |
registerSocketNotifierName: | 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 |
processEventsName: | 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 |
interruptName: | 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 |
hasPendingEventsName: | 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 |
activateTimersName: | 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 |
activateSocketNotifiersName: | 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 |
QEventDispatcherUNIXName: | 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 |
QEventDispatcherUNIXName: | 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 |