Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QSubpathForwardIteratorName: | 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 |
hasNextName: | 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 |
nextName: | 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 |
positionName: | 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 |