Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGradientName: | QGradient::QGradient | Prototype: | QGradient::QGradient() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 1329-1332 |
| | 2 | 1 |
coordinateModeName: | QGradient::coordinateMode | Prototype: | QGradient::CoordinateMode QGradient::coordinateMode() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 1485-1489 |
| | 1 | 1 |
interpolationModeName: | QGradient::interpolationMode | Prototype: | QGradient::InterpolationMode QGradient::interpolationMode() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 1523-1527 |
| | 1 | 1 |
operator==Name: | QGradient::operator== | Prototype: | bool QGradient::operator==(const QGradient &gradient) const | Coverage: | 0.000% (0/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 1560-1587 |
| | 21 | 7 |
setColorAtName: | QGradient::setColorAt | Prototype: | void QGradient::setColorAt(qreal pos, const QColor &color) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 1406-1421 |
| | 9 | 5 |
setCoordinateModeName: | QGradient::setCoordinateMode | Prototype: | void QGradient::setCoordinateMode(CoordinateMode mode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 1497-1503 |
| | 3 | 1 |
setInterpolationModeName: | QGradient::setInterpolationMode | Prototype: | void QGradient::setInterpolationMode(InterpolationMode mode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 1536-1542 |
| | 3 | 1 |
setStopsName: | QGradient::setStops | Prototype: | void QGradient::setStops(const QGradientStops &stops) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 1432-1437 |
| | 3 | 2 |
stopsName: | QGradient::stops | Prototype: | QGradientStops QGradient::stops() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 1448-1456 |
| | 5 | 2 |