| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QGLShaderProgram::setUniformValue| Name: | QGLShaderProgram::setUniformValue | | Prototype: | void QGLShaderProgram::setUniformValue(int location, const GLfloat value[3][3]) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 2498-2503 |
| | 3 | 2 |
QGLShaderProgram::setUniformValue| Name: | QGLShaderProgram::setUniformValue | | Prototype: | void QGLShaderProgram::setUniformValue(int location, const GLfloat value[4][4]) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 2514-2519 |
| | 3 | 2 |
QGLShaderPrivate::~QGLShaderPrivate| Name: | QGLShaderPrivate::~QGLShaderPrivate | | Prototype: | QGLShaderPrivate::~QGLShaderPrivate() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 230-235 |
| | 3 | 2 |
QGLShaderPrivate::deleteShader| Name: | QGLShaderPrivate::deleteShader | | Prototype: | void QGLShaderPrivate::deleteShader() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 308-314 |
| | 3 | 2 |
QGLPixelBuffer::bindTexture| Name: | QGLPixelBuffer::bindTexture | | Prototype: | GLuint QGLPixelBuffer::bindTexture(const QImage &image, GLenum target) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 488-497 |
| | 3 | 1 |
QGLPixelBuffer::bindTexture| Name: | QGLPixelBuffer::bindTexture | | Prototype: | GLuint QGLPixelBuffer::bindTexture(const QPixmap &pixmap, GLenum target) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 507-516 |
| | 3 | 1 |
QGLFramebufferObjectFormat::operator==| Name: | QGLFramebufferObjectFormat::operator== | | Prototype: | bool QGLFramebufferObjectFormat::operator==(const QGLFramebufferObjectFormat& other) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 339-345 |
| | 3 | 2 |
QGLFramebufferObject::QGLFramebufferObject| Name: | QGLFramebufferObject::QGLFramebufferObject | | Prototype: | QGLFramebufferObject::QGLFramebufferObject(const QSize &size, const QGLFramebufferObjectFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 887-893 |
| | 3 | 1 |
QGLFramebufferObject::QGLFramebufferObject| Name: | QGLFramebufferObject::QGLFramebufferObject | | Prototype: | QGLFramebufferObject::QGLFramebufferObject(int width, int height, const QGLFramebufferObjectFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 901-907 |
| | 3 | 1 |
QGLFormat::testOption| Name: | QGLFormat::testOption | | Prototype: | bool QGLFormat::testOption(QGL::FormatOptions opt) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 948-954 |
| | 3 | 2 |
QGLFormat::setDefaultOverlayFormat| Name: | QGLFormat::setDefaultOverlayFormat | | Prototype: | void QGLFormat::setDefaultOverlayFormat(const QGLFormat &f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1594-1602 |
| | 3 | 1 |
QGLEngineShaderManager::currentProgram| Name: | QGLEngineShaderManager::currentProgram | | Prototype: | QGLShaderProgram* QGLEngineShaderManager::currentProgram() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | | Lines: | 620-626 |
| | 3 | 2 |
QGLDefaultOverlayFormat::QGLDefaultOverlayFormat| Name: | QGLDefaultOverlayFormat::QGLDefaultOverlayFormat | | Prototype: | inline QGLDefaultOverlayFormat() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 159-164 |
| | 3 | 1 |
QGLCustomShaderStage::setUniformsDirty| Name: | QGLCustomShaderStage::setUniformsDirty | | Prototype: | void QGLCustomShaderStage::setUniformsDirty() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp | | Lines: | 75-80 |
| | 3 | 2 |
QGLContext::setFormat| Name: | QGLContext::setFormat | | Prototype: | void QGLContext::setFormat(const QGLFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3175-3180 |
| | 3 | 1 |
QGLContext::moveToThread| Name: | QGLContext::moveToThread | | Prototype: | void QGLContext::moveToThread(QThread *thread) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3466-3471 |
| | 3 | 2 |
QGLContext::deleteTexture| Name: | QGLContext::deleteTexture | | Prototype: | void QGLContext::deleteTexture(GLuint id) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 2902-2907 |
| | 3 | 2 |
QGLContext::currentContext| Name: | QGLContext::currentContext | | Prototype: | const QGLContext* QGLContext::currentContext() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3447-3453 |
| | 3 | 2 |
QGLContext::areSharing| Name: | QGLContext::areSharing | | Prototype: | bool QGLContext::areSharing(const QGLContext *context1, const QGLContext *context2) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3229-3234 |
| | 3 | 2 |
QGLColormap::find| Name: | QGLColormap::find | | Prototype: | int QGLColormap::find(QRgb color) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | | Lines: | 260-265 |
| | 3 | 2 |
QGLColormap::entryRgb| Name: | QGLColormap::entryRgb | | Prototype: | QRgb QGLColormap::entryRgb(int idx) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | | Lines: | 200-206 |
| | 3 | 2 |
QGLColormap::entryColor| Name: | QGLColormap::entryColor | | Prototype: | QColor QGLColormap::entryColor(int idx) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | | Lines: | 221-227 |
| | 3 | 2 |
QGLColormap::cleanup| Name: | QGLColormap::cleanup | | Prototype: | void QGLColormap::cleanup(QGLColormap::QGLColormapData *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | | Lines: | 127-132 |
| | 3 | 1 |
QGLBuffer::~QGLBuffer| Name: | QGLBuffer::~QGLBuffer | | Prototype: | QGLBuffer::~QGLBuffer() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 197-203 |
| | 3 | 2 |
QGL2PaintEngineExPrivate::useSimpleShader| Name: | QGL2PaintEngineExPrivate::useSimpleShader | | Prototype: | void QGL2PaintEngineExPrivate::useSimpleShader() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 173-179 |
| | 3 | 2 |
QGL2PaintEngineExPrivate::composite| Name: | QGL2PaintEngineExPrivate::composite | | Prototype: | void QGL2PaintEngineExPrivate::composite(const QGLRect& boundingRect) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 1214-1219 |
| | 3 | 1 |
QGL2PaintEngineEx::transformChanged| Name: | QGL2PaintEngineEx::transformChanged | | Prototype: | void QGL2PaintEngineEx::transformChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 1408-1413 |
| | 3 | 1 |
QGL2PaintEngineEx::endNativePainting| Name: | QGL2PaintEngineEx::endNativePainting | | Prototype: | void QGL2PaintEngineEx::endNativePainting() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 635-640 |
| | 3 | 1 |
QGL2PaintEngineEx::compositionModeChanged| Name: | QGL2PaintEngineEx::compositionModeChanged | | Prototype: | void QGL2PaintEngineEx::compositionModeChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 1380-1386 |
| | 3 | 1 |
QGL2PEXVertexArray::clear| Name: | QGL2PEXVertexArray::clear | | Prototype: | void QGL2PEXVertexArray::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | | Lines: | 46-51 |
| | 3 | 1 |
QGL2PEXVertexArray::boundingRect| Name: | QGL2PEXVertexArray::boundingRect | | Prototype: | QGLRect QGL2PEXVertexArray::boundingRect() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | | Lines: | 54-60 |
| | 3 | 2 |
QGL2PEXVertexArray::addClosingLine| Name: | QGL2PEXVertexArray::addClosingLine | | Prototype: | void QGL2PEXVertexArray::addClosingLine(int index) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | | Lines: | 62-67 |
| | 3 | 2 |
QFutureWatcherBase::disconnectNotify| Name: | QFutureWatcherBase::disconnectNotify | | Prototype: | void QFutureWatcherBase::disconnectNotify(const QMetaMethod &signal) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 374-380 |
| | 3 | 2 |
QFutureInterfaceBase::setExpectedResultCount| Name: | QFutureInterfaceBase::setExpectedResultCount | | Prototype: | void QFutureInterfaceBase::setExpectedResultCount(int resultCount) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 295-300 |
| | 3 | 2 |
QFtpPrivate::_q_piFtpReply| Name: | QFtpPrivate::_q_piFtpReply | | Prototype: | void QFtpPrivate::_q_piFtpReply(int code, const QString &text) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2430-2436 |
| | 3 | 2 |
QFtpPI::connected| Name: | QFtpPI::connected | | Prototype: | void QFtpPI::connected() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 894-904 |
| | 3 | 1 |
QFtpDTP::setBytesTotal| Name: | QFtpDTP::setBytesTotal | | Prototype: | void QFtpDTP::setBytesTotal(qint64 bytes) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 303-308 |
| | 3 | 1 |
QFtpDTP::bytesAvailable| Name: | QFtpDTP::bytesAvailable | | Prototype: | qint64 QFtpDTP::bytesAvailable() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 358-363 |
| | 3 | 2 |
QFtpDTP::QFtpDTP| Name: | QFtpDTP::QFtpDTP | | Prototype: | QFtpDTP::QFtpDTP(QFtpPI *p, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 279-289 |
| | 3 | 1 |
QFtp::setProxy| Name: | QFtp::setProxy | | Prototype: | int QFtp::setProxy(const QString &host, quint16 port) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1755-1760 |
| | 3 | 1 |
QFtp::currentId| Name: | QFtp::currentId | | Prototype: | int QFtp::currentId() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2123-2128 |
| | 3 | 2 |
QFtp::currentCommand| Name: | QFtp::currentCommand | | Prototype: | QFtp::Command QFtp::currentCommand() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2137-2142 |
| | 3 | 2 |
QFreetypeFace::cleanup| Name: | QFreetypeFace::cleanup | | Prototype: | void QFreetypeFace::cleanup() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 308-313 |
| | 3 | 1 |
QFrame::drawFrame| Name: | QFrame::drawFrame | | Prototype: | void QFrame::drawFrame(QPainter *p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | | Lines: | 523-528 |
| | 3 | 1 |
QFormLayoutPrivate::insertRows| Name: | QFormLayoutPrivate::insertRows | | Prototype: | void QFormLayoutPrivate::insertRows(int row, int count) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 914-920 |
| | 3 | 2 |
QFormLayout::setSpacing| Name: | QFormLayout::setSpacing | | Prototype: | void QFormLayout::setSpacing(int spacing) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1889-1894 |
| | 3 | 1 |
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: | 1687-1692 |
| | 3 | 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: | 1230-1235 |
| | 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: | 1213-1218 |
| | 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: | 1240-1245 |
| | 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: | 1722-1727 |
| | 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: | 1196-1201 |
| | 3 | 1 |
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: | 1182-1187 |
| | 3 | 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: | 1167-1173 |
| | 3 | 1 |
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: | 1153-1158 |
| | 3 | 1 |
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: | 1265-1270 |
| | 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: | 1134-1139 |
| | 3 | 1 |
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: | 900-905 |
| | 3 | 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: | 364-369 |
| | 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: | 347-352 |
| | 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: | 374-379 |
| | 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: | 936-941 |
| | 3 | 1 |
QFontMetrics::lineSpacing| Name: | QFontMetrics::lineSpacing | | Prototype: | int QFontMetrics::lineSpacing() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 330-335 |
| | 3 | 1 |
QFontMetrics::leading| Name: | QFontMetrics::leading | | Prototype: | int QFontMetrics::leading() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 316-321 |
| | 3 | 1 |
QFontMetrics::height| Name: | QFontMetrics::height | | Prototype: | int QFontMetrics::height() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 302-307 |
| | 3 | 1 |
QFontMetrics::descent| Name: | QFontMetrics::descent | | Prototype: | int QFontMetrics::descent() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 288-293 |
| | 3 | 1 |
QFontMetrics::averageCharWidth| Name: | QFontMetrics::averageCharWidth | | Prototype: | int QFontMetrics::averageCharWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 399-404 |
| | 3 | 1 |
QFontMetrics::ascent| Name: | QFontMetrics::ascent | | Prototype: | int QFontMetrics::ascent() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 270-275 |
| | 3 | 1 |
QFontListView::currentChanged| Name: | QFontListView::currentChanged | | Prototype: | void currentChanged(const QModelIndex ¤t, const QModelIndex &previous) override | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 89-93 |
| | 3 | 2 |
QFontInfo::weight| Name: | QFontInfo::weight | | Prototype: | int QFontInfo::weight() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2524-2530 |
| | 3 | 1 |
QFontInfo::styleName| Name: | QFontInfo::styleName | | Prototype: | QString QFontInfo::styleName() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2452-2457 |
| | 3 | 1 |
QFontInfo::styleHint| Name: | QFontInfo::styleHint | | Prototype: | QFont::StyleHint QFontInfo::styleHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2615-2620 |
| | 3 | 1 |
QFontInfo::style| Name: | QFontInfo::style | | Prototype: | QFont::Style QFontInfo::style() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2512-2517 |
| | 3 | 1 |
QFontInfo::pointSizeF| Name: | QFontInfo::pointSizeF | | Prototype: | qreal QFontInfo::pointSizeF() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2476-2481 |
| | 3 | 1 |
QFontInfo::pointSize| Name: | QFontInfo::pointSize | | Prototype: | int QFontInfo::pointSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2464-2469 |
| | 3 | 1 |
QFontInfo::pixelSize| Name: | QFontInfo::pixelSize | | Prototype: | int QFontInfo::pixelSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2488-2493 |
| | 3 | 1 |
QFontInfo::italic| Name: | QFontInfo::italic | | Prototype: | bool QFontInfo::italic() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2500-2505 |
| | 3 | 1 |
QFontInfo::fixedPitch| Name: | QFontInfo::fixedPitch | | Prototype: | bool QFontInfo::fixedPitch() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2589-2606 |
| | 3 | 1 |
QFontInfo::family| Name: | QFontInfo::family | | Prototype: | QString QFontInfo::family() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2437-2442 |
| | 3 | 1 |
QFontInfo::exactMatch| Name: | QFontInfo::exactMatch | | Prototype: | bool QFontInfo::exactMatch() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2647-2652 |
| | 3 | 1 |
QFontEngineMultiFontConfig::~QFontEngineMultiFontConfig| Name: | QFontEngineMultiFontConfig::~QFontEngineMultiFontConfig | | Prototype: | QFontEngineMultiFontConfig::~QFontEngineMultiFontConfig() | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontenginemultifontconfig.cpp | | Lines: | 51-57 |
| | 3 | 3 |
QFontEngineMulti::shouldLoadFontEngineForCharacter| Name: | QFontEngineMulti::shouldLoadFontEngineForCharacter | | Prototype: | bool QFontEngineMulti::shouldLoadFontEngineForCharacter(int at, uint ucs4) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1925-1930 |
| | 3 | 1 |
QFontEngineMulti::getGlyphBearings| Name: | QFontEngineMulti::getGlyphBearings | | Prototype: | void QFontEngineMulti::getGlyphBearings(glyph_t glyph, qreal *leftBearing, qreal *rightBearing) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1995-2000 |
| | 3 | 1 |
QFontEngineFT::shouldUseDesignMetrics| Name: | QFontEngineFT::shouldUseDesignMetrics | | Prototype: | bool QFontEngineFT::shouldUseDesignMetrics(QFontEngine::ShaperFlags flags) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1632-1638 |
| | 3 | 2 |
QFontEngineFT::emSquareSize| Name: | QFontEngineFT::emSquareSize | | Prototype: | QFixed QFontEngineFT::emSquareSize() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1269-1275 |
| | 3 | 2 |
QFontEngine::xHeight| Name: | QFontEngine::xHeight | | Prototype: | QFixed QFontEngine::xHeight() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 422-427 |
| | 3 | 1 |
QFontEngine::minLeftBearing| Name: | QFontEngine::minLeftBearing | | Prototype: | qreal QFontEngine::minLeftBearing() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 568-574 |
| | 3 | 2 |
QFontEngine::averageCharWidth| Name: | QFontEngine::averageCharWidth | | Prototype: | QFixed QFontEngine::averageCharWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 429-434 |
| | 3 | 1 |
QFontDialogPrivate::_q_writingSystemHighlighted| Name: | QFontDialogPrivate::_q_writingSystemHighlighted | | Prototype: | void QFontDialogPrivate::_q_writingSystemHighlighted(int index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 688-693 |
| | 3 | 1 |
QFontDialogOptions::operator=| Name: | QFontDialogOptions::operator= | | Prototype: | QFontDialogOptions &QFontDialogOptions::operator=(const QFontDialogOptions &rhs) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 167-172 |
| | 3 | 2 |
QFontDialog::setOption| Name: | QFontDialog::setOption | | Prototype: | void QFontDialog::setOption(FontDialogOption option, bool on) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 892-897 |
| | 3 | 2 |
QFontDialog::QFontDialog| Name: | QFontDialog::QFontDialog | | Prototype: | QFontDialog::QFontDialog(const QFont &initial, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 170-176 |
| | 3 | 1 |
QFontComboBox::setFontFilters| Name: | QFontComboBox::setFontFilters | | Prototype: | void QFontComboBox::setFontFilters(FontFilters filters) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfontcombobox.cpp | | Lines: | 490-495 |
| | 3 | 1 |
QFont::substitutes| Name: | QFont::substitutes | | Prototype: | QStringList QFont::substitutes(const QString &familyName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1795-1800 |
| | 3 | 1 |
QFont::removeSubstitutions| Name: | QFont::removeSubstitutions | | Prototype: | void QFont::removeSubstitutions(const QString &familyName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1846-1851 |
| | 3 | 1 |
QFont::operator=| Name: | QFont::operator= | | Prototype: | QFont &QFont::operator=(const QFont &font) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 676-681 |
| | 3 | 1 |
QFont::exactMatch| Name: | QFont::exactMatch | | Prototype: | bool QFont::exactMatch() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1607-1612 |
| | 3 | 1 |
QFocusFrame::initStyleOption| Name: | QFocusFrame::initStyleOption | | Prototype: | void QFocusFrame::initStyleOption(QStyleOption *option) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfocusframe.cpp | | Lines: | 114-120 |
| | 3 | 2 |
QFileSystemModelPrivate::type| Name: | QFileSystemModelPrivate::type | | Prototype: | QString QFileSystemModelPrivate::type(const QModelIndex &index) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 812-817 |
| | 3 | 2 |
QFileSystemModelPrivate::time| Name: | QFileSystemModelPrivate::time | | Prototype: | QString QFileSystemModelPrivate::time(const QModelIndex &index) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 797-807 |
| | 3 | 2 |