| 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: | 368-375 |
| | 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: | 417-420 |
| | 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: | 803-842 |
| | 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: | 389-398 |
| | 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: | 330-336 |
| | 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: | 338-346 |
| | 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: | 321-324 |
| | 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: | 442-445 |
| | 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: | 404-408 |
| | 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: | 301-304 |
| | 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: | 271-292 |
| | 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: | 660-663 |
| | 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: | 122-134 |
| | 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: | 143-146 |
| | 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: | 64-99 |
| | 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: | 380-384 |
| | 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: | 430-433 |
| | 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: | 453-462 |
| | 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: | 464-472 |
| | 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: | 633-652 |
| | 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: | 539-624 |
| | 52 | 17 |