OpenCoverage

qqmlcleanup_p.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlcleanup_p.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3class QQmlEngine;-
4-
5class __attribute__((visibility("default"))) QQmlCleanup-
6{-
7public:-
8 QQmlCleanup();-
9 QQmlCleanup(QQmlEngine *);-
10 virtual ~QQmlCleanup();-
11-
12 bool hasEngine() const { return
executed 532 times by 13 tests: return prev != nullptr;
Executed by:
  • tst_examples
  • tst_qmlcachegen
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlincubator
  • tst_qqmlqt
  • tst_qqmlsqldatabase
  • tst_qqmltranslation
  • tst_qqmlvaluetypes
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_quicktestmainwithsetup
  • tst_testfiltering
prev != nullptr;
executed 532 times by 13 tests: return prev != nullptr;
Executed by:
  • tst_examples
  • tst_qmlcachegen
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlincubator
  • tst_qqmlqt
  • tst_qqmlsqldatabase
  • tst_qqmltranslation
  • tst_qqmlvaluetypes
  • tst_qquickanimationcontroller
  • tst_qquicklayouts
  • tst_quicktestmainwithsetup
  • tst_testfiltering
}
532
13 void addToEngine(QQmlEngine *);-
14protected:-
15 virtual void clear() = 0;-
16-
17private:-
18 friend class QQmlEnginePrivate;-
19 QQmlCleanup **prev;-
20 QQmlCleanup *next;-
21-
22-
23 QQmlEngine *engine;-
24};-
25-
26-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0