OpenCoverage

qfinalstate.cpp

Absolute File Name:/home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qfinalstate.cpp
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5QFinalStatePrivate::QFinalStatePrivate()-
6 : QAbstractStatePrivate(FinalState)-
7{-
8}
executed 62 times by 1 test: end of block
Executed by:
  • tst_QStateMachine
62
9-
10QFinalStatePrivate::~QFinalStatePrivate()-
11{-
12-
13}-
14-
15-
16-
17-
18QFinalState::QFinalState(QState *parent)-
19 : QAbstractState(*new QFinalStatePrivate, parent)-
20{-
21}
executed 62 times by 1 test: end of block
Executed by:
  • tst_QStateMachine
62
22-
23-
24-
25-
26QFinalState::QFinalState(QFinalStatePrivate &dd, QState *parent)-
27 : QAbstractState(dd, parent)-
28{-
29}
never executed: end of block
0
30-
31-
32-
33-
34-
35QFinalState::~QFinalState()-
36{-
37}-
38-
39-
40-
41-
42void QFinalState::onEntry(QEvent *event)-
43{-
44 (void)event;;-
45}
executed 72 times by 1 test: end of block
Executed by:
  • tst_QStateMachine
72
46-
47-
48-
49-
50void QFinalState::onExit(QEvent *event)-
51{-
52 (void)event;;-
53}
executed 7 times by 1 test: end of block
Executed by:
  • tst_QStateMachine
7
54-
55-
56-
57-
58bool QFinalState::event(QEvent *e)-
59{-
60 return
executed 1 time by 1 test: return QAbstractState::event(e);
Executed by:
  • tst_QStateMachine
QAbstractState::event(e);
executed 1 time by 1 test: return QAbstractState::event(e);
Executed by:
  • tst_QStateMachine
1
61}-
62-
63-
Switch to Source codePreprocessed file

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