Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGLFramebufferObjectFormatName: | 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 |
QGLFramebufferObjectFormatName: | 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 |
attachmentName: | 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 |
detachName: | 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 |
internalTextureFormatName: | 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 |
mipmapName: | 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 |
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 |
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 |
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 |
samplesName: | 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 |
setAttachmentName: | 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 |
setInternalTextureFormatName: | 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 |
setMipmapName: | 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 |
setSamplesName: | 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 |
setTextureTargetName: | 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 |
textureTargetName: | 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 |
~QGLFramebufferObjectFormatName: | 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 |