OpenCoverage

qnativeimage.cpp

Absolute File Name:/home/qt/qt5_coco/qt5/qtbase/src/gui/image/qnativeimage.cpp
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7QNativeImage::QNativeImage(int width, int height, QImage::Format format, bool , QWindow *)-
8 : image(width, height, format)-
9{-
10-
11}
never executed: end of block
0
12-
13-
14QNativeImage::~QNativeImage()-
15{-
16}-
17-
18QImage::Format QNativeImage::systemFormat()-
19{-
20 if (!QGuiApplication::primaryScreen()
!QGuiApplicati...rimaryScreen()Description
TRUEnever evaluated
FALSEnever evaluated
)
0
21 return
never executed: return QImage::Format_Invalid;
QImage::Format_Invalid;
never executed: return QImage::Format_Invalid;
0
22 return
never executed: return QGuiApplication::primaryScreen()->handle()->format();
QGuiApplication::primaryScreen()->handle()->format();
never executed: return QGuiApplication::primaryScreen()->handle()->format();
0
23}-
24-
25-
26-
Switch to Source codePreprocessed file

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9