| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QStringSplitter| Name: | QStringSplitter::QStringSplitter | | Prototype: | QStringSplitter(const QString &s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 62-66 |
| | 1 | 1 |
hasNext| Name: | QStringSplitter::hasNext | | Prototype: | inline bool hasNext() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 68-72 |
| | 3 | 2 |
next| Name: | QStringSplitter::next | | Prototype: | inline QStringRef next() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 74-79 |
| | 4 | 2 |