| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGraphicsShaderEffect| Name: | QGraphicsShaderEffect::QGraphicsShaderEffect | | Prototype: | QGraphicsShaderEffect::QGraphicsShaderEffect(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp | | Lines: | 181-184 |
| | 2 | 1 |
draw| Name: | QGraphicsShaderEffect::draw | | Prototype: | void QGraphicsShaderEffect::draw(QPainter *painter) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp | | Lines: | 244-278 |
| | 16 | 4 |
pixelShaderFragment| Name: | QGraphicsShaderEffect::pixelShaderFragment | | Prototype: | QByteArray QGraphicsShaderEffect::pixelShaderFragment() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp | | Lines: | 205-209 |
| | 2 | 1 |
setPixelShaderFragment| Name: | QGraphicsShaderEffect::setPixelShaderFragment | | Prototype: | void QGraphicsShaderEffect::setPixelShaderFragment(const QByteArray& code) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp | | Lines: | 229-239 |
| | 5 | 2 |
setUniforms| Name: | QGraphicsShaderEffect::setUniforms | | Prototype: | void QGraphicsShaderEffect::setUniforms(QGLShaderProgram *program) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp | | Lines: | 309-312 |
| | 1 | 1 |
setUniformsDirty| Name: | QGraphicsShaderEffect::setUniformsDirty | | Prototype: | void QGraphicsShaderEffect::setUniformsDirty() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp | | Lines: | 290-297 |
| | 3 | 2 |
~QGraphicsShaderEffect| Name: | QGraphicsShaderEffect::~QGraphicsShaderEffect | | Prototype: | QGraphicsShaderEffect::~QGraphicsShaderEffect() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp | | Lines: | 189-195 |
| | 2 | 1 |