Commit 8fa5f31
committed
item.levelOfConcern(): correctly report overflows of 32-bit values
If a `Count32` overflows, its `ToUint64()` method returns
`math.MaxUint32, true`. This should always be reported as exclamation
points, regardless of the threshold.1 parent c5ed233 commit 8fa5f31
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
178 | 181 | | |
179 | 182 | | |
180 | 183 | | |
| |||
0 commit comments