Currently, the botwatcher's dashboard only turns red (and still shows the issue count) when the build fails. We should differentiate this failure case further from simply finding issues by displaying an 'X' instead of an issue count.
rdar://problem/23731424
Created attachment 267794 [details] patch This fixes it so that we pass "null" to StatusLineView (in which case, an 'X' is displayed) if the build is broken.
Comment on attachment 267794 [details] patch r=me
Committed r195359.