| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QInputDialog| Name:  | QInputDialog::QInputDialog |  | Prototype:  | QInputDialog::QInputDialog(QWidget *parent, Qt::WindowFlags flags) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 518-521 |  
  |  | 2 | 1 | 
 cancelButtonText| Name:  | QInputDialog::cancelButtonText |  | Prototype:  | QString QInputDialog::cancelButtonText() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1066-1071 |  
  |  | 3 | 1 | 
 comboBoxItems| Name:  | QInputDialog::comboBoxItems |  | Prototype:  | QStringList QInputDialog::comboBoxItems() const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 794-805 |  
  |  | 8 | 3 | 
 done| Name:  | QInputDialog::done |  | Prototype:  | void QInputDialog::done(int result) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1148-1172 |  
  |  | 16 | 6 | 
 doubleDecimals| Name:  | QInputDialog::doubleDecimals |  | Prototype:  | int QInputDialog::doubleDecimals() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1022-1030 |  
  |  | 4 | 2 | 
 doubleMaximum| Name:  | QInputDialog::doubleMaximum |  | Prototype:  | double QInputDialog::doubleMaximum() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 984-992 |  
  |  | 4 | 2 | 
 doubleMinimum| Name:  | QInputDialog::doubleMinimum |  | Prototype:  | double QInputDialog::doubleMinimum() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 959-967 |  
  |  | 4 | 2 | 
 doubleValue| Name:  | QInputDialog::doubleValue |  | Prototype:  | double QInputDialog::doubleValue() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 934-942 |  
  |  | 4 | 2 | 
 getDouble| Name:  | QInputDialog::getDouble |  | Prototype:  | double QInputDialog::getDouble(QWidget *parent, const QString &title, const QString &label, double value, double min, double max, int decimals, bool *ok, Qt::WindowFlags flags) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1389-1408 |  
  |  | 12 | 3 | 
 getInt| Name:  | QInputDialog::getInt |  | Prototype:  | int QInputDialog::getInt(QWidget *parent, const QString &title, const QString &label, int value, int min, int max, int step, bool *ok, Qt::WindowFlags flags) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1308-1326 |  
  |  | 12 | 3 | 
 getItem| Name:  | QInputDialog::getItem |  | Prototype:  | QString QInputDialog::getItem(QWidget *parent, const QString &title, const QString &label, const QStringList &items, int current, bool editable, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1443-1465 |  
  |  | 14 | 3 | 
 getMultiLineText| Name:  | QInputDialog::getMultiLineText |  | Prototype:  | QString QInputDialog::getMultiLineText(QWidget *parent, const QString &title, const QString &label, const QString &text, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1256-1275 |  
  |  | 12 | 3 | 
 getText| Name:  | QInputDialog::getText |  | Prototype:  | QString QInputDialog::getText(QWidget *parent, const QString &title, const QString &label, QLineEdit::EchoMode mode, const QString &text, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1204-1223 |  
  |  | 12 | 3 | 
 inputMode| Name:  | QInputDialog::inputMode |  | Prototype:  | QInputDialog::InputMode QInputDialog::inputMode() const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 572-585 |  
  |  | 7 | 4 | 
 intMaximum| Name:  | QInputDialog::intMaximum |  | Prototype:  | int QInputDialog::intMaximum() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 872-880 |  
  |  | 4 | 2 | 
 intMinimum| Name:  | QInputDialog::intMinimum |  | Prototype:  | int QInputDialog::intMinimum() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 847-855 |  
  |  | 4 | 2 | 
 intStep| Name:  | QInputDialog::intStep |  | Prototype:  | int QInputDialog::intStep() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 909-917 |  
  |  | 4 | 2 | 
 intValue| Name:  | QInputDialog::intValue |  | Prototype:  | int QInputDialog::intValue() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 822-830 |  
  |  | 4 | 2 | 
 isComboBoxEditable| Name:  | QInputDialog::isComboBoxEditable |  | Prototype:  | bool QInputDialog::isComboBoxEditable() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 762-770 |  
  |  | 4 | 2 | 
 labelText| Name:  | QInputDialog::labelText |  | Prototype:  | QString QInputDialog::labelText() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 604-609 |  
  |  | 3 | 1 | 
 minimumSizeHint| Name:  | QInputDialog::minimumSizeHint |  | Prototype:  | QSize QInputDialog::minimumSizeHint() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1102-1107 |  
  |  | 3 | 1 | 
 okButtonText| Name:  | QInputDialog::okButtonText |  | Prototype:  | QString QInputDialog::okButtonText() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1046-1051 |  
  |  | 3 | 1 | 
 open| Name:  | QInputDialog::open |  | Prototype:  | void QInputDialog::open(QObject *receiver, const char *member) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1090-1097 |  
  |  | 5 | 1 | 
 options| Name:  | QInputDialog::options |  | Prototype:  | QInputDialog::InputDialogOptions QInputDialog::options() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 681-685 |  
  |  | 2 | 1 | 
 setCancelButtonText| Name:  | QInputDialog::setCancelButtonText |  | Prototype:  | void QInputDialog::setCancelButtonText(const QString &text) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1059-1064 |  
  |  | 3 | 1 | 
 setComboBoxEditable| Name:  | QInputDialog::setComboBoxEditable |  | Prototype:  | void QInputDialog::setComboBoxEditable(bool editable) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 753-760 |  
  |  | 5 | 2 | 
 setComboBoxItems| Name:  | QInputDialog::setComboBoxItems |  | Prototype:  | void QInputDialog::setComboBoxItems(const QStringList &items) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 779-792 |  
  |  | 7 | 2 | 
 setDoubleDecimals| Name:  | QInputDialog::setDoubleDecimals |  | Prototype:  | void QInputDialog::setDoubleDecimals(int decimals) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1015-1020 |  
  |  | 3 | 1 | 
 setDoubleMaximum| Name:  | QInputDialog::setDoubleMaximum |  | Prototype:  | void QInputDialog::setDoubleMaximum(double max) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 977-982 |  
  |  | 3 | 1 | 
 setDoubleMinimum| Name:  | QInputDialog::setDoubleMinimum |  | Prototype:  | void QInputDialog::setDoubleMinimum(double min) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 952-957 |  
  |  | 3 | 1 | 
 setDoubleRange| Name:  | QInputDialog::setDoubleRange |  | Prototype:  | void QInputDialog::setDoubleRange(double min, double max) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 999-1004 |  
  |  | 3 | 1 | 
 setDoubleValue| Name:  | QInputDialog::setDoubleValue |  | Prototype:  | void QInputDialog::setDoubleValue(double value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 927-932 |  
  |  | 3 | 1 | 
 setInputMode| Name:  | QInputDialog::setInputMode |  | Prototype:  | void QInputDialog::setInputMode(InputMode mode) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 542-570 |  
  |  | 13 | 4 | 
 setIntMaximum| Name:  | QInputDialog::setIntMaximum |  | Prototype:  | void QInputDialog::setIntMaximum(int max) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 865-870 |  
  |  | 3 | 1 | 
 setIntMinimum| Name:  | QInputDialog::setIntMinimum |  | Prototype:  | void QInputDialog::setIntMinimum(int min) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 840-845 |  
  |  | 3 | 1 | 
 setIntRange| Name:  | QInputDialog::setIntRange |  | Prototype:  | void QInputDialog::setIntRange(int min, int max) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 887-892 |  
  |  | 3 | 1 | 
 setIntStep| Name:  | QInputDialog::setIntStep |  | Prototype:  | void QInputDialog::setIntStep(int step) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 902-907 |  
  |  | 3 | 1 | 
 setIntValue| Name:  | QInputDialog::setIntValue |  | Prototype:  | void QInputDialog::setIntValue(int value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 815-820 |  
  |  | 3 | 1 | 
 setLabelText| Name:  | QInputDialog::setLabelText |  | Prototype:  | void QInputDialog::setLabelText(const QString &text) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 594-602 |  
  |  | 4 | 2 | 
 setOkButtonText| Name:  | QInputDialog::setOkButtonText |  | Prototype:  | void QInputDialog::setOkButtonText(const QString &text) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1039-1044 |  
  |  | 3 | 1 | 
 setOption| Name:  | QInputDialog::setOption |  | Prototype:  | void QInputDialog::setOption(InputDialogOption option, bool on) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 634-639 |  
  |  | 3 | 2 | 
 setOptions| Name:  | QInputDialog::setOptions |  | Prototype:  | void QInputDialog::setOptions(InputDialogOptions options) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 662-679 |  
  |  | 12 | 5 | 
 setTextEchoMode| Name:  | QInputDialog::setTextEchoMode |  | Prototype:  | void QInputDialog::setTextEchoMode(QLineEdit::EchoMode mode) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 729-734 |  
  |  | 3 | 1 | 
 setTextValue| Name:  | QInputDialog::setTextValue |  | Prototype:  | void QInputDialog::setTextValue(const QString &text) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 697-711 |  
  |  | 9 | 4 | 
 setVisible| Name:  | QInputDialog::setVisible |  | Prototype:  | void QInputDialog::setVisible(bool visible) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1122-1139 |  
  |  | 13 | 6 | 
 sizeHint| Name:  | QInputDialog::sizeHint |  | Prototype:  | QSize QInputDialog::sizeHint() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 1112-1117 |  
  |  | 3 | 1 | 
 testOption| Name:  | QInputDialog::testOption |  | Prototype:  | bool QInputDialog::testOption(InputDialogOption option) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 647-651 |  
  |  | 2 | 1 | 
 textEchoMode| Name:  | QInputDialog::textEchoMode |  | Prototype:  | QLineEdit::EchoMode QInputDialog::textEchoMode() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 736-744 |  
  |  | 4 | 2 | 
 textValue| Name:  | QInputDialog::textValue |  | Prototype:  | QString QInputDialog::textValue() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp |  | Lines:  | 713-717 |  
  |  | 2 | 1 |