Home | History | Annotate | Download | only in contrib

Lines Matching refs:total_executed

836         total_executed = 0
852 total_executed = total_executed + m
862 pc = 100.0 * total_executed / total_statements
865 args = ("TOTAL", total_statements, total_executed, pc)