class Spoom::Coverage::D3::Pie::Sigs
def tooltip
def tooltip <<~JS function tooltip_#{id}(d) { tooltipPie(d, (d.data.key == "true" ? " with" : " without") + " a signature", "methods", sum_#{id}) } JS end
def tooltip <<~JS function tooltip_#{id}(d) { tooltipPie(d, (d.data.key == "true" ? " with" : " without") + " a signature", "methods", sum_#{id}) } JS end