| Line | Source Code | Coverage |
|---|
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | | - |
| 5 | | - |
| 6 | | - |
| 7 | QNativeImage::QNativeImage(int width, int height, QImage::Format format, bool , QWindow *) | - |
| 8 | : image(width, height, format) | - |
| 9 | { | - |
| 10 | | - |
| 11 | } | 0 |
| 12 | | - |
| 13 | | - |
| 14 | QNativeImage::~QNativeImage() | - |
| 15 | { | - |
| 16 | } | - |
| 17 | | - |
| 18 | QImage::Format QNativeImage::systemFormat() | - |
| 19 | { | - |
| 20 | return QGuiApplication::primaryScreen()->handle()->format(); executed: return QGuiApplication::primaryScreen()->handle()->format();Execution Count:4871 | 4871 |
| 21 | } | - |
| 22 | | - |
| 23 | | - |
| 24 | | - |
| 25 | | - |
| | |