Lines Matching refs:counts
27 # An associative array of counts of tests that either include a path in
28 # their test name, or have a duplicate test name. There are two counts
29 # for each issue, 'count', which counts occurrences within a single
30 # variant run, and 'total', which counts across all variants.
31 variable counts
32 array set counts {}
34 set counts($nm,count) 0
35 set counts($nm,total) 0
40 variable counts
42 incr counts($type,count)
43 incr counts($type,total)
145 variable counts
158 $counts(paths,$which)
160 $counts(duplicates,$which)
168 variable counts
174 set counts($nm,count) 0