Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
underlineName: | QGlyphRun::underline | Prototype: | bool QGlyphRun::underline() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 334-337 |
| | 1 | 1 |
strikeOutName: | QGlyphRun::strikeOut | Prototype: | bool QGlyphRun::strikeOut() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 355-358 |
| | 1 | 1 |
setUnderlineName: | QGlyphRun::setUnderline | Prototype: | void QGlyphRun::setUnderline(bool underline) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 345-348 |
| | 1 | 1 |
setStrikeOutName: | QGlyphRun::setStrikeOut | Prototype: | void QGlyphRun::setStrikeOut(bool strikeOut) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 366-369 |
| | 1 | 1 |
setRightToLeftName: | QGlyphRun::setRightToLeft | Prototype: | void QGlyphRun::setRightToLeft(bool rightToLeft) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 389-392 |
| | 1 | 1 |
setRawFontName: | QGlyphRun::setRawFont | Prototype: | void QGlyphRun::setRawFont(const QRawFont &rawFont) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 214-218 |
| | 2 | 1 |
setRawDataName: | QGlyphRun::setRawData | Prototype: | void QGlyphRun::setRawData(const quint32 *glyphIndexArray, const QPointF *glyphPositionArray, int size) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 296-306 |
| | 6 | 1 |
setPositionsName: | QGlyphRun::setPositions | Prototype: | void QGlyphRun::setPositions(const QVector<QPointF> &positions) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 267-273 |
| | 4 | 1 |
setOverlineName: | QGlyphRun::setOverline | Prototype: | void QGlyphRun::setOverline(bool overline) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 324-327 |
| | 1 | 1 |
setGlyphIndexesName: | QGlyphRun::setGlyphIndexes | Prototype: | void QGlyphRun::setGlyphIndexes(const QVector<quint32> &glyphIndexes) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 240-246 |
| | 4 | 1 |
setFlagsName: | QGlyphRun::setFlags | Prototype: | void QGlyphRun::setFlags(GlyphRunFlags flags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 426-433 |
| | 4 | 2 |
setFlagName: | QGlyphRun::setFlag | Prototype: | void QGlyphRun::setFlag(GlyphRunFlag flag, bool enabled) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 411-418 |
| | 4 | 2 |
setBoundingRectName: | QGlyphRun::setBoundingRect | Prototype: | void QGlyphRun::setBoundingRect(const QRectF &boundingRect) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 456-460 |
| | 2 | 1 |
rawFontName: | QGlyphRun::rawFont | Prototype: | QRawFont QGlyphRun::rawFont() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 203-206 |
| | 1 | 1 |
positionsName: | QGlyphRun::positions | Prototype: | QVector<QPointF> QGlyphRun::positions() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 251-261 |
| | 6 | 2 |
overlineName: | QGlyphRun::overline | Prototype: | bool QGlyphRun::overline() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 313-316 |
| | 1 | 1 |
operator==Name: | QGlyphRun::operator== | Prototype: | bool QGlyphRun::operator==(const QGlyphRun &other) const | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 165-189 |
| | 14 | 9 |
operator=Name: | QGlyphRun::operator= | Prototype: | QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 147-151 |
| | 2 | 1 |
isRightToLeftName: | QGlyphRun::isRightToLeft | Prototype: | bool QGlyphRun::isRightToLeft() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 377-380 |
| | 1 | 1 |
isEmptyName: | QGlyphRun::isEmpty | Prototype: | bool QGlyphRun::isEmpty() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 502-505 |
| | 1 | 1 |
glyphIndexesName: | QGlyphRun::glyphIndexes | Prototype: | QVector<quint32> QGlyphRun::glyphIndexes() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 225-234 |
| | 5 | 2 |
flagsName: | QGlyphRun::flags | Prototype: | QGlyphRun::GlyphRunFlags QGlyphRun::flags() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 400-403 |
| | 1 | 1 |
detachName: | QGlyphRun::detach | Prototype: | void QGlyphRun::detach() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 138-142 |
| | 2 | 2 |
clearName: | QGlyphRun::clear | Prototype: | void QGlyphRun::clear() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 278-286 |
| | 5 | 1 |
boundingRectName: | QGlyphRun::boundingRect | Prototype: | QRectF QGlyphRun::boundingRect() const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 469-495 |
| | 17 | 4 |
QGlyphRunName: | QGlyphRun::QGlyphRun | Prototype: | QGlyphRun::QGlyphRun() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 115-117 |
| | 2 | 1 |
QGlyphRunName: | QGlyphRun::QGlyphRun | Prototype: | QGlyphRun::QGlyphRun(const QGlyphRun &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 122-125 |
| | 1 | 1 |