Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
registerFoundOptionName: | 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 |
parseOptionValueName: | 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 |
parseName: | QCommandLineParserPrivate::parse | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
helpTextName: | QCommandLineParserPrivate::helpText | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
checkParsedName: | 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 |
aliasesName: | 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 |
QCommandLineParserPrivateName: | 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 |
parseName: | 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 |
helpTextName: | 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 |