(s)
| 41274 | const o = this.constructor.getPluginName(s) |
| 41275 | return this.pluginHistory[o] || [] |
| 41276 | } |
| 41277 | getPluginRunCount(s) { |
| 41278 | return this.getPluginHistory(s).length |
| 41279 | } |
| 41280 | getPluginHistoryTip(s) { |
| 41281 | const o = this.getPluginHistory(s) |
no test coverage detected