| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QSubpathForwardIterator| Name: | QSubpathForwardIterator::QSubpathForwardIterator | | Prototype: | QSubpathForwardIterator(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: | 53-54 |
| | 1 | 1 |
hasNext| Name: | QSubpathForwardIterator::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: | 56-56 |
| | 1 | 1 |
next| Name: | QSubpathForwardIterator::next | | Prototype: | inline QStrokerOps::Element next() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | | Lines: | 57-57 |
| | 1 | 1 |
position| Name: | QSubpathForwardIterator::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: | 55-55 |
| | 1 | 1 |