Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
valueFromTextName: | QDoubleSpinBox::valueFromText | Prototype: | double QDoubleSpinBox::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: | 930-938 |
| | 5 | 1 |
valueName: | QDoubleSpinBox::value | Prototype: | double QDoubleSpinBox::value() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 648-653 |
| | 2 | 1 |
validateName: | QDoubleSpinBox::validate | Prototype: | QValidator::State QDoubleSpinBox::validate(QString &text, int &pos) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 943-950 |
| | 4 | 1 |
textFromValueName: | QDoubleSpinBox::textFromValue | Prototype: | QString QDoubleSpinBox::textFromValue(double value) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 908-916 |
| | 5 | 2 |
suffixName: | QDoubleSpinBox::suffix | Prototype: | QString QDoubleSpinBox::suffix() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 714-719 |
| | 2 | 1 |
singleStepName: | QDoubleSpinBox::singleStep | Prototype: | double QDoubleSpinBox::singleStep() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 757-762 |
| | 2 | 1 |
setValueName: | QDoubleSpinBox::setValue | Prototype: | void QDoubleSpinBox::setValue(double value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 655-660 |
| | 3 | 1 |
setSuffixName: | QDoubleSpinBox::setSuffix | Prototype: | void QDoubleSpinBox::setSuffix(const QString &suffix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 721-730 |
| | 5 | 1 |
setSingleStepName: | QDoubleSpinBox::setSingleStep | Prototype: | void QDoubleSpinBox::setSingleStep(double value) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 764-772 |
| | 4 | 2 |
setRangeName: | QDoubleSpinBox::setRange | Prototype: | void QDoubleSpinBox::setRange(double minimum, double maximum) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 850-856 |
| | 4 | 1 |
setPrefixName: | QDoubleSpinBox::setPrefix | Prototype: | void QDoubleSpinBox::setPrefix(const QString &prefix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 687-693 |
| | 3 | 1 |
setMinimumName: | QDoubleSpinBox::setMinimum | Prototype: | void QDoubleSpinBox::setMinimum(double minimum) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 797-803 |
| | 4 | 1 |
setMaximumName: | QDoubleSpinBox::setMaximum | Prototype: | void QDoubleSpinBox::setMaximum(double maximum) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 828-834 |
| | 4 | 1 |
setDecimalsName: | QDoubleSpinBox::setDecimals | Prototype: | void QDoubleSpinBox::setDecimals(int decimals) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 880-887 |
| | 4 | 1 |
prefixName: | QDoubleSpinBox::prefix | Prototype: | QString QDoubleSpinBox::prefix() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 680-685 |
| | 2 | 1 |
minimumName: | QDoubleSpinBox::minimum | Prototype: | double QDoubleSpinBox::minimum() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 790-795 |
| | 2 | 1 |
maximumName: | QDoubleSpinBox::maximum | Prototype: | double QDoubleSpinBox::maximum() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 821-826 |
| | 2 | 1 |
fixupName: | QDoubleSpinBox::fixup | Prototype: | void QDoubleSpinBox::fixup(QString &input) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 956-959 |
| | 1 | 1 |
decimalsName: | QDoubleSpinBox::decimals | Prototype: | int QDoubleSpinBox::decimals() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 873-878 |
| | 2 | 1 |
cleanTextName: | QDoubleSpinBox::cleanText | Prototype: | QString QDoubleSpinBox::cleanText() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 741-746 |
| | 2 | 1 |
QDoubleSpinBoxName: | QDoubleSpinBox::QDoubleSpinBox | Prototype: | QDoubleSpinBox::QDoubleSpinBox(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 623-628 |
| | 2 | 1 |