Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSpinBoxPrivateName: | QSpinBoxPrivate::QSpinBoxPrivate | Prototype: | QSpinBoxPrivate::QSpinBoxPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 968-976 |
| | 6 | 1 |
emitSignalsName: | QSpinBoxPrivate::emitSignals | Prototype: | void QSpinBoxPrivate::emitSignals(EmitPolicy ep, const QVariant &old) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 983-993 |
| | 6 | 3 |
initName: | QSpinBoxPrivate::init | Prototype: | inline void init() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 73-77 |
| | 3 | 1 |
textFromValueName: | QSpinBoxPrivate::textFromValue | Prototype: | QString QSpinBoxPrivate::textFromValue(const QVariant &value) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 1000-1004 |
| | 2 | 1 |
validateAndInterpretName: | QSpinBoxPrivate::validateAndInterpret | Prototype: | QVariant QSpinBoxPrivate::validateAndInterpret(QString &input, int &pos, QValidator::State &state) const | Coverage: | 0.000% (0/63) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 1024-1088 |
| | 38 | 11 |
valueFromTextName: | QSpinBoxPrivate::valueFromText | Prototype: | QVariant QSpinBoxPrivate::valueFromText(const QString &text) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 1010-1015 |
| | 2 | 1 |