| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QRegExp| Name: | QRegExp::QRegExp | | Prototype: | QRegExp::QRegExp() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3934-3938 |
| | 2 | 1 |
QRegExp| Name: | QRegExp::QRegExp | | Prototype: | QRegExp::QRegExp(const QString &pattern, Qt::CaseSensitivity cs, PatternSyntax syntax) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3950-3954 |
| | 2 | 1 |
QRegExp| Name: | QRegExp::QRegExp | | Prototype: | QRegExp::QRegExp(const QRegExp &rx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3961-3965 |
| | 2 | 1 |
cap| Name: | QRegExp::cap | | Prototype: | QString QRegExp::cap(int nth) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4435-4438 |
| | 1 | 1 |
cap| Name: | QRegExp::cap | | Prototype: | QString QRegExp::cap(int nth) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4443-4446 |
| | 1 | 1 |
captureCount| Name: | QRegExp::captureCount | | Prototype: | int QRegExp::captureCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4348-4352 |
| | 2 | 1 |
capturedTexts| Name: | QRegExp::capturedTexts | | Prototype: | QStringList QRegExp::capturedTexts() const | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4392-4410 |
| | 13 | 5 |
capturedTexts| Name: | QRegExp::capturedTexts | | Prototype: | QStringList QRegExp::capturedTexts() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4415-4418 |
| | 1 | 1 |
caseSensitivity| Name: | QRegExp::caseSensitivity | | Prototype: | Qt::CaseSensitivity QRegExp::caseSensitivity() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4129-4132 |
| | 1 | 1 |
errorString| Name: | QRegExp::errorString | | Prototype: | QString QRegExp::errorString() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4484-4491 |
| | 3 | 2 |
errorString| Name: | QRegExp::errorString | | Prototype: | QString QRegExp::errorString() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4496-4499 |
| | 1 | 1 |
escape| Name: | QRegExp::escape | | Prototype: | QString QRegExp::escape(const QString &str) | | Coverage: | 100.000% (19/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4517-4544 |
| | 9 | 16 |
exactMatch| Name: | QRegExp::exactMatch | | Prototype: | bool QRegExp::exactMatch(const QString &str) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4238-4249 |
| | 7 | 2 |
indexIn| Name: | QRegExp::indexIn | | Prototype: | int QRegExp::indexIn(const QString &str, int offset, CaretMode caretMode) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4280-4288 |
| | 6 | 2 |
isEmpty| Name: | QRegExp::isEmpty | | Prototype: | bool QRegExp::isEmpty() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4069-4072 |
| | 1 | 1 |
isMinimal| Name: | QRegExp::isMinimal | | Prototype: | bool QRegExp::isMinimal() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4190-4193 |
| | 1 | 1 |
isValid| Name: | QRegExp::isValid | | Prototype: | bool QRegExp::isValid() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4087-4095 |
| | 4 | 2 |
lastIndexIn| Name: | QRegExp::lastIndexIn | | Prototype: | int QRegExp::lastIndexIn(const QString &str, int offset, CaretMode caretMode) const | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4311-4329 |
| | 13 | 5 |
matchedLength| Name: | QRegExp::matchedLength | | Prototype: | int QRegExp::matchedLength() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4337-4340 |
| | 1 | 1 |
operator=| Name: | QRegExp::operator= | | Prototype: | QRegExp &QRegExp::operator=(const QRegExp &rx) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3981-3999 |
| | 14 | 3 |
operator==| Name: | QRegExp::operator== | | Prototype: | bool QRegExp::operator==(const QRegExp &rx) const | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4025-4028 |
| | 1 | 1 |
pattern| Name: | QRegExp::pattern | | Prototype: | QString QRegExp::pattern() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4104-4107 |
| | 1 | 1 |
patternSyntax| Name: | QRegExp::patternSyntax | | Prototype: | QRegExp::PatternSyntax QRegExp::patternSyntax() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4156-4159 |
| | 1 | 1 |
pos| Name: | QRegExp::pos | | Prototype: | int QRegExp::pos(int nth) const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4462-4468 |
| | 3 | 2 |
pos| Name: | QRegExp::pos | | Prototype: | int QRegExp::pos(int nth) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4473-4476 |
| | 1 | 1 |
setCaseSensitivity| Name: | QRegExp::setCaseSensitivity | | Prototype: | void QRegExp::setCaseSensitivity(Qt::CaseSensitivity cs) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4142-4148 |
| | 3 | 2 |
setMinimal| Name: | QRegExp::setMinimal | | Prototype: | void QRegExp::setMinimal(bool minimal) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4212-4215 |
| | 1 | 1 |
setPattern| Name: | QRegExp::setPattern | | Prototype: | void QRegExp::setPattern(const QString &pattern) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4115-4121 |
| | 3 | 2 |
setPatternSyntax| Name: | QRegExp::setPatternSyntax | | Prototype: | void QRegExp::setPatternSyntax(PatternSyntax syntax) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4176-4182 |
| | 3 | 2 |
~QRegExp| Name: | QRegExp::~QRegExp | | Prototype: | QRegExp::~QRegExp() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3970-3974 |
| | 2 | 1 |