| 12 | } |
| 13 | |
| 14 | class Crack implements Operations { |
| 15 | @Override public void execute() { |
| 16 | Operations.show("Crack"); |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | class Twist implements Operations { |
| 21 | @Override public void execute() { |
nothing calls this directly
no outgoing calls
no test coverage detected