@@ -20,16 +20,16 @@ class EnvProgress < self
20
20
)
21
21
22
22
FORMATS = IceNine . deep_freeze ( [
23
- [ :info , 'Subjects: %s' , :amount_subjects ] ,
24
- [ :info , 'Mutations: %s' , :amount_mutations ] ,
25
- [ :info , 'Results: %s' , :amount_mutation_results ] ,
26
- [ :info , 'Kills: %s' , :amount_mutations_killed ] ,
27
- [ :info , 'Alive: %s' , :amount_mutations_alive ] ,
28
- [ :info , 'Runtime: %0.2fs' , :runtime ] ,
29
- [ :info , 'Killtime: %0.2fs' , :killtime ] ,
30
- [ :info , 'Overhead: %0.2f%%' , :overhead_percent ] ,
31
- [ :info , 'Mutations/s: %0.2f' , :mutations_per_second ] ,
32
- [ :status , 'Coverage: %0.2f%%' , :coverage_percent ]
23
+ [ :info , 'Subjects: %s' , :amount_subjects ] ,
24
+ [ :info , 'Mutations: %s' , :amount_mutations ] ,
25
+ [ :info , 'Results: %s' , :amount_mutation_results ] ,
26
+ [ :info , 'Kills: %s' , :amount_mutations_killed ] ,
27
+ [ :info , 'Alive: %s' , :amount_mutations_alive ] ,
28
+ [ :info , 'Runtime: %0.2fs' , :runtime ] ,
29
+ [ :info , 'Killtime: %0.2fs' , :killtime ] ,
30
+ [ :info , 'Overhead: %0.2f%%' , :overhead_percent ] ,
31
+ [ :info , 'Mutations/s: %0.2f' , :mutations_per_second ] ,
32
+ [ :status , 'Coverage: %0.2f%%' , :coverage_percent ]
33
33
] )
34
34
35
35
# Run printer
0 commit comments