Collect coverage data for all files covered in this request as a map from filepath to a list of covered lines
namespace HH; function get_all_coverage_data(): dict<string, vec<int>>;
a