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: | 938-938 |
| | 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: | 1365-1406 |
| | 24 | 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: | 940-940 |
| | 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: | 937-937 |
| | 1 | 1 |
testAnchorName: | QRegExpMatchState::testAnchor | Prototype: | bool QRegExpMatchState::testAnchor(int i, int a, const int *capBegin) | Coverage: | 91.667% (55/60) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1802-1861 |
| | 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: | 1412-1480 |
| | 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: | 1969-2317 |
| | 172 | 49 |