Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
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: | 2187-2197 |
| | 7 | 3 |
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: | 2068-2079 |
| | 6 | 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: | 2109-2119 |
| | 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: | 2208-2218 |
| | 7 | 3 |
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: | 2228-2238 |
| | 7 | 3 |
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: | 2047-2058 |
| | 6 | 3 |
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: | 2089-2099 |
| | 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: | 2125-2132 |
| | 5 | 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: | 2142-2148 |
| | 3 | 2 |
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: | 2171-2177 |
| | 3 | 2 |
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: | 1990-1993 |
| | 1 | 1 |
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: | 1956-1960 |
| | 2 | 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: | 2003-2006 |
| | 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: | 2015-2018 |
| | 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: | 2034-2037 |
| | 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: | 2273-2276 |
| | 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: | 2261-2264 |
| | 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: | 2246-2249 |
| | 1 | 1 |
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: | 2158-2162 |
| | 1 | 1 |
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: | 1924-1933 |
| | 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: | 1947-1950 |
| | 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: | 1979-1982 |
| | 2 | 1 |