| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
operator=| Name: | QGLFramebufferObjectFormat::operator= | | Prototype: | QGLFramebufferObjectFormat &QGLFramebufferObjectFormat::operator=(const QGLFramebufferObjectFormat &other) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 174-183 |
| | 6 | 3 |
detach| Name: | QGLFramebufferObjectFormat::detach | | Prototype: | void QGLFramebufferObjectFormat::detach() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 133-142 |
| | 6 | 3 |
~QGLFramebufferObjectFormat| Name: | QGLFramebufferObjectFormat::~QGLFramebufferObjectFormat | | Prototype: | QGLFramebufferObjectFormat::~QGLFramebufferObjectFormat() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 188-192 |
| | 2 | 2 |
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: | 333-339 |
| | 3 | 2 |
textureTarget| Name: | QGLFramebufferObjectFormat::textureTarget | | Prototype: | GLenum QGLFramebufferObjectFormat::textureTarget() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 298-301 |
| | 1 | 1 |
setTextureTarget| Name: | QGLFramebufferObjectFormat::setTextureTarget | | Prototype: | void QGLFramebufferObjectFormat::setTextureTarget(GLenum target) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 285-289 |
| | 2 | 1 |
setSamples| Name: | QGLFramebufferObjectFormat::setSamples | | Prototype: | void QGLFramebufferObjectFormat::setSamples(int samples) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 207-211 |
| | 2 | 1 |
setMipmap| Name: | QGLFramebufferObjectFormat::setMipmap | | Prototype: | void QGLFramebufferObjectFormat::setMipmap(bool enabled) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 239-243 |
| | 2 | 1 |
setInternalTextureFormat| Name: | QGLFramebufferObjectFormat::setInternalTextureFormat | | Prototype: | void QGLFramebufferObjectFormat::setInternalTextureFormat(GLenum internalTextureFormat) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 310-314 |
| | 2 | 1 |
setAttachment| Name: | QGLFramebufferObjectFormat::setAttachment | | Prototype: | void QGLFramebufferObjectFormat::setAttachment(QGLFramebufferObject::Attachment attachment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 262-266 |
| | 2 | 1 |
samples| Name: | QGLFramebufferObjectFormat::samples | | Prototype: | int QGLFramebufferObjectFormat::samples() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 220-223 |
| | 1 | 1 |
operator!=| Name: | QGLFramebufferObjectFormat::operator!= | | Prototype: | bool QGLFramebufferObjectFormat::operator!=(const QGLFramebufferObjectFormat& other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 345-348 |
| | 1 | 1 |
mipmap| Name: | QGLFramebufferObjectFormat::mipmap | | Prototype: | bool QGLFramebufferObjectFormat::mipmap() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 252-255 |
| | 1 | 1 |
internalTextureFormat| Name: | QGLFramebufferObjectFormat::internalTextureFormat | | Prototype: | GLenum QGLFramebufferObjectFormat::internalTextureFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 324-327 |
| | 1 | 1 |
attachment| Name: | QGLFramebufferObjectFormat::attachment | | Prototype: | QGLFramebufferObject::Attachment QGLFramebufferObjectFormat::attachment() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 274-277 |
| | 1 | 1 |
QGLFramebufferObjectFormat| Name: | QGLFramebufferObjectFormat::QGLFramebufferObjectFormat | | Prototype: | QGLFramebufferObjectFormat::QGLFramebufferObjectFormat() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 155-158 |
| | 1 | 1 |
QGLFramebufferObjectFormat| Name: | QGLFramebufferObjectFormat::QGLFramebufferObjectFormat | | Prototype: | QGLFramebufferObjectFormat::QGLFramebufferObjectFormat(const QGLFramebufferObjectFormat &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 164-168 |
| | 2 | 1 |