Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSubpathBackwardIteratorName: | QSubpathBackwardIterator::QSubpathBackwardIterator | Prototype: | QSubpathBackwardIterator(const QDataBuffer<QStrokerOps::Element> *path) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 67-68 |
| | 1 | 1 |
hasNextName: | QSubpathBackwardIterator::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: | 72-72 |
| | 1 | 1 |
nextName: | QSubpathBackwardIterator::next | Prototype: | inline QStrokerOps::Element next() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 74-110 |
| | 20 | 7 |
positionName: | QSubpathBackwardIterator::position | Prototype: | inline int position() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 70-70 |
| | 1 | 1 |