Is this tool being run in a verbose mode?
()
| 36 | |
| 37 | /** Is this tool being run in a verbose mode? */ |
| 38 | protected boolean isVerbose() { |
| 39 | return verbose; |
| 40 | } |
| 41 | |
| 42 | protected void echoIfVerbose(final String msg) { |
| 43 | if (verbose) { |
no outgoing calls
no test coverage detected