| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
width| Name: | QDistanceField::width | | Prototype: | int QDistanceField::width() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 892-895 |
| | 1 | 1 |
toImage| Name: | QDistanceField::toImage | | Prototype: | QImage QDistanceField::toImage(QImage::Format format) const | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 1002-1028 |
| | 16 | 8 |
setGlyph| Name: | QDistanceField::setGlyph | | Prototype: | void QDistanceField::setGlyph(const QRawFont &font, glyph_t glyph, bool doubleResolution) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 867-878 |
| | 7 | 1 |
setGlyph| Name: | QDistanceField::setGlyph | | Prototype: | void QDistanceField::setGlyph(QFontEngine *fontEngine, glyph_t glyph, bool doubleResolution) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 880-890 |
| | 7 | 1 |
scanLine| Name: | QDistanceField::scanLine | | Prototype: | uchar *QDistanceField::scanLine(int i) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 975-982 |
| | 4 | 2 |
scanLine| Name: | QDistanceField::scanLine | | Prototype: | const uchar *QDistanceField::scanLine(int i) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 984-991 |
| | 4 | 2 |
isNull| Name: | QDistanceField::isNull | | Prototype: | bool QDistanceField::isNull() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 857-860 |
| | 1 | 1 |
height| Name: | QDistanceField::height | | Prototype: | int QDistanceField::height() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 897-900 |
| | 1 | 1 |
glyph| Name: | QDistanceField::glyph | | Prototype: | glyph_t QDistanceField::glyph() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 862-865 |
| | 1 | 1 |
copy| Name: | QDistanceField::copy | | Prototype: | QDistanceField QDistanceField::copy(const QRect &r) const | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 902-958 |
| | 41 | 13 |
constScanLine| Name: | QDistanceField::constScanLine | | Prototype: | const uchar *QDistanceField::constScanLine(int i) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 993-1000 |
| | 4 | 2 |
constBits| Name: | QDistanceField::constBits | | Prototype: | const uchar *QDistanceField::constBits() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 970-973 |
| | 1 | 1 |
bits| Name: | QDistanceField::bits | | Prototype: | uchar *QDistanceField::bits() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 960-963 |
| | 1 | 1 |
bits| Name: | QDistanceField::bits | | Prototype: | const uchar *QDistanceField::bits() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 965-968 |
| | 1 | 1 |
QDistanceField| Name: | QDistanceField::QDistanceField | | Prototype: | QDistanceField::QDistanceField() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 816-819 |
| | 2 | 1 |
QDistanceField| Name: | QDistanceField::QDistanceField | | Prototype: | QDistanceField::QDistanceField(int width, int height) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 821-824 |
| | 2 | 1 |
QDistanceField| Name: | QDistanceField::QDistanceField | | Prototype: | QDistanceField::QDistanceField(const QDistanceField &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 826-829 |
| | 1 | 1 |
QDistanceField| Name: | QDistanceField::QDistanceField | | Prototype: | QDistanceField::QDistanceField(const QRawFont &font, glyph_t glyph, bool doubleResolution) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 831-834 |
| | 1 | 1 |
QDistanceField| Name: | QDistanceField::QDistanceField | | Prototype: | QDistanceField::QDistanceField(QFontEngine *fontEngine, glyph_t glyph, bool doubleResolution) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 836-839 |
| | 1 | 1 |
QDistanceField| Name: | QDistanceField::QDistanceField | | Prototype: | QDistanceField::QDistanceField(const QPainterPath &path, glyph_t glyph, bool doubleResolution) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 841-849 |
| | 5 | 1 |
QDistanceField| Name: | QDistanceField::QDistanceField | | Prototype: | QDistanceField::QDistanceField(QDistanceFieldData *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 852-855 |
| | 2 | 1 |