Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
fromFontName: | QRawFont::fromFont | Prototype: | QRawFont QRawFont::fromFont(const QFont &font, QFontDatabase::WritingSystem writingSystem) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 709-741 |
| | 21 | 7 |
supportedWritingSystemsName: | QRawFont::supportedWritingSystems | Prototype: | QList<QFontDatabase::WritingSystem> QRawFont::supportedWritingSystems() const | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 647-675 |
| | 18 | 7 |
advancesForGlyphIndexesName: | QRawFont::advancesForGlyphIndexes | Prototype: | bool QRawFont::advancesForGlyphIndexes(const quint32 *glyphIndexes, QPointF *advances, int numGlyphs, LayoutFlags layoutFlags) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 571-594 |
| | 15 | 4 |
glyphIndexesForStringName: | QRawFont::glyphIndexesForString | Prototype: | QVector<quint32> QRawFont::glyphIndexesForString(const QString &text) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 487-504 |
| | 12 | 3 |
glyphIndexesForCharsName: | QRawFont::glyphIndexesForChars | Prototype: | bool QRawFont::glyphIndexesForChars(const QChar *chars, int numChars, quint32 *glyphIndexes, int *numGlyphs) const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 516-533 |
| | 11 | 3 |
pathForGlyphName: | QRawFont::pathForGlyph | Prototype: | QPainterPath QRawFont::pathForGlyph(quint32 glyphIndex) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 292-301 |
| | 6 | 2 |
alphaMapForGlyphName: | QRawFont::alphaMapForGlyph | Prototype: | QImage QRawFont::alphaMapForGlyph(quint32 glyphIndex, AntialiasingType antialiasingType, const QTransform &transform) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 272-282 |
| | 5 | 3 |
setPixelSizeName: | QRawFont::setPixelSize | Prototype: | void QRawFont::setPixelSize(qreal pixelSize) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 746-753 |
| | 4 | 2 |
loadFromDataName: | QRawFont::loadFromData | Prototype: | void QRawFont::loadFromData(const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 249-257 |
| | 4 | 1 |
boundingRectName: | QRawFont::boundingRect | Prototype: | QRectF QRawFont::boundingRect(quint32 glyphIndex) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 772-779 |
| | 4 | 2 |
loadFromFileName: | QRawFont::loadFromFile | Prototype: | void QRawFont::loadFromFile(const QString &fileName, qreal pixelSize, QFont::HintingPreference hintingPreference) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 231-238 |
| | 3 | 2 |
fontTableName: | QRawFont::fontTable | Prototype: | QByteArray QRawFont::fontTable(const char *tagName) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 628-634 |
| | 3 | 2 |
operator=Name: | QRawFont::operator= | Prototype: | QRawFont &QRawFont::operator=(const QRawFont &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 200-204 |
| | 2 | 1 |
QRawFontName: | QRawFont::QRawFont | Prototype: | QRawFont::QRawFont() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 147-150 |
| | 2 | 1 |
xHeightName: | QRawFont::xHeight | Prototype: | qreal QRawFont::xHeight() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 356-359 |
| | 1 | 1 |
weightName: | QRawFont::weight | Prototype: | int QRawFont::weight() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 469-472 |
| | 1 | 1 |
unitsPerEmName: | QRawFont::unitsPerEm | Prototype: | qreal QRawFont::unitsPerEm() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 413-416 |
| | 1 | 1 |
underlinePositionName: | QRawFont::underlinePosition | Prototype: | qreal QRawFont::underlinePosition() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 431-434 |
| | 1 | 1 |
supportsCharacterName: | QRawFont::supportsCharacter | Prototype: | bool QRawFont::supportsCharacter(QChar character) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 682-685 |
| | 1 | 1 |
supportsCharacterName: | QRawFont::supportsCharacter | Prototype: | bool QRawFont::supportsCharacter(uint ucs4) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 694-697 |
| | 1 | 1 |
styleNameName: | QRawFont::styleName | Prototype: | QString QRawFont::styleName() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 449-452 |
| | 1 | 1 |
styleName: | QRawFont::style | Prototype: | QFont::Style QRawFont::style() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 459-462 |
| | 1 | 1 |
pixelSizeName: | QRawFont::pixelSize | Prototype: | qreal QRawFont::pixelSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 400-403 |
| | 1 | 1 |
operator==Name: | QRawFont::operator== | Prototype: | bool QRawFont::operator==(const QRawFont &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 306-309 |
| | 1 | 1 |
maxCharWidthName: | QRawFont::maxCharWidth | Prototype: | qreal QRawFont::maxCharWidth() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 388-391 |
| | 1 | 1 |
lineThicknessName: | QRawFont::lineThickness | Prototype: | qreal QRawFont::lineThickness() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 422-425 |
| | 1 | 1 |
leadingName: | QRawFont::leading | Prototype: | qreal QRawFont::leading() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 368-371 |
| | 1 | 1 |
isValidName: | QRawFont::isValid | Prototype: | bool QRawFont::isValid() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 217-220 |
| | 1 | 1 |
hintingPreferenceName: | QRawFont::hintingPreference | Prototype: | QFont::HintingPreference QRawFont::hintingPreference() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 617-620 |
| | 1 | 1 |
familyNameName: | QRawFont::familyName | Prototype: | QString QRawFont::familyName() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 439-442 |
| | 1 | 1 |
descentName: | QRawFont::descent | Prototype: | qreal QRawFont::descent() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 344-347 |
| | 1 | 1 |
averageCharWidthName: | QRawFont::averageCharWidth | Prototype: | qreal QRawFont::averageCharWidth() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 378-381 |
| | 1 | 1 |
ascentName: | QRawFont::ascent | Prototype: | qreal QRawFont::ascent() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 329-332 |
| | 1 | 1 |
advancesForGlyphIndexesName: | QRawFont::advancesForGlyphIndexes | Prototype: | bool QRawFont::advancesForGlyphIndexes(const quint32 *glyphIndexes, QPointF *advances, int numGlyphs) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 607-610 |
| | 1 | 1 |
QRawFontName: | QRawFont::QRawFont | Prototype: | QRawFont::QRawFont(const QString &fileName, qreal pixelSize, QFont::HintingPreference hintingPreference) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 159-165 |
| | 1 | 1 |
QRawFontName: | QRawFont::QRawFont | Prototype: | QRawFont::QRawFont(const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 174-180 |
| | 1 | 1 |
QRawFontName: | QRawFont::QRawFont | Prototype: | QRawFont::QRawFont(const QRawFont &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 185-188 |
| | 1 | 1 |