Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Printer)
Option is the type of options for a pretty-printer.
func ShowMutants ¶
func ShowMutants(f stat.MutantFilter) Option
ShowMutants enables mutant showing under filter f. If f is nil, mutant showing is disabled.
type Printer ¶
type Printer struct {
// contains filtered or unexported fields
}
Printer provides the ability to output human-readable summaries of the statistics file to a writer.
func NewPrinter ¶
Click to show internal directories.
Click to hide internal directories.