Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
setRangeName: | QDoubleValidator::setRange | Prototype: | void QDoubleValidator::setRange(double minimum, double maximum, int decimals) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 715-737 |
| | 15 | 5 |
validateName: | QDoubleValidator::validate | Prototype: | QValidator::State QDoubleValidator::validate(QString & input, int &) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 651-666 |
| | 8 | 3 |
setNotationName: | QDoubleValidator::setNotation | Prototype: | void QDoubleValidator::setNotation(Notation newNotation) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 792-800 |
| | 5 | 2 |
setTopName: | QDoubleValidator::setTop | Prototype: | void QDoubleValidator::setTop(double top) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 763-766 |
| | 1 | 1 |
setDecimalsName: | QDoubleValidator::setDecimals | Prototype: | void QDoubleValidator::setDecimals(int decimals) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 777-780 |
| | 1 | 1 |
setBottomName: | QDoubleValidator::setBottom | Prototype: | void QDoubleValidator::setBottom(double bottom) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 748-751 |
| | 1 | 1 |
notationName: | QDoubleValidator::notation | Prototype: | QDoubleValidator::Notation QDoubleValidator::notation() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 802-806 |
| | 2 | 1 |
QDoubleValidatorName: | QDoubleValidator::QDoubleValidator | Prototype: | QDoubleValidator::QDoubleValidator(QObject * parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 591-597 |
| | 3 | 1 |
QDoubleValidatorName: | QDoubleValidator::QDoubleValidator | Prototype: | QDoubleValidator::QDoubleValidator(double bottom, double top, int decimals, QObject * parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 606-613 |
| | 3 | 1 |