blob: 8a8616a17ccfa3c075596f4d074ab106d6a3b287 [file]
package coverage
func live() string {
return "live"
}
func dead() string {
return "dead"
}