| 6 | |
| 7 | public class Parcel11 { |
| 8 | private static class |
| 9 | ParcelContents implements Contents { |
| 10 | private int i = 11; |
| 11 | @Override public int value() { return i; } |
| 12 | } |
| 13 | protected static final class ParcelDestination |
| 14 | implements Destination { |
| 15 | private String label; |
nothing calls this directly
no outgoing calls
no test coverage detected