Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
currentBlockName: | QTextFrame::iterator::currentBlock | Prototype: | QTextBlock QTextFrame::iterator::currentBlock() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 723-728 |
| | 3 | 2 |
currentFrameName: | QTextFrame::iterator::currentFrame | Prototype: | QTextFrame *QTextFrame::iterator::currentFrame() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 712-715 |
| | 1 | 1 |
iteratorName: | QTextFrame::iterator::iterator | Prototype: | QTextFrame::iterator::iterator() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 655-662 |
| | 5 | 1 |
iteratorName: | QTextFrame::iterator::iterator | Prototype: | QTextFrame::iterator::iterator(QTextFrame *frame, int block, int begin, int end) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 667-674 |
| | 5 | 1 |
iteratorName: | QTextFrame::iterator::iterator | Prototype: | QTextFrame::iterator::iterator(const iterator &other) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 681-688 |
| | 5 | 1 |
operator++Name: | QTextFrame::iterator::operator++ | Prototype: | QTextFrame::iterator &QTextFrame::iterator::operator++() | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 735-766 |
| | 21 | 8 |
operator--Name: | QTextFrame::iterator::operator-- | Prototype: | QTextFrame::iterator &QTextFrame::iterator::operator--() | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 773-806 |
| | 23 | 9 |
operator=Name: | QTextFrame::iterator::operator= | Prototype: | QTextFrame::iterator &QTextFrame::iterator::operator=(const iterator &other) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 694-702 |
| | 6 | 1 |