Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
valueNameName: | QCommandLineOption::valueName | Prototype: | QString QCommandLineOption::valueName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 324-327 |
| | 1 | 1 |
setValueNameName: | QCommandLineOption::setValueName | Prototype: | void QCommandLineOption::setValueName(const QString &valueName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 312-315 |
| | 1 | 1 |
setHiddenName: | QCommandLineOption::setHidden | Prototype: | void QCommandLineOption::setHidden(bool hide) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 406-409 |
| | 1 | 1 |
setDescriptionName: | QCommandLineOption::setDescription | Prototype: | void QCommandLineOption::setDescription(const QString &description) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 338-341 |
| | 1 | 1 |
setDefaultValuesName: | QCommandLineOption::setDefaultValues | Prototype: | void QCommandLineOption::setDefaultValues(const QStringList &defaultValues) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 382-385 |
| | 1 | 1 |
setDefaultValueName: | QCommandLineOption::setDefaultValue | Prototype: | void QCommandLineOption::setDefaultValue(const QString &defaultValue) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 363-372 |
| | 5 | 2 |
operator=Name: | QCommandLineOption::operator= | Prototype: | QCommandLineOption &QCommandLineOption::operator=(const QCommandLineOption &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 232-236 |
| | 2 | 1 |
namesName: | QCommandLineOption::names | Prototype: | QStringList QCommandLineOption::names() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 248-251 |
| | 1 | 1 |
isHiddenName: | QCommandLineOption::isHidden | Prototype: | bool QCommandLineOption::isHidden() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 418-421 |
| | 1 | 1 |
descriptionName: | QCommandLineOption::description | Prototype: | QString QCommandLineOption::description() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 348-351 |
| | 1 | 1 |
defaultValuesName: | QCommandLineOption::defaultValues | Prototype: | QStringList QCommandLineOption::defaultValues() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 392-395 |
| | 1 | 1 |
QCommandLineOptionName: | QCommandLineOption::QCommandLineOption | Prototype: | QCommandLineOption::QCommandLineOption(const QString &name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 118-121 |
| | 2 | 1 |
QCommandLineOptionName: | QCommandLineOption::QCommandLineOption | Prototype: | QCommandLineOption::QCommandLineOption(const QStringList &names) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 136-139 |
| | 2 | 1 |
QCommandLineOptionName: | QCommandLineOption::QCommandLineOption | Prototype: | QCommandLineOption::QCommandLineOption(const QString &name, const QString &description, const QString &valueName, const QString &defaultValue) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 164-172 |
| | 3 | 1 |
QCommandLineOptionName: | QCommandLineOption::QCommandLineOption | Prototype: | QCommandLineOption::QCommandLineOption(const QStringList &names, const QString &description, const QString &valueName, const QString &defaultValue) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 200-208 |
| | 3 | 1 |
QCommandLineOptionName: | QCommandLineOption::QCommandLineOption | Prototype: | QCommandLineOption::QCommandLineOption(const QCommandLineOption &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 216-219 |
| | 2 | 1 |