| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity | 
 fixup| Name:  | QDoubleSpinBox::fixup |  | Prototype:  | void QDoubleSpinBox::fixup(QString &input) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 956-959 |  
  |  | 1 | 1 | 
 QDoubleSpinBox| Name:  | QDoubleSpinBox::QDoubleSpinBox |  | Prototype:  | QDoubleSpinBox::QDoubleSpinBox(QWidget *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 623-628 |  
  |  | 2 | 1 | 
 cleanText| Name:  | QDoubleSpinBox::cleanText |  | Prototype:  | QString QDoubleSpinBox::cleanText() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 741-746 |  
  |  | 2 | 1 | 
 decimals| Name:  | QDoubleSpinBox::decimals |  | Prototype:  | int QDoubleSpinBox::decimals() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 873-878 |  
  |  | 2 | 1 | 
 maximum| Name:  | QDoubleSpinBox::maximum |  | Prototype:  | double QDoubleSpinBox::maximum() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 821-826 |  
  |  | 2 | 1 | 
 minimum| Name:  | QDoubleSpinBox::minimum |  | Prototype:  | double QDoubleSpinBox::minimum() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 790-795 |  
  |  | 2 | 1 | 
 prefix| Name:  | QDoubleSpinBox::prefix |  | Prototype:  | QString QDoubleSpinBox::prefix() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 680-685 |  
  |  | 2 | 1 | 
 singleStep| Name:  | QDoubleSpinBox::singleStep |  | Prototype:  | double QDoubleSpinBox::singleStep() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 757-762 |  
  |  | 2 | 1 | 
 suffix| Name:  | QDoubleSpinBox::suffix |  | Prototype:  | QString QDoubleSpinBox::suffix() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 714-719 |  
  |  | 2 | 1 | 
 value| Name:  | QDoubleSpinBox::value |  | Prototype:  | double QDoubleSpinBox::value() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 648-653 |  
  |  | 2 | 1 | 
 setPrefix| Name:  | QDoubleSpinBox::setPrefix |  | Prototype:  | void QDoubleSpinBox::setPrefix(const QString &prefix) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 687-693 |  
  |  | 3 | 1 | 
 setValue| Name:  | QDoubleSpinBox::setValue |  | Prototype:  | void QDoubleSpinBox::setValue(double value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 655-660 |  
  |  | 3 | 1 | 
 setDecimals| Name:  | QDoubleSpinBox::setDecimals |  | Prototype:  | void QDoubleSpinBox::setDecimals(int decimals) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 880-887 |  
  |  | 4 | 1 | 
 setMaximum| Name:  | QDoubleSpinBox::setMaximum |  | Prototype:  | void QDoubleSpinBox::setMaximum(double maximum) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 828-834 |  
  |  | 4 | 1 | 
 setMinimum| Name:  | QDoubleSpinBox::setMinimum |  | Prototype:  | void QDoubleSpinBox::setMinimum(double minimum) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 797-803 |  
  |  | 4 | 1 | 
 setRange| Name:  | QDoubleSpinBox::setRange |  | Prototype:  | void QDoubleSpinBox::setRange(double minimum, double maximum) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 850-856 |  
  |  | 4 | 1 | 
 setSingleStep| Name:  | QDoubleSpinBox::setSingleStep |  | Prototype:  | void QDoubleSpinBox::setSingleStep(double value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 764-772 |  
  |  | 4 | 2 | 
 validate| Name:  | QDoubleSpinBox::validate |  | Prototype:  | QValidator::State QDoubleSpinBox::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:  | 943-950 |  
  |  | 4 | 1 | 
 setSuffix| Name:  | QDoubleSpinBox::setSuffix |  | Prototype:  | void QDoubleSpinBox::setSuffix(const QString &suffix) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 721-730 |  
  |  | 5 | 1 | 
 textFromValue| Name:  | QDoubleSpinBox::textFromValue |  | Prototype:  | QString QDoubleSpinBox::textFromValue(double value) const |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 908-916 |  
  |  | 5 | 2 | 
 valueFromText| Name:  | QDoubleSpinBox::valueFromText |  | Prototype:  | double QDoubleSpinBox::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:  | 930-938 |  
  |  | 5 | 1 |