| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity | 
 setDefaultValue| Name:  | 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:  | 357-366 |  
  |  | 5 | 2 | 
 QCommandLineOption| Name:  | 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:  | 158-166 |  
  |  | 3 | 1 | 
 QCommandLineOption| Name:  | 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:  | 194-202 |  
  |  | 3 | 1 | 
 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:  | 226-230 |  
  |  | 2 | 1 | 
 QCommandLineOption| Name:  | 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:  | 130-133 |  
  |  | 2 | 1 | 
 QCommandLineOption| Name:  | 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:  | 112-115 |  
  |  | 2 | 1 | 
 QCommandLineOption| Name:  | 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:  | 210-213 |  
  |  | 2 | 1 | 
 valueName| Name:  | 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:  | 318-321 |  
  |  | 1 | 1 | 
 setValueName| Name:  | 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:  | 306-309 |  
  |  | 1 | 1 | 
 setHidden| Name:  | 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:  | 400-403 |  
  |  | 1 | 1 | 
 setDescription| Name:  | 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:  | 332-335 |  
  |  | 1 | 1 | 
 setDefaultValues| Name:  | 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:  | 376-379 |  
  |  | 1 | 1 | 
 names| Name:  | 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:  | 242-245 |  
  |  | 1 | 1 | 
 isHidden| Name:  | 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:  | 412-415 |  
  |  | 1 | 1 | 
 description| Name:  | 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:  | 342-345 |  
  |  | 1 | 1 | 
 defaultValues| Name:  | 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:  | 386-389 |  
  |  | 1 | 1 |