Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
capturedEndName: | QRegularExpressionMatch::capturedEnd | Prototype: | int QRegularExpressionMatch::capturedEnd(const QString &name) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2234-2244 |
| | 7 | 3 |
capturedLengthName: | QRegularExpressionMatch::capturedLength | Prototype: | int QRegularExpressionMatch::capturedLength(const QString &name) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2214-2224 |
| | 7 | 3 |
capturedRefName: | QRegularExpressionMatch::capturedRef | Prototype: | QStringRef QRegularExpressionMatch::capturedRef(const QString &name) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2115-2125 |
| | 7 | 3 |
capturedStartName: | QRegularExpressionMatch::capturedStart | Prototype: | int QRegularExpressionMatch::capturedStart(const QString &name) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2193-2203 |
| | 7 | 3 |
capturedTextsName: | QRegularExpressionMatch::capturedTexts | Prototype: | QStringList QRegularExpressionMatch::capturedTexts() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2131-2138 |
| | 5 | 2 |
operator=Name: | QRegularExpressionMatch::operator= | Prototype: | QRegularExpressionMatch &QRegularExpressionMatch::operator=(const QRegularExpressionMatch &match) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1962-1966 |
| | 2 | 1 |
capturedRefName: | QRegularExpressionMatch::capturedRef | Prototype: | QStringRef QRegularExpressionMatch::capturedRef(int nth) const | Coverage: | 66.667% (6/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2074-2085 |
| | 6 | 3 |
capturedEndName: | QRegularExpressionMatch::capturedEnd | Prototype: | int QRegularExpressionMatch::capturedEnd(int nth) const | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2177-2183 |
| | 3 | 2 |
capturedStartName: | QRegularExpressionMatch::capturedStart | Prototype: | int QRegularExpressionMatch::capturedStart(int nth) const | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2148-2154 |
| | 3 | 2 |
capturedName: | QRegularExpressionMatch::captured | Prototype: | QString QRegularExpressionMatch::captured(int nth) const | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2053-2064 |
| | 6 | 3 |
QRegularExpressionMatchName: | QRegularExpressionMatch::QRegularExpressionMatch | Prototype: | QRegularExpressionMatch::QRegularExpressionMatch() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1930-1939 |
| | 1 | 1 |
QRegularExpressionMatchName: | QRegularExpressionMatch::QRegularExpressionMatch | Prototype: | QRegularExpressionMatch::QRegularExpressionMatch(const QRegularExpressionMatch &match) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1953-1956 |
| | 2 | 1 |
QRegularExpressionMatchName: | QRegularExpressionMatch::QRegularExpressionMatch | Prototype: | QRegularExpressionMatch::QRegularExpressionMatch(QRegularExpressionMatchPrivate &dd) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1985-1988 |
| | 2 | 1 |
capturedName: | QRegularExpressionMatch::captured | Prototype: | QString QRegularExpressionMatch::captured(const QString &name) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2095-2105 |
| | 7 | 3 |
capturedLengthName: | QRegularExpressionMatch::capturedLength | Prototype: | int QRegularExpressionMatch::capturedLength(int nth) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2164-2168 |
| | 1 | 1 |
hasMatchName: | QRegularExpressionMatch::hasMatch | Prototype: | bool QRegularExpressionMatch::hasMatch() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2252-2255 |
| | 1 | 1 |
hasPartialMatchName: | QRegularExpressionMatch::hasPartialMatch | Prototype: | bool QRegularExpressionMatch::hasPartialMatch() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2267-2270 |
| | 1 | 1 |
isValidName: | QRegularExpressionMatch::isValid | Prototype: | bool QRegularExpressionMatch::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2279-2282 |
| | 1 | 1 |
lastCapturedIndexName: | QRegularExpressionMatch::lastCapturedIndex | Prototype: | int QRegularExpressionMatch::lastCapturedIndex() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2040-2043 |
| | 1 | 1 |
matchOptionsName: | QRegularExpressionMatch::matchOptions | Prototype: | QRegularExpression::MatchOptions QRegularExpressionMatch::matchOptions() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2021-2024 |
| | 1 | 1 |
matchTypeName: | QRegularExpressionMatch::matchType | Prototype: | QRegularExpression::MatchType QRegularExpressionMatch::matchType() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2009-2012 |
| | 1 | 1 |
regularExpressionName: | QRegularExpressionMatch::regularExpression | Prototype: | QRegularExpression QRegularExpressionMatch::regularExpression() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1996-1999 |
| | 1 | 1 |