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

Martomate / TriPaint / 9275511596

28 May 2024 07:51PM UTC coverage: 29.682% (+1.8%) from 27.877%
9275511596

push

github

Martomate
Updated to Scala 3.4 and MUnit 1.0

2 of 11 new or added lines in 9 files covered. (18.18%)

430 existing lines in 38 files now uncovered.

401 of 1351 relevant lines covered (29.68%)

0.3 hits per line

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

0.0
/src/main/scala/tripaint/TriPaint.scala
1
package tripaint
2

3
import tripaint.control.TriPaintController
4
import tripaint.model.TriPaintModel
5
import tripaint.view.gui.MainStage
6

7
import scalafx.application.{JFXApp3, Platform}
8
import scalafx.application.JFXApp3.PrimaryStage
9

10
object TriPaint extends JFXApp3 {
11
  override def start(): Unit = {
×
12
    val model: TriPaintModel = TriPaintModel.create()
×
UNCOV
13
    val controller = new TriPaintController(model, new MainStage(_, _))
×
14
    stage = controller.view.asInstanceOf[PrimaryStage]
15
    Platform.runLater(
×
UNCOV
16
      model.imageGrid.setImageSizeIfEmpty(controller.view.askForImageSize().getOrElse(32))
×
17
    )
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