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