| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 addApplicationFont| Name:  | QPlatformFontDatabase::addApplicationFont |  | Prototype:  | QStringList QPlatformFontDatabase::addApplicationFont(const QByteArray &fontData, const QString &fileName) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 374-381 |  
  |  | 4 | 1 | 
 defaultFont| Name:  | QPlatformFontDatabase::defaultFont |  | Prototype:  | QFont QPlatformFontDatabase::defaultFont() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 423-426 |  
  |  | 1 | 1 | 
 fallbacksForFamily| Name:  | QPlatformFontDatabase::fallbacksForFamily |  | Prototype:  | QStringList QPlatformFontDatabase::fallbacksForFamily(const QString &family, QFont::Style style, QFont::StyleHint styleHint, QChar::Script script) const |  | Coverage:  |   0.000% (0/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp |  | Lines:  | 805-844 |  
  |  | 25 | 7 | 
 fontDir| Name:  | QPlatformFontDatabase::fontDir |  | Prototype:  | QString QPlatformFontDatabase::fontDir() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 395-404 |  
  |  | 5 | 2 | 
 fontEngine| Name:  | QPlatformFontDatabase::fontEngine |  | Prototype:  | QFontEngine *QPlatformFontDatabase::fontEngine(const QFontDef &fontDef, void *handle) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 336-342 |  
  |  | 3 | 1 | 
 fontEngine| Name:  | QPlatformFontDatabase::fontEngine |  | Prototype:  | QFontEngine *QPlatformFontDatabase::fontEngine(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/qplatformfontdatabase.cpp |  | Lines:  | 344-352 |  
  |  | 5 | 1 | 
 fontEngineMulti| Name:  | QPlatformFontDatabase::fontEngineMulti |  | Prototype:  | QFontEngineMulti *QPlatformFontDatabase::fontEngineMulti(QFontEngine *fontEngine, QChar::Script script) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 327-330 |  
  |  | 1 | 1 | 
 fontsAlwaysScalable| Name:  | QPlatformFontDatabase::fontsAlwaysScalable |  | Prototype:  | bool QPlatformFontDatabase::fontsAlwaysScalable() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 448-451 |  
  |  | 1 | 1 | 
 isPrivateFontFamily| Name:  | QPlatformFontDatabase::isPrivateFontFamily |  | Prototype:  | bool QPlatformFontDatabase::isPrivateFontFamily(const QString &family) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 410-414 |  
  |  | 2 | 1 | 
 populateFamily| Name:  | QPlatformFontDatabase::populateFamily |  | Prototype:  | void QPlatformFontDatabase::populateFamily(const QString &familyName) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 307-310 |  
  |  | 1 | 1 | 
 populateFontDatabase| Name:  | QPlatformFontDatabase::populateFontDatabase |  | Prototype:  | void QPlatformFontDatabase::populateFontDatabase() |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 277-298 |  
  |  | 15 | 4 | 
 registerAliasToFontFamily| Name:  | QPlatformFontDatabase::registerAliasToFontFamily |  | Prototype:  | void QPlatformFontDatabase::registerAliasToFontFamily(const QString &familyName, const QString &alias) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 666-669 |  
  |  | 1 | 1 | 
 registerFont| Name:  | QPlatformFontDatabase::registerFont |  | Prototype:  | void QPlatformFontDatabase::registerFont(const QString &familyname, const QString &stylename, const QString &foundryname, QFont::Weight weight, QFont::Style style, QFont::Stretch stretch, bool antialiased, bool scalable, int pixelSize, bool fixedPitch, const QSupportedWritingSystems &writingSystems, void *usrPtr) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 128-140 |  
  |  | 5 | 2 | 
 registerFontFamily| Name:  | QPlatformFontDatabase::registerFontFamily |  | Prototype:  | void QPlatformFontDatabase::registerFontFamily(const QString &familyName) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 149-152 |  
  |  | 1 | 1 | 
 registerQPF2Font| Name:  | QPlatformFontDatabase::registerQPF2Font |  | Prototype:  | void QPlatformFontDatabase::registerQPF2Font(const QByteArray &dataArray, void *handle) |  | Coverage:  |   0.000% (0/26) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 70-105 |  
  |  | 24 | 8 | 
 releaseHandle| Name:  | QPlatformFontDatabase::releaseHandle |  | Prototype:  | void QPlatformFontDatabase::releaseHandle(void *handle) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 386-390 |  
  |  | 2 | 1 | 
 resolveFontFamilyAlias| Name:  | QPlatformFontDatabase::resolveFontFamilyAlias |  | Prototype:  | QString QPlatformFontDatabase::resolveFontFamilyAlias(const QString &family) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 436-439 |  
  |  | 1 | 1 | 
 standardSizes| Name:  | QPlatformFontDatabase::standardSizes |  | Prototype:  | QList<int> QPlatformFontDatabase::standardSizes() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 459-468 |  
  |  | 4 | 1 | 
 subpixelAntialiasingTypeHint| Name:  | QPlatformFontDatabase::subpixelAntialiasingTypeHint |  | Prototype:  | QFontEngine::SubpixelAntialiasingType QPlatformFontDatabase::subpixelAntialiasingTypeHint() const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 470-478 |  
  |  | 4 | 3 | 
 weightFromInteger| Name:  | QPlatformFontDatabase::weightFromInteger |  | Prototype:  | QFont::Weight QPlatformFontDatabase::weightFromInteger(int weight) |  | Coverage:  |   0.000% (0/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 639-658 |  
  |  | 17 | 9 | 
 writingSystemsFromTrueTypeBits| Name:  | QPlatformFontDatabase::writingSystemsFromTrueTypeBits |  | Prototype:  | QSupportedWritingSystems QPlatformFontDatabase::writingSystemsFromTrueTypeBits(quint32 unicodeRange[4], quint32 codePageRange[2]) |  | Coverage:  |   0.000% (0/53) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 545-630 |  
  |  | 52 | 17 |