• 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/view/gui/ToolBox.scala
1
package tripaint.view.gui
2

3
import tripaint.view.EditMode
4

5
import scalafx.geometry.Orientation
6
import scalafx.scene.layout.TilePane
7

8
object ToolBox {
9
  def create(editModes: Seq[EditMode]): TilePane = {
×
10
    val pane = new TilePane
×
11
    pane.orientation = Orientation.Vertical
×
UNCOV
12
    pane.children = editModes.map(_.toolboxButton)
×
13
    pane
14
  }
15
}
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