()
| 170 | } |
| 171 | |
| 172 | func ExampleOptionShowCount_minuscule() { |
| 173 | bar := NewOptions(10000, OptionSetWidth(10), OptionShowCount(), OptionSetPredictTime(false)) |
| 174 | bar.Add(1) |
| 175 | // Output: |
| 176 | // 0% | | (1/10000) |
| 177 | } |
| 178 | |
| 179 | func ExampleOptionSetPredictTime() { |
| 180 | bar := NewOptions(100, OptionSetWidth(10), OptionSetPredictTime(false)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…