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

htwg-codebreaker-org / codebreaker / 14938345043

09 May 2025 09:52PM UTC coverage: 92.361%. First build
14938345043

Pull #2

github

web-flow
Merge a9aa27378 into a73d205da
Pull Request #2: testing new repo token in coverals

133 of 144 relevant lines covered (92.36%)

0.92 hits per line

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

0.0
/src/main/scala/de/htwg/codebreaker/Main.scala
1
package de.htwg.codebreaker
2
import de.htwg.codebreaker.model._
3
import de.htwg.codebreaker.view.Tui
4
import de.htwg.codebreaker.controller.Controller
5

6

7
object Codebreaker {
8
  val controller = new Controller()
×
9
  val tui = new Tui(controller)
×
10

11
  def main(args: Array[String]): Unit = {
×
12

13
    var input: String = ""
14
    while (input != "q") {
15
      print("> ")
×
16
      input = scala.io.StdIn.readLine()
×
17
      tui.processInputLine(input)
×
18
    }
19
    println("Danke fürs Spielen!")
×
20
  }
21
}
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

© 2025 Coveralls, Inc