| 6 | |
| 7 | public class Parcel3 { |
| 8 | class Contents { |
| 9 | private int i = 11; |
| 10 | public int value() { return i; } |
| 11 | } |
| 12 | class Destination { |
| 13 | private String label; |
| 14 | Destination(String whereTo) { label = whereTo; } |
nothing calls this directly
no outgoing calls
no test coverage detected