Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
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: | 1074-1082 |
| | 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: | 1102-1111 |
| | 2 | 2 |
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: | 1234-1241 |
| | 3 | 1 |
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: | 1211-1224 |
| | 11 | 6 |