-module(faulty). -export([go/0]). go() -> cover:start(), cover:compile_directory("src", []), lists:foobar(), cover:stop(), ok.