| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QEventDispatcherGlib| Name: | QEventDispatcherGlib::QEventDispatcherGlib | | Prototype: | QEventDispatcherGlib::QEventDispatcherGlib(GMainContext *mainContext, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 362-364 |
| | 1 | 1 |
hasPendingEvents| Name: | QEventDispatcherGlib::hasPendingEvents | | Prototype: | bool QEventDispatcherGlib::hasPendingEvents() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 435-439 |
| | 2 | 1 |
unregisterTimer| Name: | QEventDispatcherGlib::unregisterTimer | | Prototype: | bool QEventDispatcherGlib::unregisterTimer(int timerId) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 527-541 |
| | 8 | 3 |
unregisterTimers| Name: | QEventDispatcherGlib::unregisterTimers | | Prototype: | bool QEventDispatcherGlib::unregisterTimers(QObject *object) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 543-557 |
| | 8 | 3 |
registerTimer| Name: | QEventDispatcherGlib::registerTimer | | Prototype: | void QEventDispatcherGlib::registerTimer(int timerId, int interval, Qt::TimerType timerType, QObject *object) | | Coverage: | 46.154% (6/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 511-525 |
| | 8 | 3 |
registeredTimers| Name: | QEventDispatcherGlib::registeredTimers | | Prototype: | QList<QEventDispatcherGlib::TimerInfo> QEventDispatcherGlib::registeredTimers(QObject *object) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 559-568 |
| | 5 | 2 |
remainingTime| Name: | QEventDispatcherGlib::remainingTime | | Prototype: | int QEventDispatcherGlib::remainingTime(int timerId) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 570-581 |
| | 5 | 2 |
unregisterSocketNotifier| Name: | QEventDispatcherGlib::unregisterSocketNotifier | | Prototype: | void QEventDispatcherGlib::unregisterSocketNotifier(QSocketNotifier *notifier) | | Coverage: | 53.333% (8/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 480-509 |
| | 17 | 5 |
registerSocketNotifier| Name: | QEventDispatcherGlib::registerSocketNotifier | | Prototype: | void QEventDispatcherGlib::registerSocketNotifier(QSocketNotifier *notifier) | | Coverage: | 66.667% (10/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 441-478 |
| | 23 | 6 |
QEventDispatcherGlib| Name: | QEventDispatcherGlib::QEventDispatcherGlib | | Prototype: | QEventDispatcherGlib::QEventDispatcherGlib(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 357-360 |
| | 2 | 1 |
QEventDispatcherGlib| Name: | QEventDispatcherGlib::QEventDispatcherGlib | | Prototype: | QEventDispatcherGlib::QEventDispatcherGlib(QEventDispatcherGlibPrivate &dd, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 608-611 |
| | 2 | 1 |
interrupt| Name: | QEventDispatcherGlib::interrupt | | Prototype: | void QEventDispatcherGlib::interrupt() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 583-586 |
| | 1 | 1 |
processEvents| Name: | QEventDispatcherGlib::processEvents | | Prototype: | bool QEventDispatcherGlib::processEvents(QEventLoop::ProcessEventsFlags flags) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 404-433 |
| | 16 | 5 |
versionSupported| Name: | QEventDispatcherGlib::versionSupported | | Prototype: | bool QEventDispatcherGlib::versionSupported() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 599-606 |
| | 1 | 1 |
wakeUp| Name: | QEventDispatcherGlib::wakeUp | | Prototype: | void QEventDispatcherGlib::wakeUp() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 588-593 |
| | 3 | 1 |
~QEventDispatcherGlib| Name: | QEventDispatcherGlib::~QEventDispatcherGlib | | Prototype: | QEventDispatcherGlib::~QEventDispatcherGlib() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 366-402 |
| | 24 | 2 |