On Thu, 5 Apr 2018 19:56:13 -0400 Kevin A. McGrail wrote: > It's pedantic but I am 99.9% sure that a Test Rule (prefix T_) is > scored at 0.001 but scores in the report are rounded to a ceiling so > it displaces as .01. >
Informational rules that do score 0.001 display as 0.00 whereas T_* rules display as 0.01. And sub set_default_scores { ... # T_ rules (in a testing probationary period) get low, low scores my $set_score = ($k =~/^T_/) ? 0.01 : 1.0;