Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
operator=Name: | QTextFrame::iterator::operator= | Prototype: | QTextFrame::iterator &QTextFrame::iterator::operator=(const iterator &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 686-694 |
| | 6 | 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: | 763-796 |
| | 23 | 9 |
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: | 725-756 |
| | 21 | 8 |
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: | 649-656 |
| | 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: | 661-668 |
| | 5 | 1 |
iteratorName: | QTextFrame::iterator::iterator | Prototype: | QTextFrame::iterator::iterator(const iterator &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 673-680 |
| | 5 | 1 |
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: | 702-705 |
| | 1 | 1 |
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: | 713-718 |
| | 3 | 2 |