-
{{ taskInstance.task.name }}
{{ taskInstance.task.name }}
|
{{ exerciseResult.hasPointRating(
taskInstance) ? exerciseResult.getPointRating(
taskInstance).points : '-' }}
/ {{ taskInstance.reachablePoints }}
|
|
{{ exerciseResult.getSolution(
taskInstance).evalState.result.test?.passed ?? 0 }} /
{{ exerciseResult.getSolution(
taskInstance).evalState.result.test?.testcases ?? 0 }}
|
{{ exerciseResult.getSolution(
taskInstance).evalState.result.style?.errors ?? 0 }}
|
{{ exerciseResult.getSolution(
taskInstance).evalState.result.test?.leaks ?? 0 }}
|