Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/tests/auto/corelib/plugin/qpluginloader/lib/mylib.c |
Switch to Source code | Preprocessed file |
Line | Source | Count |
---|---|---|
1 | static int pluginVariable = 0xc0ffee; | - |
2 | int *pointerAddress() | - |
3 | { | - |
4 | return executed 2 times by 1 test: &pluginVariable;return &pluginVariable; Executed by:
executed 2 times by 1 test: return &pluginVariable; Executed by:
| 2 |
5 | } | - |
6 | - | |
7 | int version() | - |
8 | { | - |
9 | return never executed: 1;return 1; never executed: return 1; | 0 |
10 | } | - |
Switch to Source code | Preprocessed file |