| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| Phone |
|
| 1.0;1 |
| 1 | package biz.xsoftware.examples.fullapi; | |
| 2 | ||
| 3 | /** | |
| 4 | */ | |
| 5 | public interface Phone | |
| 6 | { | |
| 7 | ||
| 8 | /** | |
| 9 | * @param extension | |
| 10 | */ | |
| 11 | void makeCall(String extension); | |
| 12 | ||
| 13 | } |