solidity-coverage 0.6.0-beta.5 from #318 is unable to instrument statements without enclosing blocks, like for example:
if (number == 1337) return "elite";
throws ParserError: extraneous input '{' expecting ')'
issue doesn't arise when enclosing block is added, but instrumenting should add block correctly automatically