| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSpinBoxPrivate| Name: | 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 |
emitSignals| Name: | 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 |
init| Name: | 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 |
textFromValue| Name: | 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 |
validateAndInterpret| Name: | 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 |
valueFromText| Name: | 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 |