Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
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: | 466-492 |
| | 17 | 4 |
operator==Name: | QGlyphRun::operator== | Prototype: | bool QGlyphRun::operator==(const QGlyphRun &other) const | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 159-183 |
| | 14 | 9 |
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: | 290-300 |
| | 6 | 1 |
setFlagName: | QGlyphRun::setFlag | Prototype: | void QGlyphRun::setFlag(GlyphRunFlag flag, bool enabled) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | Lines: | 405-415 |
| | 6 | 3 |
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: | 245-255 |
| | 6 | 2 |
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: | 219-228 |
| | 5 | 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: | 272-280 |
| | 5 | 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: | 261-267 |
| | 4 | 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: | 234-240 |
| | 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: | 423-430 |
| | 4 | 2 |
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: | 208-212 |
| | 2 | 1 |
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: | 453-457 |
| | 2 | 1 |
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: | 141-145 |
| | 2 | 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: | 132-136 |
| | 2 | 2 |
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: | 109-111 |
| | 2 | 1 |
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: | 328-331 |
| | 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: | 349-352 |
| | 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: | 339-342 |
| | 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: | 360-363 |
| | 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: | 383-386 |
| | 1 | 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: | 318-321 |
| | 1 | 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: | 197-200 |
| | 1 | 1 |
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: | 307-310 |
| | 1 | 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: | 371-374 |
| | 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: | 499-502 |
| | 1 | 1 |
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: | 394-397 |
| | 1 | 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: | 116-119 |
| | 1 | 1 |