• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Jakob63 / WizardSE / 21065595804

16 Jan 2026 11:46AM UTC coverage: 0.0%. Remained the same
21065595804

Pull #59

github

web-flow
Merge 402e031d1 into 9cf3957ca
Pull Request #59: File input

0 of 475 branches covered (0.0%)

Branch coverage included in aggregate %.

0 of 1452 relevant lines covered (0.0%)

0.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
src/main/scala/wizard/WizardModule.scala
1
package wizard
2

3
import com.google.inject.AbstractModule
4
import net.codingwell.scalaguice.ScalaModule
5
import wizard.model.fileIoComponent.FileIOInterface
6

7
class WizardModule extends AbstractModule with ScalaModule {
8
  override def configure(): Unit = {
×
9
    // XML:
10
    //bind[FileIOInterface].to[wizard.model.fileIoComponent.fileIoXmlImpl.FileIO]
11
    // JSON:
12
    bind[FileIOInterface].to[wizard.model.fileIoComponent.fileIoJsonImpl.FileIO]
×
13
  }
14
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc