Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
paletteSizeName: | QGradientCache::paletteSize | Prototype: | inline int paletteSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 4190-4190 |
| | 1 | 1 |
maxCacheSizeName: | QGradientCache::maxCacheSize | Prototype: | inline int maxCacheSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 4192-4192 |
| | 1 | 1 |
getBufferName: | QGradientCache::getBuffer | Prototype: | inline QExplicitlySharedDataPointer<const CacheInfo> getBuffer(const QGradient &gradient, int opacity) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 4166-4188 |
| | 14 | 5 |
generateGradientColorTableName: | QGradientCache::generateGradientColorTable | Prototype: | void QGradientCache::generateGradientColorTable(const QGradient& gradient, QRgba64 *colorTable, int size, int opacity) const | Coverage: | 0.000% (0/83) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 4212-4403 |
| | 122 | 27 |
addCacheElementName: | QGradientCache::addCacheElement | Prototype: | QExplicitlySharedDataPointer<const CacheInfo> addCacheElement(quint64 hash_val, const QGradient &gradient, int opacity) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 4196-4206 |
| | 7 | 3 |
CacheInfoName: | QGradientCache::CacheInfo | Coverage: | 0.000% (0/1) |
| | 1 | 1 |