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

scoverage / sbt-scoverage-samples / 4741723636

19 Apr 2023 09:30AM CUT coverage: 66.912% (-5.6%) from 72.477%
4741723636

push

Roland Tritsch
Even more time to shut down.

91 of 136 relevant lines covered (66.91%)

0.65 hits per line

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

0.0
/src/main/scala/org/scoverage/samples/Platform.scala
1
package org.scoverage.samples
2

3
import akka.actor.{Props, ActorSystem}
4

5
object Platform extends App {
6

×
7
  val system = ActorSystem("scoverage-test")
8

9
  val priceEngine =
×
10
    system.actorOf(Props(classOf[PriceEngine], new RandomQuoteGenerator))
×
11
  val creditEngine = system.actorOf(Props(classOf[CreditEngine]))
×
12
  val orderEngine = system.actorOf(Props(classOf[OrderEngine], creditEngine))
13

14
  val clients =
×
15
    for (k <- 0 until 10)
×
16
      yield system.actorOf(
×
17
        Props(classOf[ClientActor], priceEngine, orderEngine)
18
      )
19
}
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