| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QRegularExpressionMatch| Name: | 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 |
capturedLength| Name: | 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 |
hasMatch| Name: | 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 |
hasPartialMatch| Name: | 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 |
isValid| Name: | 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 |
lastCapturedIndex| Name: | 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 |
matchOptions| Name: | 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 |
matchType| Name: | 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 |
regularExpression| Name: | 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 |
QRegularExpressionMatch| Name: | 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 |
QRegularExpressionMatch| Name: | 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 |
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 |
capturedEnd| Name: | 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 |
capturedStart| Name: | 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 |
capturedTexts| Name: | 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 |
captured| Name: | 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 |
capturedRef| Name: | 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 |
captured| Name: | 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 |
capturedEnd| Name: | 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 |
capturedLength| Name: | 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 |
capturedRef| Name: | 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 |
capturedStart| Name: | 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 |