OpenCoverage

qqmlabstractprofileradapter.cpp

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/debugger/qqmlabstractprofileradapter.cpp
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3void QQmlAbstractProfilerAdapter::startProfiling(quint64 features)-
4{-
5 if (waiting
waitingDescription
TRUEevaluated 24 times by 1 test
Evaluated by:
  • tst_qqmlprofilerservice
FALSEnever evaluated
)
0-24
6 profilingEnabledWhileWaiting(features);
executed 24 times by 1 test: profilingEnabledWhileWaiting(features);
Executed by:
  • tst_qqmlprofilerservice
24
7 else-
8 profilingEnabled(features);
never executed: profilingEnabled(features);
0
9 featuresEnabled = features;-
10}
executed 24 times by 1 test: end of block
Executed by:
  • tst_qqmlprofilerservice
24
11void QQmlAbstractProfilerAdapter::stopProfiling() {-
12 if (waiting
waitingDescription
TRUEevaluated 24 times by 1 test
Evaluated by:
  • tst_qqmlprofilerservice
FALSEnever evaluated
)
0-24
13 profilingDisabledWhileWaiting();
executed 24 times by 1 test: profilingDisabledWhileWaiting();
Executed by:
  • tst_qqmlprofilerservice
24
14 else-
15 profilingDisabled();
never executed: profilingDisabled();
0
16 featuresEnabled = 0;-
17}
executed 24 times by 1 test: end of block
Executed by:
  • tst_qqmlprofilerservice
24
18-
19-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0