| 9 | std::shared_ptr<Scenario> CukeCommands::currentScenario; |
| 10 | |
| 11 | CukeCommands::CukeCommands() : |
| 12 | hasStarted(false) { |
| 13 | } |
| 14 | |
| 15 | CukeCommands::~CukeCommands() { |
| 16 | if (hasStarted) { |
nothing calls this directly
no outgoing calls
no test coverage detected