samiam95124 / Pascal-P6

6th version of Niklaus Wirth's original Pascal language compiler system
Other
28 stars 9 forks source link

1/3: Output code coverage percentage #27

Open samiam95124 opened 1 year ago

samiam95124 commented 1 year ago

Calculate and output code coverage percentage. Can tie to option. This is done by using the source line or address hit counts.

To make this truly useful, would need to be able to calculate coverage over a long span of tests, perhaps by outputting and inputting coverage maps.

Note this needs to compensate for multiple modules.