Location

scoverage.domain.Location
case class Location(packageName: String, className: String, fullClassName: String, classType: ClassType, method: String, sourcePath: String)

Value parameters

className

the name of the closest enclosing class

fullClassName

the fully qualified name of the closest enclosing class

packageName

the name of the enclosing package

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product