| Function | Condition % | Modificationsâ–´ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QFontMetrics| Name: | QFontMetrics::QFontMetrics | | Prototype: | QFontMetrics::QFontMetrics(const QFont &font) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 153-156 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines (reference): | 147-150 | | Comparison: | Different |
| | Different | 2 | 1 |
QFontMetrics| Name: | QFontMetrics::QFontMetrics | | Prototype: | QFontMetrics::QFontMetrics(const QFont &font, QPaintDevice *paintdevice) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 171-183 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines (reference): | 165-177 | | Comparison: | Different |
| | Different | 7 | 2 |
QFontMetrics| Name: | QFontMetrics::QFontMetrics | | Prototype: | QFontMetrics::QFontMetrics(const QFontMetrics &fm) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 188-191 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines (reference): | 182-185 | | Comparison: | Different |
| | Different | 2 | 1 |
boundingRect| Name: | QFontMetrics::boundingRect | | Prototype: | QRect QFontMetrics::boundingRect(const QString &text) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 671-681 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines (reference): | 664-673 | | Comparison: | Different |
| | Different | 6 | 2 |
operator=| Name: | QFontMetrics::operator= | | Prototype: | QFontMetrics &QFontMetrics::operator=(const QFontMetrics &fm) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 204-208 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines (reference): | 198-202 | | Comparison: | Different |
| | Different | 2 | 1 |
tightBoundingRect| Name: | QFontMetrics::tightBoundingRect | | Prototype: | QRect QFontMetrics::tightBoundingRect(const QString &text) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 840-850 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines (reference): | 832-841 | | Comparison: | Different |
| | Different | 6 | 2 |
width| Name: | QFontMetrics::width | | Prototype: | int QFontMetrics::width(const QString &text, int len, int flags) const | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 515-543 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines (reference): | 509-536 | | Comparison: | Different |
| | Different | 19 | 7 |