All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stringTemplates.runStatsCsv.st Maven / Gradle / Ivy

The newest version!
runStatsCsv(stats) ::= <<
File,Statements,Executed,Coverage
Total,$stats.totalStatements$,$stats.totalExecuted$,$stats.totalCoverage$%
$stats.fileStatsWithSeparateFileOnly:fileStatsCsv(); separator="\n"$
>>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy