In reply to solosys:
The extract/check/report_phases are all executed bottom-up, so you can use that information to help propagate totals up. Even better would be to separate the checking to the check_phase.
In reply to solosys:
The extract/check/report_phases are all executed bottom-up, so you can use that information to help propagate totals up. Even better would be to separate the checking to the check_phase.