Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QImageDataName: | QImageData::QImageData | Prototype: | QImageData::QImageData() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 94-105 |
| | 2 | 1 |
doImageIOName: | QImageData::doImageIO | Prototype: | bool QImageData::doImageIO(const QImage *image, QImageWriter *writer, int quality) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 3501-3508 |
| | 5 | 3 |
~QImageDataName: | QImageData::~QImageData | Prototype: | QImageData::~QImageData() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 167-177 |
| | 8 | 4 |
convertInPlaceName: | QImageData::convertInPlace | Prototype: | bool QImageData::convertInPlace(QImage::Format newFormat, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 4764-4782 |
| | 10 | 5 |
createName: | QImageData::create | Prototype: | QImageData *QImageData::create(uchar *data, int width, int height, int bpl, QImage::Format format, bool readOnly, QImageCleanupFunction cleanupFunction, void *cleanupInfo) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 805-845 |
| | 29 | 4 |
createName: | QImageData::create | Prototype: | QImageData * QImageData::create(const QSize &size, QImage::Format format) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 114-165 |
| | 32 | 7 |
checkForAlphaPixelsName: | QImageData::checkForAlphaPixels | Prototype: | bool QImageData::checkForAlphaPixels() const | Coverage: | 0.000% (0/85) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 183-295 |
| | 64 | 39 |