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

templates.mutation.mutation_report.st Maven / Gradle / Ivy









$sourceFiles : { sourceFile | 

$sourceFile.fileName$

$sourceFile.lines:{ line | }$ $sourceFile.groups:{ group | }$
$line.number$ $line.numberOfMutationsForDisplay$
$line.text$

Mutations

$group.id$ $group.mutations: { mutation |

$mutation.details.htmlSafeDescription$ : $mutation.status$

}$
}$

Active mutators

    $mutators : { mutator |
  • $mutator$
  • }$

Tests examined

    $tests:{ test |
  • $test.name$ ($test.time$ ms)
  • }$

Report generated by PIT mutation testing for java




© 2015 - 2024 Weber Informatics LLC | Privacy Policy