| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QSingleShotTimer| Name: | QSingleShotTimer::~QSingleShotTimer | | Prototype: | QSingleShotTimer::~QSingleShotTimer() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | | Lines: | 295-301 |
| | 4 | 3 |
QSingleShotTimer| Name: | QSingleShotTimer::QSingleShotTimer | | Prototype: | QSingleShotTimer::QSingleShotTimer(int msec, Qt::TimerType timerType, const QObject *r, const char *member) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | | Lines: | 276-281 |
| | 2 | 1 |
QSingleShotTimer| Name: | QSingleShotTimer::QSingleShotTimer | | Prototype: | QSingleShotTimer::QSingleShotTimer(int msec, Qt::TimerType timerType, const QObject *r, QtPrivate::QSlotObjectBase *slotObj) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | | Lines: | 283-293 |
| | 5 | 2 |
timerEvent| Name: | QSingleShotTimer::timerEvent | | Prototype: | void QSingleShotTimer::timerEvent(QTimerEvent *) | | Coverage: | 90.909% (10/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | | Lines: | 303-327 |
| | 9 | 4 |