#function compare oldValue newValue> <#if oldValue == newValue><#return "same"/>#if> <#if oldValue lt newValue><#return "worse"/>#if> <#if oldValue gt newValue><#return "better"/>#if> #function> <#macro sourceLink url text="" baseUrl=""> <#if text?has_content> <#if baseUrl?has_content> ${text} <#else/> ${text} #if> <#else/> #if> #macro> <#macro oldSourceLink url text=""> <@sourceLink url text oldSourceUrl/> #macro> <#macro newSourceLink url text=""> <@sourceLink url text newSourceUrl/> #macro>
Class Summary | Old | New | Δ | <#list classDiffs as classDiff>
---|---|---|---|
${classDiff.className} | <@oldSourceLink classDiff.className?html classDiff.oldMetric /> | <@newSourceLink classDiff.className?html classDiff.newMetric /> | ${classDiff.delta} |