Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
matchesName: | QKeyEvent::matches | Prototype: | bool QKeyEvent::matches(QKeySequence::StandardKey matchKey) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 1300-1307 |
| | 3 | 1 |
QKeyEventName: | QKeyEvent::QKeyEvent | Prototype: | QKeyEvent::QKeyEvent(Type type, int key, Qt::KeyboardModifiers modifiers, const QString& text, bool autorep, ushort count) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 1140-1148 |
| | 2 | 2 |
QKeyEventName: | QKeyEvent::QKeyEvent | Prototype: | QKeyEvent::QKeyEvent(Type type, int key, Qt::KeyboardModifiers modifiers, quint32 nativeScanCode, quint32 nativeVirtualKey, quint32 nativeModifiers, const QString &text, bool autorep, ushort count) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 1168-1177 |
| | 2 | 2 |
modifiersName: | QKeyEvent::modifiers | Prototype: | Qt::KeyboardModifiers QKeyEvent::modifiers() const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 1277-1290 |
| | 11 | 6 |