Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSpinBoxName: | QSpinBox::QSpinBox | Prototype: | QSpinBox::QSpinBox(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 198-203 |
| | 2 | 1 |
cleanTextName: | QSpinBox::cleanText | Prototype: | QString QSpinBox::cleanText() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 314-319 |
| | 2 | 1 |
displayIntegerBaseName: | QSpinBox::displayIntegerBase | Prototype: | int QSpinBox::displayIntegerBase() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 431-435 |
| | 2 | 1 |
eventName: | QSpinBox::event | Prototype: | bool QSpinBox::event(QEvent *event) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 1311-1321 |
| | 4 | 2 |
fixupName: | QSpinBox::fixup | Prototype: | void QSpinBox::fixup(QString &input) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 530-534 |
| | 2 | 2 |
maximumName: | QSpinBox::maximum | Prototype: | int QSpinBox::maximum() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 389-394 |
| | 2 | 1 |
minimumName: | QSpinBox::minimum | Prototype: | int QSpinBox::minimum() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 361-366 |
| | 2 | 1 |
prefixName: | QSpinBox::prefix | Prototype: | QString QSpinBox::prefix() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 250-254 |
| | 2 | 1 |
setDisplayIntegerBaseName: | QSpinBox::setDisplayIntegerBase | Prototype: | void QSpinBox::setDisplayIntegerBase(int base) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 437-450 |
| | 7 | 3 |
setMaximumName: | QSpinBox::setMaximum | Prototype: | void QSpinBox::setMaximum(int maximum) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 396-401 |
| | 3 | 1 |
setMinimumName: | QSpinBox::setMinimum | Prototype: | void QSpinBox::setMinimum(int minimum) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 368-373 |
| | 3 | 1 |
setPrefixName: | QSpinBox::setPrefix | Prototype: | void QSpinBox::setPrefix(const QString &prefix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 256-266 |
| | 6 | 1 |
setRangeName: | QSpinBox::setRange | Prototype: | void QSpinBox::setRange(int minimum, int maximum) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 414-418 |
| | 2 | 1 |
setSingleStepName: | QSpinBox::setSingleStep | Prototype: | void QSpinBox::setSingleStep(int value) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 339-346 |
| | 4 | 2 |
setSuffixName: | QSpinBox::setSuffix | Prototype: | void QSpinBox::setSuffix(const QString &suffix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 294-303 |
| | 5 | 1 |
setValueName: | QSpinBox::setValue | Prototype: | void QSpinBox::setValue(int value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 225-229 |
| | 2 | 1 |
singleStepName: | QSpinBox::singleStep | Prototype: | int QSpinBox::singleStep() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 332-337 |
| | 2 | 1 |
suffixName: | QSpinBox::suffix | Prototype: | QString QSpinBox::suffix() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 287-292 |
| | 2 | 1 |
textFromValueName: | QSpinBox::textFromValue | Prototype: | QString QSpinBox::textFromValue(int value) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 470-487 |
| | 10 | 4 |
validateName: | QSpinBox::validate | Prototype: | QValidator::State QSpinBox::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: | 517-524 |
| | 4 | 1 |
valueName: | QSpinBox::value | Prototype: | int QSpinBox::value() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 219-223 |
| | 2 | 1 |
valueFromTextName: | QSpinBox::valueFromText | Prototype: | int QSpinBox::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: | 504-512 |
| | 5 | 1 |