| 121 | } |
| 122 | |
| 123 | static int mainAnalyse(int argc, const char* argv[]) |
| 124 | { |
| 125 | return mainExtended(analysables, "analyse", argc, argv); |
| 126 | } |
| 127 | |
| 128 | static int mainTest(int argc, const char* argv[]) |
| 129 | { |
nothing calls this directly
no test coverage detected