| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 707-711 |
| | 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: | 730-738 |
| | 4 | 2 |
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: | 641-645 |
| | 2 | 1 |
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: | 1106-1111 |
| | 3 | 1 |
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: | 1116-1133 |
| | 13 | 6 |
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: | 691-705 |
| | 9 | 4 |
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: | 723-728 |
| | 3 | 1 |
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: | 656-673 |
| | 12 | 5 |
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: | 628-633 |
| | 3 | 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: | 1033-1038 |
| | 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: | 588-596 |
| | 4 | 2 |
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: | 809-814 |
| | 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: | 896-901 |
| | 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: | 881-886 |
| | 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: | 834-839 |
| | 3 | 1 |
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: | 859-864 |
| | 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: | 536-564 |
| | 13 | 4 |
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: | 921-926 |
| | 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: | 993-998 |
| | 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: | 946-951 |
| | 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: | 971-976 |
| | 3 | 1 |
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: | 1009-1014 |
| | 3 | 1 |
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: | 773-786 |
| | 7 | 2 |
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: | 747-754 |
| | 5 | 2 |
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: | 1053-1058 |
| | 3 | 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: | 675-679 |
| | 2 | 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: | 1084-1091 |
| | 5 | 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: | 1040-1045 |
| | 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: | 1096-1101 |
| | 3 | 1 |
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: | 598-603 |
| | 3 | 1 |
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: | 756-764 |
| | 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: | 816-824 |
| | 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: | 903-911 |
| | 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: | 841-849 |
| | 4 | 2 |
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: | 866-874 |
| | 4 | 2 |
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: | 566-579 |
| | 7 | 4 |
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: | 1194-1213 |
| | 12 | 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: | 1242-1261 |
| | 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: | 1413-1435 |
| | 14 | 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: | 1290-1308 |
| | 12 | 3 |
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: | 1363-1382 |
| | 12 | 3 |
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: | 928-936 |
| | 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: | 953-961 |
| | 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: | 978-986 |
| | 4 | 2 |
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: | 1016-1024 |
| | 4 | 2 |
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: | 1142-1166 |
| | 16 | 6 |
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: | 788-799 |
| | 8 | 3 |
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: | 1060-1065 |
| | 3 | 1 |
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: | 512-515 |
| | 2 | 1 |