Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QStringMatcherName: | QStringMatcher::~QStringMatcher | Prototype: | QStringMatcher::~QStringMatcher() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 197-200 |
| | 1 | 1 |
setPatternName: | QStringMatcher::setPattern | Prototype: | void QStringMatcher::setPattern(const QString &pattern) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 221-227 |
| | 4 | 1 |
setCaseSensitivityName: | QStringMatcher::setCaseSensitivity | Prototype: | void QStringMatcher::setCaseSensitivity(Qt::CaseSensitivity cs) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 251-257 |
| | 4 | 2 |
patternName: | QStringMatcher::pattern | Prototype: | QString QStringMatcher::pattern() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 238-243 |
| | 3 | 2 |
indexInName: | QStringMatcher::indexIn | Prototype: | int QStringMatcher::indexIn(const QString &str, int from) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 268-275 |
| | 5 | 2 |
QStringMatcherName: | QStringMatcher::QStringMatcher | Prototype: | QStringMatcher::QStringMatcher() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 150-154 |
| | 1 | 1 |
QStringMatcherName: | QStringMatcher::QStringMatcher | Prototype: | QStringMatcher::QStringMatcher(const QString &pattern, Qt::CaseSensitivity cs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 162-168 |
| | 3 | 1 |
QStringMatcherName: | QStringMatcher::QStringMatcher | Prototype: | QStringMatcher::QStringMatcher(const QChar *uc, int len, Qt::CaseSensitivity cs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 177-183 |
| | 3 | 1 |
QStringMatcherName: | QStringMatcher::QStringMatcher | Prototype: | QStringMatcher::QStringMatcher(const QStringMatcher &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 188-192 |
| | 1 | 1 |
operator=Name: | QStringMatcher::operator= | Prototype: | QStringMatcher &QStringMatcher::operator=(const QStringMatcher &other) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 205-213 |
| | 5 | 2 |
indexInName: | QStringMatcher::indexIn | Prototype: | int QStringMatcher::indexIn(const QChar *str, int length, int from) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 289-296 |
| | 5 | 2 |