{{ taskInstance.task.name }}
{{ taskInstance.task.name }}
|
{{ hasPointRating(exerciseProgress, taskInstance) ? getPointRating(exerciseProgress,
taskInstance).points : '-' }} / {{ taskInstance.reachablePoints }}
-
|
-
|
{{
getSolution(exerciseProgress,
taskInstance).evalResult.testsPassed }} / {{ getSolution(exerciseProgress,
taskInstance).evalResult.testsRun }}
-
|
{{ getSolution(exerciseProgress,taskInstance).evalResult.styleCheckResults.length }}
-
|
{{ getSolution(exerciseProgress,taskInstance).evalResult.leaks }}
-
|