| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
helpText| Name: | QCommandLineParserPrivate::helpText | | Prototype: | QString QCommandLineParserPrivate::helpText() const | | Coverage: | 54.286% (19/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 1079-1131 |
| | 39 | 17 |
parse| Name: | QCommandLineParserPrivate::parse | | Prototype: | bool QCommandLineParserPrivate::parse(const QStringList &args) | | Coverage: | 97.222% (70/72) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 683-781 |
| | 66 | 24 |
QCommandLineParserPrivate| Name: | QCommandLineParserPrivate::QCommandLineParserPrivate | | Prototype: | inline QCommandLineParserPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 56-62 |
| | 1 | 1 |
aliases| Name: | QCommandLineParserPrivate::aliases | | Prototype: | QStringList QCommandLineParserPrivate::aliases(const QString &optionName) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 123-131 |
| | 5 | 2 |
checkParsed| Name: | QCommandLineParserPrivate::checkParsed | | Prototype: | void QCommandLineParserPrivate::checkParsed(const char *method) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 608-612 |
| | 2 | 2 |
helpText| Name: | QCommandLineParserPrivate::helpText | | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
parse| Name: | QCommandLineParserPrivate::parse | | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
parseOptionValue| Name: | QCommandLineParserPrivate::parseOptionValue | | Prototype: | bool QCommandLineParserPrivate::parseOptionValue(const QString &optionName, const QString &argument, QStringList::const_iterator *argumentIterator, QStringList::const_iterator argsEnd) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 642-670 |
| | 18 | 6 |
registerFoundOption| Name: | QCommandLineParserPrivate::registerFoundOption | | Prototype: | bool QCommandLineParserPrivate::registerFoundOption(const QString &optionName) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 619-628 |
| | 5 | 2 |