| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QFontEngine::getGlyphBearings| Name:  | QFontEngine::getGlyphBearings |  | Prototype:  | void QFontEngine::getGlyphBearings(glyph_t glyph, qreal *leftBearing, qreal *rightBearing) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 566-573 |  
  |  | 5 | 3 | 
 QFontEngine::getGlyphPositions| Name:  | QFontEngine::getGlyphPositions |  | Prototype:  | void QFontEngine::getGlyphPositions(const QGlyphLayout &glyphs, const QTransform &matrix, QTextItem::RenderFlags flags, QVarLengthArray<glyph_t> &glyphs_out, QVarLengthArray<QFixedPoint> &positions) |  | Coverage:  |   0.000% (0/56) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 448-564 |  
  |  | 88 | 16 | 
 QFontEngine::getPointInOutline| Name:  | QFontEngine::getPointInOutline |  | Prototype:  | int QFontEngine::getPointInOutline(glyph_t glyph, int flags, quint32 point, QFixed *xpos, QFixed *ypos, quint32 *nPoints) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 168-177 |  
  |  | 7 | 1 | 
 QFontEngine::getSfntTable| Name:  | QFontEngine::getSfntTable |  | Prototype:  | QByteArray QFontEngine::getSfntTable(uint tag) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1038-1048 |  
  |  | 8 | 3 | 
 QFontEngine::getSfntTableData| Name:  | QFontEngine::getSfntTableData |  | Prototype:  | bool QFontEngine::getSfntTableData(uint tag, uchar *buffer, uint *length) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1030-1036 |  
  |  | 4 | 1 | 
 QFontEngine::getTrueTypeGlyphIndex| Name:  | QFontEngine::getTrueTypeGlyphIndex |  | Prototype:  | quint32 QFontEngine::getTrueTypeGlyphIndex(const uchar *cmap, int cmapSize, uint unicode) |  | Coverage:  |   0.000% (0/98) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1394-1527 |  
  |  | 92 | 32 | 
 QFontEngine::getUnscaledGlyph| Name:  | QFontEngine::getUnscaledGlyph |  | Prototype:  | void QFontEngine::getUnscaledGlyph(glyph_t glyph, QPainterPath *path, glyph_metrics_t *metrics) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1010-1017 |  
  |  | 5 | 1 | 
 QFontEngine::glyphCache| Name:  | QFontEngine::glyphCache |  | Prototype:  | QFontEngineGlyphCache *QFontEngine::glyphCache(const void *context, GlyphFormat format, const QTransform &transform) const |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1076-1089 |  
  |  | 8 | 4 | 
 QFontEngine::glyphCount| Name:  | QFontEngine::glyphCount |  | Prototype:  | int QFontEngine::glyphCount() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1218-1230 |  
  |  | 8 | 2 | 
 QFontEngine::handle| Name:  | QFontEngine::handle |  | Prototype:  | Qt::HANDLE QFontEngine::handle() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1232-1235 |  
  |  | 1 | 1 | 
 QFontEngine::harfbuzzFace| Name:  | QFontEngine::harfbuzzFace |  | Prototype:  | void *QFontEngine::harfbuzzFace() const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 338-359 |  
  |  | 14 | 5 | 
 QFontEngine::harfbuzzFont| Name:  | QFontEngine::harfbuzzFont |  | Prototype:  | void *QFontEngine::harfbuzzFont() const |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 302-336 |  
  |  | 24 | 6 | 
 QFontEngine::hasUnreliableGlyphOutline| Name:  | QFontEngine::hasUnreliableGlyphOutline |  | Prototype:  | bool QFontEngine::hasUnreliableGlyphOutline() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1549-1553 |  
  |  | 1 | 1 | 
 QFontEngine::lastRightBearing| Name:  | QFontEngine::lastRightBearing |  | Prototype:  | QFixed QFontEngine::lastRightBearing(const QGlyphLayout &glyphs, bool round) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1555-1564 |  
  |  | 6 | 3 | 
 QFontEngine::lineThickness| Name:  | QFontEngine::lineThickness |  | Prototype:  | QFixed QFontEngine::lineThickness() const |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 284-295 |  
  |  | 5 | 3 | 
 QFontEngine::loadKerningPairs| Name:  | QFontEngine::loadKerningPairs |  | Prototype:  | void QFontEngine::loadKerningPairs(QFixed scalingFactor) |  | Coverage:  |   0.000% (0/52) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1127-1215 |  
  |  | 52 | 18 | 
 QFontEngine::lockedAlphaMapForGlyph| Name:  | QFontEngine::lockedAlphaMapForGlyph |  | Prototype:  | QImage *QFontEngine::lockedAlphaMapForGlyph(glyph_t glyph, QFixed subPixelPosition, QFontEngine::GlyphFormat neededFormat, const QTransform &t, QPoint *offset) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 923-940 |  
  |  | 9 | 4 | 
 QFontEngine::minLeftBearing| Name:  | QFontEngine::minLeftBearing |  | Prototype:  | qreal QFontEngine::minLeftBearing() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 575-581 |  
  |  | 3 | 2 | 
 QFontEngine::minRightBearing| Name:  | QFontEngine::minRightBearing |  | Prototype:  | qreal QFontEngine::minRightBearing() const |  | Coverage:  |   0.000% (0/34) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 588-654 |  
  |  | 27 | 10 | 
 QFontEngine::properties| Name:  | QFontEngine::properties |  | Prototype:  | QFontEngine::Properties QFontEngine::properties() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 989-1008 |  
  |  | 16 | 1 | 
 QFontEngine::setGlyphCache| Name:  | QFontEngine::setGlyphCache |  | Prototype:  | void QFontEngine::setGlyphCache(const void *context, QFontEngineGlyphCache *cache) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1055-1074 |  
  |  | 10 | 4 | 
 QFontEngine::subPixelPositionForX| Name:  | QFontEngine::subPixelPositionForX |  | Prototype:  | QFixed QFontEngine::subPixelPositionForX(QFixed x) const |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 906-921 |  
  |  | 8 | 3 | 
 QFontEngine::supportsScript| Name:  | QFontEngine::supportsScript |  | Prototype:  | bool QFontEngine::supportsScript(QChar::Script script) const |  | Coverage:  |   0.000% (0/30) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 361-406 |  
  |  | 23 | 8 | 
 QFontEngine::supportsTransformation| Name:  | QFontEngine::supportsTransformation |  | Prototype:  | bool QFontEngine::supportsTransformation(const QTransform &transform) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 443-446 |  
  |  | 1 | 1 | 
 QFontEngine::tightBoundingBox| Name:  | QFontEngine::tightBoundingBox |  | Prototype:  | glyph_metrics_t QFontEngine::tightBoundingBox(const QGlyphLayout &glyphs) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 656-677 |  
  |  | 16 | 2 | 
 QFontEngine::underlinePosition| Name:  | QFontEngine::underlinePosition |  | Prototype:  | QFixed QFontEngine::underlinePosition() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 297-300 |  
  |  | 1 | 1 | 
 QFontEngine::unlockAlphaMapForGlyph| Name:  | QFontEngine::unlockAlphaMapForGlyph |  | Prototype:  | void QFontEngine::unlockAlphaMapForGlyph() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 942-946 |  
  |  | 2 | 1 | 
 QFontEngine::xHeight| Name:  | QFontEngine::xHeight |  | Prototype:  | QFixed QFontEngine::xHeight() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 429-434 |  
  |  | 3 | 1 | 
 QFontEngine::~QFontEngine| Name:  | QFontEngine::~QFontEngine |  | Prototype:  | QFontEngine::~QFontEngine() |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 265-282 |  
  |  | 9 | 4 | 
 QFontEngineBox::QFontEngineBox| Name:  | QFontEngineBox::QFontEngineBox |  | Prototype:  | QFontEngineBox::QFontEngineBox(int size) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1590-1595 |  
  |  | 1 | 1 | 
 QFontEngineBox::QFontEngineBox| Name:  | QFontEngineBox::QFontEngineBox |  | Prototype:  | QFontEngineBox::QFontEngineBox(Type type, int size) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1597-1602 |  
  |  | 1 | 1 | 
 QFontEngineBox::addOutlineToPath| Name:  | QFontEngineBox::addOutlineToPath |  | Prototype:  | void QFontEngineBox::addOutlineToPath(qreal x, qreal y, const QGlyphLayout &glyphs, QPainterPath *path, QTextItem::RenderFlags flags) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1644-1657 |  
  |  | 9 | 3 | 
 QFontEngineBox::alphaMapForGlyph| Name:  | QFontEngineBox::alphaMapForGlyph |  | Prototype:  | QImage QFontEngineBox::alphaMapForGlyph(glyph_t) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1732-1745 |  
  |  | 8 | 2 | 
 QFontEngineBox::ascent| Name:  | QFontEngineBox::ascent |  | Prototype:  | QFixed QFontEngineBox::ascent() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1706-1709 |  
  |  | 1 | 1 | 
 QFontEngineBox::boundingBox| Name:  | QFontEngineBox::boundingBox |  | Prototype:  | glyph_metrics_t QFontEngineBox::boundingBox(const QGlyphLayout &glyphs) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1659-1666 |  
  |  | 5 | 1 | 
 QFontEngineBox::boundingBox| Name:  | QFontEngineBox::boundingBox |  | Prototype:  | glyph_metrics_t QFontEngineBox::boundingBox(glyph_t) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1695-1698 |  
  |  | 1 | 1 | 
 QFontEngineBox::canRender| Name:  | QFontEngineBox::canRender |  | Prototype:  | bool QFontEngineBox::canRender(const QChar *, int) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1727-1730 |  
  |  | 1 | 1 | 
 QFontEngineBox::cloneWithSize| Name:  | QFontEngineBox::cloneWithSize |  | Prototype:  | QFontEngine *QFontEngineBox::cloneWithSize(qreal pixelSize) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1700-1704 |  
  |  | 2 | 1 | 
 QFontEngineBox::descent| Name:  | QFontEngineBox::descent |  | Prototype:  | QFixed QFontEngineBox::descent() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1711-1714 |  
  |  | 1 | 1 | 
 QFontEngineBox::draw| Name:  | QFontEngineBox::draw |  | Prototype:  | void QFontEngineBox::draw(QPaintEngine *p, qreal x, qreal y, const QTextItemInt &ti) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1668-1693 |  
  |  | 18 | 4 | 
 QFontEngineBox::glyphIndex| Name:  | QFontEngineBox::glyphIndex |  | Prototype:  | glyph_t QFontEngineBox::glyphIndex(uint ucs4) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1608-1612 |  
  |  | 2 | 1 | 
 QFontEngineBox::leading| Name:  | QFontEngineBox::leading |  | Prototype:  | QFixed QFontEngineBox::leading() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1716-1720 |  
  |  | 2 | 1 | 
 QFontEngineBox::maxCharWidth| Name:  | QFontEngineBox::maxCharWidth |  | Prototype:  | qreal QFontEngineBox::maxCharWidth() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1722-1725 |  
  |  | 1 | 1 | 
 QFontEngineBox::recalcAdvances| Name:  | QFontEngineBox::recalcAdvances |  | Prototype:  | void QFontEngineBox::recalcAdvances(QGlyphLayout *glyphs, QFontEngine::ShaperFlags) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1638-1642 |  
  |  | 2 | 2 | 
 QFontEngineBox::stringToCMap| Name:  | QFontEngineBox::stringToCMap |  | Prototype:  | bool QFontEngineBox::stringToCMap(const QChar *str, int len, QGlyphLayout *glyphs, int *nglyphs, QFontEngine::ShaperFlags flags) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 1614-1636 |  
  |  | 14 | 4 | 
 QFontEngineData::QFontEngineData| Name:  | QFontEngineData::QFontEngineData |  | Prototype:  | QFontEngineData::QFontEngineData() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp |  | Lines:  | 315-319 |  
  |  | 1 | 1 | 
 QFontEngineData::~QFontEngineData| Name:  | QFontEngineData::~QFontEngineData |  | Prototype:  | QFontEngineData::~QFontEngineData() |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp |  | Lines:  | 321-331 |  
  |  | 6 | 4 | 
 QFontEngineFT::Glyph::~Glyph| Name:  | QFontEngineFT::Glyph::~Glyph |  | Prototype:  | QFontEngineFT::Glyph::~Glyph() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 532-535 |  
  |  | 1 | 1 | 
 QFontEngineFT::QFontEngineFT| Name:  | QFontEngineFT::QFontEngineFT |  | Prototype:  | QFontEngineFT::QFontEngineFT(const QFontDef &fd) |  | Coverage:  |  40.000% (2/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 641-669 |  
  |  | 23 | 1 | 
 QFontEngineFT::QGlyphSet::QGlyphSet| Name:  | QFontEngineFT::QGlyphSet::QGlyphSet |  | Prototype:  | QFontEngineFT::QGlyphSet::QGlyphSet() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1919-1928 |  
  |  | 6 | 1 | 
 QFontEngineFT::QGlyphSet::clear| Name:  | QFontEngineFT::QGlyphSet::clear |  | Prototype:  | void QFontEngineFT::QGlyphSet::clear() |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1935-1948 |  
  |  | 8 | 4 | 
 QFontEngineFT::QGlyphSet::removeGlyphFromCache| Name:  | QFontEngineFT::QGlyphSet::removeGlyphFromCache |  | Prototype:  | void QFontEngineFT::QGlyphSet::removeGlyphFromCache(glyph_t index, QFixed subPixelPosition) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1950-1962 |  
  |  | 7 | 4 | 
 QFontEngineFT::QGlyphSet::setGlyph| Name:  | QFontEngineFT::QGlyphSet::setGlyph |  | Prototype:  | void QFontEngineFT::QGlyphSet::setGlyph(glyph_t index, QFixed subPixelPosition, Glyph *glyph) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1964-1973 |  
  |  | 5 | 3 | 
 QFontEngineFT::QGlyphSet::~QGlyphSet| Name:  | QFontEngineFT::QGlyphSet::~QGlyphSet |  | Prototype:  | QFontEngineFT::QGlyphSet::~QGlyphSet() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1930-1933 |  
  |  | 1 | 1 | 
 QFontEngineFT::addGlyphsToPath| Name:  | QFontEngineFT::addGlyphsToPath |  | Prototype:  | void QFontEngineFT::addGlyphsToPath(glyph_t *glyphs, QFixedPoint *positions, int numGlyphs, QPainterPath *path, QTextItem::RenderFlags) |  | Coverage:  |  53.846% (7/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1429-1449 |  
  |  | 13 | 5 | 
 QFontEngineFT::addOutlineToPath| Name:  | QFontEngineFT::addOutlineToPath |  | Prototype:  | void QFontEngineFT::addOutlineToPath(qreal x, qreal y, const QGlyphLayout &glyphs, QPainterPath *path, QTextItem::RenderFlags flags) |  | Coverage:  |  30.000% (3/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1405-1427 |  
  |  | 15 | 4 | 
 QFontEngineFT::alphaMapBoundingBox| Name:  | QFontEngineFT::alphaMapBoundingBox |  | Prototype:  | glyph_metrics_t QFontEngineFT::alphaMapBoundingBox(glyph_t glyph, QFixed subPixelPosition, const QTransform &matrix, QFontEngine::GlyphFormat format) |  | Coverage:  |  40.000% (4/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1687-1715 |  
  |  | 22 | 3 | 
 QFontEngineFT::alphaMapForGlyph| Name:  | QFontEngineFT::alphaMapForGlyph |  | Prototype:  | QImage QFontEngineFT::alphaMapForGlyph(glyph_t g, QFixed subPixelPosition) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1824-1827 |  
  |  | 1 | 1 | 
 QFontEngineFT::alphaMapForGlyph| Name:  | QFontEngineFT::alphaMapForGlyph |  | Prototype:  | QImage QFontEngineFT::alphaMapForGlyph(glyph_t g, QFixed subPixelPosition, const QTransform &t) |  | Coverage:  |  36.364% (4/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1829-1845 |  
  |  | 9 | 3 | 
 QFontEngineFT::alphaRGBMapForGlyph| Name:  | QFontEngineFT::alphaRGBMapForGlyph |  | Prototype:  | QImage QFontEngineFT::alphaRGBMapForGlyph(glyph_t g, QFixed subPixelPosition, const QTransform &t) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1847-1866 |  
  |  | 11 | 4 | 
 QFontEngineFT::ascent| Name:  | QFontEngineFT::ascent |  | Prototype:  | QFixed QFontEngineFT::ascent() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1238-1241 |  
  |  | 1 | 1 | 
 QFontEngineFT::averageCharWidth| Name:  | QFontEngineFT::averageCharWidth |  | Prototype:  | QFixed QFontEngineFT::averageCharWidth() const |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1265-1275 |  
  |  | 7 | 2 | 
 QFontEngineFT::boundingBox| Name:  | QFontEngineFT::boundingBox |  | Prototype:  | glyph_metrics_t QFontEngineFT::boundingBox(const QGlyphLayout &glyphs) |  | Coverage:  |  39.130% (9/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1594-1644 |  
  |  | 38 | 7 | 
 QFontEngineFT::boundingBox| Name:  | QFontEngineFT::boundingBox |  | Prototype:  | glyph_metrics_t QFontEngineFT::boundingBox(glyph_t glyph) |  | Coverage:  |  57.143% (12/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1646-1680 |  
  |  | 28 | 6 | 
 QFontEngineFT::boundingBox| Name:  | QFontEngineFT::boundingBox |  | Prototype:  | glyph_metrics_t QFontEngineFT::boundingBox(glyph_t glyph, const QTransform &matrix) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1682-1685 |  
  |  | 1 | 1 | 
 QFontEngineFT::cloneWithSize| Name:  | QFontEngineFT::cloneWithSize |  | Prototype:  | QFontEngine *QFontEngineFT::cloneWithSize(qreal pixelSize) const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 2008-2019 |  
  |  | 7 | 2 | 
 QFontEngineFT::descent| Name:  | QFontEngineFT::descent |  | Prototype:  | QFixed QFontEngineFT::descent() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1243-1246 |  
  |  | 1 | 1 | 
 QFontEngineFT::doKerning| Name:  | QFontEngineFT::doKerning |  | Prototype:  | void QFontEngineFT::doKerning(QGlyphLayout *g, QFontEngine::ShaperFlags flags) const |  | Coverage:  |  53.846% (7/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1292-1312 |  
  |  | 12 | 4 | 
 QFontEngineFT::emSquareSize| Name:  | QFontEngineFT::emSquareSize |  | Prototype:  | QFixed QFontEngineFT::emSquareSize() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1213-1219 |  
  |  | 3 | 2 | 
 QFontEngineFT::faceId| Name:  | QFontEngineFT::faceId |  | Prototype:  | QFontEngine::FaceId QFontEngineFT::faceId() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1198-1201 |  
  |  | 1 | 1 | 
 QFontEngineFT::getPointInOutline| Name:  | QFontEngineFT::getPointInOutline |  | Prototype:  | int QFontEngineFT::getPointInOutline(glyph_t glyph, int flags, quint32 point, QFixed *xpos, QFixed *ypos, quint32 *nPoints) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1975-1984 |  
  |  | 7 | 1 | 
 QFontEngineFT::getSfntTableData| Name:  | QFontEngineFT::getSfntTableData |  | Prototype:  | bool QFontEngineFT::getSfntTableData(uint tag, uchar *buffer, uint *length) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1221-1224 |  
  |  | 1 | 1 | 
 QFontEngineFT::getUnscaledGlyph| Name:  | QFontEngineFT::getUnscaledGlyph |  | Prototype:  | void QFontEngineFT::getUnscaledGlyph(glyph_t glyph, QPainterPath *path, glyph_metrics_t *metrics) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1370-1398 |  
  |  | 20 | 2 | 
 QFontEngineFT::glyphCount| Name:  | QFontEngineFT::glyphCount |  | Prototype:  | int QFontEngineFT::glyphCount() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1873-1882 |  
  |  | 6 | 2 | 
 QFontEngineFT::glyphIndex| Name:  | QFontEngineFT::glyphIndex |  | Prototype:  | glyph_t QFontEngineFT::glyphIndex(uint ucs4) const |  | Coverage:  |  85.000% (17/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1451-1479 |  
  |  | 14 | 6 | 
 QFontEngineFT::handle| Name:  | QFontEngineFT::handle |  | Prototype:  | Qt::HANDLE QFontEngineFT::handle() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 2021-2024 |  
  |  | 1 | 1 | 
 QFontEngineFT::init| Name:  | QFontEngineFT::init |  | Prototype:  | bool QFontEngineFT::init(FaceId faceId, bool antialias, GlyphFormat format, const QByteArray &fontData) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 677-681 |  
  |  | 1 | 1 | 
 QFontEngineFT::init| Name:  | QFontEngineFT::init |  | Prototype:  | bool QFontEngineFT::init(FaceId faceId, bool antialias, GlyphFormat format, QFreetypeFace *freetypeFace) |  | Coverage:  |  49.180% (30/61) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 683-785 |  
  |  | 60 | 16 | 
 QFontEngineFT::initFromFontEngine| Name:  | QFontEngineFT::initFromFontEngine |  | Prototype:  | bool QFontEngineFT::initFromFontEngine(const QFontEngineFT *fe) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1986-2006 |  
  |  | 13 | 2 | 
 QFontEngineFT::leading| Name:  | QFontEngineFT::leading |  | Prototype:  | QFixed QFontEngineFT::leading() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1248-1251 |  
  |  | 1 | 1 | 
 QFontEngineFT::lineThickness| Name:  | QFontEngineFT::lineThickness |  | Prototype:  | QFixed QFontEngineFT::lineThickness() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1282-1285 |  
  |  | 1 | 1 | 
 QFontEngineFT::loadFlags| Name:  | QFontEngineFT::loadFlags |  | Prototype:  | int QFontEngineFT::loadFlags(QGlyphSet *set, GlyphFormat format, int flags, bool &hsubpixel, int &vfactor) const |  | Coverage:  |  46.512% (20/43) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 810-844 |  
  |  | 23 | 10 | 
 QFontEngineFT::loadGlyph| Name:  | QFontEngineFT::loadGlyph |  | Prototype:  | QFontEngineFT::Glyph *QFontEngineFT::loadGlyph(QGlyphSet *set, uint glyph, QFixed subPixelPosition, GlyphFormat format, bool fetchMetricsOnly) const |  | Coverage:  |  53.498% (130/243) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 857-1196 |  
  |  | 250 | 59 | 
 QFontEngineFT::loadGlyphFor| Name:  | QFontEngineFT::loadGlyphFor |  | Prototype:  | QFontEngineFT::Glyph *QFontEngineFT::loadGlyphFor(glyph_t g, QFixed subPixelPosition, GlyphFormat format, const QTransform &t, bool fetchBoundingBox) |  | Coverage:  |  73.077% (19/26) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1796-1822 |  
  |  | 16 | 4 | 
 QFontEngineFT::loadGlyphSet| Name:  | QFontEngineFT::loadGlyphSet |  | Prototype:  | QFontEngineFT::QGlyphSet *QFontEngineFT::loadGlyphSet(const QTransform &matrix) |  | Coverage:  |  70.000% (21/30) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1326-1368 |  
  |  | 25 | 7 | 
 QFontEngineFT::lockFace| Name:  | QFontEngineFT::lockFace |  | Prototype:  | FT_Face QFontEngineFT::lockFace(Scaling scale) const |  | Coverage:  |  77.778% (14/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1884-1906 |  
  |  | 17 | 4 | 
 QFontEngineFT::lockedAlphaMapForGlyph| Name:  | QFontEngineFT::lockedAlphaMapForGlyph |  | Prototype:  | QImage *QFontEngineFT::lockedAlphaMapForGlyph(glyph_t glyphIndex, QFixed subPixelPosition, QFontEngine::GlyphFormat neededFormat, const QTransform &t, QPoint *offset) |  | Coverage:  |  64.706% (22/34) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1747-1783 |  
  |  | 22 | 8 | 
 QFontEngineFT::maxCharWidth| Name:  | QFontEngineFT::maxCharWidth |  | Prototype:  | qreal QFontEngineFT::maxCharWidth() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1277-1280 |  
  |  | 1 | 1 | 
 QFontEngineFT::non_locked_face| Name:  | QFontEngineFT::non_locked_face |  | Prototype:  | FT_Face QFontEngineFT::non_locked_face() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1913-1916 |  
  |  | 1 | 1 | 
 QFontEngineFT::properties| Name:  | QFontEngineFT::properties |  | Prototype:  | QFontEngine::Properties QFontEngineFT::properties() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1203-1211 |  
  |  | 4 | 2 | 
 QFontEngineFT::recalcAdvances| Name:  | QFontEngineFT::recalcAdvances |  | Prototype:  | void QFontEngineFT::recalcAdvances(QGlyphLayout *glyphs, QFontEngine::ShaperFlags flags) const |  | Coverage:  |  80.000% (32/40) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1562-1592 |  
  |  | 21 | 9 | 
 QFontEngineFT::removeGlyphFromCache| Name:  | QFontEngineFT::removeGlyphFromCache |  | Prototype:  | void QFontEngineFT::removeGlyphFromCache(glyph_t glyph) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1868-1871 |  
  |  | 1 | 1 | 
 QFontEngineFT::setDefaultHintStyle| Name:  | QFontEngineFT::setDefaultHintStyle |  | Prototype:  | void QFontEngineFT::setDefaultHintStyle(HintStyle style) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 805-808 |  
  |  | 1 | 1 | 
 QFontEngineFT::setQtDefaultHintStyle| Name:  | QFontEngineFT::setQtDefaultHintStyle |  | Prototype:  | void QFontEngineFT::setQtDefaultHintStyle(QFont::HintingPreference hintingPreference) |  | Coverage:  | 100.000% (9/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 787-803 |  
  |  | 9 | 5 | 
 QFontEngineFT::shouldUseDesignMetrics| Name:  | QFontEngineFT::shouldUseDesignMetrics |  | Prototype:  | bool QFontEngineFT::shouldUseDesignMetrics(QFontEngine::ShaperFlags flags) const |  | Coverage:  |  75.000% (6/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1554-1560 |  
  |  | 3 | 2 | 
 QFontEngineFT::stringToCMap| Name:  | QFontEngineFT::stringToCMap |  | Prototype:  | bool QFontEngineFT::stringToCMap(const QChar *str, int len, QGlyphLayout *glyphs, int *nglyphs, QFontEngine::ShaperFlags flags) const |  | Coverage:  |  74.000% (37/50) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1481-1552 |  
  |  | 43 | 14 | 
 QFontEngineFT::supportsTransformation| Name:  | QFontEngineFT::supportsTransformation |  | Prototype:  | bool QFontEngineFT::supportsTransformation(const QTransform &transform) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1400-1403 |  
  |  | 1 | 1 | 
 QFontEngineFT::synthesized| Name:  | QFontEngineFT::synthesized |  | Prototype:  | int QFontEngineFT::synthesized() const |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1226-1236 |  
  |  | 8 | 4 | 
 QFontEngineFT::underlinePosition| Name:  | QFontEngineFT::underlinePosition |  | Prototype:  | QFixed QFontEngineFT::underlinePosition() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1287-1290 |  
  |  | 1 | 1 | 
 QFontEngineFT::unlockAlphaMapForGlyph| Name:  | QFontEngineFT::unlockAlphaMapForGlyph |  | Prototype:  | void QFontEngineFT::unlockAlphaMapForGlyph() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1785-1788 |  
  |  | 1 | 1 |