| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGLFormat| Name: | QGLFormat::QGLFormat | | Prototype: | QGLFormat::QGLFormat() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 357-360 |
| | 1 | 1 |
QGLFormat| Name: | QGLFormat::QGLFormat | | Prototype: | QGLFormat::QGLFormat(QGL::FormatOptions options, int plane) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 386-394 |
| | 6 | 1 |
QGLFormat| Name: | QGLFormat::QGLFormat | | Prototype: | QGLFormat::QGLFormat(const QGLFormat &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 413-417 |
| | 2 | 1 |
accumBufferSize| Name: | QGLFormat::accumBufferSize | | Prototype: | int QGLFormat::accumBufferSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1118-1121 |
| | 1 | 1 |
alphaBufferSize| Name: | QGLFormat::alphaBufferSize | | Prototype: | int QGLFormat::alphaBufferSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1091-1094 |
| | 1 | 1 |
blueBufferSize| Name: | QGLFormat::blueBufferSize | | Prototype: | int QGLFormat::blueBufferSize() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1064-1067 |
| | 1 | 1 |
defaultFormat| Name: | QGLFormat::defaultFormat | | Prototype: | QGLFormat QGLFormat::defaultFormat() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1529-1532 |
| | 1 | 1 |
defaultOverlayFormat| Name: | QGLFormat::defaultOverlayFormat | | Prototype: | QGLFormat QGLFormat::defaultOverlayFormat() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1570-1573 |
| | 1 | 1 |
depthBufferSize| Name: | QGLFormat::depthBufferSize | | Prototype: | int QGLFormat::depthBufferSize() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 977-980 |
| | 1 | 1 |
detach| Name: | QGLFormat::detach | | Prototype: | void QGLFormat::detach() | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 399-407 |
| | 5 | 3 |
fromSurfaceFormat| Name: | QGLFormat::fromSurfaceFormat | | Prototype: | QGLFormat QGLFormat::fromSurfaceFormat(const QSurfaceFormat &format) | | Coverage: | 63.636% (14/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 446-473 |
| | 23 | 8 |
greenBufferSize| Name: | QGLFormat::greenBufferSize | | Prototype: | int QGLFormat::greenBufferSize() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1035-1038 |
| | 1 | 1 |
hasOpenGL| Name: | QGLFormat::hasOpenGL | | Prototype: | bool QGLFormat::hasOpenGL() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1242-1246 |
| | 2 | 1 |
hasOpenGLOverlays| Name: | QGLFormat::hasOpenGLOverlays | | Prototype: | bool QGLFormat::hasOpenGLOverlays() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1257-1260 |
| | 1 | 1 |
majorVersion| Name: | QGLFormat::majorVersion | | Prototype: | int QGLFormat::majorVersion() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1176-1179 |
| | 1 | 1 |
minorVersion| Name: | QGLFormat::minorVersion | | Prototype: | int QGLFormat::minorVersion() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1188-1191 |
| | 1 | 1 |
openGLVersionFlags| Name: | QGLFormat::openGLVersionFlags | | Prototype: | QGLFormat::OpenGLVersionFlags QGLFormat::openGLVersionFlags() | | Coverage: | 42.857% (9/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1481-1514 |
| | 20 | 7 |
operator=| Name: | QGLFormat::operator= | | Prototype: | QGLFormat &QGLFormat::operator=(const QGLFormat &other) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 423-432 |
| | 6 | 3 |
plane| Name: | QGLFormat::plane | | Prototype: | int QGLFormat::plane() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 901-904 |
| | 1 | 1 |
profile| Name: | QGLFormat::profile | | Prototype: | QGLFormat::OpenGLContextProfile QGLFormat::profile() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1227-1230 |
| | 1 | 1 |
redBufferSize| Name: | QGLFormat::redBufferSize | | Prototype: | int QGLFormat::redBufferSize() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1006-1009 |
| | 1 | 1 |
samples| Name: | QGLFormat::samples | | Prototype: | int QGLFormat::samples() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 810-813 |
| | 1 | 1 |
setAccum| Name: | QGLFormat::setAccum | | Prototype: | void QGLFormat::setAccum(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 692-695 |
| | 1 | 1 |
setAccumBufferSize| Name: | QGLFormat::setAccumBufferSize | | Prototype: | void QGLFormat::setAccumBufferSize(int size) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1102-1111 |
| | 6 | 2 |
setAlpha| Name: | QGLFormat::setAlpha | | Prototype: | void QGLFormat::setAlpha(bool enable) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 665-668 |
| | 1 | 1 |
setAlphaBufferSize| Name: | QGLFormat::setAlphaBufferSize | | Prototype: | void QGLFormat::setAlphaBufferSize(int size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1075-1084 |
| | 6 | 2 |
setBlueBufferSize| Name: | QGLFormat::setBlueBufferSize | | Prototype: | void QGLFormat::setBlueBufferSize(int size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1047-1055 |
| | 5 | 2 |
setDefaultFormat| Name: | QGLFormat::setDefaultFormat | | Prototype: | void QGLFormat::setDefaultFormat(const QGLFormat &f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1543-1546 |
| | 1 | 1 |
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 |
setDepth| Name: | QGLFormat::setDepth | | Prototype: | void QGLFormat::setDepth(bool enable) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 606-609 |
| | 1 | 1 |
setDepthBufferSize| Name: | QGLFormat::setDepthBufferSize | | Prototype: | void QGLFormat::setDepthBufferSize(int size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 961-970 |
| | 6 | 2 |
setDirectRendering| Name: | QGLFormat::setDirectRendering | | Prototype: | void QGLFormat::setDirectRendering(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 776-779 |
| | 1 | 1 |
setDoubleBuffer| Name: | QGLFormat::setDoubleBuffer | | Prototype: | void QGLFormat::setDoubleBuffer(bool enable) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 576-579 |
| | 1 | 1 |
setGreenBufferSize| Name: | QGLFormat::setGreenBufferSize | | Prototype: | void QGLFormat::setGreenBufferSize(int size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1018-1026 |
| | 5 | 2 |
setOption| Name: | QGLFormat::setOption | | Prototype: | void QGLFormat::setOption(QGL::FormatOptions opt) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 931-938 |
| | 4 | 2 |
setOverlay| Name: | QGLFormat::setOverlay | | Prototype: | void QGLFormat::setOverlay(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 889-892 |
| | 1 | 1 |
setPlane| Name: | QGLFormat::setPlane | | Prototype: | void QGLFormat::setPlane(int plane) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 919-923 |
| | 2 | 1 |
setProfile| Name: | QGLFormat::setProfile | | Prototype: | void QGLFormat::setProfile(OpenGLContextProfile profile) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1214-1218 |
| | 2 | 1 |
setRedBufferSize| Name: | QGLFormat::setRedBufferSize | | Prototype: | void QGLFormat::setRedBufferSize(int size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 989-997 |
| | 5 | 2 |
setRgba| Name: | QGLFormat::setRgba | | Prototype: | void QGLFormat::setRgba(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 637-640 |
| | 1 | 1 |
setSampleBuffers| Name: | QGLFormat::setSampleBuffers | | Prototype: | void QGLFormat::setSampleBuffers(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 798-801 |
| | 1 | 1 |
setSamples| Name: | QGLFormat::setSamples | | Prototype: | void QGLFormat::setSamples(int numSamples) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 822-831 |
| | 6 | 2 |
setStencil| Name: | QGLFormat::setStencil | | Prototype: | void QGLFormat::setStencil(bool enable) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 719-722 |
| | 1 | 1 |
setStencilBufferSize| Name: | QGLFormat::setStencilBufferSize | | Prototype: | void QGLFormat::setStencilBufferSize(int size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1128-1137 |
| | 6 | 2 |
setStereo| Name: | QGLFormat::setStereo | | Prototype: | void QGLFormat::setStereo(bool enable) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 746-749 |
| | 1 | 1 |
setSwapInterval| Name: | QGLFormat::setSwapInterval | | Prototype: | void QGLFormat::setSwapInterval(int interval) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 851-855 |
| | 2 | 1 |
setVersion| Name: | QGLFormat::setVersion | | Prototype: | void QGLFormat::setVersion(int major, int minor) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1158-1167 |
| | 6 | 2 |
stencilBufferSize| Name: | QGLFormat::stencilBufferSize | | Prototype: | int QGLFormat::stencilBufferSize() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1144-1147 |
| | 1 | 1 |
swapInterval| Name: | QGLFormat::swapInterval | | Prototype: | int QGLFormat::swapInterval() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 863-866 |
| | 1 | 1 |
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 |
toSurfaceFormat| Name: | QGLFormat::toSurfaceFormat | | Prototype: | QSurfaceFormat QGLFormat::toSurfaceFormat(const QGLFormat &format) | | Coverage: | 44.000% (11/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 478-507 |
| | 24 | 9 |
~QGLFormat| Name: | QGLFormat::~QGLFormat | | Prototype: | QGLFormat::~QGLFormat() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 437-441 |
| | 2 | 2 |