Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
setBottomName: | QIntValidator::setBottom | Prototype: | void QIntValidator::setBottom(int bottom) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 494-497 |
| | 1 | 1 |
setTopName: | QIntValidator::setTop | Prototype: | void QIntValidator::setTop(int top) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 508-511 |
| | 1 | 1 |
QIntValidatorName: | QIntValidator::QIntValidator | Prototype: | QIntValidator::QIntValidator(QObject * parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 339-344 |
| | 2 | 1 |
QIntValidatorName: | QIntValidator::QIntValidator | Prototype: | QIntValidator::QIntValidator(int minimum, int maximum, QObject * parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 352-358 |
| | 2 | 1 |
fixupName: | QIntValidator::fixup | Prototype: | void QIntValidator::fixup(QString &input) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 445-456 |
| | 8 | 3 |
setRangeName: | QIntValidator::setRange | Prototype: | void QIntValidator::setRange(int bottom, int top) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 465-482 |
| | 11 | 4 |
validateName: | QIntValidator::validate | Prototype: | QValidator::State QIntValidator::validate(QString & input, int&) const | Coverage: | 0.000% (0/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 405-442 |
| | 22 | 9 |