pub fn html(
view: &RunView,
sources: &BTreeMap<String, String>,
source_reason: &str,
) -> StringExpand description
Render the report. sources carries file text only when it was verified to
match the run; a file absent from it is shown by line number instead of
annotated against source that may have moved.