| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity | 
 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:  | 1661-1686 |  
  |  | 18 | 4 | 
 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:  | 1607-1629 |  
  |  | 14 | 4 | 
 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:  | 1637-1650 |  
  |  | 9 | 3 | 
 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:  | 1725-1738 |  
  |  | 8 | 2 | 
 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:  | 1652-1659 |  
  |  | 5 | 1 | 
 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:  | 1631-1635 |  
  |  | 2 | 2 | 
 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:  | 1709-1713 |  
  |  | 2 | 1 | 
 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:  | 1601-1605 |  
  |  | 2 | 1 | 
 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:  | 1693-1697 |  
  |  | 2 | 1 | 
 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:  | 1715-1718 |  
  |  | 1 | 1 | 
 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:  | 1704-1707 |  
  |  | 1 | 1 | 
 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:  | 1720-1723 |  
  |  | 1 | 1 | 
 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:  | 1688-1691 |  
  |  | 1 | 1 | 
 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:  | 1699-1702 |  
  |  | 1 | 1 | 
 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:  | 1583-1588 |  
  |  | 1 | 1 | 
 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:  | 1590-1595 |  
  |  | 1 | 1 |