| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ | 
 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::bindTexture| Name:  | QGLContext::bindTexture |  | Prototype:  | GLuint QGLContext::bindTexture(const QString &fileName) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 2293-2300 |  
  |  | 5 | 2 | 
 QGLContext::bindTexture| Name:  | QGLContext::bindTexture |  | Prototype:  | GLuint QGLContext::bindTexture(const QImage &image, GLenum target, GLint format) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 2819-2827 |  
  |  | 5 | 2 | 
 QGLContext::bindTexture| Name:  | QGLContext::bindTexture |  | Prototype:  | GLuint QGLContext::bindTexture(const QImage &image, GLenum target, GLint format, BindOptions options) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 2854-2862 |  
  |  | 5 | 2 | 
 QGLContext::bindTexture| Name:  | QGLContext::bindTexture |  | Prototype:  | GLuint QGLContext::bindTexture(const QPixmap &pixmap, GLenum target, GLint format) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 2868-2876 |  
  |  | 5 | 2 | 
 QGLContext::bindTexture| Name:  | QGLContext::bindTexture |  | Prototype:  | GLuint QGLContext::bindTexture(const QPixmap &pixmap, GLenum target, GLint format, BindOptions options) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 2885-2893 |  
  |  | 5 | 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::~QGLColormap| Name:  | QGLColormap::~QGLColormap |  | Prototype:  | QGLColormap::~QGLColormap() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp |  | Lines:  | 121-125 |  
  |  | 2 | 2 | 
 QGLColormap::setEntry| Name:  | QGLColormap::setEntry |  | Prototype:  | void QGLColormap::setEntry(int idx, QRgb color) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp |  | Lines:  | 171-177 |  
  |  | 4 | 2 | 
 QGLColormap::operator=| Name:  | QGLColormap::operator= |  | Prototype:  | QGLColormap & QGLColormap::operator=(const QGLColormap &map) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp |  | Lines:  | 137-144 |  
  |  | 5 | 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 | 
 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 | 
 QGLBuffer::size| Name:  | QGLBuffer::size |  | Prototype:  | int QGLBuffer::size() const |  | Coverage:  |  83.333% (5/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp |  | Lines:  | 514-522 |  
  |  | 6 | 2 | 
 QGLBuffer::release| Name:  | QGLBuffer::release |  | Prototype:  | void QGLBuffer::release(QGLBuffer::Type type) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp |  | Lines:  | 481-485 |  
  |  | 2 | 2 | 
 QGLBuffer::destroy| Name:  | QGLBuffer::destroy |  | Prototype:  | void QGLBuffer::destroy() |  | Coverage:  |  75.000% (3/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp |  | Lines:  | 323-330 |  
  |  | 4 | 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::setScissor| Name:  | QGL2PaintEngineExPrivate::setScissor |  | Prototype:  | void QGL2PaintEngineExPrivate::setScissor(const QRect &rect) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp |  | Lines:  | 2188-2199 |  
  |  | 7 | 2 | 
 QGL2PaintEngineExPrivate::resetOpenGLContextActiveEngine| Name:  | QGL2PaintEngineExPrivate::resetOpenGLContextActiveEngine |  | Prototype:  | bool QGL2PaintEngineExPrivate::resetOpenGLContextActiveEngine() |  | Coverage:  |  50.000% (4/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp |  | Lines:  | 620-633 |  
  |  | 8 | 2 | 
 QGL2PaintEngineExPrivate::resetGLState| Name:  | QGL2PaintEngineExPrivate::resetGLState |  | Prototype:  | void QGL2PaintEngineExPrivate::resetGLState() |  | Coverage:  |  75.000% (3/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp |  | Lines:  | 595-618 |  
  |  | 17 | 2 | 
 QGL2PaintEngineExPrivate::resetClipIfNeeded| Name:  | QGL2PaintEngineExPrivate::resetClipIfNeeded |  | Prototype:  | void QGL2PaintEngineExPrivate::resetClipIfNeeded() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp |  | Lines:  | 1094-1127 |  
  |  | 21 | 2 | 
 QGL2PaintEngineExPrivate::drawVertexArrays| Name:  | QGL2PaintEngineExPrivate::drawVertexArrays |  | Prototype:  | void QGL2PaintEngineExPrivate::drawVertexArrays(const float *data, int *stops, int stopCount, GLenum primitive) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp |  | Lines:  | 1222-1239 |  
  |  | 6 | 2 | 
 QGL2PaintEngineEx::setTranslateZ| Name:  | QGL2PaintEngineEx::setTranslateZ |  | Prototype:  | void QGL2PaintEngineEx::setTranslateZ(GLfloat z) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp |  | Lines:  | 2415-2422 |  
  |  | 4 | 2 | 
 QGL2PaintEngineEx::fill| Name:  | QGL2PaintEngineEx::fill |  | Prototype:  | void QGL2PaintEngineEx::fill(const QVectorPath &path, const QBrush &brush) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp |  | Lines:  | 1252-1261 |  
  |  | 6 | 2 | 
 QGL2PaintEngineEx::drawTexture| Name:  | QGL2PaintEngineEx::drawTexture |  | Prototype:  | bool QGL2PaintEngineEx::drawTexture(const QRectF &dest, GLuint textureId, const QSize &size, const QRectF &src) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp |  | Lines:  | 1539-1557 |  
  |  | 12 | 2 | 
 QGL2PaintEngineEx::clipEnabledChanged| Name:  | QGL2PaintEngineEx::clipEnabledChanged |  | Prototype:  | void QGL2PaintEngineEx::clipEnabledChanged() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp |  | Lines:  | 2201-2211 |  
  |  | 5 | 2 | 
 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 | 
 QGL2PEXVertexArray::addCentroid| Name:  | QGL2PEXVertexArray::addCentroid |  | Prototype:  | void QGL2PEXVertexArray::addCentroid(const QVectorPath &path, int subPathIndex) |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp |  | Lines:  | 69-84 |  
  |  | 9 | 2 | 
 QGL2GradientCache::cleanCache| Name:  | QGL2GradientCache::cleanCache |  | Prototype:  | void QGL2GradientCache::cleanCache() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglgradientcache.cpp |  | Lines:  | 88-98 |  
  |  | 7 | 2 | 
 QFutureWatcherBase::disconnectOutputInterface| Name:  | QFutureWatcherBase::disconnectOutputInterface |  | Prototype:  | void QFutureWatcherBase::disconnectOutputInterface(bool pendingAssignment) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp |  | Lines:  | 402-413 |  
  |  | 7 | 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 | 
 QFutureInterfaceBasePrivate::disconnectOutputInterface| Name:  | QFutureInterfaceBasePrivate::disconnectOutputInterface |  | Prototype:  | void QFutureInterfaceBasePrivate::disconnectOutputInterface(QFutureCallOutInterface *interface) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 590-599 |  
  |  | 6 | 2 | 
 QFutureInterfaceBase::~QFutureInterfaceBase| Name:  | QFutureInterfaceBase::~QFutureInterfaceBase |  | Prototype:  | QFutureInterfaceBase::~QFutureInterfaceBase() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 80-84 |  
  |  | 2 | 2 | 
 QFutureInterfaceBase::togglePaused| Name:  | QFutureInterfaceBase::togglePaused |  | Prototype:  | void QFutureInterfaceBase::togglePaused() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 131-142 |  
  |  | 7 | 2 | 
 QFutureInterfaceBase::setPaused| Name:  | QFutureInterfaceBase::setPaused |  | Prototype:  | void QFutureInterfaceBase::setPaused(bool paused) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 118-129 |  
  |  | 7 | 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 | 
 QFutureInterfaceBase::reportStarted| Name:  | QFutureInterfaceBase::reportStarted |  | Prototype:  | void QFutureInterfaceBase::reportStarted() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 255-263 |  
  |  | 5 | 2 | 
 QFutureInterfaceBase::reportFinished| Name:  | QFutureInterfaceBase::reportFinished |  | Prototype:  | void QFutureInterfaceBase::reportFinished() |  | Coverage:  |  75.000% (3/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 285-293 |  
  |  | 5 | 2 | 
 QFutureInterfaceBase::reportException| Name:  | QFutureInterfaceBase::reportException |  | Prototype:  | void QFutureInterfaceBase::reportException(const QException &exception) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 271-282 |  
  |  | 8 | 2 | 
 QFutureInterfaceBase::operator=| Name:  | QFutureInterfaceBase::operator= |  | Prototype:  | QFutureInterfaceBase &QFutureInterfaceBase::operator=(const QFutureInterfaceBase &other) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 446-453 |  
  |  | 5 | 2 | 
 QFutureInterfaceBase::cancel| Name:  | QFutureInterfaceBase::cancel |  | Prototype:  | void QFutureInterfaceBase::cancel() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 106-116 |  
  |  | 7 | 2 | 
 QFusionStyle::unpolish| Name:  | QFusionStyle::unpolish |  | Prototype:  | void QFusionStyle::unpolish(QWidget *widget) |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3286-3301 |  
  |  | 11 | 2 | 
 QFusionStyle::polish| Name:  | QFusionStyle::polish |  | Prototype:  | void QFusionStyle::polish(QWidget *widget) |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3257-3273 |  
  |  | 12 | 2 | 
 QFtpPrivate::~QFtpPrivate| Name:  | QFtpPrivate::~QFtpPrivate |  | Prototype:  | ~QFtpPrivate() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 1276-1276 |  
  |  | 1 | 2 | 
 QFtpPrivate::addCommand| Name:  | QFtpPrivate::addCommand |  | Prototype:  | int QFtpPrivate::addCommand(QFtpCommand *cmd) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 1301-1310 |  
  |  | 4 | 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 | 
 QFtpPrivate::_q_piConnectState| Name:  | QFtpPrivate::_q_piConnectState |  | Prototype:  | void QFtpPrivate::_q_piConnectState(int connectState) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 2418-2426 |  
  |  | 5 | 2 | 
 QFtpDTP::waitForConnection| Name:  | QFtpDTP::waitForConnection |  | Prototype:  | void QFtpDTP::waitForConnection() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 344-351 |  
  |  | 2 | 2 | 
 QFtpDTP::socketBytesWritten| Name:  | QFtpDTP::socketBytesWritten |  | Prototype:  | void QFtpDTP::socketBytesWritten(qint64 bytes) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 754-763 |  
  |  | 4 | 2 | 
 QFtpDTP::setupListener| Name:  | QFtpDTP::setupListener |  | Prototype:  | int QFtpDTP::setupListener(const QHostAddress &address) |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 333-342 |  
  |  | 4 | 2 | 
 QFtpDTP::readAll| Name:  | QFtpDTP::readAll |  | Prototype:  | QByteArray QFtpDTP::readAll() |  | Coverage:  |  85.714% (6/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 380-391 |  
  |  | 7 | 2 | 
 QFtpDTP::read| Name:  | QFtpDTP::read |  | Prototype:  | qint64 QFtpDTP::read(char *data, qint64 maxlen) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 365-378 |  
  |  | 8 | 2 | 
 QFtpDTP::connectToHost| Name:  | QFtpDTP::connectToHost |  | Prototype:  | void QFtpDTP::connectToHost(const QString & host, quint16 port) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 310-331 |  
  |  | 13 | 2 | 
 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::abortConnection| Name:  | QFtpDTP::abortConnection |  | Prototype:  | void QFtpDTP::abortConnection() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 453-464 |  
  |  | 4 | 2 | 
 QFtpCommand::~QFtpCommand| Name:  | QFtpCommand::~QFtpCommand |  | Prototype:  | QFtpCommand::~QFtpCommand() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 268-272 |  
  |  | 2 | 2 | 
 QFtp::put| Name:  | QFtp::put |  | Prototype:  | int QFtp::put(const QByteArray &data, const QString &file, TransferType type) |  | Coverage:  | 100.000% (5/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 1891-1902 |  
  |  | 8 | 2 | 
 QFtp::list| Name:  | QFtp::list |  | Prototype:  | int QFtp::list(const QString &dir) |  | Coverage:  | 100.000% (5/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 1780-1790 |  
  |  | 7 | 2 | 
 QFtp::get| Name:  | QFtp::get |  | Prototype:  | int QFtp::get(const QString &file, QIODevice *dev, TransferType type) |  | Coverage:  |  60.000% (3/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 1853-1864 |  
  |  | 8 | 2 | 
 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 | 
 QFtp::clearPendingCommands| Name:  | QFtp::clearPendingCommands |  | Prototype:  | void QFtp::clearPendingCommands() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 2188-2193 |  
  |  | 2 | 2 | 
 QFtp::abort| Name:  | QFtp::abort |  | Prototype:  | void QFtp::abort() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 2107-2114 |  
  |  | 4 | 2 | 
 QFreetypeFace::fsType| Name:  | QFreetypeFace::fsType |  | Prototype:  | int QFreetypeFace::fsType() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 166-173 |  
  |  | 5 | 2 | 
 QFreetypeFace::addBitmapToPath| Name:  | QFreetypeFace::addBitmapToPath |  | Prototype:  | void QFreetypeFace::addBitmapToPath(FT_GlyphSlot slot, const QFixedPoint &point, QPainterPath *path) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 542-551 |  
  |  | 6 | 2 | 
 QFrame::setMidLineWidth| Name:  | QFrame::setMidLineWidth |  | Prototype:  | void QFrame::setMidLineWidth(int w) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp |  | Lines:  | 395-402 |  
  |  | 5 | 2 | 
 QFrame::setLineWidth| Name:  | QFrame::setLineWidth |  | Prototype:  | void QFrame::setLineWidth(int w) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp |  | Lines:  | 371-378 |  
  |  | 5 | 2 | 
 QFrame::changeEvent| Name:  | QFrame::changeEvent |  | Prototype:  | void QFrame::changeEvent(QEvent *ev) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp |  | Lines:  | 533-543 |  
  |  | 4 | 2 | 
 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 | 
 QFormLayoutPrivate::insertRow| Name:  | QFormLayoutPrivate::insertRow |  | Prototype:  | int QFormLayoutPrivate::insertRow(int row) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 904-912 |  
  |  | 5 | 2 | 
 QFormLayoutPrivate::getStyle| Name:  | QFormLayoutPrivate::getStyle |  | Prototype:  | QStyle* QFormLayoutPrivate::getStyle() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 967-976 |  
  |  | 4 | 2 | 
 QFormLayoutPrivate::calcSizeHints| Name:  | QFormLayoutPrivate::calcSizeHints |  | Prototype:  | void QFormLayoutPrivate::calcSizeHints() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 874-902 |  
  |  | 17 | 2 | 
 QFormLayout::verticalSpacing| Name:  | QFormLayout::verticalSpacing |  | Prototype:  | int QFormLayout::verticalSpacing() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 1873-1881 |  
  |  | 4 | 2 | 
 QFormLayout::spacing| Name:  | QFormLayout::spacing |  | Prototype:  | int QFormLayout::spacing() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 1902-1910 |  
  |  | 4 | 2 | 
 QFormLayout::sizeHint| Name:  | QFormLayout::sizeHint |  | Prototype:  | QSize QFormLayout::sizeHint() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 1513-1521 |  
  |  | 5 | 2 | 
 QFormLayout::setWidget| Name:  | QFormLayout::setWidget |  | Prototype:  | void QFormLayout::setWidget(int row, ItemRole role, QWidget *widget) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 1986-1993 |  
  |  | 5 | 2 | 
 QFormLayout::setVerticalSpacing| Name:  | QFormLayout::setVerticalSpacing |  | Prototype:  | void QFormLayout::setVerticalSpacing(int spacing) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 1864-1871 |  
  |  | 4 | 2 | 
 QFormLayout::setRowWrapPolicy| Name:  | QFormLayout::setRowWrapPolicy |  | Prototype:  | void QFormLayout::setRowWrapPolicy(RowWrapPolicy policy) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 1745-1752 |  
  |  | 4 | 2 | 
 QFormLayout::setLayout| Name:  | QFormLayout::setLayout |  | Prototype:  | void QFormLayout::setLayout(int row, ItemRole role, QLayout *layout) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 2006-2013 |  
  |  | 5 | 2 | 
 QFormLayout::setLabelAlignment| Name:  | QFormLayout::setLabelAlignment |  | Prototype:  | void QFormLayout::setLabelAlignment(Qt::Alignment alignment) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 1776-1783 |  
  |  | 4 | 2 | 
 QFormLayout::setItem| Name:  | QFormLayout::setItem |  | Prototype:  | void QFormLayout::setItem(int row, ItemRole role, QLayoutItem *item) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 2028-2035 |  
  |  | 5 | 2 | 
 QFormLayout::setHorizontalSpacing| Name:  | QFormLayout::setHorizontalSpacing |  | Prototype:  | void QFormLayout::setHorizontalSpacing(int spacing) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 1835-1842 |  
  |  | 4 | 2 | 
 QFormLayout::setFormAlignment| Name:  | QFormLayout::setFormAlignment |  | Prototype:  | void QFormLayout::setFormAlignment(Qt::Alignment alignment) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 1806-1813 |  
  |  | 4 | 2 | 
 QFormLayout::setFieldGrowthPolicy| Name:  | QFormLayout::setFieldGrowthPolicy |  | Prototype:  | void QFormLayout::setFieldGrowthPolicy(FieldGrowthPolicy policy) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 1712-1719 |  
  |  | 4 | 2 | 
 QFormLayout::rowWrapPolicy| Name:  | QFormLayout::rowWrapPolicy |  | Prototype:  | QFormLayout::RowWrapPolicy QFormLayout::rowWrapPolicy() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp |  | Lines:  | 1754-1762 |  
  |  | 4 | 2 | 
 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:  | 1526-1535 |  
  |  | 5 | 2 | 
 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:  | 1785-1793 |  
  |  | 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:  | 1382-1388 |  
  |  | 4 | 2 | 
 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:  | 1313-1320 |  
  |  | 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:  | 1329-1338 |  
  |  | 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:  | 1347-1356 |  
  |  | 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:  | 1844-1852 |  
  |  | 4 | 2 | 
 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:  | 1815-1823 |  
  |  | 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:  | 1721-1729 |  
  |  | 4 | 2 | 
 QFontconfigDatabase::fontEngine| Name:  | QFontconfigDatabase::fontEngine |  | Prototype:  | QFontEngine *QFontconfigDatabase::fontEngine(const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp |  | Lines:  | 686-695 |  
  |  | 5 | 2 | 
 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:  | 862-888 |  
  |  | 15 | 2 | 
 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:  | 301-309 |  
  |  | 5 | 2 | 
 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:  | 179-189 |  
  |  | 2 | 2 |