QtBase - 8193340a44fd835cee029e63a31cfcab8ef6fd55

Function Tree

Path:<top>::QEventDispatcherUNIX
FunctionCondition %▴eLOC - Effective Lines of CodeMcCabe - Cyclomatic Complexity
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
  0.000% (0/1)
11
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
  0.000% (0/1)
11
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
  0.000% (0/10)
124
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
  0.000% (0/1)
31
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
  0.000% (0/1)
21
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
  0.000% (0/1)
31
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
  0.000% (0/28)
258
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
  0.000% (0/20)
306
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
  0.000% (0/13)
83
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
  0.000% (0/4)
52
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
  0.000% (0/4)
52
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
  0.000% (0/1)
11
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
  0.000% (0/24)
247
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
  0.000% (0/31)
339
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
  0.000% (0/7)
83
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
  0.000% (0/9)
83
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
  0.000% (0/12)
94

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9