| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QTextBlockFormat| Name: | QTextBlockFormat::QTextBlockFormat | | Prototype: | QTextBlockFormat::QTextBlockFormat() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 2023-2023 |
| | 1 | 1 |
QTextBlockFormat| Name: | QTextBlockFormat::QTextBlockFormat | | Prototype: | QTextBlockFormat::QTextBlockFormat(const QTextFormat &fmt) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 2032-2035 |
| | 2 | 1 |
setTabPositions| Name: | QTextBlockFormat::setTabPositions | | Prototype: | void QTextBlockFormat::setTabPositions(const QList<QTextOption::Tab> &tabs) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 2044-2056 |
| | 9 | 2 |
tabPositions| Name: | QTextBlockFormat::tabPositions | | Prototype: | QList<QTextOption::Tab> QTextBlockFormat::tabPositions() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 2064-2078 |
| | 11 | 3 |