Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
textFromValueName: | 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 |
setDisplayIntegerBaseName: | 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 |
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: | 262-272 |
| | 6 | 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: | 509-517 |
| | 5 | 1 |
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: | 300-309 |
| | 5 | 1 |
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: | 522-529 |
| | 4 | 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: | 345-352 |
| | 4 | 2 |
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: | 1316-1326 |
| | 4 | 2 |
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: | 374-379 |
| | 3 | 1 |
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: | 402-407 |
| | 3 | 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: | 225-229 |
| | 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: | 293-298 |
| | 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: | 338-343 |
| | 2 | 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: | 231-235 |
| | 2 | 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: | 420-424 |
| | 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: | 256-260 |
| | 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: | 367-372 |
| | 2 | 1 |
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: | 395-400 |
| | 2 | 1 |
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: | 535-539 |
| | 2 | 2 |
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: | 437-441 |
| | 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: | 320-325 |
| | 2 | 1 |
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: | 204-209 |
| | 2 | 1 |