(s)
| 41342 | getCurrentMutations() { |
| 41343 | return this.getMutationsForPlugin(this.getCurrentPlugin()) |
| 41344 | } |
| 41345 | getMutationsForPlugin(s) { |
| 41346 | const o = this.getPluginMutationIndex(s) |
| 41347 | return this.getMutations(o + 1) |
| 41348 | } |
| 41349 | getCurrentPlugin() { |
| 41350 | return this.currentPlugin |
no test coverage detected