Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QShortcutName: | QShortcut::QShortcut | Prototype: | QShortcut::QShortcut(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 436-440 |
| | 1 | 1 |
autoRepeatName: | QShortcut::autoRepeat | Prototype: | bool QShortcut::autoRepeat() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 610-614 |
| | 2 | 1 |
contextName: | QShortcut::context | Prototype: | Qt::ShortcutContext QShortcut::context() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 558-562 |
| | 2 | 1 |
idName: | QShortcut::id | Prototype: | int QShortcut::id() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 621-625 |
| | 2 | 1 |
isEnabledName: | QShortcut::isEnabled | Prototype: | bool QShortcut::isEnabled() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 530-534 |
| | 2 | 1 |
keyName: | QShortcut::key | Prototype: | QKeySequence QShortcut::key() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 499-503 |
| | 2 | 1 |
setWhatsThisName: | QShortcut::setWhatsThis | Prototype: | void QShortcut::setWhatsThis(const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 578-582 |
| | 2 | 1 |
whatsThisName: | QShortcut::whatsThis | Prototype: | QString QShortcut::whatsThis() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 584-588 |
| | 2 | 1 |
~QShortcutName: | QShortcut::~QShortcut | Prototype: | QShortcut::~QShortcut() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 471-476 |
| | 3 | 2 |
setAutoRepeatName: | QShortcut::setAutoRepeat | Prototype: | void QShortcut::setAutoRepeat(bool on) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 600-608 |
| | 6 | 3 |
setContextName: | QShortcut::setContext | Prototype: | void QShortcut::setContext(Qt::ShortcutContext context) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 548-556 |
| | 6 | 3 |
setEnabledName: | QShortcut::setEnabled | Prototype: | void QShortcut::setEnabled(bool enable) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 520-528 |
| | 6 | 3 |
setKeyName: | QShortcut::setKey | Prototype: | void QShortcut::setKey(const QKeySequence &key) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 489-497 |
| | 6 | 3 |
QShortcutName: | QShortcut::QShortcut | Prototype: | QShortcut::QShortcut(const QKeySequence &key, QWidget *parent, const char *member, const char *ambiguousMember, Qt::ShortcutContext context) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 450-466 |
| | 10 | 4 |
eventName: | QShortcut::event | Prototype: | bool QShortcut::event(QEvent *e) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 630-651 |
| | 13 | 5 |