console

package
v2.7.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KILLED  = "KILLED"
	ESCAPED = "ESCAPED"
	SKIP    = "SKIP"
	UNKNOWN = "UNKNOWN"
)

for colouring

Variables

This section is empty.

Functions

func Debug

func Debug(opts *models.Options, format string, args ...interface{})

Debug prints formatted debug messages when debug mode is enabled in options.

func PrintDiff

func PrintDiff(diff []byte)

PrintDiff prints colorful diff

func PrintEscaped added in v2.7.1

func PrintEscaped(out string)

PrintEscaped prints escaped mutants in red (the test suite missed the mutation).

func PrintKilled added in v2.7.1

func PrintKilled(out string)

PrintKilled prints killed mutants in green (the test suite caught the mutation).

func PrintSkip

func PrintSkip(out string)

PrintSkip prints in yellow

func PrintUnknown

func PrintUnknown(out string)

PrintUnknown prints in magenta

func Verbose

func Verbose(opts *models.Options, format string, args ...interface{})

Verbose prints formatted messages when either verbose or debug mode is enabled.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL