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: | 625-634 |
| | 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: | 648-676 |
| | 18 | 6 |
parseName: | QCommandLineParserPrivate::parse | 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: | 614-618 |
| | 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: | 129-137 |
| | 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: | 62-68 |
| | 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: | 689-787 |
| | 66 | 24 |
helpTextName: | QCommandLineParserPrivate::helpText | Prototype: | QString QCommandLineParserPrivate::helpText() const | Coverage: | 48.571% (17/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 1086-1138 |
| | 46 | 15 |