Source position: TplDiffUnit.pas line 84
type TplDiffStats = record
matches: Integer;
adds: Integer;
deletes: Integer;
modifies: Integer;
end;