(t *testing.T)
| 256 | } |
| 257 | |
| 258 | func TestSFBugsRatioForNullSeqn(t *testing.T) { |
| 259 | sm := NewMatcher(nil, nil) |
| 260 | assertEqual(t, sm.Ratio(), 1.0) |
| 261 | assertEqual(t, sm.QuickRatio(), 1.0) |
| 262 | assertEqual(t, sm.RealQuickRatio(), 1.0) |
| 263 | } |
| 264 | |
| 265 | func TestSFBugsComparingEmptyLists(t *testing.T) { |
| 266 | groups := NewMatcher(nil, nil).GetGroupedOpCodes(-1) |
nothing calls this directly
no test coverage detected
searching dependent graphs…