| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QGLContext| Name:  | QGLContext::QGLContext |  | Prototype:  | QGLContext::QGLContext(const QGLFormat &format, QPaintDevice *device) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 2134-2139 |  
  |  | 2 | 1 | 
 QGLContext| Name:  | QGLContext::QGLContext |  | Prototype:  | QGLContext::QGLContext(const QGLFormat &format) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 2157-2162 |  
  |  | 2 | 1 | 
 QGLContext| Name:  | QGLContext::QGLContext |  | Prototype:  | QGLContext::QGLContext(QOpenGLContext *context) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 2170-2180 |  
  |  | 7 | 1 | 
 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:  | 3223-3228 |  
  |  | 3 | 2 | 
 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:  | 2287-2294 |  
  |  | 5 | 2 | 
 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:  | 2813-2821 |  
  |  | 5 | 2 | 
 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:  | 2848-2856 |  
  |  | 5 | 2 | 
 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:  | 2862-2870 |  
  |  | 5 | 2 | 
 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:  | 2879-2887 |  
  |  | 5 | 2 | 
 chooseContext| Name:  | QGLContext::chooseContext |  | Prototype:  | bool QGLContext::chooseContext(const QGLContext* shareContext) |  | Coverage:  |  48.000% (12/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3480-3524 |  
  |  | 29 | 6 | 
 colorIndex| Name:  | QGLContext::colorIndex |  | Prototype:  | uint QGLContext::colorIndex(const QColor&) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3267-3270 |  
  |  | 1 | 1 | 
 contextHandle| Name:  | QGLContext::contextHandle |  | Prototype:  | QOpenGLContext *QGLContext::contextHandle() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 2185-2189 |  
  |  | 2 | 1 | 
 create| Name:  | QGLContext::create |  | Prototype:  | bool QGLContext::create(const QGLContext* shareContext) |  | Coverage:  |  46.154% (6/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3358-3371 |  
  |  | 9 | 3 | 
 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:  | 3441-3447 |  
  |  | 3 | 2 | 
 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:  | 2896-2901 |  
  |  | 3 | 2 | 
 device| Name:  | QGLContext::device |  | Prototype:  | QPaintDevice* QGLContext::device() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3403-3407 |  
  |  | 2 | 1 | 
 deviceIsPixmap| Name:  | QGLContext::deviceIsPixmap |  | Prototype:  | bool QGLContext::deviceIsPixmap() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3409-3413 |  
  |  | 2 | 1 | 
 doneCurrent| Name:  | QGLContext::doneCurrent |  | Prototype:  | void QGLContext::doneCurrent() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3621-3625 |  
  |  | 2 | 1 | 
 drawTexture| Name:  | QGLContext::drawTexture |  | Prototype:  | void QGLContext::drawTexture(const QRectF &target, GLuint textureId, GLenum textureTarget) |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 2998-3047 |  
  |  | 21 | 6 | 
 drawTexture| Name:  | QGLContext::drawTexture |  | Prototype:  | void QGLContext::drawTexture(const QPointF &point, GLuint textureId, GLenum textureTarget) |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3070-3114 |  
  |  | 27 | 6 | 
 format| Name:  | QGLContext::format |  | Prototype:  | QGLFormat QGLContext::format() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3391-3395 |  
  |  | 2 | 1 | 
 fromOpenGLContext| Name:  | QGLContext::fromOpenGLContext |  | Prototype:  | QGLContext *QGLContext::fromOpenGLContext(QOpenGLContext *context) |  | Coverage:  |  42.857% (3/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 2195-2206 |  
  |  | 6 | 3 | 
 functions| Name:  | QGLContext::functions |  | Prototype:  | QGLFunctions *QGLContext::functions() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 2796-2804 |  
  |  | 5 | 2 | 
 getProcAddress| Name:  | QGLContext::getProcAddress |  | Prototype:  | QFunctionPointer QGLContext::getProcAddress(const QString &procName) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 4034-4038 |  
  |  | 2 | 1 | 
 initialized| Name:  | QGLContext::initialized |  | Prototype:  | bool QGLContext::initialized() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3429-3433 |  
  |  | 2 | 1 | 
 isSharing| Name:  | QGLContext::isSharing |  | Prototype:  | bool QGLContext::isSharing() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3385-3389 |  
  |  | 2 | 1 | 
 isValid| Name:  | QGLContext::isValid |  | Prototype:  | bool QGLContext::isValid() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3373-3377 |  
  |  | 2 | 1 | 
 makeCurrent| Name:  | QGLContext::makeCurrent |  | Prototype:  | void QGLContext::makeCurrent() |  | Coverage:  |  55.000% (11/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3575-3594 |  
  |  | 12 | 6 | 
 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:  | 3460-3465 |  
  |  | 3 | 2 | 
 overlayTransparentColor| Name:  | QGLContext::overlayTransparentColor |  | Prototype:  | QColor QGLContext::overlayTransparentColor() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3317-3320 |  
  |  | 1 | 1 | 
 requestedFormat| Name:  | QGLContext::requestedFormat |  | Prototype:  | QGLFormat QGLContext::requestedFormat() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3397-3401 |  
  |  | 2 | 1 | 
 reset| Name:  | QGLContext::reset |  | Prototype:  | void QGLContext::reset() |  | Coverage:  |  70.588% (12/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3533-3559 |  
  |  | 20 | 6 | 
 setDevice| Name:  | QGLContext::setDevice |  | Prototype:  | void QGLContext::setDevice(QPaintDevice *pDev) |  | Coverage:  |  30.000% (3/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3179-3191 |  
  |  | 6 | 2 | 
 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:  | 3169-3174 |  
  |  | 3 | 1 | 
 setInitialized| Name:  | QGLContext::setInitialized |  | Prototype:  | void QGLContext::setInitialized(bool on) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3435-3439 |  
  |  | 2 | 1 | 
 setTextureCacheLimit| Name:  | QGLContext::setTextureCacheLimit |  | Prototype:  | void QGLContext::setTextureCacheLimit(int size) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3124-3127 |  
  |  | 1 | 1 | 
 setValid| Name:  | QGLContext::setValid |  | Prototype:  | void QGLContext::setValid(bool valid) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3379-3383 |  
  |  | 2 | 1 | 
 setWindowCreated| Name:  | QGLContext::setWindowCreated |  | Prototype:  | void QGLContext::setWindowCreated(bool on) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3423-3427 |  
  |  | 2 | 1 | 
 swapBuffers| Name:  | QGLContext::swapBuffers |  | Prototype:  | void QGLContext::swapBuffers() const |  | Coverage:  |  44.444% (4/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3602-3613 |  
  |  | 7 | 3 | 
 textureCacheLimit| Name:  | QGLContext::textureCacheLimit |  | Prototype:  | int QGLContext::textureCacheLimit() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3134-3137 |  
  |  | 1 | 1 | 
 windowCreated| Name:  | QGLContext::windowCreated |  | Prototype:  | bool QGLContext::windowCreated() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 3416-3420 |  
  |  | 2 | 1 | 
 ~QGLContext| Name:  | QGLContext::~QGLContext |  | Prototype:  | QGLContext::~QGLContext() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 2212-2222 |  
  |  | 4 | 1 |