(Faker faker)
| 9 | private final Faker faker; |
| 10 | |
| 11 | protected Music(Faker faker) { |
| 12 | this.faker = faker; |
| 13 | } |
| 14 | |
| 15 | public String instrument() { |
| 16 | return faker.resolve("music.instruments"); |
nothing calls this directly
no outgoing calls
no test coverage detected