| 18 | } |
| 19 | |
| 20 | class Twist implements Operations { |
| 21 | @Override public void execute() { |
| 22 | Operations.show("Twist"); |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | public class Machine { |
| 27 | public static void main(String[] args) { |
nothing calls this directly
no outgoing calls
no test coverage detected