(Faker faker)
| 15 | private final Faker faker; |
| 16 | |
| 17 | protected Internet(Faker faker) { |
| 18 | this.faker = faker; |
| 19 | } |
| 20 | |
| 21 | public String emailAddress() { |
| 22 | return emailAddress(faker.name().username()); |
nothing calls this directly
no outgoing calls
no test coverage detected