| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSubpathFlatIterator| Name: | QSubpathFlatIterator::QSubpathFlatIterator | | Prototype: | QSubpathFlatIterator(const QDataBuffer<QStrokerOps::Element> *path, qreal threshold) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | | Lines: | 120-121 |
| | 1 | 1 |
hasNext| Name: | QSubpathFlatIterator::hasNext | | Prototype: | inline bool hasNext() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | | Lines: | 123-123 |
| | 1 | 1 |
next| Name: | QSubpathFlatIterator::next | | Prototype: | QStrokerOps::Element next() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | | Lines: | 125-162 |
| | 30 | 4 |