HH\get_all_coverage_data

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>>;

Returns

  • a - map of filepath -> line vector