(result runtime.Result)
| 74 | } |
| 75 | |
| 76 | func (t cliTemplate) duration(result runtime.Result) string { |
| 77 | tpl := t.getTemplatedString("duration", result) |
| 78 | return tpl.String() |
| 79 | } |
| 80 | |
| 81 | func (t cliTemplate) summary(result runtime.Result) string { |
| 82 | tpl := t.getTemplatedString("summary", result) |
no test coverage detected