| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QCommandLineOptionPrivate| Name: | QCommandLineOptionPrivate::QCommandLineOptionPrivate | | Prototype: | explicit QCommandLineOptionPrivate(const QString &name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | | Lines: | 45-48 |
| | 1 | 1 |
QCommandLineOptionPrivate| Name: | QCommandLineOptionPrivate::QCommandLineOptionPrivate | | Prototype: | explicit QCommandLineOptionPrivate(const QStringList &names) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | | Lines: | 51-54 |
| | 1 | 1 |
removeInvalidNames| Name: | QCommandLineOptionPrivate::removeInvalidNames | | Prototype: | QStringList QCommandLineOptionPrivate::removeInvalidNames(QStringList nameList) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | | Lines: | 280-288 |
| | 5 | 2 |