| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSpinBox| Name: | 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: | 204-209 |
| | 2 | 1 |
cleanText| Name: | 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: | 320-325 |
| | 2 | 1 |
displayIntegerBase| Name: | 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: | 437-441 |
| | 2 | 1 |
event| Name: | 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: | 1316-1326 |
| | 4 | 2 |
fixup| Name: | 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: | 535-539 |
| | 2 | 2 |
maximum| Name: | 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: | 395-400 |
| | 2 | 1 |
minimum| Name: | 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: | 367-372 |
| | 2 | 1 |
prefix| Name: | 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: | 256-260 |
| | 2 | 1 |
setDisplayIntegerBase| Name: | QSpinBox::setDisplayIntegerBase | | Prototype: | void QSpinBox::setDisplayIntegerBase(int base) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | | Lines: | 443-456 |
| | 7 | 3 |
setMaximum| Name: | 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: | 402-407 |
| | 3 | 1 |
setMinimum| Name: | 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: | 374-379 |
| | 3 | 1 |
setPrefix| Name: | 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: | 262-272 |
| | 6 | 1 |
setRange| Name: | 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: | 420-424 |
| | 2 | 1 |
setSingleStep| Name: | 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: | 345-352 |
| | 4 | 2 |
setSuffix| Name: | 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: | 300-309 |
| | 5 | 1 |
setValue| Name: | 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: | 231-235 |
| | 2 | 1 |
singleStep| Name: | 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: | 338-343 |
| | 2 | 1 |
suffix| Name: | 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: | 293-298 |
| | 2 | 1 |
textFromValue| Name: | QSpinBox::textFromValue | | Prototype: | QString QSpinBox::textFromValue(int value) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | | Lines: | 476-492 |
| | 9 | 3 |
validate| Name: | 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: | 522-529 |
| | 4 | 1 |
value| Name: | 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: | 225-229 |
| | 2 | 1 |
valueFromText| Name: | 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: | 509-517 |
| | 5 | 1 |