CoverageName

svsim.vcs.Backend.CoverageName
final case class CoverageName(name: String)

Sets a unique name used for this coverage run

This maps to the -cm_name option.

Attributes

Source
Backend.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toFlags: Seq[String]

Attributes

Source
Backend.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product