Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReportNode

Hierarchy

  • Node
    • ReportNode

Index

Properties

children

children: ReportNode[]

fileCoverage

fileCoverage: FileCoverage

parent

parent: ReportNode | null

path

path: string

Methods

addChild

  • Parameters

    Returns void

asRelative

  • asRelative(p: string): string
  • Parameters

    • p: string

    Returns string

getChildren

  • getChildren(): Node[]
  • Returns Node[]

getCoverageSummary

getFileCoverage

getParent

  • getParent(): Node
  • Returns Node

getQualifiedName

  • getQualifiedName(): string
  • Returns string

getRelativeName

  • getRelativeName(): string
  • Returns string

isRoot

  • isRoot(): boolean
  • Returns boolean

isSummary

  • isSummary(): boolean
  • Returns boolean

visit

  • visit(visitor: Visitor<ReportNode>, state: any): void
  • Parameters

    Returns void