| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QFormLayout::resetRowWrapPolicy| Name: | QFormLayout::resetRowWrapPolicy | | Prototype: | void QFormLayout::resetRowWrapPolicy() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 2073-2077 |
| | 2 | 1 |
QFormLayout::resetLabelAlignment| Name: | QFormLayout::resetLabelAlignment | | Prototype: | void QFormLayout::resetLabelAlignment() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 2093-2097 |
| | 2 | 1 |
QFormLayout::resetFormAlignment| Name: | QFormLayout::resetFormAlignment | | Prototype: | void QFormLayout::resetFormAlignment() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 2083-2087 |
| | 2 | 1 |
QFormLayout::resetFieldGrowthPolicy| Name: | QFormLayout::resetFieldGrowthPolicy | | Prototype: | void QFormLayout::resetFieldGrowthPolicy() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 2063-2067 |
| | 2 | 1 |
QFormLayout::minimumSize| Name: | QFormLayout::minimumSize | | Prototype: | QSize QFormLayout::minimumSize() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1548-1557 |
| | 5 | 2 |
QFormLayout::labelForField| Name: | QFormLayout::labelForField | | Prototype: | QWidget *QFormLayout::labelForField(QWidget *field) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1682-1696 |
| | 8 | 3 |
QFormLayout::labelForField| Name: | QFormLayout::labelForField | | Prototype: | QWidget *QFormLayout::labelForField(QLayout *field) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1701-1715 |
| | 8 | 3 |
QFormLayout::labelAlignment| Name: | QFormLayout::labelAlignment | | Prototype: | Qt::Alignment QFormLayout::labelAlignment() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1807-1815 |
| | 4 | 2 |
QFormLayout::itemAt| Name: | QFormLayout::itemAt | | Prototype: | QLayoutItem *QFormLayout::itemAt(int index) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1404-1410 |
| | 4 | 2 |
QFormLayout::itemAt| Name: | QFormLayout::itemAt | | Prototype: | QLayoutItem *QFormLayout::itemAt(int row, ItemRole role) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1594-1612 |
| | 12 | 8 |
QFormLayout::invalidate| Name: | QFormLayout::invalidate | | Prototype: | void QFormLayout::invalidate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1562-1575 |
| | 11 | 1 |
QFormLayout::insertRow| Name: | QFormLayout::insertRow | | Prototype: | void QFormLayout::insertRow(int row, QWidget *label, QWidget *field) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1275-1287 |
| | 9 | 4 |
QFormLayout::insertRow| Name: | QFormLayout::insertRow | | Prototype: | void QFormLayout::insertRow(int row, QWidget *label, QLayout *field) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1292-1304 |
| | 9 | 4 |
QFormLayout::insertRow| Name: | QFormLayout::insertRow | | Prototype: | void QFormLayout::insertRow(int row, const QString &labelText, QWidget *field) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1313-1327 |
| | 8 | 3 |
QFormLayout::insertRow| Name: | QFormLayout::insertRow | | Prototype: | void QFormLayout::insertRow(int row, const QString &labelText, QLayout *field) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1335-1342 |
| | 4 | 2 |
QFormLayout::insertRow| Name: | QFormLayout::insertRow | | Prototype: | void QFormLayout::insertRow(int row, QWidget *widget) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1351-1360 |
| | 6 | 2 |
QFormLayout::insertRow| Name: | QFormLayout::insertRow | | Prototype: | void QFormLayout::insertRow(int row, QLayout *layout) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1369-1378 |
| | 6 | 2 |
QFormLayout::horizontalSpacing| Name: | QFormLayout::horizontalSpacing | | Prototype: | int QFormLayout::horizontalSpacing() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1866-1874 |
| | 4 | 2 |
QFormLayout::heightForWidth| Name: | QFormLayout::heightForWidth | | Prototype: | int QFormLayout::heightForWidth(int width) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1481-1502 |
| | 14 | 4 |
QFormLayout::hasHeightForWidth| Name: | QFormLayout::hasHeightForWidth | | Prototype: | bool QFormLayout::hasHeightForWidth() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1470-1476 |
| | 4 | 1 |
QFormLayout::getWidgetPosition| Name: | QFormLayout::getWidgetPosition | | Prototype: | void QFormLayout::getWidgetPosition(QWidget *widget, int *rowPtr, ItemRole *rolePtr) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1670-1673 |
| | 1 | 1 |
QFormLayout::getLayoutPosition| Name: | QFormLayout::getLayoutPosition | | Prototype: | void QFormLayout::getLayoutPosition(QLayout *layout, int *rowPtr, ItemRole *rolePtr) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1650-1660 |
| | 7 | 3 |
QFormLayout::getItemPosition| Name: | QFormLayout::getItemPosition | | Prototype: | void QFormLayout::getItemPosition(int index, int *rowPtr, ItemRole *rolePtr) const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1622-1642 |
| | 13 | 5 |
QFormLayout::formAlignment| Name: | QFormLayout::formAlignment | | Prototype: | Qt::Alignment QFormLayout::formAlignment() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1837-1845 |
| | 4 | 2 |
QFormLayout::fieldGrowthPolicy| Name: | QFormLayout::fieldGrowthPolicy | | Prototype: | QFormLayout::FieldGrowthPolicy QFormLayout::fieldGrowthPolicy() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1743-1751 |
| | 4 | 2 |
QFormLayout::expandingDirections| Name: | QFormLayout::expandingDirections | | Prototype: | Qt::Orientations QFormLayout::expandingDirections() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1453-1465 |
| | 9 | 3 |
QFormLayout::count| Name: | QFormLayout::count | | Prototype: | int QFormLayout::count() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1395-1399 |
| | 2 | 1 |
QFormLayout::addRow| Name: | QFormLayout::addRow | | Prototype: | void QFormLayout::addRow(QWidget *label, QWidget *field) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1210-1213 |
| | 1 | 1 |
QFormLayout::addRow| Name: | QFormLayout::addRow | | Prototype: | void QFormLayout::addRow(QWidget *label, QLayout *field) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1218-1221 |
| | 1 | 1 |
QFormLayout::addRow| Name: | QFormLayout::addRow | | Prototype: | void QFormLayout::addRow(const QString &labelText, QWidget *field) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1230-1233 |
| | 1 | 1 |
QFormLayout::addRow| Name: | QFormLayout::addRow | | Prototype: | void QFormLayout::addRow(const QString &labelText, QLayout *field) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1241-1244 |
| | 1 | 1 |
QFormLayout::addRow| Name: | QFormLayout::addRow | | Prototype: | void QFormLayout::addRow(QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1252-1255 |
| | 1 | 1 |
QFormLayout::addRow| Name: | QFormLayout::addRow | | Prototype: | void QFormLayout::addRow(QLayout *layout) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1263-1266 |
| | 1 | 1 |
QFormLayout::addItem| Name: | QFormLayout::addItem | | Prototype: | void QFormLayout::addItem(QLayoutItem *item) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1383-1390 |
| | 4 | 1 |
QFormLayout::QFormLayout| Name: | QFormLayout::QFormLayout | | Prototype: | QFormLayout::QFormLayout(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1182-1185 |
| | 2 | 1 |
QFontconfigDatabase::defaultFont| Name: | QFontconfigDatabase::defaultFont | | Prototype: | QFont QFontconfigDatabase::defaultFont() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | | Lines: | 829-855 |
| | 15 | 2 |
QFontSubset::widthArray| Name: | QFontSubset::widthArray | | Prototype: | QByteArray QFontSubset::widthArray() const | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 125-180 |
| | 39 | 13 |
QFontSubset::toTruetype| Name: | QFontSubset::toTruetype | | Prototype: | QByteArray QFontSubset::toTruetype() const | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 1155-1264 |
| | 81 | 10 |
QFontSubset::glyphName| Name: | QFontSubset::glyphName | | Prototype: | QByteArray QFontSubset::glyphName(unsigned short unicode, bool symbol) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 89-105 |
| | 11 | 3 |
QFontSubset::glyphName| Name: | QFontSubset::glyphName | | Prototype: | QByteArray QFontSubset::glyphName(unsigned int glyph, const QVector<int> &reverseMap) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 107-122 |
| | 9 | 3 |
QFontSubset::getReverseMap| Name: | QFontSubset::getReverseMap | | Prototype: | QVector<int> QFontSubset::getReverseMap() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 192-201 |
| | 6 | 3 |
QFontSubset::createToUnicodeMap| Name: | QFontSubset::createToUnicodeMap | | Prototype: | QByteArray QFontSubset::createToUnicodeMap() const | | Coverage: | 0.000% (0/54) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 203-293 |
| | 69 | 16 |
QFontSubset::addGlyph| Name: | QFontSubset::addGlyph | | Prototype: | int QFontSubset::addGlyph(int index) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 295-303 |
| | 5 | 2 |
QFontPrivate::~QFontPrivate| Name: | QFontPrivate::~QFontPrivate | | Prototype: | QFontPrivate::~QFontPrivate() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 188-196 |
| | 6 | 3 |
QFontPrivate::smallCapsFontPrivate| Name: | QFontPrivate::smallCapsFontPrivate | | Prototype: | QFontPrivate *QFontPrivate::smallCapsFontPrivate() const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 232-246 |
| | 11 | 4 |
QFontPrivate::resolve| Name: | QFontPrivate::resolve | | Prototype: | void QFontPrivate::resolve(uint mask, const QFontPrivate *other) | | Coverage: | 0.000% (0/55) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 249-310 |
| | 39 | 19 |
QFontPrivate::engineForScript| Name: | QFontPrivate::engineForScript | | Prototype: | QFontEngine *QFontPrivate::engineForScript(int script) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 202-216 |
| | 10 | 5 |
QFontPrivate::detachButKeepEngineData| Name: | QFontPrivate::detachButKeepEngineData | | Prototype: | void QFontPrivate::detachButKeepEngineData(QFont *font) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 590-600 |
| | 7 | 3 |
QFontPrivate::alterCharForCapitalization| Name: | QFontPrivate::alterCharForCapitalization | | Prototype: | void QFontPrivate::alterCharForCapitalization(QChar &c) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 218-230 |
| | 6 | 5 |
QFontPrivate::QFontPrivate| Name: | QFontPrivate::QFontPrivate | | Prototype: | QFontPrivate::QFontPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 169-174 |
| | 2 | 1 |
QFontPrivate::QFontPrivate| Name: | QFontPrivate::QFontPrivate | | Prototype: | QFontPrivate::QFontPrivate(const QFontPrivate &other) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 176-186 |
| | 2 | 2 |
QFontMetricsF::xHeight| Name: | QFontMetricsF::xHeight | | Prototype: | qreal QFontMetricsF::xHeight() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1242-1249 |
| | 5 | 2 |
QFontMetricsF::width| Name: | QFontMetricsF::width | | Prototype: | qreal QFontMetricsF::width(const QString &text) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1365-1373 |
| | 5 | 1 |
QFontMetricsF::width| Name: | QFontMetricsF::width | | Prototype: | qreal QFontMetricsF::width(QChar ch) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1399-1424 |
| | 17 | 3 |
QFontMetricsF::underlinePos| Name: | QFontMetricsF::underlinePos | | Prototype: | qreal QFontMetricsF::underlinePos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1675-1680 |
| | 3 | 1 |
QFontMetricsF::tightBoundingRect| Name: | QFontMetricsF::tightBoundingRect | | Prototype: | QRectF QFontMetricsF::tightBoundingRect(const QString &text) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1618-1627 |
| | 6 | 2 |
QFontMetricsF::strikeOutPos| Name: | QFontMetricsF::strikeOutPos | | Prototype: | qreal QFontMetricsF::strikeOutPos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1699-1702 |
| | 1 | 1 |
QFontMetricsF::size| Name: | QFontMetricsF::size | | Prototype: | QSizeF QFontMetricsF::size(int flags, const QString &text, int tabStops, int *tabArray) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1591-1594 |
| | 1 | 1 |
QFontMetricsF::rightBearing| Name: | QFontMetricsF::rightBearing | | Prototype: | qreal QFontMetricsF::rightBearing(QChar ch) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1333-1353 |
| | 13 | 3 |
QFontMetricsF::overlinePos| Name: | QFontMetricsF::overlinePos | | Prototype: | qreal QFontMetricsF::overlinePos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1688-1691 |
| | 1 | 1 |
QFontMetricsF::operator=| Name: | QFontMetricsF::operator= | | Prototype: | QFontMetricsF &QFontMetricsF::operator=(const QFontMetrics &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1004-1008 |
| | 2 | 1 |
QFontMetricsF::operator=| Name: | QFontMetricsF::operator= | | Prototype: | QFontMetricsF &QFontMetricsF::operator=(const QFontMetricsF &fm) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1084-1088 |
| | 2 | 1 |
QFontMetricsF::operator ==| Name: | QFontMetricsF::operator == | | Prototype: | bool QFontMetricsF::operator ==(const QFontMetricsF &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1098-1101 |
| | 1 | 1 |
QFontMetricsF::minRightBearing| Name: | QFontMetricsF::minRightBearing | | Prototype: | qreal QFontMetricsF::minRightBearing() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1221-1226 |
| | 3 | 1 |
QFontMetricsF::minLeftBearing| Name: | QFontMetricsF::minLeftBearing | | Prototype: | qreal QFontMetricsF::minLeftBearing() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1204-1209 |
| | 3 | 1 |
QFontMetricsF::maxWidth| Name: | QFontMetricsF::maxWidth | | Prototype: | qreal QFontMetricsF::maxWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1231-1236 |
| | 3 | 1 |
QFontMetricsF::lineWidth| Name: | QFontMetricsF::lineWidth | | Prototype: | qreal QFontMetricsF::lineWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1710-1715 |
| | 3 | 1 |
QFontMetricsF::lineSpacing| Name: | QFontMetricsF::lineSpacing | | Prototype: | qreal QFontMetricsF::lineSpacing() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1187-1192 |
| | 3 | 1 |
QFontMetricsF::leftBearing| Name: | QFontMetricsF::leftBearing | | Prototype: | qreal QFontMetricsF::leftBearing(QChar ch) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1300-1319 |
| | 13 | 3 |
QFontMetricsF::leading| Name: | QFontMetricsF::leading | | Prototype: | qreal QFontMetricsF::leading() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1173-1178 |
| | 3 | 1 |
QFontMetricsF::inFontUcs4| Name: | QFontMetricsF::inFontUcs4 | | Prototype: | bool QFontMetricsF::inFontUcs4(uint ucs4) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1278-1286 |
| | 6 | 2 |
QFontMetricsF::inFont| Name: | QFontMetricsF::inFont | | Prototype: | bool QFontMetricsF::inFont(QChar ch) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1267-1270 |
| | 1 | 1 |
QFontMetricsF::height| Name: | QFontMetricsF::height | | Prototype: | qreal QFontMetricsF::height() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1158-1164 |
| | 3 | 1 |
QFontMetricsF::elidedText| Name: | QFontMetricsF::elidedText | | Prototype: | QString QFontMetricsF::elidedText(const QString &text, Qt::TextElideMode mode, qreal width, int flags) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1650-1667 |
| | 13 | 4 |
QFontMetricsF::descent| Name: | QFontMetricsF::descent | | Prototype: | qreal QFontMetricsF::descent() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1144-1149 |
| | 3 | 1 |
QFontMetricsF::boundingRect| Name: | QFontMetricsF::boundingRect | | Prototype: | QRectF QFontMetricsF::boundingRect(const QString &text) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1446-1457 |
| | 8 | 2 |
QFontMetricsF::boundingRect| Name: | QFontMetricsF::boundingRect | | Prototype: | QRectF QFontMetricsF::boundingRect(QChar ch) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1472-1488 |
| | 10 | 2 |
QFontMetricsF::boundingRect| Name: | QFontMetricsF::boundingRect | | Prototype: | QRectF QFontMetricsF::boundingRect(const QRectF &rect, int flags, const QString& text, int tabStops, int *tabArray) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1549-1561 |
| | 8 | 3 |
QFontMetricsF::averageCharWidth| Name: | QFontMetricsF::averageCharWidth | | Prototype: | qreal QFontMetricsF::averageCharWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1256-1261 |
| | 3 | 1 |
QFontMetricsF::ascent| Name: | QFontMetricsF::ascent | | Prototype: | qreal QFontMetricsF::ascent() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1125-1130 |
| | 3 | 1 |
QFontMetricsF::QFontMetricsF| Name: | QFontMetricsF::QFontMetricsF | | Prototype: | QFontMetricsF::QFontMetricsF(const QFontMetrics &fontMetrics) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 994-997 |
| | 2 | 1 |
QFontMetricsF::QFontMetricsF| Name: | QFontMetricsF::QFontMetricsF | | Prototype: | QFontMetricsF::QFontMetricsF(const QFont &font) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1033-1036 |
| | 2 | 1 |
QFontMetricsF::QFontMetricsF| Name: | QFontMetricsF::QFontMetricsF | | Prototype: | QFontMetricsF::QFontMetricsF(const QFont &font, QPaintDevice *paintdevice) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1051-1063 |
| | 7 | 2 |
QFontMetricsF::QFontMetricsF| Name: | QFontMetricsF::QFontMetricsF | | Prototype: | QFontMetricsF::QFontMetricsF(const QFontMetricsF &fm) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 1068-1071 |
| | 2 | 1 |
QFontMetrics::xHeight| Name: | QFontMetrics::xHeight | | Prototype: | int QFontMetrics::xHeight() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 379-386 |
| | 5 | 2 |
QFontMetrics::width| Name: | QFontMetrics::width | | Prototype: | int QFontMetrics::width(const QString &text, int len) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 501-504 |
| | 1 | 1 |
QFontMetrics::width| Name: | QFontMetrics::width | | Prototype: | int QFontMetrics::width(const QString &text, int len, int flags) const | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 509-536 |
| | 19 | 7 |
QFontMetrics::width| Name: | QFontMetrics::width | | Prototype: | int QFontMetrics::width(QChar ch) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 562-587 |
| | 17 | 3 |
QFontMetrics::underlinePos| Name: | QFontMetrics::underlinePos | | Prototype: | int QFontMetrics::underlinePos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 891-896 |
| | 3 | 1 |
QFontMetrics::tightBoundingRect| Name: | QFontMetrics::tightBoundingRect | | Prototype: | QRect QFontMetrics::tightBoundingRect(const QString &text) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 832-841 |
| | 6 | 2 |
QFontMetrics::strikeOutPos| Name: | QFontMetrics::strikeOutPos | | Prototype: | int QFontMetrics::strikeOutPos() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 915-919 |
| | 2 | 1 |
QFontMetrics::size| Name: | QFontMetrics::size | | Prototype: | QSize QFontMetrics::size(int flags, const QString &text, int tabStops, int *tabArray) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 805-808 |
| | 1 | 1 |
QFontMetrics::rightBearing| Name: | QFontMetrics::rightBearing | | Prototype: | int QFontMetrics::rightBearing(QChar ch) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 468-487 |
| | 13 | 3 |
QFontMetrics::overlinePos| Name: | QFontMetrics::overlinePos | | Prototype: | int QFontMetrics::overlinePos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 904-907 |
| | 1 | 1 |
QFontMetrics::operator=| Name: | QFontMetrics::operator= | | Prototype: | QFontMetrics &QFontMetrics::operator=(const QFontMetrics &fm) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 198-202 |
| | 2 | 1 |
QFontMetrics::operator ==| Name: | QFontMetrics::operator == | | Prototype: | bool QFontMetrics::operator ==(const QFontMetrics &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 235-238 |
| | 1 | 1 |
QFontMetrics::minRightBearing| Name: | QFontMetrics::minRightBearing | | Prototype: | int QFontMetrics::minRightBearing() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 358-363 |
| | 3 | 1 |
QFontMetrics::minLeftBearing| Name: | QFontMetrics::minLeftBearing | | Prototype: | int QFontMetrics::minLeftBearing() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 341-346 |
| | 3 | 1 |
QFontMetrics::maxWidth| Name: | QFontMetrics::maxWidth | | Prototype: | int QFontMetrics::maxWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 368-373 |
| | 3 | 1 |
QFontMetrics::lineWidth| Name: | QFontMetrics::lineWidth | | Prototype: | int QFontMetrics::lineWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 927-932 |
| | 3 | 1 |