Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QXcbShmImageName: | QXcbShmImage::~QXcbShmImage | Prototype: | ~QXcbShmImage() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | Lines: | 63-63 |
| | 1 | 1 |
sizeName: | QXcbShmImage::size | Prototype: | QSize size() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | Lines: | 68-68 |
| | 1 | 1 |
preparePaintName: | QXcbShmImage::preparePaint | Prototype: | void QXcbShmImage::preparePaint(const QRegion ®ion) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | Lines: | 294-301 |
| | 3 | 2 |
imageName: | QXcbShmImage::image | Prototype: | QImage *image() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | Lines: | 65-65 |
| | 1 | 1 |
hasAlphaName: | QXcbShmImage::hasAlpha | Prototype: | bool hasAlpha() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | Lines: | 70-70 |
| | 1 | 1 |
graphicsBufferName: | QXcbShmImage::graphicsBuffer | Prototype: | QPlatformGraphicsBuffer *graphicsBuffer() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | Lines: | 66-66 |
| | 1 | 1 |
destroyName: | QXcbShmImage::destroy | Prototype: | void QXcbShmImage::destroy() | Coverage: | 64.706% (11/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | Lines: | 190-211 |
| | 13 | 5 |
QXcbShmImageName: | QXcbShmImage::QXcbShmImage | Prototype: | QXcbShmImage::QXcbShmImage(QXcbScreen *screen, const QSize &size, uint depth, QImage::Format format) | Coverage: | 54.054% (20/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | Lines: | 123-188 |
| | 44 | 10 |
putName: | QXcbShmImage::put | Prototype: | void QXcbShmImage::put(xcb_window_t window, const QPoint &target, const QRect &source) | Coverage: | 52.941% (9/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | Lines: | 213-292 |
| | 51 | 6 |