Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QRegExpMatchStateName: | QRegExpMatchState::QRegExpMatchState | Prototype: | inline QRegExpMatchState() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 943-943 |
| | 1 | 1 |
drainName: | QRegExpMatchState::drain | Prototype: | void drain() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 946-946 |
| | 1 | 1 |
~QRegExpMatchStateName: | QRegExpMatchState::~QRegExpMatchState | Prototype: | inline ~QRegExpMatchState() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 944-944 |
| | 1 | 1 |
prepareForMatchName: | QRegExpMatchState::prepareForMatch | Prototype: | void QRegExpMatchState::prepareForMatch(QRegExpEngine *eng) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1371-1412 |
| | 24 | 1 |
testAnchorName: | QRegExpMatchState::testAnchor | Prototype: | bool QRegExpMatchState::testAnchor(int i, int a, const int *capBegin) | Coverage: | 91.071% (51/56) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1808-1867 |
| | 37 | 18 |
matchName: | QRegExpMatchState::match | Prototype: | void QRegExpMatchState::match(const QChar *str0, int len0, int pos0, bool minimal0, bool oneTest, int caretIndex) | Coverage: | 90.000% (36/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1418-1486 |
| | 38 | 11 |
matchHereName: | QRegExpMatchState::matchHere | Prototype: | bool QRegExpMatchState::matchHere() | Coverage: | 86.813% (158/182) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1975-2323 |
| | 172 | 49 |