syntax = "proto3"; message CoverageMsg { float f = 1; bool b = 2; repeated string str_arr = 3; map str_map = 4; repeated float float_arr = 5; map float_map = 6; }